| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 150 | -3150/+2550 |
* | Fixes: - crash while open invalid doc files | Patrick Star | 2009-02-24 | 1 | -1/+1 |
* | Fixed highlighting of comment closing element */ | Thorbjørn Lindeijer | 2009-02-20 | 1 | -2/+3 |
* | Initial support for doxygen comments. | Roberto Raggi | 2009-02-20 | 4 | -13/+40 |
* | Merge branch 'binding' of ../binding | Roberto Raggi | 2009-02-19 | 4 | -6/+15 |
|\ |
|
| * | Warning for using-directive in class scope. | Roberto Raggi | 2009-02-19 | 1 | -0/+5 |
| * | Instroduced TranslationUnit::spell(tokenIndex). | Roberto Raggi | 2009-02-19 | 3 | -6/+10 |
* | | Merge commit 'origin/1.0.0' | con | 2009-02-19 | 2 | -5/+11 |
|\ \ |
|
| * | | Fixes: - Console application doesn't start on Mac | con | 2009-02-19 | 2 | -5/+11 |
* | | | Fixes: work on QT_NO_CAST_FROM_BYTEARRAY | hjk | 2009-02-19 | 1 | -1/+1 |
* | | | Fixes: compile creator with QT_NO_CAST_FROM_BYTEARRAY | hjk | 2009-02-19 | 1 | -1/+6 |
| |/
|/| |
|
* | | Fixes: Export the pretty printer. | Roberto Raggi | 2009-02-18 | 1 | -1/+1 |
* | | Fixes: crash on reloading a resource file | Banana Joe | 2009-02-18 | 2 | -3/+2 |
* | | Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline | Roberto Raggi | 2009-02-17 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fixed handling of attribute specifiers in front of declaration | Thorbjørn Lindeijer | 2009-02-17 | 1 | -1/+2 |
* | | --warnings | Roberto Raggi | 2009-02-16 | 2 | -1/+4 |
* | | Added Type::isForwardClassDeclaration(). | Roberto Raggi | 2009-02-16 | 2 | -0/+4 |
* | | Introduced support for forward class declarations. | Roberto Raggi | 2009-02-16 | 11 | -1/+131 |
* | | Fixes: Implementation of NewExpressionAST::lastToken() | Roberto Raggi | 2009-02-16 | 1 | -1/+1 |
* | | Merge commit 'origin/1.0.0' | con | 2009-02-11 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fixes: - Don't use web plugins or java in QtCreator | con | 2009-02-11 | 1 | -0/+2 |
* | | Merge branch '1.0.0' | Thorbjørn Lindeijer | 2009-02-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixed compiler warning | Thorbjørn Lindeijer | 2009-02-11 | 1 | -1/+1 |
* | | Revert now unnecessary checks for null-types | Thorbjørn Lindeijer | 2009-02-10 | 1 | -2/+2 |
* | | Fixed all crashes due to refencing undefined types | Thorbjørn Lindeijer | 2009-02-10 | 6 | -14/+42 |
* | | Improved the implementation of new-expressions. | Roberto Raggi | 2009-02-10 | 9 | -124/+238 |
* | | Fixed two crashes with C++ engine handling | Thorbjørn Lindeijer | 2009-02-10 | 1 | -1/+1 |
* | | Merge branch '1.0.0' | con | 2009-02-10 | 3 | -20/+5 |
|\ \
| |/ |
|
| * | Fixes: Prevent help view from accepting file manager drops | Friedemann Kleint | 2009-02-10 | 1 | -2/+3 |
| * | Fixes: Remove dependencies to Qt private headers (shared resource editor) | Friedemann Kleint | 2009-02-09 | 2 | -18/+2 |
* | | Fixes: Visiting of case statements. | Roberto Raggi | 2009-02-10 | 1 | -0/+2 |
* | | Fixes: Possible crash when parsing qt methods. | Roberto Raggi | 2009-02-09 | 1 | -2/+2 |
* | | Fixes: Removed dynamic_cast from Scope. | Roberto Raggi | 2009-02-09 | 1 | -6/+24 |
* | | Fixes: Possible crash in LookupContext. | Roberto Raggi | 2009-02-09 | 1 | -1/+3 |
* | | Reimplemented Type::as*Type() using virtual methods. | Roberto Raggi | 2009-02-09 | 8 | -141/+133 |
* | | Reimplemented Name::as*() using virtual functions. | Roberto Raggi | 2009-02-09 | 3 | -54/+54 |
* | | Reimplemented Symbol::as*() methods using virtual functions. | Roberto Raggi | 2009-02-09 | 3 | -100/+100 |
* | | Reimplemented the AST::as*AST() methods as virtual functions (as suggested by... | Roberto Raggi | 2009-02-09 | 2 | -424/+426 |
* | | Introduced ASTVisitor::endVisit(ast node) | Roberto Raggi | 2009-02-09 | 4 | -2/+231 |
* | | Annotate function declarators. | Roberto Raggi | 2009-02-09 | 2 | -0/+4 |
* | | More annotations. | Roberto Raggi | 2009-02-09 | 4 | -16/+52 |
* | | Annotated NamespaceAST nodes. | Roberto Raggi | 2009-02-09 | 2 | -0/+4 |
* | | Annotated the NameAST nodes. | Roberto Raggi | 2009-02-09 | 3 | -0/+13 |
* | | Annotate the ClassSpecifierAST node with the class symbol. | Roberto Raggi | 2009-02-09 | 2 | -0/+4 |
* | | Merge branch '1.0.0' | con | 2009-02-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix compile warning | Thorbjørn Lindeijer | 2009-02-06 | 1 | -1/+1 |
| * | Fixes: Also do this for objective_sources, probably they need that to. | dt | 2009-02-05 | 1 | -0/+1 |
* | | Accept T_COLON_COLON only for the first objc message arg. | Roberto Raggi | 2009-02-06 | 1 | -1/+1 |
* | | Fixes: Parsing of objc selector expressions. | Roberto Raggi | 2009-02-06 | 1 | -1/+32 |
* | | Fixes: Parsing of objc method definitions. | Roberto Raggi | 2009-02-06 | 1 | -3/+4 |