aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtDeclarative fixes and workarounds for NaClwip/naclMorten Johan Sørvig2016-05-131-0/+5
* qml: preserve composite singleton types.Marco Benelli2015-12-171-2/+2
* 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
* Cleanup: Get rid of QQmlScript::TypeReferenceSimon Hausmann2014-03-191-9/+8
* CleanupSimon Hausmann2014-03-191-97/+66
* Clean up script importsSimon Hausmann2014-03-191-19/+43
* Clean, part 3Simon Hausmann2014-03-191-32/+10
* Cleanup, part 2Simon Hausmann2014-03-181-51/+48
* Namespace cleanupSimon Hausmann2014-03-171-4/+4
* Fix QQmlTypeData object leakLiang Jian2014-03-131-0/+5
* Remove old compiler and VMESimon Hausmann2014-03-071-98/+15
* [new compiler] Fix tst_qqmlengine::trimComponentCacheSimon Hausmann2014-03-021-0/+6
* [new compiler] When resolving names of attached properties, don't report the ...Simon Hausmann2014-03-021-2/+4
* Add dedicated QML profiler and adapterUlf Hermann2014-02-151-2/+2