summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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-281-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-261-116/+132
|\
| * Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-251-49/+73
| |\
| * | doc: Fixed all the remaining qdoc errors. For now.Martin Smith2010-03-241-116/+132
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-251-1/+0
|\ \ \ | | |/ | |/|
| * | Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-3/+0
| * | Replace Animation's repeat property with loops.Michael Brasser2010-03-251-0/+2
* | | Forgot to add a file.Alan Alpert2010-03-251-8/+10
|/ /
* | Manual merge.Warwick Allison2010-03-221-3/+36
* | Test imports with realistic paths (previously passed accidentally).Warwick Allison2010-03-221-3/+10
* | Deprecate inline Script {} blocksAaron Kennedy2010-03-221-5/+1
* | Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-2/+0
* | Reduce amount of qmldir parsingmae2010-03-191-25/+19
* | Fix local type lookupmae2010-03-191-13/+10
|/
* Use the correct base URL in resolveUriMartin Jones2010-03-181-3/+2
* Another fix to findmae2010-03-171-3/+5
* Improve implicit "." importmae2010-03-171-0/+7
* Fix auto testmae2010-03-171-8/+8
* Fix type lookup with urlmae2010-03-171-8/+8
* Add an implicit import "." to types loaded from a local urlmae2010-03-171-0/+1
* One url for an *unqualilfied* import is not special.Warwick Allison2010-03-171-1/+2
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-17/+16
* Optimization: Combine QDeclarativeDeclarativeData and QObject allocationsAaron Kennedy2010-03-171-1/+4