summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some progress in parsing objc++ and submitted ObjectiveCAtKeywords.cppRoberto Raggi2009-01-083-2/+576
* Parse ObjC identifier list.Roberto Raggi2009-01-081-0/+15
* Parse ObjC @class declarations.Roberto Raggi2009-01-086-1/+126
* Handle toplevel objc++ declarations.Roberto Raggi2009-01-082-0/+66
* Added objcEnabled()/setObjcEnabled() to SimpleLexer.Roberto Raggi2009-01-082-1/+18
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-01-085-2/+97
|\
| * Recognize Objective C @tokens.Roberto Raggi2009-01-085-2/+97
* | implement QLinkedList dumperhjk2009-01-082-1/+52
|/
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-01-089-79/+65
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineJarek Kobus2009-01-0861-4444/+3027
| |\
| * | Talked to hjk, restore back Q_ASSERTs, since qtcassert.h lies outside of shar...Jarek Kobus2009-01-089-79/+65
* | | add some test code for the yet-to-be-born QLinkedList dumperhjk2009-01-082-1/+47
| |/ |/|
* | Fixes: - Executable for console app are not found on Maccon2009-01-071-0/+5
* | remove some accidentally commited debug outputhjk2009-01-071-5/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-01-072-2/+1264
|\ \
| * | Added the ability to clone AST nodes. Please, note that this is not finished ...Roberto Raggi2009-01-072-2/+1264
* | | work on fakevim integrationhjk2009-01-073-18/+36
|/ /
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-01-071-2/+2
|\ \
| * | Put completion widget on correct desktop for good.Daniel Molkentin2009-01-071-2/+2
* | | somewhat better intergration of fakevim into creatorhjk2009-01-075-40/+45
|/ /
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-01-074-12/+16
|\ \
| * | Fixes: - Mac build (docs) and toplevel "make docs" targetcon2009-01-074-12/+16
* | | add dumper for QMultiMaphjk2009-01-073-47/+60
* | | add a test case for multimapshjk2009-01-071-0/+27
|/ /
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-01-077-70/+244
|\ \
| * | Fixes: Dont use repeat on togglebutton stylesheetJens Bache-Wiig2009-01-071-5/+5
| * | Fixes: Add way to create a new local branch in the git pluginFriedemann Kleint2009-01-074-59/+237
| * | ignore all DLLs in bin/Daniel Molkentin2009-01-071-5/+1
| * | Bump copyright information. It's 2009.Daniel Molkentin2009-01-071-1/+1
* | | handle Qt 4.4 and Qt 4.5's QMap in dumpershjk2009-01-073-9/+47
|/ /
* | Ignore the compressed help fileThorbjørn Lindeijer2009-01-071-0/+1
* | Removed qtcreator.qch from version controlThorbjørn Lindeijer2009-01-071-0/+0
* | oops!Roberto Raggi2009-01-071-1/+1
* | Pretty printing of wide string literals.Roberto Raggi2009-01-072-4/+9
* | Checkpoint. Pretty printing of switch and case statements.Roberto Raggi2009-01-072-1/+23
* | Pretty print char ltierals and wide char literals.Roberto Raggi2009-01-072-1/+21
* | Nicer pretty printing of while statements.Roberto Raggi2009-01-072-1/+20
* | Added a space before cv-qualifiers in a function declarator.Roberto Raggi2009-01-072-2/+3
* | Fixed the pretty printing of class specifiers and base clauses.Roberto Raggi2009-01-072-1/+10
* | Improved the pretty printing of enum specifiers and if-else statements.Roberto Raggi2009-01-072-7/+25
* | Add a space before the initializer.Roberto Raggi2009-01-071-0/+1
* | Test the pretty printer.Roberto Raggi2009-01-071-1/+5
* | Added a simple test for the rewriter.Roberto Raggi2009-01-071-0/+12
* | test the rewriter and the pretty printer.Roberto Raggi2009-01-073-1/+7
* | Fixes: - Move help collection also to qtcreator subdir.con2009-01-062-4/+11
* | Fixes: - Switch Header/Source sometimes uses wrong filecon2009-01-061-2/+3
* | Fixes: - Make the "Toggle Sidebar" button be a toggle buttoncon2009-01-062-1/+7
* | remove unused installer code to avoid confusionhjk2009-01-0611-3792/+0
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-01-067-32/+103
|\ \
| * | Fixes: - API doc main pagecon2009-01-064-22/+42