summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-261-0/+4
|\
| * Ensure cleanup happens before the destruction of QScriptEngineAaron Kennedy2009-10-261-0/+4
* | Wait for qmldir remote content so that imports work remotely.Warwick Allison2009-10-261-1/+1
|/
* Tweak scopingAaron Kennedy2009-10-211-0/+1
* Add simple sound supportAaron Kennedy2009-10-211-0/+2
* Support read-only iteration of list propertiesAaron Kennedy2009-10-141-0/+2
* Add Component::onCompleted attached propertyAaron Kennedy2009-10-141-0/+2
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-66/+9
* Prevent writes to the global objectAaron Kennedy2009-10-051-0/+2
* Improve script lookup cachingAaron Kennedy2009-10-051-58/+4
* Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-4/+14
* 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