aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlcodegenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix property access to QQmlPropertyMap objects when addressed via idSimon Hausmann2014-01-021-2/+4
* Fix lookups of enums in singletonsSimon Hausmann2014-01-021-35/+26
* Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-10/+18
* Clean up property dependency data structuresSimon Hausmann2013-12-051-11/+5
* Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-051-2/+2
* Remove unused memberLars Knoll2013-12-041-2/+1
* Fix accelerated property lookup on id addressed objectsSimon Hausmann2013-11-291-1/+2
* Slightly accelerate access to value type propertiesSimon Hausmann2013-11-281-4/+13
* Add a QML debug config option QML_LOOKUP_HINTS to find non-final propertiesSimon Hausmann2013-11-281-0/+12
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-24/+105
* Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-1/+8
|\
| * Fix memory corruption in QML expression compilationSimon Hausmann2013-11-251-1/+8
* | Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-12/+66
* | IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-2/+10
* | Cleanup, get rid of MemberOfQObject V4IR::Member specializationSimon Hausmann2013-11-251-2/+2
* | Speed up repeated context, scope and import script lookupsSimon Hausmann2013-11-251-9/+28
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-251-40/+53
|/
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-191-0/+1
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-20/+15
* V4 IR: scan arguments when entering function scope in QML.Erik Verbruggen2013-11-121-1/+5
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-12/+11
* Improve debugging of QML expressionsSimon Hausmann2013-11-011-2/+2
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-2/+5
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-5/+11
* Resolve member expressions of QObject membersSimon Hausmann2013-10-311-4/+50
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-8/+76
* Cleanup QML specific JS code generatorSimon Hausmann2013-10-291-7/+8
* Speed up id object lookupsSimon Hausmann2013-10-291-13/+28
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-211-2/+46
* Cleanup: Avoid unnecessary irModule->functions.indexOf callsSimon Hausmann2013-10-201-5/+5
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-23/+37
* Fix determination of lookup mode in V4 code generatorSimon Hausmann2013-10-111-6/+6
* QStringRef has toInt(), so no need to create a new QStringThiago Macieira2013-10-071-5/+3
* Fix invalid alias error reporting in new compilerSimon Hausmann2013-09-301-6/+49
* Fix error message for group property definitions on signals in new compilerSimon Hausmann2013-09-301-3/+4
* Fix error messages when assigning to non-existent properties in new compilerSimon Hausmann2013-09-301-1/+1
* Fix line/column in import related error messages with the new compilerSimon Hausmann2013-09-301-2/+2
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-211-0/+5
|\
| * [new compiler] Fix signal handlers on own propertiesSimon Hausmann2013-09-201-0/+5
* | Add Singleton support for QMLAntti Piira2013-09-211-2/+7
|/
* [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-201-6/+50
* [new compiler] Fix crash with non-existent attached property objectsSimon Hausmann2013-09-201-1/+4
* [new compiler] Fix crash with empty function bodiesSimon Hausmann2013-09-201-1/+12
* [new compiler] Initial support for componentsSimon Hausmann2013-09-201-0/+3
* [new compiler] Improve error handling and sanity checking for object idsSimon Hausmann2013-09-201-5/+22
* [new compiler] Fix id parsingSimon Hausmann2013-09-201-2/+6
* [new compiler] Fix function-local variable declarationsSimon Hausmann2013-09-201-1/+1
* [new compiler] Finish support for initializing list propertiesSimon Hausmann2013-09-201-10/+27
* [new compiler] Cleanup attached and group property determinationSimon Hausmann2013-09-201-7/+7
* [new compiler] Initial support for attached propertiesSimon Hausmann2013-09-201-85/+108