Commit Graph

446 Commits

Author SHA1 Message Date
Roberto Raggi
6672f89ff5 Annotate the ClassSpecifierAST node with the class symbol. 2009-02-09 11:35:57 +01:00
con
1dcabe5a3a Merge branch '1.0.0'
Conflicts:
	tests/auto/cplusplus/shared/shared.pri
	tests/auto/cplusplus/shared/shared.pro
2009-02-09 10:54:36 +01:00
Roberto Raggi
1f9bcd86e0 Added a simple auto test for the name lookup. 2009-02-09 10:21:29 +01:00
Roberto Raggi
8321683694 Fixes: Compile with msvc 2009-02-05 14:39:53 +01:00
hjk
bf7dae57de Fixes: remove use of qttest_p4.prf
Details:  makes it compile now with Qt snapshots
2009-02-05 12:35:37 +01:00
Roberto Raggi
d21a4f8406 Fixes: Compile. 2009-02-05 10:34:43 +01:00
hjk
7c1ebd6dc9 Fixes: compile fix for cplusplus autotests 2009-02-05 10:22:51 +01:00
hjk
89c7c606ad Fixes: compile fix for cplusplus auto test 2009-02-05 09:50:47 +01:00
Roberto Raggi
a003b62aeb Fixes: Compile. 2009-02-04 15:13:02 +01:00
hjk
b58fe0f4d3 Fixes: debugger: work on hash dumper for string-ish keys 2009-01-28 16:55:09 +01:00
hjk
eb021724df Fixes: debugger: sort array and list indices numerically 2009-01-28 12:15:40 +01:00
hjk
08e17e6e6b Fixes: debugger: more quote fixes 2009-01-27 17:41:31 +01:00
hjk
9772ab9904 Fixes: debugger: revert change from " to ' style quoting
Details:  ' was used interanlly sometimes
2009-01-27 17:15:51 +01:00
hjk
9d8fc28706 Fixes: fakevim: show column/line information in standalone application 2009-01-27 14:08:17 +01:00
hjk
c97dfb8b32 Fixes: fakevim: suppress cursor when in ex mode 2009-01-26 10:31:49 +01:00
hjk
ab8c038ed7 Fixes: fakwvim: fix recently broken selection in standalone application 2009-01-23 16:37:32 +01:00
hjk
02ea86b5c2 Fixes: fakevim: use one handler per editor 2009-01-23 15:12:04 +01:00
Daniel Molkentin
83ec093ab3 Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline 2009-01-19 12:03:23 +01:00
hjk
906a05bc17 add a test case for std::deque 2009-01-16 11:17:00 +01:00
hjk
30c1a046f2 fakevim: partial implementation of :history 2009-01-15 17:29:30 +01:00
Daniel Molkentin
ffd3f1f717 Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline 2009-01-15 15:58:57 +01:00
Oswald Buddenhagen
a5f6281f1a improve messages 2009-01-15 14:58:54 +01:00
Daniel Molkentin
e7c998ba30 Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline 2009-01-14 15:48:34 +01:00
Roberto Raggi
653b81427c Accept gcc attributes in cv-qualifiers. 2009-01-14 15:16:33 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
Daniel Molkentin
70d6b50fc7 Bump copyright year everywhere. 2009-01-13 19:16:40 +01:00
hjk
45d9cca1d6 fakevim: make visual selections also visual in creator 2009-01-13 13:47:00 +01:00
hjk
1761acb391 fakvim: adjust .pro file of test application after file renaming 2009-01-13 11:37:07 +01:00
Martin Aumueller
b9a6f48151 fix source path of fakevim plugin 2009-01-13 11:14:02 +01:00
Roberto Raggi
8078053c99 Improved ObjC++ support. 2009-01-12 14:56:00 +01:00
hjk
c9b2dfc363 implement QLinkedList dumper 2009-01-08 11:50:20 +01:00
hjk
7b47bd48e1 add some test code for the yet-to-be-born QLinkedList dumper 2009-01-08 11:02:04 +01:00
hjk
a598aa12b6 add dumper for QMultiMap 2009-01-07 16:29:14 +01:00
hjk
16b2c83dc8 add a test case for multimaps 2009-01-07 15:31:58 +01:00
Roberto Raggi
8c21fa63ff oops! 2009-01-07 11:06:31 +01:00
Roberto Raggi
7fcf6cb255 Pretty printing of wide string literals. 2009-01-07 11:03:37 +01:00
Roberto Raggi
f4bf0a3a6d Checkpoint. Pretty printing of switch and case statements. 2009-01-07 10:59:36 +01:00
Roberto Raggi
8ec03e6bcd Pretty print char ltierals and wide char literals. 2009-01-07 10:49:08 +01:00
Roberto Raggi
f63d56a13b Nicer pretty printing of while statements. 2009-01-07 10:42:43 +01:00
Roberto Raggi
ffbc28cbbd Added a space before cv-qualifiers in a function declarator. 2009-01-07 10:38:24 +01:00
Roberto Raggi
0449c67f03 Fixed the pretty printing of class specifiers and base clauses. 2009-01-07 10:35:53 +01:00
Roberto Raggi
0030f87e9c Improved the pretty printing of enum specifiers and if-else statements. 2009-01-07 10:33:19 +01:00
Roberto Raggi
beee08de5a Test the pretty printer. 2009-01-07 10:06:10 +01:00
Roberto Raggi
8459fe70d6 Added a simple test for the rewriter. 2009-01-07 09:47:00 +01:00
Roberto Raggi
bbb570481b test the rewriter and the pretty printer. 2009-01-07 09:44:21 +01:00
Roberto Raggi
dce0855fc6 Show how to replace AST nodes. 2009-01-06 15:23:59 +01:00
Roberto Raggi
e43e09ee5f Test the pretty printer. 2009-01-06 15:15:53 +01:00
hjk
8a77bac457 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-06 13:04:58 +01:00
hjk
5a32af444c use textedit's overwrite modus for proper cursor display.
this works with proportional fonts, too.
2009-01-06 13:03:59 +01:00
Roberto Raggi
c70af84708 Added another simple refactoring operation. Comment enum definitions. 2009-01-06 12:39:38 +01:00