summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlscriptparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve property alias exceptions.Michael Brasser2009-12-151-0/+3
* fix includesOswald Buddenhagen2009-12-031-5/+4
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-4/+4
* Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
* Support array-literal Script::source valuesAaron Kennedy2009-11-291-3/+5
* QmlDom testsAaron Kennedy2009-11-111-4/+11
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-16/+16
|\
| * fix headersWarwick Allison2009-10-291-16/+16
* | Make private headers _pAaron Kennedy2009-10-301-1/+1
* | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-1/+1
|/
* Use QmlScriptString for Connection scriptWarwick Allison2009-10-231-40/+1
* Force QML files to be always UTF-8.Warwick Allison2009-10-141-0/+1
* Stop crash (stop on error)Warwick Allison2009-10-131-0/+1
* Library importing requires a version. Fix and test.Warwick Allison2009-10-131-2/+10
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-3/+3
* Make Script an instrinsic typeAaron Kennedy2009-10-071-4/+47
* Disallow inline var definitionsAaron Kennedy2009-09-251-0/+7
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-0/+32
* Modify QML grammar to accept "readonly" as a property modifierAaron Kennedy2009-09-031-0/+9
* Disallow lowercase import qualifier idsAaron Kennedy2009-08-241-1/+10
* Expose type library information in QmlDomObjectKai Koehne2009-08-241-0/+1
* Store location information for "Type XXX is not available" messagesKai Koehne2009-08-211-12/+22
* Removed support for CSS-like literals.Roberto Raggi2009-07-241-15/+6
* Protect against overriding FINAL propertiesAaron Kennedy2009-07-161-2/+2
* Move the QML rewriting stuff into a central locationAaron Kennedy2009-07-161-44/+2
* Libraries and library versioning.Warwick Allison2009-07-141-4/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-121-5/+15
|\
| * Expand input keyword to include "as" supportAaron Kennedy2009-07-091-4/+15
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-091-9/+14
|\ \ | |/
| * Support parameterized synthesized methodsAaron Kennedy2009-07-021-8/+7
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-021-1/+1
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-021-18/+42
| | |\
| | * | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
| * | | Initial property aliasing supportAaron Kennedy2009-07-021-0/+6
| | |/ | |/|
* | | First conversion to new module handling.Warwick Allison2009-07-021-12/+4
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-021-11/+0
|\ \ | |/
| * Removed superfluous methods.Erik Verbruggen2009-07-011-11/+0
* | Add parameterized synthesized signalsAaron Kennedy2009-07-021-18/+42
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-06-301-1/+0
|\
| * CleanupMichael Brasser2009-06-301-1/+0
* | First set of changes to add dynamic properties to the QML DOM.Erik Verbruggen2009-06-301-0/+2
|/
* Fixed range calculation for UiQualifiedId in the visitor forErik Verbruggen2009-06-161-0/+2
* Renamed the QML front-end.Roberto Raggi2009-06-111-8/+8
* Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-101-1/+17
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-0/+1
* Added offsets of automatically inserted semicolons to the DOM and theErik Verbruggen2009-06-041-0/+11
* Added range information for lists which contains the position and lengthErik Verbruggen2009-05-291-0/+5
* Delay the compilation of bindings until the endAaron Kennedy2009-05-281-0/+1
* Small cleanupsAaron Kennedy2009-05-271-9/+25
* Save the JavaScript AST in the QmlParser::Variant for use by othersAaron Kennedy2009-05-271-4/+4