summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-151-807/+921
* Support parameterized synthesized methodsAaron Kennedy2009-07-021-23/+42
* 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-1/+8
| |\
| * | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
* | | Initial property aliasing supportAaron Kennedy2009-07-021-18/+138
| |/ |/|
* | Add parameterized synthesized signalsAaron Kennedy2009-07-021-1/+8
|/
* Fix warnings.Michael Brasser2009-07-011-5/+5
* Expose extended type URLs through the QML DOM APIAaron Kennedy2009-06-251-1/+4
* Don't defer properties if an id has been setAaron Kennedy2009-06-171-4/+8
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-161-7/+7
|\
| * More explicit QUrl <-> QString conversion.Warwick Allison2009-06-111-1/+1
| * Renamed the QML front-end.Roberto Raggi2009-06-111-6/+6
* | Skeleton for property deferringAaron Kennedy2009-06-111-4/+50
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-101-0/+11
|\
| * Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-0/+11
* | Improve list assignment performanceAaron Kennedy2009-06-101-10/+58
* | Remove dead codeAaron Kennedy2009-06-101-4/+0
* | Improve bindings startup performanceAaron Kennedy2009-06-101-21/+34
|/
* Fix handling of qreal properties.Michael Brasser2009-06-091-7/+17
* Remove some pointless perf metricsAaron Kennedy2009-06-011-1/+1
* Delay the compilation of bindings until the endAaron Kennedy2009-05-281-93/+82
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-2/+43
* Small cleanupsAaron Kennedy2009-05-271-92/+83
* Small cleanupsAaron Kennedy2009-05-271-9/+7
* Simplify and comment compilerAaron Kennedy2009-05-271-152/+221
* Improve error messagesAaron Kennedy2009-05-261-100/+82
* Remove AssignStackObject instructionAaron Kennedy2009-05-261-1/+25
* Remove ResolveFetchObject instructionAaron Kennedy2009-05-261-9/+9
* Remove AssignValueSource instructionAaron Kennedy2009-05-261-13/+5
* Remove AssignObject instructionAaron Kennedy2009-05-261-30/+35
* Remove Try*Object instructionsAaron Kennedy2009-05-261-33/+27
* Ensure tests passAaron Kennedy2009-05-261-20/+29
* Use the true metatype of attached properties in the compilerAaron Kennedy2009-05-221-0/+4
* 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