aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-041-1/+1
* Fix memory corruption in QML expression compilationSimon Hausmann2013-11-251-4/+2
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-191-0/+5
* Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-131-1/+1
* Fix a few more compiler warnings in release buildsLars Knoll2013-11-091-4/+2
* Improve debugging of QML expressionsSimon Hausmann2013-11-011-1/+4
* Resolve member expressions of QObject membersSimon Hausmann2013-10-311-1/+2
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-24/+36
* Cleanup QML specific JS code generatorSimon Hausmann2013-10-291-4/+3
* Speed up id object lookupsSimon Hausmann2013-10-291-1/+15
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-1/+1
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-68/+49
* Compile signal handler expressions in the loader threadSimon Hausmann2013-10-111-2/+56
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-111-19/+16
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-1/+51
* Improve error location reporting for invalid aliases in old VMESimon Hausmann2013-09-301-1/+1
* Add Singleton support for QMLAntti Piira2013-09-211-1/+13
* Make QQmlAbstractUrlInterceptor publicAlan Alpert2013-09-191-1/+1
* Merge branch 'stable' into devSergio Ahumada2013-09-061-1/+3
|\
| * Fix crash when trying to set versioned group propertiesSimon Hausmann2013-08-281-1/+3
* | Fix regression in tst_qqmlecmascript::signalAssignmentSimon Hausmann2013-07-051-0/+6
* | Get rid of the signal expression rewriterSimon Hausmann2013-07-031-26/+4
* | Replace us of v4 identifiers for object id mapping in qml compilerSimon Hausmann2013-07-021-4/+4
* | Convert QV8Engine::illegalNames() to use the identifier hashLars Knoll2013-06-281-5/+5
* | Convert IdentifierHash to be template basedLars Knoll2013-06-281-1/+1
* | Get rid of QQmlIntegerCacheLars Knoll2013-06-281-3/+3
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-0/+5
|\|
| * Add a URL interceptor to the QML engineAlan Alpert2013-05-071-0/+5
* | Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-241-26/+7
* | Remove QV8Bindings classLars Knoll2013-05-241-144/+4
* | Remove all references to the old v4 codeLars Knoll2013-05-231-78/+4
* | Disable the old v4 engine by defaultLars Knoll2013-04-201-2/+15
|/
* Stabilize CodeAlan Alpert2013-04-021-1/+1
* Add Composite Types to QQmlTypeAlan Alpert2013-02-181-23/+24
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-1/+0
* Enable mobule build with QT_NO_TRANSLATIONTasuku Suzuki2012-11-261-1/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-1/+4
* Refactor singleton type registration codeChris Adams2012-08-281-1/+1
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-3/+3
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-1/+19
* Fix signal offset in dynamic sig param lookupChris Adams2012-08-221-3/+2
* Reduce memory consumption in QV4Bindings::BindingMatthew Vogt2012-08-171-5/+0
* Fix crash in signal change notification overrideChris Adams2012-08-161-7/+45
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-17/+16
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-081-3/+27
* Make QQmlScriptString opaque.Michael Brasser2012-08-031-0/+3
* Fix broken value-type support by allowing property definitionChris Adams2012-07-111-0/+8
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-7/+34