summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop warnings.Warwick Allison2010-05-201-10/+10
* Search for QML import libraries also in application directoryKai Koehne2010-05-191-4/+6
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-2/+2
* Qt.include() support in worker scriptsAaron Kennedy2010-05-141-0/+3
* Only add "include" property in non-workerscript threadsAaron Kennedy2010-05-141-1/+2
* Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-141-0/+2
* Fix broken benchmarks.Michael Brasser2010-05-131-5/+6
* Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-061-1/+3
* Fix some compiler warnings.Martin Jones2010-05-051-23/+23
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-051-1/+1
|\
| * Fix qdoc errorsBea Lam2010-05-051-1/+1
* | Allow dynamic deletion of objects created with createQmlObjectAlan Alpert2010-05-041-1/+4
|/
* Add Qt.fontFamilies() methodAaron Kennedy2010-04-301-0/+12
* Fix assignment of value types to javascript var.Michael Brasser2010-04-301-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-301-8/+4
|\
| * Simplify QDeclarativeGuard logicAaron Kennedy2010-04-291-8/+4
* | Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-291-4/+10
|/
* Don't call qRegisterMetaType() in global scopeBea Lam2010-04-291-0/+1
* Cleanup: Move import stuff out of the QDeclarativeEngineAaron Kennedy2010-04-291-815/+9
* Bunch of doc fixes.Alexis Menard2010-04-281-1/+5
* Code cleanupAaron Kennedy2010-04-281-235/+238
* 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