summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlscriptparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added missing copyright headers.Roberto Raggi2009-05-261-0/+41
* Create a new TextWriter when rewriting the CSS literals.Roberto Raggi2009-05-261-7/+8
* Always treat CSS-like suffix's as bindingsAaron Kennedy2009-05-261-1/+5
* roberto: Added support for CSS like numeric literals e.g. 10pAaron Kennedy2009-05-261-13/+61
* fix warningsWarwick Allison2009-05-211-6/+7
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-201-0/+5
|\
| * Cleanup and fixes for performance logging.Michael Brasser2009-05-201-0/+5
* | Basic qualified type support.Warwick Allison2009-05-201-4/+13
|/
* Renamed qualifiedObjectNameId.Roberto Raggi2009-05-181-3/+3
* Introduced qualified type names in the grammar.Roberto Raggi2009-05-181-35/+29
* Some (internal) API cleanup.Roberto Raggi2009-05-141-4/+3
* Moved Parser::DiagnosticMessage and AST::SourceLocationRoberto Raggi2009-05-141-1/+1
* Renamed JavaScriptEnginePrivate in Engine.Roberto Raggi2009-05-141-6/+6
* Protect the QML front-end using the namespace JavaScript.Roberto Raggi2009-05-141-2/+2