summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix handling of empty strings for URLsWarwick Allison2009-08-261-1/+1
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-251-5/+55
|\
| * Add support for prefixed attached properties at compile timeAaron Kennedy2009-08-251-5/+55
* | Largely revert 40c12237b506bd and implement simpler more efficient way.Warwick Allison2009-08-241-1/+1
|/
* Store location information for "Type XXX is not available" messagesKai Koehne2009-08-211-2/+9
* Make QVector3D a first-class builtin type within QMLRhys Weatherley2009-08-211-0/+19
* Update documentation regarding font.pointSizeYann Bodson2009-08-201-1/+1
* Fix setting the id propertyAlan Alpert2009-08-191-3/+7
* More namespace improvementsWarwick Allison2009-08-171-6/+9
* Improve error message.Michael Brasser2009-08-141-2/+2
* Improve error message.Michael Brasser2009-08-141-1/+1
* Object property binding optimizationAaron Kennedy2009-08-111-3/+37
* Abstract expression and binding APIsAaron Kennedy2009-08-101-0/+19
* Mark synthesized properties as SCRIPTABLEAaron Kennedy2009-08-101-1/+1
* Rewrite bindings inside the compilerAaron Kennedy2009-08-051-15/+28
* Improve performance by separating id and context propertiesAaron Kennedy2009-08-041-1/+5
* Remove some warningsYann Bodson2009-08-031-115/+116
* Get rid of classComplete.Michael Brasser2009-07-291-9/+0
* Make sure we pass through a line number for evaluating bindings.Michael Brasser2009-07-271-0/+1
* Added objectClassName now that objectType is the fully-qualified typeErik Verbruggen2009-07-241-0/+1
* Add the fully-qualified type name to the DOM (via QmlParser::Object)Warwick Allison2009-07-241-1/+3
* Fix assertWarwick Allison2009-07-241-1/+1
* Move import access functions to QmlEnginePrivate.Warwick Allison2009-07-231-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-231-15/+126
|\
| * Add prototype value type supportAaron Kennedy2009-07-231-15/+126
* | Temporary fix for Attached propertiesWarwick Allison2009-07-231-3/+3
|/
* Fix warning.Michael Brasser2009-07-201-1/+1
* Missing SetDefault instructionAaron Kennedy2009-07-171-0/+5
* Always set the id before calling setId()Aaron Kennedy2009-07-171-4/+2
* Protect against overriding FINAL propertiesAaron Kennedy2009-07-161-2/+10
* Small cleanupsAaron Kennedy2009-07-161-119/+158
* Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-151-12/+6
* 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