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
hjk
59aee04ca4
debugger: add a comment to manual test regarding special char * support with python
2010-08-18 11:18:29 +02:00
Kai Koehne
172288b593
Amend gdbdebugger tests (Mac blackteam testing)
2010-08-18 10:57:22 +02:00
Roberto Raggi
08eb3a93cb
Get rid of TemplateParameters.
2010-08-16 11:28:21 +02:00
Leandro Melo
9061a8289f
Fix highlighter engine unit tests compilation/linking.
2010-08-13 18:18:18 +02:00
Roberto Raggi
6723e276e5
Include CPlusPlus.h
2010-08-13 17:37:49 +02:00
Roberto Raggi
bc28e5d993
Compile
2010-08-13 17:05:20 +02:00
Roberto Raggi
d21de8c621
Fixed the objc auto tests
2010-08-13 16:55:43 +02:00
Roberto Raggi
ae5db839e1
Compile
2010-08-13 16:55:43 +02:00
Roberto Raggi
5de57ddad3
Test the new binder.
2010-08-13 14:00:27 +02:00
hjk
5d645bfdfe
debugger: fix display of QObject properties
2010-08-13 09:31:07 +02:00
hjk
9a515bd2ad
debugger: add manual test for custom property dumper
...
Currently failing.
2010-08-12 15:27:31 +02:00
hjk
67f7caa116
debugger: add manual test for QLocale dumper
2010-08-12 15:27:31 +02:00
Roberto Raggi
e8a7d6c03a
Define __restrict and __extensions__.
2010-08-12 14:48:19 +02:00
Roberto Raggi
efb600665d
Remember the T_TEMPLATE token we use to force the parser to recognize a template-id.
2010-08-12 12:29:12 +02:00
Roberto Raggi
449347173d
Updated the plain-c++ manual test.
2010-08-11 16:12:50 +02:00
Roberto Raggi
13ebe7e46c
Compile.
2010-08-11 16:06:40 +02:00
Roberto Raggi
2ebaf3fe5b
Get rid of the #warning directives.
2010-08-11 15:48:40 +02:00
Roberto Raggi
f74ba9daef
Introduced CPlusPlus::Template and process the template declarations.
2010-08-11 15:25:19 +02:00
hjk
91aa9f6c0c
debugger: add some test code to the manual test
2010-08-11 15:15:19 +02:00
Christian Kamm
822de6c17a
QmlJS: Introduce a new indenter that works similarly to the new C++ one.
...
Done-with: Thomas Hartmann
2010-08-10 14:27:08 +02:00
Bill King
b15a0a5a0f
Fixes: BauhausTests is being turned into a qtuitest.
...
Details: The current test is a bit too resource intensive.
2010-08-10 13:47:52 +10:00
Kai Koehne
729142b041
QuickDesigner: Fix compilation of core tests
2010-08-09 15:25:37 +02:00
Roberto Raggi
667e8aa01f
Compile.
2010-08-05 17:53:14 +02:00
Bill King
d02c4083f0
Fixes: This qwarning screws up XML output.
2010-08-05 16:16:36 +10:00
Bill King
f4a5fac906
Make the bauhaust test find creator again.
2010-08-04 16:55:31 +10:00
Bill King
58f1b05937
Fix compile.
2010-08-04 16:54:55 +10:00
Roberto Raggi
6324bf4460
Introduced IdExpressionAST.
2010-08-02 12:52:12 +02:00
Erik Verbruggen
6bbc732a29
Sprinkled a bit of doxymentation over various classes.
2010-07-28 17:34:00 +02:00
Christian Kamm
27026af2e3
C++ indenter: Fix indent of block statements in substatement blocks.
...
Task-number: QTCREATORBUG-1919
2010-07-28 12:39:27 +02:00
Erik Verbruggen
a8179152c9
Added tests for the InsertionPointLocator and fixed bugs.
2010-07-28 12:10:11 +02:00
Erik Verbruggen
d980e37e24
Reworked the QuickFix infrastructure.
2010-07-26 13:07:19 +02:00
hjk
3cee7dad0a
debugger: make parts of python debugger work again with the new states
2010-07-23 16:09:05 +02:00
hjk
104751241d
debugger: implement python dumper for std::vector<bool>
2010-07-22 19:47:50 +02:00
hjk
dfd44a0ceb
debugger: fix display of correct thread in the thread combobox
2010-07-21 13:11:35 +02:00
hjk
40bb503219
debugger: re-adjust 'moved' breakpoints after debugging finished
2010-07-20 14:02:58 +02:00
con
5b989680ff
Fixes: Completing switch statements with enums in namespaces or classes.
...
We need to add the fully qualified name to the case statements.
Reviewed-by: Roberto Raggi
2010-07-19 16:46:19 +02:00
Roberto Raggi
fff4203a46
Introduced helpers to rewrite types and names.
...
Done-with: Erik Verbruggen
2010-07-16 11:04:52 +02:00
Christian Kamm
d292eca5f6
C++ indenter: Indent member initializer lists correctly.
...
Without requiring ',' to be an electric character.
Task-number: QTCREATORBUG-1866
Reviewed-by: Roberto Raggi
2010-07-16 10:30:14 +02:00
Christian Kamm
1a61ae01cb
C++ indenter: Respect user indent with stream operators.
...
Reviewed-by: Erik Verbruggen
2010-07-15 16:15:09 +02:00
Erik Verbruggen
3879122a53
Added more visitor methods.
2010-07-15 14:06:35 +02:00
Erik Verbruggen
0cfcb27ac9
Removed old test.
2010-07-15 13:05:26 +02:00
Erik Verbruggen
65d061218f
Added ast-to-.dot "dump" utility for QML ASTs.
2010-07-15 09:55:28 +02:00
Friedemann Kleint
f945366198
Compile Windows.
2010-07-14 17:49:17 +02:00
hjk
e760700f0f
debugger: overhaul "state machine"
...
This mainly allows for more precise shutdown and tightens the set
of allowed transitions.
2010-07-14 17:49:16 +02:00
con
352b491c87
On Linux/Mac, show home path as ~ in recent projects.
...
Reviewed-by: Daniel Molkentin
2010-07-14 14:45:18 +02:00
Friedemann Kleint
6b44b30285
Manual tests: Rename profiles to avoid conflicts.
2010-07-14 09:56:58 +02:00
Bill King
d4c06c207d
Add missing tests root project file
2010-07-14 15:08:27 +10:00