aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move QV4::QObjectWrapper into the v4/ subdirectorySimon Hausmann2013-06-071-1749/+0
* Remove last traces of v8:: API from QObject bindingsSimon Hausmann2013-06-071-13/+13
* Get rid of QV8QObjectWrapperSimon Hausmann2013-06-071-18/+0
* Get rid of QV8QObjectWrapper:setProperty and SetPropertySimon Hausmann2013-06-071-215/+137
* Simplify QObjectWrapper calls from within other type wrappersSimon Hausmann2013-06-071-0/+23
* Get rid of QV8QObjectWrapper::GetPropertySimon Hausmann2013-06-071-241/+230
* Get rid of QV8QObjectWrapper::getPropertySimon Hausmann2013-06-071-8/+7
* Remove signal & slot related code from QV8QObjectWrapperSimon Hausmann2013-06-071-225/+222
* Implement QObject Signal <> JS Slot connections using QSlotObjectBaseSimon Hausmann2013-06-071-191/+95
* Get rid of the QV8Engine pointer in QV8QObjectConnectionListSimon Hausmann2013-06-051-27/+25
* Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-79/+64
* Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-051-12/+10
* Cleanup: Get rid of v8engine pointer in QObjectWrapperSimon Hausmann2013-06-051-7/+8
* Move handling of multiply wrapped QObjects from QV8QObjectWrapper into QV4::E...Simon Hausmann2013-06-051-49/+39
* Move internal QV8QObjectWrapper::newQObject helper to QV4::QObjectWrapperSimon Hausmann2013-06-051-18/+16
* Cleanups in QObject bindingsSimon Hausmann2013-06-041-17/+17
* Fold the qv4jsonwrapper into the json objectLars Knoll2013-06-031-6/+7
* Another property query fix for the QObject bindingsSimon Hausmann2013-06-031-3/+3
* Get rid of inner MethodClosure object in QV8QObjectWrapperSimon Hausmann2013-06-031-19/+10
* Fix regression with meta object revision checkingSimon Hausmann2013-06-031-21/+23
* Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-33/+38
* Get rid of QV8Engine::isQObject and QV8QObjectWrapper::isQObjectSimon Hausmann2013-06-031-5/+0
* Initial port of connect/disconnect from V8 to V4Simon Hausmann2013-06-031-83/+68
* Fix failing QJSValue test for QObject JS wrapper prototypeSimon Hausmann2013-06-031-0/+2
* Port QObject bindings to use new castSimon Hausmann2013-06-021-6/+5
* Clean up more stuff in qv8engineLars Knoll2013-05-311-3/+4
* Move Variant and QtObject over to new casting schemeLars Knoll2013-05-311-1/+1
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-1/+2
* QObject bindings: CleanupsSimon Hausmann2013-05-311-59/+51
* Fix tst_qqmlecmascript::jsOwnedObjectsDeletedOnEngineDestroySimon Hausmann2013-05-311-1/+9
* Port the list wrapper over to v4Lars Knoll2013-05-311-1/+2
* Port the value type wrapper over to use V4Lars Knoll2013-05-301-7/+6
* Cleanup the context wrapper codeLars Knoll2013-05-301-2/+2
* Port the type wrapper over to v4Lars Knoll2013-05-301-3/+3
* Cleanup: Remove dead code in QObject ownership handlingSimon Hausmann2013-05-291-67/+0
* Fix failing tst_qqmlecmascript::deleteRootObjectDuringCreation unit testSimon Hausmann2013-05-291-2/+1
* Fix toString and destroy on QObject JS bindingsSimon Hausmann2013-05-281-48/+68
* Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-271-1/+1
* Implement JS ownership policy for var and variant propertiesSimon Hausmann2013-05-241-0/+11
* Port method closures over to V4Simon Hausmann2013-05-241-124/+80
* Cleanup: Get rid of special toString and destroy handling in QObject bindingsSimon Hausmann2013-05-241-84/+0
* Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-2/+3
* Get rid of some v8 based codeLars Knoll2013-05-241-2/+2
* Fix QObject ownershipSimon Hausmann2013-05-241-1/+13
* Replace QV8QObjectResource with QV4::QObjectWrapperSimon Hausmann2013-05-231-353/+216
* Fix failing assertion in QObject bindings when catching exceptionSimon Hausmann2013-05-231-0/+1
* Remove QV8Engine::scriptValueFromInternalLars Knoll2013-05-221-1/+1
* Remove v8::Script and related classesLars Knoll2013-05-221-3/+2
* Cleanup: It's QQmlV4Function and so the flag should also be called V4Function...Simon Hausmann2013-05-221-2/+2
* Add support for generating stack traces to QV4::ExecutionEngineLars Knoll2013-05-221-9/+5