aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvme.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Enable mobule build with QT_NO_TRANSLATIONTasuku Suzuki2012-11-261-0/+2
* Add designer support for animations and componentCompleteMarco Bubke2012-11-221-16/+16
* Change qml list interfaceMarco Bubke2012-10-231-3/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Add a Q_UNREACHABLE to improve code generation a littleThiago Macieira2012-09-131-0/+1
* Make the instruction table be constThiago Macieira2012-09-131-4/+4
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-8/+25
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-1/+4
* Reduce memory consumption in QV4Bindings::BindingMatthew Vogt2012-08-171-3/+1
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-2/+2
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-14/+14
* Make QQmlScriptString opaque.Michael Brasser2012-08-031-4/+4
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-111-2/+7
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-2/+2
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-061-7/+6
* Send valueTypeIndex to setBindingNoEnable in the expected format.Michael Brasser2012-06-041-2/+3
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-14/+8
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-0/+5
* QtDeclarative: Fix warnings about deprecated QCoreApplication::translate().Friedemann Kleint2012-05-221-1/+0
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-3/+4
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-171-8/+29
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-111-1/+1
* Allow V4 bindings to be assigned to aliasesMichael Brasser2012-05-101-4/+13
* Better checking top level root object creation statusCharles Yin2012-05-091-5/+6
* Minor optimizations and cleanupAaron Kennedy2012-05-041-1/+2
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-011-1/+1
* Prevent object being delete by GC before object is fully createdCharles Yin2012-05-011-0/+6