hjk
a504503289
fakevim: compile fix for manual test
...
Reviewed-by: Friedemann Kleint
2010-10-05 12:50:00 +02:00
Christian Kandeler
4578e32fe5
Tests: Start implementing more thorough SSH test.
2010-10-04 17:54:46 +02:00
Leandro Melo
f1e8e737c9
Tests: Add project with suggestions for testing the C++ tools.
2010-10-04 17:09:46 +02:00
dt
6b6d9871b8
Merge remote branch 'origin/2.1'
...
Conflicts:
share/qtcreator/templates/mobileapp/app.pro
share/qtcreator/templates/qmlapp/app.pro
src/plugins/cpptools/cpptools.pro
2010-10-04 16:07:46 +02:00
Friedemann Kleint
ccecfd701e
Debugger: Fix manual test.
...
to work at least for debug-in-source builds.
Reviewed-by: hjk
Task-number: QTCREATORBUG-2546
2010-10-04 12:19:28 +02:00
Alessandro Portale
e1aa293544
Qt Quick app wizard: Merge two .pri files into one
...
As an project tree unclutter measure, we now append the
deployment.pri to the qmlapplicationviewer.pri while generating
the stub for Qt Quick Apps.
At the same tame we keep te Qt Mobile App wizard intact, which
continues to generate the deployment.pri file.
And we also keep the qmlapp/app.pro template functioning as
project, therefore we leave the include(../shared/deployment.pri)
in qmlapp/app.pro and let the wizard remove that incude.
Task-Number: QTCREATORBUG-2568
Reviewed-By: ck
2010-10-04 10:54:25 +02:00
Thomas Hartmann
9a49ad003a
QmlDesigner: using QtQuick 1.0 instead of Qt 4.7
...
huge renaming from Qt to QtQuick
propertyeditor qml files moved from Qt to QtQuick
auotests fixed
files used in tests fixed
autotests pass
Task-number: QTCREATORBUG-2556
Reviewed-by: Kai Koehne
2010-10-01 13:21:09 +02:00
Bill King
bbe790debe
tests: make compile again
2010-10-01 11:32:36 +10:00
Christian Kamm
b58ebe7d29
QmlJS indenter: Fix incorrect indent after break/continue.
...
Make sure to push a transitory state before leave(true) so it only
finishes the statement - and not the surrounding statement!
Reviewed-by: trustme
2010-09-30 19:03:29 +02:00
hjk
9c31719c09
debugger: add manual test for QTextCursor and QTextDocument dumper
2010-09-28 09:35:59 +02:00
Erik Verbruggen
f39494e4c2
C++: make InsertionPointLocator ready for re-use.
...
(cherry picked from commit 519f1d11947ff3109850e559fae868c4a55deb43)
2010-09-27 19:07:15 +02:00
hjk
8672cbec8b
debugger: add a manual QDate and QTime test
2010-09-27 13:24:57 +02:00
Christian Kamm
e20bfaed68
QmlJS indenter: Fix break/continue/throw in if statement without braces.
...
Reviewed-by: Roberto Raggi
2010-09-27 10:30:39 +02:00
Christian Kamm
b4bd5449f6
QmlJS indenter: Fix problem with object literals.
...
Reviewed-by: Roberto Raggi
2010-09-27 10:12:50 +02:00
Christian Kamm
17e0886c69
C++ indenter: Fix error recovery in function definitions.
...
Task-number: QTCREATORBUG-1517
2010-09-24 15:58:23 +02:00
Christian Kamm
d7bf4f515d
C++ indenter: Fix indentation if template and class appear on one line.
...
Task-number: QTCREATORBUG-2427
2010-09-24 15:08:54 +02:00
Christian Kamm
be563abf68
C++ indenter: Simplify debugging by making dump() more verbose.
2010-09-24 15:08:54 +02:00
Thomas Hartmann
80527b93c4
QmlDesigner.tests: fixes the auto tests for latest changes
2010-09-24 09:10:45 +02:00
Thomas Hartmann
09d0c9e3f1
QmlDesigner.Tests: Fix compile for tests
2010-09-24 09:10:41 +02:00
Alessandro Portale
977050d311
Remove incorrect (and unneeded) anchoring
2010-09-22 15:06:18 +02:00
Alessandro Portale
dd78f4e1c3
Remove incorrect (and unneeded) anchoring
2010-09-22 14:58:44 +02:00
Erik Verbruggen
aaf95f2838
C++ dump: terminals not contained in the AST are now also shown.
2010-09-21 18:42:50 +02:00
Christian Kandeler
ee85384cc9
QML/Mobile wizard: Factor out common parts.
...
Reviewed-by: Alessandro Portale
2010-09-16 14:12:25 +02:00
Thomas Hartmann
9b492331da
Adding LowLevel units test for instances
...
testing data, children and resources properties
2010-09-16 12:53:00 +02:00
Thomas Hartmann
3b62aeaffd
QmlDesigner: fixing states
2010-09-16 12:52:58 +02:00
Erik Verbruggen
3edb0a8480
C++: Added unittest for 5a1924f1a0.
2010-09-16 11:31:07 +02:00
Erik Verbruggen
9bcfd34845
Renamed two cplusplus projects to not conflict with the autotests.
2010-09-15 11:50:24 +02:00
Erik Verbruggen
e4de305b02
C++: Fixed regression in autotests.
2010-09-15 11:17:05 +02:00
Christian Kamm
e5cbb56fe7
C++ indenter: Fix for statement indentation and add test.
2010-09-15 11:16:25 +02:00
hjk
f793943371
debugger: manual test: add object names to threads test
2010-09-14 18:31:07 +02:00
Alessandro Portale
c3ceba4b80
Added test app and test scenarios for the new qml app wizard
2010-09-13 18:29:46 +02:00
Christian Kamm
642b6fb0d3
C++ indenter: Separate indent into logical indent and padding.
2010-09-13 12:38:34 +02:00
hjk
7457083bab
debugger: only update variables that are operated on
2010-09-13 08:32:37 +02:00
Thomas Hartmann
1a08caf77f
QmlDesigner.tests: new auto tests
2010-09-08 16:36:20 +02:00
Christian Kamm
34f37fb5e3
QmlJS indenter: Fix one-line object declarations in array bindings.
...
Task-number: QTCREATORBUG-2295
2010-09-08 15:50:07 +02:00
hjk
7528b3b022
debugger: fix editing of breakpoint conditions
2010-09-08 12:18:04 +02:00
Thomas Hartmann
742c49aebf
QmlDesigner.test: fix
2010-09-07 16:31:22 +02:00
Thomas Hartmann
7d6f181523
QuickDesigner.tests: stress test for bindings in states
2010-09-07 16:31:22 +02:00
Thomas Hartmann
226e089d18
QuickDesigner.test: compilefix
2010-09-07 16:31:21 +02:00
Bill King
eb498ee428
Tests: some cleanup of pro files, marking of tested components.
2010-09-06 14:19:32 +10:00
Kai Koehne
b0bc76ece0
GdbTest: Compile fix
2010-09-03 12:29:41 +02:00
Roberto Raggi
c12866a467
Merge CPlusPlus::NameId and CPlusPlus::Identifier.
2010-09-02 12:51:01 +02:00
Bill King
1f0b600b82
Autotests: More cleanup of tests, and initial marking of components belonged to.
2010-09-02 15:32:04 +10:00
hjk
be4342b70e
debugger: use dynamic type in locals & watchers
...
only available with gdb newer than Aug 31, 2010
2010-09-01 14:35:06 +02:00
hjk
f32403328a
debugger: extend manual test
2010-09-01 13:37:07 +02:00
hjk
aaffe03e48
debugger: squash compiler warnings in manual test
2010-09-01 13:37:07 +02:00
Christian Kamm
1862282bee
C++ indenter: Fix nested array/struct initializers.
2010-08-31 09:45:01 +02:00
hjk
5d133e248e
debugger: add a manual test for typedefed simple types
2010-08-30 10:38:38 +02:00
Roberto Raggi
05f2fd6669
Renamed Symbol::scope() to Symbol::enclosingScope().
2010-08-26 16:16:22 +02:00
Roberto Raggi
688d382ad9
Some cleanup in the C++ AST.
2010-08-26 16:07:14 +02:00