aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Only release types if they aren't referenced anymorev5.7.0Ulf Hermann2016-06-111-1/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
* | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-021-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+19
|\|
| * Occasionally trim the type cacheUlf Hermann2016-04-191-1/+19
* | Allow target path version in a parent moduleJ-P Nurmi2016-04-211-7/+4
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Qml: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-181-1/+4
* | Remove debugChangesHash from QQmlEngineUlf Hermann2016-01-121-14/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-2/+2
|\|
| * qml: preserve composite singleton types.Marco Benelli2015-12-171-2/+2
* | Fix resource leakFrank Meerkoetter2015-12-081-0/+1
|/
* Load component synchronously in method_createQmlObjectUlf Hermann2015-11-031-65/+84
* Fix function signatureLars Knoll2015-09-221-9/+8
* Smaller cleanupLars Knoll2015-09-091-3/+2
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-091-4/+5
* Fix profiling of QML/JS compilationUlf Hermann2015-08-241-2/+6
* Force completion of asynchronously loaded components.Robert Griebl2015-06-231-0/+14
* Smaller cleanup in the context wrapperLars Knoll2015-06-181-2/+2
* Fix to debug flag DATABLOB_DEBUGTuomas Heimonen2015-06-171-1/+1
* Add 28 QList::reserve() callsSérgio Martins2015-06-081-0/+1
* Some cleanups to QQmlRefCountLars Knoll2015-06-051-1/+1
* Speed up object creationSimon Hausmann2015-04-161-2/+2
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-4/+4
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-4/+7
|\
| * Fix crash when invalidating qqmltypeloaderDaiwei Li2015-02-061-4/+7
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Typeloader cleanupSimon Hausmann2015-01-231-21/+17
* | Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* | Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-081-12/+5
* | Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-2/+1
* | Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-021-0/+8
* | Remove QML bundle codeSimon Hausmann2014-12-121-122/+20
* | Cleanup: Merge QQmlDataLoader and QQmlTypeLoaderSimon Hausmann2014-12-091-92/+80
* | Cleanup exception catching codeLars Knoll2014-11-151-2/+1
|/
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-13/+2
* Don't start QQmlThreads from their constructorUlf Hermann2014-09-161-0/+2
* Add new property "designersupported" to qmldirTim Jenssen2014-08-281-0/+4
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-3/+16
|\
| * Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-221-3/+16
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | CleanupSimon Hausmann2014-08-151-4/+3
* | Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* | Avoid race condition in QQmlEngine on shutdown.Gunnar Sletta2014-07-041-3/+12
* | Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-051-4/+2
|/
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-6/+19
* Make it possible to supply compilation units from pluginsSimon Hausmann2014-03-291-36/+141
* Various cleanupsSimon Hausmann2014-03-281-16/+17