summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* refactor and add support for pastebin.comMaurice Kalinowski2009-07-278-733/+4
* Handle missing copy shortcut.kh2009-07-272-1/+14
* Sync with Assistant source, fixes empty tab title.kh2009-07-272-0/+13
* Fix missing bookmark and folder icons.kh2009-07-271-1/+3
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinedt2009-07-221-142/+115
|\
| * fix comment parsing wrt line continuationsOswald Buddenhagen2009-07-211-23/+33
| * make the feature file search do fewer useless stat()sOswald Buddenhagen2009-07-211-16/+10
| * inline parseLine()Oswald Buddenhagen2009-07-211-102/+86
| * make excess closing braces non-fatalOswald Buddenhagen2009-07-211-26/+11
* | Parse the Makefile in the importing case a lot betterdt2009-07-221-0/+3
|/
* Fixes for the ObjC AST. Now it should be complete.Erik Verbruggen2009-07-208-31/+183
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-07-201-1/+1
|\
| * whoops - fix parsing of line continuationsOswald Buddenhagen2009-07-161-1/+1
* | Added more AST for ObjC.Erik Verbruggen2009-07-208-56/+583
* | Added ObjC method prototypes to the AST.Erik Verbruggen2009-07-168-28/+233
* | Fixed crasher (infinite looping) for ObjC attributes.Erik Verbruggen2009-07-161-2/+4
* | Added ObjC properties to the AST.Erik Verbruggen2009-07-168-93/+280
* | Added ObjC @interface and @implementation member declarations.Erik Verbruggen2009-07-168-18/+201
|/
* Added ObjC encode expressions.Erik Verbruggen2009-07-168-16/+138
* Added ObjC protocol expressions.Erik Verbruggen2009-07-167-6/+69
* Added varargs parsing for ObjC send_msg arguments.Erik Verbruggen2009-07-162-23/+51
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-07-161-77/+119
|\
| * optimize low-level pro reader codeOswald Buddenhagen2009-07-151-77/+119
* | AST additions for ObjC send_msg.Erik Verbruggen2009-07-158-13/+145
|/
* less braindead evaluation of ProVariable & ProValueOswald Buddenhagen2009-07-141-106/+81
* move actual replaceInList imlementation back to proparserutils.hOswald Buddenhagen2009-07-142-32/+7
* remove bizarre TARGET hackOswald Buddenhagen2009-07-141-23/+0
* no point in ProFile being a QObjectOswald Buddenhagen2009-07-141-4/+1
* Missed some unused ';' after Q_UNUSEDAlessandro Portale2009-07-131-1/+1
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-135-9/+9
* Improved the parsing of parameter declarations clause.Roberto Raggi2009-07-131-9/+25
* Fixed a few typos and bugs in the ObjC++ support.Roberto Raggi2009-07-133-5/+5
* Added @dynamic parsing.Erik Verbruggen2009-07-131-1/+15
* Added @synthesize and fixed @property.Erik Verbruggen2009-07-131-1/+38
* Added AST for a bit of ObjC.Erik Verbruggen2009-07-138-50/+507
* Recognize the numeric literals.Roberto Raggi2009-07-102-2/+117
* Check for 0x0 access when comparing identifiers.Roberto Raggi2009-07-101-1/+3
* Replaced T_INT_LITERAL and T_FLOAT_LITERAL with T_NUMERIC_LITERAL.Roberto Raggi2009-07-105-12/+10
* remove linguist-specific functionsOswald Buddenhagen2009-07-102-65/+0
* implement proper vpath handling for qt4 projectsOswald Buddenhagen2009-07-102-106/+57
* Introduced SemanticHighlighterRoberto Raggi2009-07-093-38/+3
* Add a public method which reads the content of pro file from stringJarek Kobus2009-07-072-3/+23
* Stop at class or elaborated class specifiers when recovering declarations.Roberto Raggi2009-07-061-0/+4
* Visit the declarator's initializer.Roberto Raggi2009-07-061-5/+3
* Fixed the parsing of foreach statements. The initializer expression needs to ...Roberto Raggi2009-07-031-1/+1
* Made foreach a keyword when parsing with qtMocRunRoberto Raggi2009-07-032-1/+16
* Introduced ForeachStatementAST and the bits to parse foreach statements when ...Roberto Raggi2009-07-0315-14/+183
* Support condition scopes in pro files.Aaron McCarthy2009-07-031-4/+22
* Removed two stray backslashesThorbjørn Lindeijer2009-06-291-1/+1
* Implement home page settings and help startup options.kh2009-06-261-4/+18