aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvme.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cleanup the context wrapper codeLars Knoll2013-05-301-2/+3
* | Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-3/+3
* | Get rid of some v8 based codeLars Knoll2013-05-241-2/+2
* | Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-241-1/+1
* | Remove QV8Bindings classLars Knoll2013-05-241-46/+1
* | Remove all references to the old v4 codeLars Knoll2013-05-231-50/+0
* | Fix crash in tst_qqmlecmascript::qtbug_22843()Simon Hausmann2013-05-231-2/+4
* | Replace usage of v8::Script and qmlModeCompile with QV4::ScriptLars Knoll2013-05-221-6/+15
* | Get rid of v8::BooleanLars Knoll2013-05-211-1/+1
* | Get rid of v8::NumberLars Knoll2013-05-211-1/+1
* | Get rid of v8::IntegerLars Knoll2013-05-211-1/+1
* | Small exception handling fixesSimon Hausmann2013-05-211-0/+1
* | Convert the remaining TryCatch statements to use QV4::ExceptionLars Knoll2013-05-211-14/+7
* | Convert qqmltypeloader to use QV4::PersistentValueLars Knoll2013-05-081-5/+5
* | Remove more v8::Persistent usagesLars Knoll2013-05-071-8/+4
* | Get rid of v8::LocalLars Knoll2013-05-061-3/+3
* | Remove v8::HandleScopeLars Knoll2013-05-031-5/+0
* | Cleanup v8 Context handlingLars Knoll2013-05-031-2/+0
* | Disable the old v4 engine by defaultLars Knoll2013-04-201-2/+8
|/
* Merge branch 'stable' into devGunnar Sletta2013-01-171-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Move VME exception to a better placeAlan Alpert2013-01-081-4/+5
|/
* Only free context if the owning QV8ContextResource gets destroyedPhilip Lorenz2012-12-101-0/+1