aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-0511-59/+59
* Cleanup: Get rid of v8engine pointer in QObjectWrapperSimon Hausmann2013-06-052-10/+9
* Removed unused typedefSimon Hausmann2013-06-051-2/+0
* Move handling of multiply wrapped QObjects from QV8QObjectWrapper into QV4::E...Simon Hausmann2013-06-055-54/+80
* Move internal QV8QObjectWrapper::newQObject helper to QV4::QObjectWrapperSimon Hausmann2013-06-052-20/+21
* Cleanups in QObject bindingsSimon Hausmann2013-06-048-25/+29
* Simplify the object iterator APILars Knoll2013-06-049-85/+64
* Fix VALUE/VALUEPTR macros in the interpreter.Erik Verbruggen2013-06-041-4/+4
* Remove unused QV4::Executionengine memberSimon Hausmann2013-06-042-3/+0
* Convert QQmlListModel to v4Lars Knoll2013-06-032-120/+117
* Remove unused variableLars Knoll2013-06-031-2/+0
* Fold the qv4jsonwrapper into the json objectLars Knoll2013-06-039-356/+159
* Another property query fix for the QObject bindingsSimon Hausmann2013-06-033-5/+5
* Get rid of inner MethodClosure object in QV8QObjectWrapperSimon Hausmann2013-06-032-20/+13
* Fix regression with meta object revision checkingSimon Hausmann2013-06-035-40/+44
* Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-0313-78/+87
* Get rid of QV8Engine::isQObject and QV8QObjectWrapper::isQObjectSimon Hausmann2013-06-036-19/+7
* Remove some more v8 usageLars Knoll2013-06-032-16/+14
* Remove last v8 dependency in qqmlvmemetaobjectLars Knoll2013-06-031-1/+4
* Convert the localstorage plugin to v4Lars Knoll2013-06-035-209/+200
* Get rid of the QV4FUNCTION macro in qv8engine_p.hLars Knoll2013-06-032-2/+2
* Initial port of connect/disconnect from V8 to V4Simon Hausmann2013-06-034-91/+93
* Fix failing QJSValue test for QObject JS wrapper prototypeSimon Hausmann2013-06-031-0/+2
* Fix tst_qqmlecmascript::signalHandlers auto-testSimon Hausmann2013-06-033-3/+16
* Implement QJSValue::toQObject and isQObjectLars Knoll2013-06-032-5/+13
* Set the Lexer into qml mode when parsing binding expressionsLars Knoll2013-06-031-1/+1
* Allow return statement when parsing bindingsLars Knoll2013-06-024-8/+11
* Implement line number resolving of stack traces in the interpreterSimon Hausmann2013-06-026-18/+52
* Fix uninitialized memory read in tst_qqmlecmascript::include auto-testSimon Hausmann2013-06-021-1/+1
* Fix missing object markings in QV4::ScriptSimon Hausmann2013-06-023-7/+14
* valgrind support: Destroy mempool when memoryManager is destroyedSimon Hausmann2013-06-021-0/+3
* Fix uninitialized return value for QQmlJavaScriptExpression::evaluateSimon Hausmann2013-06-021-1/+1
* Port QObject bindings to use new castSimon Hausmann2013-06-029-25/+16
* Convert qqmlcomponent to use v4 APILars Knoll2013-06-015-127/+127
* Fix crashes when running tst_qqmlecmascript with MM_AGGRESSIVE_GCSimon Hausmann2013-05-312-3/+1
* Make debug annotations more robust against statement re-orderingSimon Hausmann2013-05-316-54/+31
* Allow construction of array with a predefined lengthLars Knoll2013-05-312-2/+8
* Remove last v8 dependency in the testlibLars Knoll2013-05-311-1/+3
* Clean up more stuff in qv8engineLars Knoll2013-05-316-121/+30
* Remove some unused codeLars Knoll2013-05-315-208/+0
* Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-3119-153/+108
* Move Variant and QtObject over to new casting schemeLars Knoll2013-05-3111-39/+33
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-3115-120/+114
* Fix a wrong sign in timezone parsingLars Knoll2013-05-311-1/+1
* QObject bindings: CleanupsSimon Hausmann2013-05-312-61/+53
* Fix tst_qqmlecmascript::jsOwnedObjectsDeletedOnEngineDestroySimon Hausmann2013-05-317-43/+65
* Get rid of v8::UserObjectComparisonCallbackLars Knoll2013-05-3111-74/+52
* Remove the remaining v8 usage in qqmlbuiltinfunctionsLars Knoll2013-05-311-19/+17
* Port the list wrapper over to v4Lars Knoll2013-05-3113-242/+209
* Smaller cleanupsLars Knoll2013-05-303-17/+2