summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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