summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-2779/+0
* Disallow ids that start with upper case letters.Bea Lam2010-02-241-3/+2
* More precise compiler errorsAlan Alpert2010-02-231-2/+2
* String to enum conversion in value typesAaron Kennedy2010-02-231-1/+7
* Make QmlBinding (and friends) privateAaron Kennedy2010-02-231-1/+1
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-72/+31
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-161-1/+1
|\
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-151-6/+6
|/
* Fix warningsAaron Kennedy2010-02-121-1/+1
* Don't enforce lower-case starting letters for ids yet; just print aBea Lam2010-02-031-2/+5
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-02-031-2/+49
|\
| * Honor default property orderingAaron Kennedy2010-02-031-2/+49
* | Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-1/+4
|/
* Support builtin string converters in every contextAaron Kennedy2010-01-281-12/+16
* CleanupAaron Kennedy2010-01-271-2/+2
* Harden binding optimizerAaron Kennedy2010-01-271-63/+29
* Remove unused variable.Alexis Menard2010-01-211-1/+0
* Allow composite value sourcesAaron Kennedy2010-01-211-3/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-111-4/+7
|\
| * Don't double function'ize dynamic QML functionsAaron Kennedy2010-01-111-4/+7
* | unwarnWarwick Allison2010-01-111-1/+1
|/
* Deferred properties are not experimental anymoreAaron Kennedy2010-01-111-3/+0
* Optimization: Bypass qt_metacall for synthesized methodsAaron Kennedy2010-01-091-2/+17
* Optimization: Cache compiled dynamic functionsAaron Kennedy2010-01-081-2/+13
* Remove unused optimizationAaron Kennedy2009-12-221-19/+2
* Remove QML_ENABLE_DEFERRED env variableAaron Kennedy2009-12-181-2/+1
* Deferred properties are off by defaultAaron Kennedy2009-12-181-0/+4
* Fix deferred property bugsAaron Kennedy2009-12-181-0/+8
* Support aliasing of composite types.Michael Brasser2009-12-171-0/+15
* Fix regression introduced in 6fe6e803f08750534a6c14b4a2847a6ec1b29350.Michael Brasser2009-12-171-1/+2
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-161-0/+8
|\
| * Use the component name as the base class name for dynamic meta objectsMichael Brasser2009-12-161-0/+8
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-161-2/+54
|\ \ | |/
| * Optimize <Type>.<EnumValue> type enum assignments.Michael Brasser2009-12-161-0/+52
| * Improve property alias exceptions.Michael Brasser2009-12-151-2/+2
* | Binding optimizer extensionsAaron Kennedy2009-12-161-7/+22
|/
* Remove left over debugging outputAaron Kennedy2009-12-141-1/+0
* Binding optimizer extensionsAaron Kennedy2009-12-141-1/+3
* Introduce experimental binding optimizerAaron Kennedy2009-12-141-4/+37
* Generate error when attempting to write to a read-only object property.Michael Brasser2009-12-101-0/+3
* small cleanupThierry Bastian2009-12-041-98/+89
* fix includesOswald Buddenhagen2009-12-031-27/+30
* Avoid QString <-> QUrl conversionsAaron Kennedy2009-12-031-1/+1
* OptimizationAaron Kennedy2009-12-031-11/+17
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-19/+19
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-021-2/+16
|\
| * Cleanup cached binding closuresAaron Kennedy2009-12-021-4/+9
| * Cache binding closuresAaron Kennedy2009-12-021-0/+9
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-14/+14
|/