summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlvme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-2/+2
* Don't defer properties if an id has been setAaron Kennedy2009-06-171-7/+9
* Fixing QWidget supportThomas Hartmann2009-06-161-1/+11
* Deferred properties mostly work.Aaron Kennedy2009-06-161-9/+29
* Fix autotest crashAaron Kennedy2009-06-161-2/+2
* Skeleton for property deferringAaron Kennedy2009-06-111-0/+13
* Source location isn't needed for compiled bindingsAaron Kennedy2009-06-101-1/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-101-1/+12
|\
| * Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-0/+16
* | Remove perf metricsAaron Kennedy2009-06-101-209/+0
* | Improve list assignment performanceAaron Kennedy2009-06-101-52/+58
* | Improve bindings startup performanceAaron Kennedy2009-06-101-2/+2
|/
* Fix handling of qreal properties.Michael Brasser2009-06-091-6/+20
* Revert "Naively fix handling of qreal properties for ARM."Michael Brasser2009-06-081-2/+1
* Remove some pointless perf metricsAaron Kennedy2009-06-011-1/+1
* Simplify and comment compilerAaron Kennedy2009-05-271-6/+1
* Remove AssignStackObject instructionAaron Kennedy2009-05-261-33/+0
* Remove the NoOp instructionAaron Kennedy2009-05-261-10/+0
* Remove unnecessary conditionAaron Kennedy2009-05-261-9/+0
* Remove ResolveFetchObject instructionAaron Kennedy2009-05-261-26/+0
* Remove AssignValueSource instructionAaron Kennedy2009-05-261-26/+0
* Unify the store instructions into the main VME switchAaron Kennedy2009-05-261-268/+249
* Remove AssignObject instructionAaron Kennedy2009-05-261-108/+34
* Remove Try*Object instructionsAaron Kennedy2009-05-261-42/+0
* Naively fix handling of qreal properties for ARM.Michael Brasser2009-05-221-1/+2
* Remove unnecessary codeAaron Kennedy2009-05-201-2/+0
* Start work on translation support in Qml.Michael Brasser2009-05-181-0/+2
* Remove Assign*Binding VME instructionsAaron Kennedy2009-05-151-29/+0
* Remove AssignConstant VME instructionAaron Kennedy2009-05-151-58/+0
* Remove AssignSignal instructionAaron Kennedy2009-05-131-33/+0
* Remove left over debuggingAaron Kennedy2009-05-131-1/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-131-0/+1
|\
| * More robust error handling (in ListView) and reporting (in VisualModel).Martin Jones2009-05-121-0/+1
* | Remove QWidget hackAaron Kennedy2009-05-121-5/+1
|/
* Clean up qmlparser testAaron Kennedy2009-05-121-1/+6
* Use sub-component metaobjects to improve performanceAaron Kennedy2009-05-111-2/+2
* Handle QmlParserStatus's and QmlBindableValeus being deleted during component...Aaron Kennedy2009-05-111-8/+27
* Add some support for QWidget (again)Thomas Hartmann2009-05-061-1/+6
* Improve error handlingAaron Kennedy2009-05-061-2/+5
* Very basic slot declaration supportAaron Kennedy2009-05-051-1/+1
* Remove XML custom parser supportAaron Kennedy2009-05-051-21/+0
* Improve error handling consistencyAaron Kennedy2009-05-051-11/+13
* Make custom parsers internal.Aaron Kennedy2009-04-301-1/+1
* Prototype custom parsers for non-xml qml languageAaron Kennedy2009-04-301-0/+5
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-64/+64
* Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-6/+2
* Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-1/+2
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+1345