summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Optimization: Improve property read speedAaron Kennedy2010-01-081-0/+1
* Basic QML JS benchmarkAaron Kennedy2010-01-081-1/+1
* Fix deferred property bugsAaron Kennedy2009-12-181-1/+1
* Set correct property flags for custom property types.Michael Brasser2009-12-171-0/+1
* Binding optimizer extensionsAaron Kennedy2009-12-141-2/+0
* Make QmlScriptEngine reusable in WorkScript, so extra fns are available.Warwick Allison2009-12-041-11/+25
* fix includesOswald Buddenhagen2009-12-031-15/+18
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-10/+10
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-021-0/+2
|\
| * Cache binding closuresAaron Kennedy2009-12-021-0/+2
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-10/+10
|/
* Qt.quit() added to qml.Tapani Mikola2009-11-301-0/+3
* Basic WorkerScript functionalityAaron Kennedy2009-11-301-0/+4
* atob and btoa functions (as per JS window functions)Warwick Allison2009-11-291-0/+2
* Webkit console.log() compatibility.Warwick Allison2009-11-231-0/+1
* Remove dead codeAaron Kennedy2009-11-161-4/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-11-131-4/+4
|\
| * Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-4/+4
* | Qt.md5() methodAaron Kennedy2009-11-121-0/+1
|/
* Add closestAngle function to Qt object to help with rotation animations.Alan Alpert2009-11-041-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-0/+2
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-10-281-0/+5
| |\
| * | Fill out QML global object documentationAlan Alpert2009-10-281-0/+1
| * | Minor cleanup of global objectAlan Alpert2009-10-281-0/+1
* | | fix headersWarwick Allison2009-10-291-16/+16
| |/ |/|
* | Do not display transient binding errorsAaron Kennedy2009-10-281-0/+5
|/
* 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