summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move some example code into snippets/ and add other doc fixesBea Lam2010-06-101-5/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-011-10/+24
|\
| * Various doc fixes and improvementsBea Lam2010-05-311-10/+24
* | Fix QT_NO_TEXTDATE compilation errors.Andreas Aardal Hanssen2010-05-311-0/+4
|\ \ | |/ |/|
| * Fix QT_NO_TEXTDATETasuku Suzuki2010-05-261-0/+4
* | Doc fixes, improvementsBea Lam2010-05-261-58/+44
* | Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-241-2/+2
* | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivateBea Lam2010-05-241-0/+11
* | Ensure QML Global Qt object functions appear in the documentation indexWarwick Allison2010-05-211-2/+304
|/
* 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-171-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-061-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