summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlparser_p.h
Commit message (Expand)AuthorAgeFilesLines
* Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-151-4/+26
* Support parameterized synthesized methodsAaron Kennedy2009-07-021-0/+1
* Initial property aliasing supportAaron Kennedy2009-07-021-1/+1
* Add parameterized synthesized signalsAaron Kennedy2009-07-021-0/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-301-0/+1
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-06-301-0/+11
| |\
| * | First set of changes to add dynamic properties to the QML DOM.Erik Verbruggen2009-06-301-0/+1
* | | Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-1/+2
| |/ |/|
* | CleanupMichael Brasser2009-06-301-0/+11
|/
* Expose extended type URLs through the QML DOM APIAaron Kennedy2009-06-251-0/+2
* Renamed the QML front-end.Roberto Raggi2009-06-111-4/+4
* Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-101-0/+1
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-1/+1
* Added range information for lists which contains the position and lengthErik Verbruggen2009-05-291-0/+1
* Delay the compilation of bindings until the endAaron Kennedy2009-05-281-0/+3
* Save the JavaScript AST in the QmlParser::Variant for use by othersAaron Kennedy2009-05-271-1/+6
* Remove more unneeded semicolons.Martin Jones2009-05-271-1/+1
* Fixed #includesRoberto Raggi2009-05-181-3/+3
* Implement SetProperties as a custom parserAaron Kennedy2009-05-151-0/+1
* Move inside the guardsAaron Kennedy2009-05-151-3/+2
* Fix qmlparser test failureAaron Kennedy2009-05-131-1/+2
* More testsAaron Kennedy2009-05-121-1/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-111-0/+8
|\
| * Added positioning information to the dom as position+length.Erik Verbruggen2009-05-111-0/+8
* | Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-111-1/+43
|/
* Add an (unused) locations field to compiled dataAaron Kennedy2009-05-061-3/+1
* Improve parser line/column trackingAaron Kennedy2009-05-061-9/+22
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-0/+3
* Fix crashAaron Kennedy2009-05-061-1/+2
* Add parser support for object slot declarationsAaron Kennedy2009-05-051-2/+11
* Remove magic "properties" and "signals" property supportAaron Kennedy2009-05-051-4/+0
* Improve error handling consistencyAaron Kennedy2009-05-051-0/+3
* Use the DUI language.Roberto Raggi2009-04-241-1/+0
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+209