summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* change all ids in doc examples to start with lower case.Martin Jones2009-10-221-2/+2
* Support assigning scripts to QML propertiesAaron Kennedy2009-10-221-4/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-211-1/+3
|\
| * Fix breakout type resolutionAlan Alpert2009-10-211-0/+2
| * DocAlan Alpert2009-10-211-1/+1
* | Tweak scopingAaron Kennedy2009-10-211-8/+25
|/
* Add simple sound supportAaron Kennedy2009-10-211-0/+32
* Remove dead codeAaron Kennedy2009-10-211-1/+0
* Unicode namespace fix.Warwick Allison2009-10-151-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-141-2/+11
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-141-2/+2
| |\
| * | Workaround QUrl::toLocalFile not knowing about qrc:Warwick Allison2009-10-141-2/+11
* | | Support read-only iteration of list propertiesAaron Kennedy2009-10-141-0/+4
| |/ |/|
* | Add Component::onCompleted attached propertyAaron Kennedy2009-10-141-2/+2
|/
* Fix UTF8 vs. Latin1 conversionWarwick Allison2009-10-121-1/+1
* Composite types should assign to object propertiesAaron Kennedy2009-10-121-3/+3
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-4/+4
* Zero bindingBits correctlyAaron Kennedy2009-10-081-2/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-071-38/+4
|\
| * Use QDesktopServices::storageLocation() in place of placeform-specific code.Warwick Allison2009-10-061-38/+4
* | Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-271/+106
* | Prevent writes to the global objectAaron Kennedy2009-10-051-6/+10
* | Improve script lookup cachingAaron Kennedy2009-10-051-253/+11
* | Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-2/+12
|/
* Fix crashAaron Kennedy2009-09-231-1/+2
* Off by one bug in binding bit testAaron Kennedy2009-09-231-3/+3
* vector -> Qt.vector3dAaron Kennedy2009-09-231-2/+0
* Use a bitmask to track bound propertiesAaron Kennedy2009-09-231-1/+40
* Replace begin()/end() with constBegin()/constEnd() to avoid detach inMarco Bubke2009-09-221-1/+1
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-0/+73
* Ensure absolute path for qmldir URL.Warwick Allison2009-09-221-2/+3
* Fix Windows compile.Warwick Allison2009-09-181-0/+6
* Make SqlDatabase testable and add a basic test.Warwick Allison2009-09-181-0/+66
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-161-1/+2
|\
| * Do not crash in QmlInfo if debugging information is missingKai Koehne2009-09-151-1/+2
* | Better SQL database performance / memory usage.Warwick Allison2009-09-161-1/+3
* | Basic first-working SQL database interface.Warwick Allison2009-09-161-0/+2
|/
* Resolve qualified type even if not localfile.Warwick Allison2009-09-071-0/+4
* Fix warnings.Michael Brasser2009-09-071-9/+7
* Fix leaks.Michael Brasser2009-09-071-0/+4
* Add QML enum supportAaron Kennedy2009-09-031-17/+118
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-021-0/+112
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-021-8/+1
| |\
| * | Provide some color manipulation functions.Michael Brasser2009-09-021-0/+112
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-021-1/+1
|\ \ \ | | |/ | |/|