summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Assign*Binding VME instructionsAaron Kennedy2009-05-151-20/+20
* Remove AssignConstant VME instructionAaron Kennedy2009-05-151-16/+3
* Remove AssignSignal instructionAaron Kennedy2009-05-131-26/+57
* More testsAaron Kennedy2009-05-121-13/+3
* More QML testsAaron Kennedy2009-05-121-24/+13
* Clean up qmlparser testAaron Kennedy2009-05-121-0/+2
* Use sub-component metaobjects to improve performanceAaron Kennedy2009-05-111-11/+25
* Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-111-28/+15
* Fix crashAaron Kennedy2009-05-111-0/+3
* Handle QmlParserStatus's and QmlBindableValeus being deleted during component...Aaron Kennedy2009-05-111-4/+21
* Add an (unused) locations field to compiled dataAaron Kennedy2009-05-061-0/+16
* Improve parser line/column trackingAaron Kennedy2009-05-061-39/+38
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-1/+8
* Fix crashAaron Kennedy2009-05-061-2/+3
* Use <propname>Changed() signal as the notify signal for dynamic propertiesAaron Kennedy2009-05-061-2/+2
* Very basic slot declaration supportAaron Kennedy2009-05-051-3/+14
* Remove magic "properties" and "signals" property supportAaron Kennedy2009-05-051-236/+2
* Remove XML custom parser supportAaron Kennedy2009-05-051-19/+7
* Improve error handling consistencyAaron Kennedy2009-05-051-9/+24
* Make custom parsers internal.Aaron Kennedy2009-04-301-1/+1
* Prototype custom parsers for non-xml qml languageAaron Kennedy2009-04-301-50/+78
* Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-291-2/+2
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-182/+182
* Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-281-2/+4
|\
| * Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-2/+4
* | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-271-3/+6
|\ \ | |/
| * Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-3/+6
* | Use the DUI language.Roberto Raggi2009-04-241-1/+1
* | parse function declarations in the object declaration and generate script pro...mae2009-04-241-2/+0
* | support both *.qml and *.whatever with autodetection. Some debug output, some...mae2009-04-241-0/+2
* | Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+2
|/
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-2/+2
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+1662