summaryrefslogtreecommitdiff
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutotestsAaron Kennedy2010-04-271-9/+8
* Improved error messages for type resolving, new debug optionmae2010-04-261-52/+127
* Autotests and docAaron Kennedy2010-04-221-34/+36
* Give error on attempt to import types from too-early version number.Warwick Allison2010-04-221-1/+1
* AutotestAaron Kennedy2010-04-221-0/+6
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-3/+3
* Compile without Qt3 support.Yann Bodson2010-04-211-25/+25
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-211-1/+4
|\
| * docWarwick Allison2010-04-201-1/+4
* | Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-211-14/+36
|/
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-10/+93
* Wait for debug clients asynchronously instead of blocking creation ofBea Lam2010-04-161-2/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-161-2/+2
|\
| * CleanupAaron Kennedy2010-04-161-2/+2
* | Throw exceptions on programming errors for global functions.Warwick Allison2010-04-161-35/+42
|/
* Support valuetypes as method return valuesAaron Kennedy2010-04-151-1/+3
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-151-3/+8
* Remove unused parameterAaron Kennedy2010-04-151-1/+1
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-19/+19
* Rename QDeclarativeData -> QAbstractDeclarativeDataAaron Kennedy2010-04-151-2/+2
* Add QML object destruction hookAaron Kennedy2010-04-151-0/+4
* Updates to the module documentationmae2010-04-141-0/+2
* Reduce warnings at shutdownAaron Kennedy2010-04-141-3/+3
* Fix QT_NO_DESKTOPSERVICESTasuku Suzuki2010-04-141-2/+8
* Give better error messages on plugin load failures.Warwick Allison2010-04-141-14/+30
* More error output for QML_IMPORT_TRACE=1mae2010-04-121-0/+9
* Revert "Better reporting of extension plugin loading errors."Aaron Kennedy2010-04-121-23/+7
* Add a Qt.isQtObject() methodAaron Kennedy2010-04-091-0/+9
* Remove QT_VERSION checks in QMLAaron Kennedy2010-04-091-2/+0
* Better reporting of extension plugin loading errors.Warwick Allison2010-04-091-7/+23
* Tune plugin import mechanismmae2010-04-081-32/+112
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-081-9/+23
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
* Initialize QDeclarativeData even when not using a QDeclarativeEngineAaron Kennedy2010-04-081-4/+3
* Give error if attempt to import from a version that is not installed.Warwick Allison2010-04-081-0/+12
* Cleanup (remove QDeclarativeScriptClass)Aaron Kennedy2010-04-071-14/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-071-20/+23
|\
| * Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-19/+19
| * Fix loading of _debug.dylib plugins under OSX.Roberto Raggi2010-04-011-1/+4
* | Optimization: Only allocate QScriptValue if we need tooAaron Kennedy2010-04-011-3/+4
* | Optimization: Improve allocation strategy for QDeclarativeDeclarativeDataAaron Kennedy2010-04-011-0/+14
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-311-20/+31
|\
| * Optimize QDeclarativeEngine::importExtensionmae2010-03-311-20/+31
* | Fix bug when adding import paths manuallyAlan Alpert2010-03-311-1/+7
|/
* Fix qml plugin loading with specified path in qmldirmae2010-03-301-3/+8
* Simplify import path.Warwick Allison2010-03-301-55/+33
* Use QDateTime when specifying a "date" property in QMLAaron Kennedy2010-03-291-2/+3
* Add importPathList, mainly for doc purposes.Warwick Allison2010-03-291-10/+24
* Source resizing for QDeclarativeImageProvider too.Warwick Allison2010-03-291-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-261-116/+132
|\