summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-11-051-10/+5
|\
| * Remove "to" limit on minor version.Warwick Allison2009-11-051-10/+5
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-11-051-0/+20
|\ \ | |/
| * Add closestAngle function to Qt object to help with rotation animations.Alan Alpert2009-11-041-0/+20
* | Avoid crashing on faulty call to createQmlObjectAlan Alpert2009-11-031-0/+5
|/
* Define and document deletion of QmlEngine QNetworkAccessManagerWarwick Allison2009-11-031-7/+7
* Qt object testAaron Kennedy2009-11-021-10/+23
* CleanupAaron Kennedy2009-10-301-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-16/+16
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-135/+20
| |\
| * | fix headersWarwick Allison2009-10-291-16/+16
* | | Make private headers _pAaron Kennedy2009-10-301-1/+1
* | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-2/+2
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-10-291-8/+10
|\ \
| * | Remove duplicated docAlan Alpert2009-10-291-78/+0
| * | Merge QmlComponentJS into QmlComponentAlan Alpert2009-10-291-8/+10
| |/
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-10-281-2/+3
|\ \ | |/
| * Do not display transient binding errorsAaron Kennedy2009-10-281-2/+3
* | Fill out QML global object documentationAlan Alpert2009-10-281-116/+2
* | Minor cleanup of global objectAlan Alpert2009-10-281-11/+8
|/
* Don't crash when requesting an attached object for non-QML objectAaron Kennedy2009-10-271-0/+2
* Compile with -no-qt3supportAaron Kennedy2009-10-261-2/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-261-1/+10
|\
| * Ensure cleanup happens before the destruction of QScriptEngineAaron Kennedy2009-10-261-1/+10
* | Wait for qmldir remote content so that imports work remotely.Warwick Allison2009-10-261-30/+35
|/