aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow canceling incubationJ-P Nurmi2017-01-241-0/+12
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
|\
| * Protect some members in QQmlObjectCreatorLars Knoll2014-08-251-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
|/
* Remove old compiler and VMESimon Hausmann2014-03-071-1217/+0
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-041-0/+7
* Add a column to the default method error messageSimon Hausmann2014-03-021-1/+1
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-2/+2
* [new compiler] Fix error reporting null object group property accessSimon Hausmann2014-02-181-1/+12
* [new compiler] Match class and file nameSimon Hausmann2014-02-161-1/+1
* Add dedicated QML profiler and adapterUlf Hermann2014-02-151-9/+11
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-0/+6
|\
| * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-061-0/+6
* | [new compiler] Fix tst_qqmlincubator::deleteContextSimon Hausmann2014-02-071-0/+8
* | [new compiler] Allow for interruption during object finalizationSimon Hausmann2014-02-071-4/+4
* | CleanupsLars Knoll2014-01-311-2/+2
* | fix whitespaceOswald Buddenhagen2014-01-221-44/+44
* | Put calls to QQmlVmeProfiler behind "if (enabled)" macrosUlf Hermann2014-01-221-9/+15
* | Put multiple QML profiling messages into one object where possibleUlf Hermann2014-01-221-14/+4
|/
* Remove redundant copies of enabled flag in QML profilerUlf Hermann2014-01-091-19/+15
* Use the new object creation profiler in qqmlvmeUlf Hermann2013-11-291-1/+26
* Fix a few more compiler warnings in release buildsLars Knoll2013-11-091-2/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-1/+7
* Compile signal handler expressions in the loader threadSimon Hausmann2013-10-111-4/+7
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-111-1/+2
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-3/+28
* Don't create a ValueRef to a temporaryLars Knoll2013-10-021-3/+4
* Fix support for JS imports in QML files in the new compilerSimon Hausmann2013-09-301-105/+1
* Compile imported scripts in the loader threadSimon Hausmann2013-09-301-29/+3
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-4/+7
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-3/+3
* Fix Persistent/WeakValue APILars Knoll2013-09-261-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-3/+5
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-1/+1
* Fix regression in tst_qqmlecmascript::signalAssignmentSimon Hausmann2013-07-051-1/+2
* Get rid of the signal expression rewriterSimon Hausmann2013-07-031-3/+3
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-11/+39
|\
| * Partial fix for deferred properties when combined with componentsAlan Alpert2013-05-221-8/+18
| * QQmlVMEGuard is not ok if one of the context engines is goneAlbert Astals Cid2013-04-291-1/+1
| * Allow disabling of component complete signal for the designerThomas Hartmann2013-04-201-1/+2
| * DesignerSupport: Adding separate flag for component completionThomas Hartmann2013-04-111-1/+18
* | Fix failing tst_qqmlecmascript::qtbug_22843:"with .pragma library"Simon Hausmann2013-06-231-1/+4
* | Fix syntax error propagationSimon Hausmann2013-06-131-6/+14
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-1/+1
* | Fix missing object markings in QV4::ScriptSimon Hausmann2013-06-021-1/+1