summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixes: Parsing of block declarations in an @implementation block.Roberto Raggi2009-02-061-2/+18
* | Added fast lookup of objc type qualifiers.Roberto Raggi2009-02-054-12/+189
* | Fixes: Parsing objc method definitions.Roberto Raggi2009-02-052-0/+38
* | Fixes: Accept OBJECTIVE_SOURCES.Roberto Raggi2009-02-051-0/+1
* | Fixes: Parsing of GCC asm definitions.Roberto Raggi2009-02-055-25/+92
* | Improved parsing of objc message expressions.Roberto Raggi2009-02-051-7/+11
* | Fixes: Parsing of objc message expressions.Roberto Raggi2009-02-052-1/+60
* | Fixes: Parsing of objc string literals and selector expressions.Roberto Raggi2009-02-052-2/+45
* | Fixes: Parsing of objc protocol expressions.Roberto Raggi2009-02-052-1/+15
* | Parse objc encode expressions.Roberto Raggi2009-02-052-1/+13
* | Dummy method for the objc expressions.Roberto Raggi2009-02-052-0/+31
|/
* Fixes: - Crash in .pro file reader.con2009-02-041-1/+1
* Fixes: QtSingleApplication: remove socket instance before listeningPeter Hartmann2009-02-041-2/+2
* Fixes: potential speed improvementhjk2009-02-031-1/+2
* Fixes: - Resource editor doesn't allow to add files without extcon2009-02-021-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineOlli Werwolff2009-01-291-1/+2
|\
| * Fixes: Parsing of wide char literals.Roberto Raggi2009-01-291-1/+2
* | Fixes: Resources in resource editor can be removed using the "delete" keyOlli Werwolff2009-01-292-0/+9
|/
* Optimized qrc editor in case of large imagesThorbjørn Lindeijer2009-01-292-10/+13
* Fixes: Show relative path for file nodes in resource editorOlli Werwolff2009-01-291-15/+2
* Fixes: duplicate check when adding resources using the resource editor fixedOlli Werwolff2009-01-291-0/+5
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineOlli Werwolff2009-01-293-23/+13
|\
| * Fixed undo/redo and tooltip in the resource editorThorbjørn Lindeijer2009-01-293-23/+13
* | Fixes: "Add anyway" button must not be shown, when a resource file shall b...Olli Werwolff2009-01-291-4/+1
|/
* Fixes: Fixed duplicate check when adding files using resource editorOlli Werwolff2009-01-291-1/+1
* Fixes: - Some layouting issuescon2009-01-281-3/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineOlli Werwolff2009-01-281-0/+7
|\
| * Fixes: - Funny cursor positions in qrc editor.con2009-01-281-0/+7
* | Fixes: Fixed duplicate check when adding files using the resource editorOlli Werwolff2009-01-282-3/+21
|/
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-26189-0/+45637