summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Fixes: change file license headers to include LGPLhjk2009-02-25150-3150/+2550
* Fixes: - crash while open invalid doc filesPatrick Star2009-02-241-1/+1
* Fixed highlighting of comment closing element */Thorbjørn Lindeijer2009-02-201-2/+3
* Initial support for doxygen comments.Roberto Raggi2009-02-204-13/+40
* Merge branch 'binding' of ../bindingRoberto Raggi2009-02-194-6/+15
|\
| * Warning for using-directive in class scope.Roberto Raggi2009-02-191-0/+5
| * Instroduced TranslationUnit::spell(tokenIndex).Roberto Raggi2009-02-193-6/+10
* | Merge commit 'origin/1.0.0'con2009-02-192-5/+11
|\ \
| * | Fixes: - Console application doesn't start on Maccon2009-02-192-5/+11
* | | Fixes: work on QT_NO_CAST_FROM_BYTEARRAYhjk2009-02-191-1/+1
* | | Fixes: compile creator with QT_NO_CAST_FROM_BYTEARRAYhjk2009-02-191-1/+6
| |/ |/|
* | Fixes: Export the pretty printer.Roberto Raggi2009-02-181-1/+1
* | Fixes: crash on reloading a resource fileBanana Joe2009-02-182-3/+2
* | Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainlineRoberto Raggi2009-02-171-1/+2
|\ \ | |/
| * Fixed handling of attribute specifiers in front of declarationThorbjørn Lindeijer2009-02-171-1/+2
* | --warningsRoberto Raggi2009-02-162-1/+4
* | Added Type::isForwardClassDeclaration().Roberto Raggi2009-02-162-0/+4
* | Introduced support for forward class declarations.Roberto Raggi2009-02-1611-1/+131
* | Fixes: Implementation of NewExpressionAST::lastToken()Roberto Raggi2009-02-161-1/+1
* | Merge commit 'origin/1.0.0'con2009-02-111-0/+2
|\ \ | |/
| * Fixes: - Don't use web plugins or java in QtCreatorcon2009-02-111-0/+2
* | Merge branch '1.0.0'Thorbjørn Lindeijer2009-02-111-1/+1
|\ \ | |/
| * Fixed compiler warningThorbjørn Lindeijer2009-02-111-1/+1
* | Revert now unnecessary checks for null-typesThorbjørn Lindeijer2009-02-101-2/+2
* | Fixed all crashes due to refencing undefined typesThorbjørn Lindeijer2009-02-106-14/+42
* | Improved the implementation of new-expressions.Roberto Raggi2009-02-109-124/+238
* | Fixed two crashes with C++ engine handlingThorbjørn Lindeijer2009-02-101-1/+1
* | Merge branch '1.0.0'con2009-02-103-20/+5
|\ \ | |/
| * Fixes: Prevent help view from accepting file manager dropsFriedemann Kleint2009-02-101-2/+3
| * Fixes: Remove dependencies to Qt private headers (shared resource editor)Friedemann Kleint2009-02-092-18/+2
* | Fixes: Visiting of case statements.Roberto Raggi2009-02-101-0/+2
* | Fixes: Possible crash when parsing qt methods.Roberto Raggi2009-02-091-2/+2
* | Fixes: Removed dynamic_cast from Scope.Roberto Raggi2009-02-091-6/+24
* | Fixes: Possible crash in LookupContext.Roberto Raggi2009-02-091-1/+3
* | Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-098-141/+133
* | Reimplemented Name::as*() using virtual functions.Roberto Raggi2009-02-093-54/+54
* | Reimplemented Symbol::as*() methods using virtual functions.Roberto Raggi2009-02-093-100/+100
* | Reimplemented the AST::as*AST() methods as virtual functions (as suggested by...Roberto Raggi2009-02-092-424/+426
* | Introduced ASTVisitor::endVisit(ast node)Roberto Raggi2009-02-094-2/+231
* | Annotate function declarators.Roberto Raggi2009-02-092-0/+4
* | More annotations.Roberto Raggi2009-02-094-16/+52
* | Annotated NamespaceAST nodes.Roberto Raggi2009-02-092-0/+4
* | Annotated the NameAST nodes.Roberto Raggi2009-02-093-0/+13
* | Annotate the ClassSpecifierAST node with the class symbol.Roberto Raggi2009-02-092-0/+4
* | Merge branch '1.0.0'con2009-02-091-1/+1
|\ \ | |/
| * Fix compile warningThorbjørn Lindeijer2009-02-061-1/+1
| * Fixes: Also do this for objective_sources, probably they need that to.dt2009-02-051-0/+1
* | Accept T_COLON_COLON only for the first objc message arg.Roberto Raggi2009-02-061-1/+1
* | Fixes: Parsing of objc selector expressions.Roberto Raggi2009-02-061-1/+32
* | Fixes: Parsing of objc method definitions.Roberto Raggi2009-02-061-3/+4