aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8engine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-5/+14
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+5
* Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-101-0/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* change calling convention for JS function callsLars Knoll2013-09-021-2/+4
* Move the JS Api into it's own folderLars Knoll2013-08-081-1/+1
* Fix qqmlecmascript::sequenceConversionThreads with aggressive GCSimon Hausmann2013-07-011-4/+4
* Convert QV8Engine::illegalNames() to use the identifier hashLars Knoll2013-06-281-2/+3
* Remove the context argument from Managed::callLars Knoll2013-06-221-1/+1
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-1/+1
* Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-2/+2
* Fix conversion of variantlists to ArrayObjectsLars Knoll2013-06-211-1/+3
* Fix some bugs related to QJSValueLars Knoll2013-06-141-1/+1
* Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-2/+0
* Finally get rid of qv8objectresourceLars Knoll2013-06-121-11/+1
* Port ParticleData to V4Simon Hausmann2013-06-121-1/+0
* Remove v8 usage in two placesLars Knoll2013-06-121-4/+4
* Remove unused stuff from qv8objectresource.Lars Knoll2013-06-111-1/+0
* Convert the first canvas subobject over to v4 styleLars Knoll2013-06-111-1/+0
* Don't include v8.h from qv8engine_p.h anymoreLars Knoll2013-06-101-2/+5
* Fix various errors in the qjsvalue auto testLars Knoll2013-06-071-1/+2
* Remove the last v8 dependency from the delegate modelLars Knoll2013-06-071-1/+0
* Convert more of the delegate model to v4Lars Knoll2013-06-071-2/+0
* Remove unused code from QV8EngineSimon Hausmann2013-06-071-38/+0
* Get rid of QV8QObjectWrapperSimon Hausmann2013-06-071-1/+0
* Remove signal & slot related code from QV8QObjectWrapperSimon Hausmann2013-06-071-0/+1
* Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-4/+4
* Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-051-1/+1
* Cleanups in QObject bindingsSimon Hausmann2013-06-041-2/+2
* Simplify the object iterator APILars Knoll2013-06-041-7/+4
* Fold the qv4jsonwrapper into the json objectLars Knoll2013-06-031-46/+13
* Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-4/+4
* Get rid of QV8Engine::isQObject and QV8QObjectWrapper::isQObjectSimon Hausmann2013-06-031-3/+4
* Convert the localstorage plugin to v4Lars Knoll2013-06-031-1/+0
* Initial port of connect/disconnect from V8 to V4Simon Hausmann2013-06-031-1/+0
* Port QObject bindings to use new castSimon Hausmann2013-06-021-2/+2
* Convert qqmlcomponent to use v4 APILars Knoll2013-06-011-1/+0
* Clean up more stuff in qv8engineLars Knoll2013-05-311-79/+2
* Remove some unused codeLars Knoll2013-05-311-121/+0
* Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-311-3/+3
* Move Variant and QtObject over to new casting schemeLars Knoll2013-05-311-6/+6
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-6/+6
* Get rid of v8::UserObjectComparisonCallbackLars Knoll2013-05-311-30/+0
* Port the list wrapper over to v4Lars Knoll2013-05-311-5/+4
* Fix all autotests related to value typesLars Knoll2013-05-301-1/+1
* Port the value type wrapper over to use V4Lars Knoll2013-05-301-34/+34
* Cleanup the context wrapper codeLars Knoll2013-05-301-4/+2