aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlcodegenerator_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-3/+18
* Remove unused memberLars Knoll2013-12-041-2/+1
* Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-0/+2
|\
| * Fix memory corruption in QML expression compilationSimon Hausmann2013-11-251-0/+2
* | IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-1/+1
* | Speed up repeated context, scope and import script lookupsSimon Hausmann2013-11-251-0/+5
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-251-3/+0
|/
* Improve debugging of QML expressionsSimon Hausmann2013-11-011-1/+1
* Resolve member expressions of QObject membersSimon Hausmann2013-10-311-1/+6
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-4/+12
* Cleanup QML specific JS code generatorSimon Hausmann2013-10-291-7/+7
* Speed up id object lookupsSimon Hausmann2013-10-291-13/+13
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-2/+3
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-211-0/+12
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-5/+7
* Fix determination of lookup mode in V4 code generatorSimon Hausmann2013-10-111-2/+2
* Fix invalid alias error reporting in new compilerSimon Hausmann2013-09-301-0/+2
* Add Singleton support for QMLAntti Piira2013-09-211-1/+2
* [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-201-1/+2
* [new compiler] Initial support for componentsSimon Hausmann2013-09-201-0/+1
* [new compiler] Improve error handling and sanity checking for object idsSimon Hausmann2013-09-201-1/+1
* [new compiler] Finish support for initializing list propertiesSimon Hausmann2013-09-201-2/+2
* [new compiler] Initial support for attached propertiesSimon Hausmann2013-09-201-2/+4
* [new compiler] Initial implementation of signal handler supportSimon Hausmann2013-09-201-0/+48
* [new compiler] Fix function and binding expression setupSimon Hausmann2013-09-201-0/+14
* [new compiler] Add support for id propertiesSimon Hausmann2013-09-201-0/+2
* [new compiler] Initial support for group propertiesSimon Hausmann2013-09-201-0/+8
* [new compiler] Implement proper type resolutionSimon Hausmann2013-09-131-0/+6
* [new compiler] Implement name sanity checking for properties, signals and fun...Simon Hausmann2013-09-121-2/+13
* Fix error reporting timingSimon Hausmann2013-09-121-0/+2
* Fix error reporting for wrong signal parameter declarationsSimon Hausmann2013-09-081-0/+1
* Beginning of a new qml parserSimon Hausmann2013-09-081-0/+262