aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler_p.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-0/+3
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-7/+2
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+0
* Cleanup, part 2Simon Hausmann2014-03-181-1/+0
* Remove old compiler and VMESimon Hausmann2014-03-071-348/+0
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-051-0/+1
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-041-0/+1
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-021-1/+5
* Clean up our internal namespacesLars Knoll2014-02-231-1/+1
* [new compiler] Fix parser status and created bindings allocationSimon Hausmann2014-02-071-0/+3
* fix whitespaceOswald Buddenhagen2014-01-221-15/+15
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-1/+0
* [new compiler] Fix refcounting leaks with property cachesSimon Hausmann2014-01-201-1/+1
* [new compiler] Add support for type and enum resolution for custom parsersSimon Hausmann2014-01-171-3/+5
* [new compiler] Clean up property cache / meta object builderSimon Hausmann2014-01-171-2/+2
* [new compiler] Initial support for custom parsersSimon Hausmann2014-01-081-0/+2
* Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-4/+5
* Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-051-0/+6
* Add support pre-compiled bindings for QML custom parsersSimon Hausmann2013-11-291-2/+3
* Fix warnings: initialize Instruction variables created on the stackThiago Macieira2013-11-291-1/+1
* Fix memory corruption in QML expression compilationSimon Hausmann2013-11-251-0/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-3/+8
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-15/+11
* Compile signal handler expressions in the loader threadSimon Hausmann2013-10-111-0/+6
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-111-0/+7
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-0/+4
* Fix error messages when assigning to non-existent properties in new compilerSimon Hausmann2013-09-301-1/+7
* Fix composite type registration in the new compilerSimon Hausmann2013-09-301-0/+1
* [new compiler] Initial support for componentsSimon Hausmann2013-09-201-2/+5
* [new compiler] Add support for id propertiesSimon Hausmann2013-09-201-0/+2
* [new compiler] Implement proper type resolutionSimon Hausmann2013-09-131-0/+5
* Beginning of a new qml parserSimon Hausmann2013-09-081-0/+12
* Get rid of the signal expression rewriterSimon Hausmann2013-07-031-1/+0
* Replace us of v4 identifiers for object id mapping in qml compilerSimon Hausmann2013-07-021-1/+1
* Convert IdentifierHash to be template basedLars Knoll2013-06-281-1/+1
* Get rid of QQmlIntegerCacheLars Knoll2013-06-281-2/+2
* Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-1/+0
* Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-241-6/+4
* Remove QV8Bindings classLars Knoll2013-05-241-6/+2
* Remove all references to the old v4 codeLars Knoll2013-05-231-1/+1
* Convert some v8::Persistent to v4Lars Knoll2013-05-061-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-1/+2
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-1/+1
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-1/+2
* Handle enum values of -1 correctly.Michael Brasser2012-06-221-1/+1
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-061-1/+1
* Avoid copy-and-paste of property cache resolution codeKent Hansen2012-06-011-0/+1
* Initialize data members in QML engineMartin Jones2012-05-291-1/+1