aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Speed up id object lookupsSimon Hausmann2013-10-291-4/+6
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-211-1/+1
* Fix MSVC2010 warnings.Mitch Curtis2013-10-151-4/+4
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-111-3/+2
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-1/+9
* QStringRef has toInt(), so no need to create a new QStringThiago Macieira2013-10-071-5/+3
* Add Singleton support for QMLAntti Piira2013-09-211-8/+46
* Prospective build fix for shadow builds with MSVCSimon Hausmann2013-08-211-6/+6
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-2/+4
|\
| * Deprecate the with statement in QMLSimon Hausmann2013-05-311-2/+4
* | Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-241-1/+0
|/
* Qml: Use QString::append(QStringRef) overload in ProcessAST::asStringhjk2013-02-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
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-3/+9
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-081-8/+29
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-111-22/+61
* Fix broken value-type support by allowing property definitionChris Adams2012-07-111-0/+8
* Fixed compile error in qqmlscript.cpp due to narrowing conversion.Samuel Rødal2012-06-061-3/+3
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-20/+7
* Add rect property typeMichael Brasser2012-05-101-0/+1
* Minor optimizations and cleanupAaron Kennedy2012-05-041-42/+16
* Initial bundle supportAaron Kennedy2012-05-041-27/+36
* Adapt qtdeclarative to the change in QMetaObjectOlivier Goffart2012-04-251-0/+2
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-0/+5
|\
| * Create plugins for Particles and Window submodulesMatthew Vogt2012-04-051-5/+0
| * Fix access to uninitialised memory that might lead to crashesThiago Macieira2012-04-041-0/+5
| * Re-order imports statements to import nested imports laterMatthew Vogt2012-03-291-0/+5
* | Make QFastMetaBuilder generate revision 7 meta-objectsKent Hansen2012-03-131-33/+28
|/
* Remove unused QTextCursor code from rewriter.Matthew Vogt2012-03-091-0/+1
* Make sure QML type "real" always maps to C++ type "double"Kent Hansen2012-03-071-1/+1
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+1700