hjk
f3dfc8915d
debugger: add python dumper for QFixed
...
Reviewed-by: Alessandro Portale
2010-10-08 14:26:44 +02:00
hjk
0ad538ebfb
debugger: test gcc RVO bug not too extensively
2010-10-08 13:50:04 +02:00
Erik Verbruggen
7334ed9ec4
C++: fixed translatable quick-fix strings.
2010-10-08 13:15:21 +02:00
Erik Verbruggen
192ca70649
C++ Parser: fix infinite loop when recovering from incorrect @selector expression.
2010-10-08 13:15:21 +02:00
Christian Kamm
7e3294a8ce
C++ indenter: Don't get confused on 'for (a in b)'.
...
Reviewed-by: Roberto Raggi
Reviewed-by: Erik Verbruggen
(cherry picked from commit c2d890f65e )
2010-10-08 13:09:26 +02:00
Christian Kamm
ed6585c312
C++ indenter: Add another ObjC test.
2010-10-06 15:39:53 +02:00
Christian Kamm
c2d890f65e
C++ indenter: Don't get confused on 'for (a in b)'.
...
Reviewed-by: Roberto Raggi
Reviewed-by: Erik Verbruggen
2010-10-06 15:35:01 +02:00
Christian Kandeler
1d3c08dabb
SSH: Declare signal parameter with full namespace.
...
Otherwise we can't sensibly declare slots with a matching parameter.
2010-10-06 10:10:11 +02:00
Thomas Hartmann
f2ada23d26
QmlDesigner: using Qt 4.7 again
...
We need to support the N900
Reviewed-by: Kai Koehne
2010-10-06 09:47:13 +02:00
Christian Kandeler
d778af3b55
SSH: Finish Implementing SFTP test.
2010-10-05 16:10:24 +02:00
Christian Kandeler
3d90463dd4
SSH: Implement first half of SFTP test.
2010-10-05 16:10:24 +02:00
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