platform/upstream/qtdeclarative.git
2013-06-07 Lars KnollFix more QJSValue autotest errors
2013-06-07 Lars KnollFix various errors in the qjsvalue auto test
2013-06-07 Lars KnollRemove the last v8 dependency from the delegate model
2013-06-07 Lars KnollConvert the qml adapter model to v4
2013-06-07 Lars KnollConvert more of the delegate model to v4
2013-06-07 Simon HausmannFix tst_qqmlecmascript::scriptErrors()
2013-06-07 Simon HausmannFix tst_qqmlecmascript::signalEmitted
2013-06-07 Simon HausmannRemove unused code from QV8Engine
2013-06-07 Simon HausmannFix tst_qqmlecmascript::signalArguments
2013-06-07 Simon HausmannMove QV4::QObjectWrapper into the v4/ subdirectory
2013-06-07 Simon HausmannRemove last traces of v8:: API from QObject bindings
2013-06-07 Simon HausmannGet rid of QV8QObjectWrapper
2013-06-07 Simon HausmannGet rid of QV8QObjectWrapper:setProperty and SetProperty
2013-06-07 Simon HausmannSimplify QObjectWrapper calls from within other type...
2013-06-07 Simon HausmannGet rid of QV8QObjectWrapper::GetProperty
2013-06-07 Simon HausmannGet rid of QV8QObjectWrapper::getProperty
2013-06-07 Simon HausmannRemove signal & slot related code from QV8QObjectWrapper
2013-06-07 Simon HausmannImplement QObject Signal <> JS Slot connections using...
2013-06-07 Peter VargaFix build failure introduced by the SSA
2013-06-06 Erik VerbruggenImproved block scheduling with "tuned" DFS.
2013-06-06 Erik VerbruggenMark loop blocks as belonging to a group.
2013-06-06 Erik VerbruggenIntroducing SSA.
2013-06-06 Lars KnollMore verbose error message
2013-06-06 Lars KnollRemove v8 usage in a few places
2013-06-05 Erik VerbruggenRemove reliance on delayed template parsing.
2013-06-05 Lars KnollPort the first half of the delegate model code to v4
2013-06-05 Simon HausmannGet rid of the QV8Engine pointer in QV8QObjectConnectio...
2013-06-05 Simon HausmannImprove type error messages when reading properties
2013-06-05 Simon HausmannMove QV8QObjectWrapper::newQObject into QV4::QObjectWrapper
2013-06-05 Simon HausmannFix crashes in workerscript tests (qqmlecmascript and...
2013-06-05 Simon HausmannCleanup: Get rid of v8engine pointer in QObjectWrapper
2013-06-05 Simon HausmannRemoved unused typedef
2013-06-05 Simon HausmannMove handling of multiply wrapped QObjects from QV8QObj...
2013-06-05 Simon HausmannMove internal QV8QObjectWrapper::newQObject helper...
2013-06-04 Simon HausmannCleanups in QObject bindings
2013-06-04 Lars KnollSimplify the object iterator API
2013-06-04 Erik VerbruggenFix VALUE/VALUEPTR macros in the interpreter.
2013-06-04 Simon HausmannRemove unused QV4::Executionengine member
2013-06-03 Lars KnollConvert QQmlListModel to v4
2013-06-03 Lars KnollRemove unused variable
2013-06-03 Lars KnollFold the qv4jsonwrapper into the json object
2013-06-03 Simon HausmannAnother property query fix for the QObject bindings
2013-06-03 Simon HausmannGet rid of inner MethodClosure object in QV8QObjectWrapper
2013-06-03 Simon HausmannFix regression with meta object revision checking
2013-06-03 Simon HausmannGet rid of QV8Engine::toQObject and QV8QObjectWrapper...
2013-06-03 Simon HausmannGet rid of QV8Engine::isQObject and QV8QObjectWrapper...
2013-06-03 Lars KnollRemove some more v8 usage
2013-06-03 Lars KnollRemove last v8 dependency in qqmlvmemetaobject
2013-06-03 Lars KnollConvert the localstorage plugin to v4
2013-06-03 Lars KnollGet rid of the QV4FUNCTION macro in qv8engine_p.h
2013-06-03 Simon HausmannInitial port of connect/disconnect from V8 to V4
2013-06-03 Simon HausmannFix failing QJSValue test for QObject JS wrapper prototype
2013-06-03 Simon HausmannFix tst_qqmlecmascript::signalHandlers auto-test
2013-06-03 Lars KnollImplement QJSValue::toQObject and isQObject
2013-06-03 Lars KnollSet the Lexer into qml mode when parsing binding expres...
2013-06-02 Lars KnollAllow return statement when parsing bindings
2013-06-02 Simon HausmannImplement line number resolving of stack traces in...
2013-06-02 Simon HausmannFix uninitialized memory read in tst_qqmlecmascript...
2013-06-02 Simon HausmannFix missing object markings in QV4::Script
2013-06-02 Simon Hausmannvalgrind support: Destroy mempool when memoryManager...
2013-06-02 Simon HausmannFix uninitialized return value for QQmlJavaScriptExpres...
2013-06-02 Simon HausmannPort QObject bindings to use new cast
2013-06-01 Lars KnollConvert qqmlcomponent to use v4 API
2013-05-31 Simon HausmannFix crashes when running tst_qqmlecmascript with MM_AGG...
2013-05-31 Simon HausmannMake debug annotations more robust against statement...
2013-05-31 Lars KnollAllow construction of array with a predefined length
2013-05-31 Lars KnollRemove last v8 dependency in the testlib
2013-05-31 Lars KnollClean up more stuff in qv8engine
2013-05-31 Lars KnollRemove some unused code
2013-05-31 Lars KnollConvert more subclasses of Managed to the new casting...
2013-05-31 Lars KnollMove Variant and QtObject over to new casting scheme
2013-05-31 Lars KnollStart converting casting of Managed to subtypes to...
2013-05-31 Lars KnollFix a wrong sign in timezone parsing
2013-05-31 Simon HausmannQObject bindings: Cleanups
2013-05-31 Simon HausmannFix tst_qqmlecmascript::jsOwnedObjectsDeletedOnEngineDe...
2013-05-31 Lars KnollGet rid of v8::UserObjectComparisonCallback
2013-05-31 Lars KnollRemove the remaining v8 usage in qqmlbuiltinfunctions
2013-05-31 Lars KnollPort the list wrapper over to v4
2013-05-30 Lars KnollSmaller cleanups
2013-05-30 Lars KnollFix all autotests related to value types
2013-05-30 Lars KnollPort the value type wrapper over to use V4
2013-05-30 Lars KnollCleanup the context wrapper code
2013-05-30 Lars KnollPort the type wrapper over to v4
2013-05-30 Lars KnollMove v8contextwrapper implementation over to v4.
2013-05-29 Simon HausmannFix tst_qqmlecmascript::switchStatement()
2013-05-29 Simon HausmannCleanup: Remove dead code in QObject ownership handling
2013-05-29 Simon HausmannFix failing tst_qqmlecmascript::deleteRootObjectDuringC...
2013-05-29 Lars KnollRemove now unused subcontext functionality
2013-05-29 Lars KnollFix Qt.include related autotests
2013-05-29 Lars KnollRemove some leftovers from the v8bindings
2013-05-28 Lars KnollFix compilation on linux and clang
2013-05-28 Simon HausmannFix toString and destroy on QObject JS bindings
2013-05-28 Simon HausmannImplement stack trace support for Windows
2013-05-28 Simon HausmannFix crashes in some worker threads auto tests
2013-05-28 Simon HausmannCleanup handlReferenceManagement auto test
2013-05-28 Simon HausmannFix uninitialized reads during GC
2013-05-28 Simon HausmannFix crash in various qqmlbuiltinfunctions
2013-05-27 Simon HausmannFix file and line number reporting of QML/JS errors
2013-05-27 Simon HausmannAdd support for line numbers in stack traces (Linux...
2013-05-27 Lars KnollConvert builtin methods from v8 to v4
next