aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Remove unused script parser optionsSimon Hausmann2013-09-071-21/+6
* | | Use a handwritten offsetof macroLars Knoll2013-09-201-3/+3
| |/ |/|
* | Add qmlProtectModuleAlan Alpert2013-09-201-1/+7
* | Make QQmlAbstractUrlInterceptor publicAlan Alpert2013-09-191-1/+1
|/
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-061-16/+2
|\
| * Always use QDir::exists() for checking if something existsAndy Shaw2013-07-251-16/+2
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-11/+20
|\|
| * Add a URL interceptor to the QML engineAlan Alpert2013-05-071-11/+20
* | Replace usage of v8::Script and qmlModeCompile with QV4::ScriptLars Knoll2013-05-221-1/+2
* | Convert qqmltypeloader to use QV4::PersistentValueLars Knoll2013-05-081-3/+0
|/
* Android: Support implicit import paths for assets:/ urlsEskil Abrahamsen Blomfeldt2013-04-051-1/+16
* Delay loading implicit importAlan Alpert2013-03-271-16/+43
* Work with synchronous replies from a custom QNetworkAccessManagerAlan Alpert2013-03-041-6/+21
* Add Composite Types to QQmlTypeAlan Alpert2013-02-181-8/+7
* Fix lupdate-warnings.Friedemann Kleint2013-02-061-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-241-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Refactor singleton type registration codeChris Adams2012-08-281-3/+1
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-311-0/+5
* Fix QML import paths in Qt resources.Aaron McCarthy2012-07-271-0/+5
* Support remote import pathsMatthew Vogt2012-07-161-194/+448