aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
|\
| * Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-221-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Avoid race condition in QQmlEngine on shutdown.Gunnar Sletta2014-07-041-0/+1
|/
* Make it possible to supply compilation units from pluginsSimon Hausmann2014-03-291-1/+9
* Various cleanupsSimon Hausmann2014-03-281-2/+5
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-1/+0
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+0
* Cleanup: Get rid of QQmlScript::TypeReferenceSimon Hausmann2014-03-191-1/+1
* CleanupSimon Hausmann2014-03-191-16/+17
* Clean up script importsSimon Hausmann2014-03-191-4/+2
* Clean, part 3Simon Hausmann2014-03-191-4/+2
* Cleanup, part 2Simon Hausmann2014-03-181-6/+6
* Namespace cleanupSimon Hausmann2014-03-171-2/+2
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-1/+1
* Remove old compiler and VMESimon Hausmann2014-03-071-15/+0
* Rename some filesLars Knoll2014-01-311-1/+1
* [new compiler] Avoid uncreatable type errors for types that aren't createdSimon Hausmann2014-01-291-1/+2
* fix whitespaceOswald Buddenhagen2014-01-221-4/+4
* [new compiler] CleanupsSimon Hausmann2014-01-081-0/+5
* Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-041-1/+1
* Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-131-1/+1
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-211-0/+1
* Fix support for JS imports in QML files in the new compilerSimon Hausmann2013-09-301-2/+3
* Compile imported scripts in the loader threadSimon Hausmann2013-09-301-6/+1
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-211-0/+1
|\
| * [new compiler] Fix crash with remote importsSimon Hausmann2013-09-201-0/+1
* | Add Singleton support for QMLAntti Piira2013-09-211-0/+6
|/
* [new compiler] Initial support for attached propertiesSimon Hausmann2013-09-201-1/+4
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-1/+1
|\
| * Make QQmlAbstractUrlInterceptor publicAlan Alpert2013-09-191-1/+1
* | [new compiler] Implement proper type resolutionSimon Hausmann2013-09-131-0/+5
* | Free the parsed QML data structure when we're done compiling the typeSimon Hausmann2013-09-081-1/+1
* | Beginning of a new qml parserSimon Hausmann2013-09-081-0/+6
* | Remove unused script parser optionsSimon Hausmann2013-09-071-12/+2
|/
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-4/+7
|\
| * Add a URL interceptor to the QML engineAlan Alpert2013-05-071-4/+7
* | Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-1/+0
* | Replace usage of v8::Script and qmlModeCompile with QV4::ScriptLars Knoll2013-05-221-1/+2
* | Convert qqmltypeloader to use QV4::PersistentValueLars Knoll2013-05-081-2/+4
|/
* Delay loading implicit importAlan Alpert2013-03-271-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-311-0/+2
* Support remote import pathsMatthew Vogt2012-07-161-26/+84
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-111-0/+5
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-14/+2
* Remove unnecessary exportsMatthew Vogt2012-05-181-5/+2
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-171-7/+55