summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlvme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused optimizationAaron Kennedy2009-12-221-19/+0
* Support binding optimizer and deferred propertiesAaron Kennedy2009-12-181-9/+2
* Fix deferred property bugsAaron Kennedy2009-12-181-1/+0
* Binding optimizer extensionsAaron Kennedy2009-12-161-8/+14
* Introduce experimental binding optimizerAaron Kennedy2009-12-141-0/+21
* small cleanupThierry Bastian2009-12-041-12/+12
* fix includesOswald Buddenhagen2009-12-031-21/+24
* Optimization: Use QString, not QUrl in QmlBindingAaron Kennedy2009-12-031-2/+2
* Avoid QString <-> QUrl conversionsAaron Kennedy2009-12-031-2/+2
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-031-1/+1
|\
| * A collection of small optimizations.Martin Jones2009-12-031-1/+1
* | OptimizationAaron Kennedy2009-12-031-6/+7
|/
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-15/+15
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-021-13/+13
|\
| * Remove include styles that rely on configure.Warwick Allison2009-12-011-12/+12
* | Minor performance tweaksAaron Kennedy2009-12-021-5/+7
|/
* Support array-literal Script::source valuesAaron Kennedy2009-11-291-5/+2
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* Missing file for 48ea5a5c74620f9811debc6bf1e49bf095d30722Aaron Kennedy2009-11-041-3/+3
* 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
|/
* Fix more warnings.Michael Brasser2009-10-261-1/+1
* Fix Behavior support for value type properties.Michael Brasser2009-10-231-1/+1
* Fix test failures.Aaron Kennedy2009-10-221-1/+5
* Support assigning scripts to QML propertiesAaron Kennedy2009-10-221-0/+16
* i18nWarwick Allison2009-10-131-16/+13
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-111-3/+4
|\
| * Output file/line for script errorsAaron Kennedy2009-10-091-3/+4
* | Improve Behavior reliability.Michael Brasser2009-10-111-46/+40
|/
* Make Script an instrinsic typeAaron Kennedy2009-10-071-0/+7
* Improve script lookup cachingAaron Kennedy2009-10-051-2/+2
* Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-1/+8
* Give file and line information for script errors.Michael Brasser2009-09-281-0/+1
* Make more qmlecmascript tests passAaron Kennedy2009-09-231-5/+34
* Use a bitmask to track bound propertiesAaron Kennedy2009-09-231-2/+1
* Add plumbing for more advanced signal property controlAaron Kennedy2009-09-221-5/+1
* Slight simplification of parameterized signalsAaron Kennedy2009-09-221-1/+1
* Fix a bug in the qmlvme, which lead to an assert on valid QML.Alan Alpert2009-09-031-0/+8
* Add an assert before we dereference a null pointerAlan Alpert2009-09-021-0/+1
* Save object creation line and column numberAaron Kennedy2009-09-021-0/+5
* Make QmlPropertyValueSource an interface.Martin Jones2009-08-271-5/+4
* Make QVector3D a first-class builtin type within QMLRhys Weatherley2009-08-211-0/+13
* Move the binding's "mePtr" into QmlAbstractBindingAaron Kennedy2009-08-111-5/+3
* Object property binding optimizationAaron Kennedy2009-08-111-3/+19
* Abstract expression and binding APIsAaron Kennedy2009-08-101-3/+16
* Simplify QmlDeclarativeData to a single classAaron Kennedy2009-08-101-3/+3
* Rewrite bindings inside the compilerAaron Kennedy2009-08-051-22/+0
* Improve performance by separating id and context propertiesAaron Kennedy2009-08-041-1/+7