aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove old compiler and VMESimon Hausmann2014-03-071-3922/+0
* Add a column to the default method error messageSimon Hausmann2014-03-021-0/+1
* [new compiler] Compile functions and bindings in appropriate scopesSimon Hausmann2014-03-021-2/+6
* Clean up our internal namespacesLars Knoll2014-02-231-138/+138
* [new compiler] Fix error reporting null object group property accessSimon Hausmann2014-02-181-0/+1
* [new compiler] Fix error message when assigning lists to singular propertiesSimon Hausmann2014-02-031-1/+1
* [new compiler] Report errors when trying to bind to read-only propertiesSimon Hausmann2014-01-281-1/+1
* Improved error handling for namespaced property bindingsSimon Hausmann2014-01-281-1/+1
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-0/+1
|\
| * Parse source location for signal handling functionsUlf Hermann2014-01-211-0/+1
* | fix whitespaceOswald Buddenhagen2014-01-221-36/+36
* | [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-24/+0
* | [new compiler] Add support for type and enum resolution for custom parsersSimon Hausmann2014-01-171-29/+21
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-1/+4
|\|
| * Fix property access to QQmlPropertyMap objects when addressed via idSimon Hausmann2014-01-021-1/+4
* | Change C++ parameter type used for var parameters in QML declared signalsSimon Hausmann2013-12-241-1/+1
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-1/+1
|\
| * Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-041-1/+1
* | Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-4/+10
* | Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-051-0/+25
* | Remove unused memberLars Knoll2013-12-041-1/+1
* | Add support pre-compiled bindings for QML custom parsersSimon Hausmann2013-11-291-3/+22
* | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-4/+2
|\|
| * Fix memory corruption in QML expression compilationSimon Hausmann2013-11-251-4/+2
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-251-1/+1
|/
* 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
|\|