summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-111-6/+5
|\
| * Must always ask factory loader, or else plugins will only load the second time.Warwick Allison2010-01-081-6/+5
* | Optimization: Cache compiled dynamic functionsAaron Kennedy2010-01-081-4/+1
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-081-9/+6
|\
| * Optimization: Improve property read speedAaron Kennedy2010-01-081-9/+6
* | Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-081-45/+54
|/
* Load qmlmodules plugins.Warwick Allison2010-01-071-0/+12
* Mark function contexts as temporaryAaron Kennedy2010-01-051-1/+4
* Stop using QGuardAaron Kennedy2009-12-231-9/+11
* Fix deferred property bugsAaron Kennedy2009-12-181-3/+13
* Set correct property flags for custom property types.Michael Brasser2009-12-171-0/+10
* Binding optimizer extensionsAaron Kennedy2009-12-161-1/+1
* Inline QML still needs a URL so that subtypes are relative to that URL.Warwick Allison2009-12-091-0/+2
* document script extension problemWarwick Allison2009-12-081-0/+7
* Fix docs.Michael Brasser2009-12-071-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-12-071-44/+77
|\
| * little imporvements and 1 warning lessThierry Bastian2009-12-071-1/+1
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-12-071-43/+76
| |\
| | * Fix spurious logging problems.Warwick Allison2009-12-071-1/+1
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-061-20/+20
| | |\
| | * | Make QmlScriptEngine reusable in WorkScript, so extra fns are available.Warwick Allison2009-12-041-42/+75
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-12-071-20/+20
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-12-041-36/+46
| |\ \ \ | | | |/ | | |/|
| * | | Make SQL work on SymbianMartin Jones2009-12-041-1/+1
* | | | Fix leaks.Michael Brasser2009-12-071-0/+2
| |_|/ |/| |
* | | small cleanupThierry Bastian2009-12-041-20/+20
| |/ |/|
* | fix includesOswald Buddenhagen2009-12-031-30/+35
* | Optimization: Use linked-list for context objectsAaron Kennedy2009-12-031-6/+11
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-18/+18
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-021-2/+6
|\ \ | |/
| * Cache binding closuresAaron Kennedy2009-12-021-1/+1
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-021-1/+4
| |\
| | * Get qsTr and friends working again.Michael Brasser2009-12-011-1/+4
| * | Two way WorkerScript communicationsAaron Kennedy2009-11-301-0/+1
| |/
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-18/+18
|/
* Qt.quit() added to qml.Tapani Mikola2009-11-301-0/+14
* Basic WorkerScript functionalityAaron Kennedy2009-11-301-2/+11
* atob and btoa functions (as per JS window functions)Warwick Allison2009-11-291-0/+22
* Webkit console.log() compatibility.Warwick Allison2009-11-231-1/+26
* Rename QML Object to QtObjectAaron Kennedy2009-11-191-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-11-171-34/+41
|\
| * TestsAaron Kennedy2009-11-161-34/+41
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-11-161-16/+0
|\ \ | |/
| * Remove dead codeAaron Kennedy2009-11-161-16/+0
* | Use QDir::separator() and follow no-trailing-slash convention.Warwick Allison2009-11-161-7/+8
|/
* QmlEngine testsAaron Kennedy2009-11-161-11/+5
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-11-131-2/+2
|\
| * Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-2/+2
* | Qt.md5() methodAaron Kennedy2009-11-121-0/+14
|/
* Update valuetype testsAaron Kennedy2009-11-061-15/+2