aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-251-1/+1
|/
* Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-131-1/+1
* Intercept qmldir files with the url interceptorAlan Alpert2013-11-111-7/+20
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Improve debugging of QML expressionsSimon Hausmann2013-11-011-1/+2
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-2/+8
* Resolve member expressions of QObject membersSimon Hausmann2013-10-311-2/+3
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-3/+3
* Cleanup QML specific JS code generatorSimon Hausmann2013-10-291-2/+2
* Properly propagate parse errorsLars Knoll2013-10-291-5/+4
* Use finalUrl in QQmlTypeLoader::Blob::addPragma to fix a bug.Antti Piira2013-10-251-3/+3
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-1/+1
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-211-1/+24
* Remove internal method from public APILars Knoll2013-10-191-1/+1
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-2/+2
* Change exception handling APISimon Hausmann2013-10-021-4/+2
* Always call callCompleted in QQmlDataBlob::tryDoneAlbert Astals Cid2013-10-021-4/+2