Commit Graph

1107 Commits

Author SHA1 Message Date
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
hjk
5f13608c61 debugger: replace \n by \\n in locals & watchers
http://bugreports.qt.nokia.com/browse/QTCREATORBUG-2144
2010-08-26 13:21:47 +02:00
Roberto Raggi
d0f794b65e Reduced the number of ambiguous ExpressionOrDeclarationStatementAST nodes. 2010-08-26 10:31:15 +02:00
hjk
3ef657cc03 debugger: make boost::optional dumper work for references 2010-08-25 14:57:15 +02:00
Christian Kamm
b79fe7e711 C++: Fix indenting of QML_* macros.
Task-number: QTCREATORBUG-2111
2010-08-25 14:55:16 +02:00
hjk
80dc54acff debugger: add dumper for boost::optional 2010-08-25 14:20:46 +02:00
hjk
9e8f6cf860 debugger: don't test the gcc RVO bug too often 2010-08-25 07:45:01 +02:00
Erik Verbruggen
24f3b2cf7f Re-generated the AST dump visitor methods. 2010-08-24 12:25:09 +02:00
Erik Verbruggen
7b3f80e6eb Added function specifier info to dumper. 2010-08-24 12:25:09 +02:00
hjk
fb56c37b85 debugger: manual test, make testStruct() not run into the gcc RVO bug. 2010-08-23 15:17:23 +02:00
Leandro Melo
9f43ebcfa5 Generic highlighter: Trying once more to fix for autotests. 2010-08-20 11:10:43 +02:00
Bill King
02afdfc83c Fixes: gets ssh manual test qmaking again 2010-08-20 15:19:57 +10:00
Leandro Melo
e3f7a4024b Try to satisfy autotests for the generic highlighter engine. 2010-08-19 10:00:23 +02:00
Bill King
7f9a448eeb Fixes: Tests should have unique names.
Details: Autotests need to be named uniquely, otherwise
all sorts of databases get lost and confused.
2010-08-19 11:56:53 +10:00
Bill King
5b2fb4bb67 Fixes: get tests compiling again that depend on the cpp library
Details:  This gets the tests running again, by statically linking
them. qmake doesn't have support for depending upon other projects
being built, so when the projects are built out of order, libCPlusPlusTest.so
wasn't being built before trying to be linked against.
2010-08-19 11:56:53 +10:00