aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-051-4/+4
* Fix crash in QObject tree destructionSimon Hausmann2013-10-311-1/+2
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-4/+4
* Properly propagate parse errorsLars Knoll2013-10-291-1/+1
* Remove internal method from public APILars Knoll2013-10-191-1/+1
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-111-14/+16
* Change exception handling APISimon Hausmann2013-10-021-4/+2
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-6/+5
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-3/+3
* Move more API over to use ValueRefLars Knoll2013-09-261-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-11/+19
* Convert putIndexed()Lars Knoll2013-09-221-5/+11
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-5/+5
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-1/+2
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-13/+14
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-8/+11
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+2
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+5
* change calling convention for JS function callsLars Knoll2013-09-021-3/+4
* Re-enable two disabled var property tests and make them passSimon Hausmann2013-06-151-0/+3
* Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-2/+2
* Cleanups in QObject bindingsSimon Hausmann2013-06-041-1/+1
* Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-1/+1
* Remove last v8 dependency in qqmlvmemetaobjectLars Knoll2013-06-031-1/+4
* Port QObject bindings to use new castSimon Hausmann2013-06-021-1/+1
* Remove some unused codeLars Knoll2013-05-311-3/+0
* Move Variant and QtObject over to new casting schemeLars Knoll2013-05-311-4/+4
* Fix tst_qqmlecmascript::jsOwnedObjectsDeletedOnEngineDestroySimon Hausmann2013-05-311-1/+2
* Small cleanupLars Knoll2013-05-261-4/+2
* Implement JS ownership policy for var and variant propertiesSimon Hausmann2013-05-241-48/+28
* Get rid of some v8 based codeLars Knoll2013-05-241-21/+21
* Replace QV8QObjectResource with QV4::QObjectWrapperSimon Hausmann2013-05-231-2/+2
* Fix crashes when invoking QML JS methods from C++Simon Hausmann2013-05-211-1/+1
* Remove half the v8::TryCatch statementsLars Knoll2013-05-211-17/+14
* convert QV8VariantWrapper to v4Lars Knoll2013-05-171-21/+9
* Remove the remaining traces of v8::persistentLars Knoll2013-05-081-2/+3
* Move qqmlvmemetaobject over to use QV4::PersistentValueLars Knoll2013-05-081-17/+20
* Make the default constructor of PersistentValue not allocate a d pointerLars Knoll2013-05-071-1/+1
* Rename Value::deletedValue() to Value::emptyValue()Lars Knoll2013-05-071-1/+1
* Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-071-13/+7
* Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-071-1/+1
* Get rid of v8::LocalLars Knoll2013-05-061-3/+3
* Remove v8::HandleScopeLars Knoll2013-05-031-3/+0
* Cleanup v8 Context handlingLars Knoll2013-05-031-3/+0
* Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-2/+2
* Move more methods on QV8Engine over to use v4 based syntaxLars Knoll2013-04-291-1/+1