aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix error messages when assigning to non-existent properties in new compilerSimon Hausmann2013-09-301-0/+10
* Fix composite type registration in the new compilerSimon Hausmann2013-09-301-0/+17
* Fix JS script imports with namespacesSimon Hausmann2013-09-301-0/+4
* Fix support for JS imports in QML files in the new compilerSimon Hausmann2013-09-301-0/+133
* Compile imported scripts in the loader threadSimon Hausmann2013-09-301-3/+21
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-211-7/+4
|\
| * [new compiler] Fix crash with remote importsSimon Hausmann2013-09-201-7/+4
* | Add Singleton support for QMLAntti Piira2013-09-211-41/+171
* | Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-201-31/+256
|\|
| * [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-201-20/+4
| * [new compiler] Implement dependency type availability checkingSimon Hausmann2013-09-201-0/+20
| * [new compiler] Initial support for composite typesSimon Hausmann2013-09-201-2/+13
| * [new compiler] Initial support for componentsSimon Hausmann2013-09-201-6/+22
| * [new compiler] Initial support for attached propertiesSimon Hausmann2013-09-201-4/+4
| * [new compiler] Initial implementation of signal handler supportSimon Hausmann2013-09-201-0/+16
| * [new compiler] Add support for id propertiesSimon Hausmann2013-09-201-0/+8
| * [new compiler] Initial support for group propertiesSimon Hausmann2013-09-201-6/+10
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-2/+8
| |\
| * | [new compiler] Implement proper type resolutionSimon Hausmann2013-09-131-3/+84
| * | Fix error reporting timingSimon Hausmann2013-09-121-0/+33
| * | [new compiler] Fix type name cache creationSimon Hausmann2013-09-081-0/+4
| * | Free the parsed QML data structure when we're done compiling the typeSimon Hausmann2013-09-081-8/+10
| * | Beginning of a new qml parserSimon Hausmann2013-09-081-9/+70