summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* fix includesOswald Buddenhagen2009-12-031-12/+15
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-7/+7
* Remove include styles that rely on configure.Warwick Allison2009-12-011-6/+6
* Support array-literal Script::source valuesAaron Kennedy2009-11-291-0/+54
* Remove dead codeAaron Kennedy2009-11-061-94/+0
* 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
|/
* Support assigning scripts to QML propertiesAaron Kennedy2009-10-221-0/+10
* Improve Behavior reliability.Michael Brasser2009-10-111-0/+3
* Make Script an instrinsic typeAaron Kennedy2009-10-071-0/+2
* Make more qmlecmascript tests passAaron Kennedy2009-09-231-0/+9
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-0/+1
* Fix leaks.Michael Brasser2009-09-071-0/+2
* Expose type library information in QmlDomObjectKai Koehne2009-08-241-1/+1
* Add prototype value type supportAaron Kennedy2009-07-231-0/+8
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-1/+0
* Protect against overriding FINAL propertiesAaron Kennedy2009-07-161-1/+1
* Small cleanupsAaron Kennedy2009-07-161-3/+2
* Fix memory leakAaron Kennedy2009-07-151-0/+4
* Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-151-6/+38
* Support parameterized synthesized methodsAaron Kennedy2009-07-021-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-021-1/+2
|\
| * Add parameterized synthesized signalsAaron Kennedy2009-07-021-1/+2
* | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
|/
* First set of changes to add dynamic properties to the QML DOM.Erik Verbruggen2009-06-301-1/+2
* Renamed the QML front-end.Roberto Raggi2009-06-111-2/+2
* Delay the compilation of bindings until the endAaron Kennedy2009-05-281-6/+11
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-1/+0
* Save the JavaScript AST in the QmlParser::Variant for use by othersAaron Kennedy2009-05-271-3/+15
* Fix qmlparser test failureAaron Kennedy2009-05-131-3/+6
* More testsAaron Kennedy2009-05-121-1/+0
* Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-111-2/+90
* Improve parser line/column trackingAaron Kennedy2009-05-061-10/+78
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-1/+1
* Fix crashAaron Kennedy2009-05-061-3/+3
* Add parser support for object slot declarationsAaron Kennedy2009-05-051-0/+9
* Remove magic "properties" and "signals" property supportAaron Kennedy2009-05-051-4/+1
* Improve error handling consistencyAaron Kennedy2009-05-051-4/+4
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-10/+10
* Use the DUI language.Roberto Raggi2009-04-241-1/+0
* optional property debug output when the environment variable DUI_DEBUG is def...mae2009-04-241-4/+6
* support public property definitionsmae2009-04-241-1/+4
* support both *.qml and *.whatever with autodetection. Some debug output, some...mae2009-04-241-0/+2
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+167