summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-0/+9
* Make SqlDatabase testable and add a basic test.Warwick Allison2009-09-181-0/+1
* Better SQL database performance / memory usage.Warwick Allison2009-09-161-0/+2
* Fix warnings.Michael Brasser2009-09-071-2/+1
* Add QML enum supportAaron Kennedy2009-09-031-2/+31
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-021-0/+4
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-021-4/+0
| |\
| * | Provide some color manipulation functions.Michael Brasser2009-09-021-0/+4
* | | Rework script binding methodAaron Kennedy2009-09-021-0/+21
| |/ |/|
* | Remove unused member variables from QmlEnginePrivateAaron Kennedy2009-09-011-4/+0
|/
* Implement more of XMLHttpRequestAaron Kennedy2009-09-011-2/+5
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-271-0/+5
|\
| * Start adding convenience functions for value types.Michael Brasser2009-08-271-0/+5
* | Implement (parts of) XMLHttpRequestAaron Kennedy2009-08-271-0/+2
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-251-2/+7
|\
| * Add support for prefixed attached properties at compile timeAaron Kennedy2009-08-251-4/+8
* | Make QmlEnginePrivate::Imports a stack type.Warwick Allison2009-08-251-2/+7
* | Largely revert 40c12237b506bd and implement simpler more efficient way.Warwick Allison2009-08-241-17/+3
|/
* Expose type library information in QmlDomObjectKai Koehne2009-08-241-2/+16
* Add vector() function as a built-in to QMLRhys Weatherley2009-08-211-0/+1
* More namespace improvementsWarwick Allison2009-08-171-1/+1
* Abstract expression and binding APIsAaron Kennedy2009-08-101-2/+3
* Use meta property cache for property restoresAaron Kennedy2009-08-061-0/+4
* Make QmlMetaProperty reentrantAaron Kennedy2009-08-031-0/+2
* Revert "Make private stuff public"Alan Alpert2009-07-281-0/+3
* Make private stuff publicAlan Alpert2009-07-281-3/+0
* Make private stuff privateAaron Kennedy2009-07-271-2/+14
* Move import access functions to QmlEnginePrivate.Warwick Allison2009-07-231-0/+16
* Add prototype value type supportAaron Kennedy2009-07-231-0/+24
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-2/+2
* Simplify binding optimizationAaron Kennedy2009-07-201-5/+4
* Remove unnecessary global context management stuffAaron Kennedy2009-07-161-3/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-141-0/+1
|\
| * Start moving debugger out of processAaron Kennedy2009-07-131-0/+1
* | Libraries and library versioning.Warwick Allison2009-07-141-0/+1
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-091-73/+5
|\ \ | |/
| * Improve QmlComponent APIAaron Kennedy2009-07-071-0/+2
| * Warn annoyingly on non-notifyable propertiesAaron Kennedy2009-07-031-2/+3
| * Move QmlExpression into its own fileAaron Kennedy2009-07-031-71/+0
* | First conversion to new module handling.Warwick Allison2009-07-021-1/+0
|/
* CleanupMichael Brasser2009-06-301-1/+13
* Improve bindings startup performanceAaron Kennedy2009-06-101-6/+6
* Can now dynamically delete objects as well.Alan Alpert2009-06-091-0/+3
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-2/+2
* Fixed #includesRoberto Raggi2009-05-181-8/+8
* Start work on translation support in Qml.Michael Brasser2009-05-181-0/+2
* Reevaluate expressions when context properties changeAaron Kennedy2009-05-111-2/+11
* Handle QmlParserStatus's and QmlBindableValeus being deleted during component...Aaron Kennedy2009-05-111-2/+29
* Add "watchers" to debuggerAaron Kennedy2009-05-071-0/+11
* Track expression evaluation when debugging is enabledAaron Kennedy2009-05-061-0/+27