summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Deferred properties are not experimental anymoreAaron Kennedy2010-01-111-3/+0
* Use URI, not modified URL when resolving type namesAaron Kennedy2010-01-111-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-1111-22/+30
|\
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-111-0/+4
| |\
| | * Compile with QT_NO_CURSOR.Michael Brasser2010-01-111-0/+4
| * | Update QML to adhere to latest QScriptDeclarativeClassAaron Kennedy2010-01-1110-22/+26
| |/
* | QTBUG-6507 appears fixed (don't know when)Warwick Allison2010-01-111-6/+1
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-111-6/+5
|\
| * Must always ask factory loader, or else plugins will only load the second time.Warwick Allison2010-01-081-6/+5
* | Optimization: Passing QScriptEngine to QScriptValue is much fasterAaron Kennedy2010-01-091-7/+7
* | Optimization: Bypass qt_metacall for synthesized methodsAaron Kennedy2010-01-098-29/+163
* | Optimization: Cache compiled dynamic functionsAaron Kennedy2010-01-088-47/+81
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-085-12/+48
|\
| * Optimization: Improve property read speedAaron Kennedy2010-01-084-10/+46
| * Basic QML JS benchmarkAaron Kennedy2010-01-082-2/+2
* | Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-082-46/+54
|/
* Load qmlmodules plugins.Warwick Allison2010-01-074-0/+181
* opt: move expr out of loopWarwick Allison2010-01-071-2/+2
* Allow Bauhaus to reset hasPixelSizeMarco Bubke2010-01-061-3/+9
* Mark function contexts as temporaryAaron Kennedy2010-01-056-5/+18
* Revert "Maybe fix QTBUG-5690"Alan Alpert2010-01-041-2/+1
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Alan Alpert2009-12-2313-178/+406
|\
| * Missing fileAaron Kennedy2009-12-231-0/+154
| * Stop using QGuardAaron Kennedy2009-12-2311-33/+64
| * Optimization: Reduce memory usageAaron Kennedy2009-12-231-145/+188
* | Maybe fix QTBUG-5690Alan Alpert2009-12-221-1/+2
|/
* Remove unused optimizationAaron Kennedy2009-12-228-158/+2
* Don't crash when a subscription is not requiredAaron Kennedy2009-12-221-2/+3
* Implement a fast "styled" text format.Martin Jones2009-12-221-3/+1
* Export QmlAbstractBinding classKai Koehne2009-12-211-1/+1
* Added isAlias to the QmlDomDynamicProperty.Erik Verbruggen2009-12-212-1/+19
* Improve binding optimizer's subscription logicAaron Kennedy2009-12-211-3/+8
* Empty URLs should not be resolvedAaron Kennedy2009-12-212-5/+8
* More binding optimizationsAaron Kennedy2009-12-211-14/+143
* Simply type managementAaron Kennedy2009-12-211-47/+35
* Optimize Math.max and Math.minAaron Kennedy2009-12-181-1/+79
* Remove QML_ENABLE_DEFERRED env variableAaron Kennedy2009-12-181-2/+1
* Support binding optimizer and deferred propertiesAaron Kennedy2009-12-183-10/+10
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-181-3/+19
|\
| * Have qmlInfo report the QML element name rather than C++ class name.Michael Brasser2009-12-181-3/+19
* | Deferred properties are off by defaultAaron Kennedy2009-12-181-0/+4
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-184-16/+47
|\
| * Use destroy() to destroy binding.Michael Brasser2009-12-171-1/+3
| * Add context argument to QmlMetaProperty::createPropertyMarco Bubke2009-12-172-5/+6
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-12-175-4/+31
| |\
| * | Make positioners fast.Martin Jones2009-12-171-10/+38
* | | Fix deferred property bugsAaron Kennedy2009-12-188-90/+154
| |/ |/|
* | Set correct property flags for custom property types.Michael Brasser2009-12-174-4/+16
* | Support aliasing of composite types.Michael Brasser2009-12-171-0/+15
|/
* Use destroy() to destroy bindings.Michael Brasser2009-12-171-1/+2