aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [new compiler] Avoid uncreatable type errors for types that aren't createdSimon Hausmann2014-01-291-4/+6
* fix whitespaceOswald Buddenhagen2014-01-221-63/+63
* [new compiler] CleanupsSimon Hausmann2014-01-101-1/+1
* [new compiler] CleanupsSimon Hausmann2014-01-081-171/+4
* [new compiler] Fix signal handlers for properties declared in the same objectSimon Hausmann2014-01-081-38/+41
* [new compiler] Initial support for custom parsersSimon Hausmann2014-01-081-1/+2
* Clean up handling of illegal names and enable in new compilerSimon Hausmann2014-01-061-2/+3
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-1/+1
|\
| * Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-041-1/+1
* | Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-2/+1
* | Remove unused memberLars Knoll2013-12-041-1/+1
* | Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1