platform/upstream/qtdeclarative.git
2013-05-19 Simon HausmannFix connect/disconnect in QObject bindings
2013-05-17 Lars KnollSmaller cleanups in qv8engine
2013-05-17 Lars KnollDon't GC constructors and prototypes
2013-05-17 Lars Knollconvert QV8VariantWrapper to v4
2013-05-17 Lars KnollChange some APIs in qv8variantwrapper over to be v4...
2013-05-17 Lars KnollFix QJSValue::toVariant and isVariant
2013-05-17 Lars KnollMore correct conversion to a QString when toString...
2013-05-17 Lars KnollGive the QJSValuePrivate the pointer to the engine...
2013-05-15 Simon HausmannAnother fix for getting more of the QML based tests...
2013-05-15 Simon HausmannFirst step towards porting sequence wrappers to V4
2013-05-15 Simon HausmannFix build of tst_qqmlecmascript
2013-05-15 Simon HausmannFix invocation of QQmlV4Functions in JS/QML
2013-05-15 Simon HausmannFix lookups for properties called "name" in QML
2013-05-15 Simon HausmannFix exception handling not working reliably on x86...
2013-05-15 Simon HausmannFix exception handling not working reliably on x86...
2013-05-15 Simon HausmannKeep track of the currently code currently being run...
2013-05-15 Simon HausmannRemove unused variable
2013-05-13 Simon HausmannClean up context initialization
2013-05-13 Simon HausmannAdd missing pushContext/popContext in SimpleCallContext...
2013-05-13 Simon HausmannFix uninitialized context type variable
2013-05-13 Erik VerbruggenFix exports for functions used in inline methods.
2013-05-13 Simon HausmannFix QV4Engine::globalCode
2013-05-13 Simon HausmannFix crash when running some QML auto-tests
2013-05-10 Simon HausmannInitial port of JS canvas bindings to use QV4::Object...
2013-05-10 Simon HausmannFix typo in internal API
2013-05-10 Simon HausmannAdd rudimentary internal field support
2013-05-10 Simon HausmannFix running various QML auto-tests
2013-05-10 Simon HausmannImprove error reporting
2013-05-10 Simon HausmannRemove unused engine pointer in QQmlLocaleData
2013-05-10 Simon HausmannFix visibility of named function expressions in surroun...
2013-05-10 Simon HausmannFix compilation of some qquick auto tests
2013-05-09 Simon HausmannPort the of qml locale getters to V4 accessors
2013-05-09 Simon HausmannFix unsafe casting to target thisobject in class generator
2013-05-09 Simon HausmannPorted over a few more locale functions
2013-05-09 Simon HausmannBegin implement C++ style wrappers in QQmlLocale
2013-05-08 Lars KnollCleanup v8 dependencies from QQmlV8Function
2013-05-08 Lars KnollRemove v8 dependencies from QQmlV4Handle
2013-05-08 Simon HausmannReplace V8 resource in QQmlLocale with managed subclass
2013-05-08 Simon HausmannConverted remaining regular QQmlLocale functions to QV4
2013-05-08 Lars KnollFix PersistentValue::isEmpty()
2013-05-08 Lars KnollRemove the remaining traces of v8::persistent
2013-05-08 Lars KnollRemove v8::persistent usage from particles
2013-05-08 Lars KnollRemove v8::persistent usage from local storage
2013-05-08 Lars KnollRemove v8::Persistent usage from qquickcanvas
2013-05-08 Lars KnollMove the QV4::Function out of qv4functionobject_p.h
2013-05-08 Lars KnollRemove v8::Persistent usage from qquickloader
2013-05-08 Lars KnollAnother v8::Persistent removed
2013-05-08 Lars KnollConvert qqmldelegatemodel to not use v8::Persistent
2013-05-08 Lars KnollConvert qqmladaptermodel to use QV4::persistentValue
2013-05-08 Lars KnollMove qqmlvmemetaobject over to use QV4::PersistentValue
2013-05-08 Lars KnollAdd more convenient get/put API to QV4::Object
2013-05-08 Lars KnollConvert qqmllocale to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qqmljavascriptexpression to use QV4::Persistent...
2013-05-08 Lars KnollConvert qqmltypeloader to use QV4::PersistentValue
2013-05-08 Erik VerbruggenAdd flag to the engine to enable/disable RegExp JITting.
2013-05-08 Lars KnollMove QQuickworkerscript over to QV4::PersistentValue
2013-05-08 Lars KnollConvert xmlhttprequest to use QV4::PersistentValue
2013-05-08 Lars Knollconvert qv8sequencewrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8qobjectwrapper to use QV4::PersistentValue
2013-05-08 Lars Knollconvert qv8variantwrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8Valuetypewrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8typewrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8listwrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8include to QV4::PersistentValue
2013-05-08 Lars KnollConvert context wrapper to QV4::PersistentValue
2013-05-08 Lars KnollFix possible crash
2013-05-08 Lars KnollFix the doubly linked list logic in QV4::PersistentValue
2013-05-07 Simon HausmannConverted the remaining locale extensions to Date and...
2013-05-07 Lars KnollRemove more v8::Persistent usages
2013-05-07 Simon HausmannGet rid of QV8Engine::qtDateTimeFromJsDate
2013-05-07 Lars KnollMake the default constructor of PersistentValue not...
2013-05-07 Simon HausmannInject the QML Number extensions directly into the...
2013-05-07 Simon HausmannPorted locale extensions to the Number prototype to...
2013-05-07 Simon HausmannAdd infrastructure for changing InvocationCallback...
2013-05-07 Lars KnollRename Value::deletedValue() to Value::emptyValue()
2013-05-07 Lars KnollChange some v8::Persistent to QV4::PersistentValue
2013-05-07 Simon HausmannMore steps towards eliminating the v8 layer
2013-05-07 Simon HausmannReplace v8::True()/False() with QV4::Value equivalents
2013-05-07 Simon HausmannReplace v8::Null() with QV4::Value::nullValue()
2013-05-07 Simon HausmannReplace v8::Undefined() with QV4::Value::undefinedValue()
2013-05-07 Erik VerbruggenFix 475 compiler warnings.
2013-05-06 Simon HausmannPorted RegExp object to class generator
2013-05-06 Simon HausmannPorted boolean prototype over to class generator
2013-05-06 Lars KnollGet rid of v8::Local
2013-05-06 Lars KnollConvert some v8::Persistent to v4
2013-05-06 Lars KnollLess debug output
2013-05-06 Lars KnollCreate and delete the QJSEngine with the QV8Engine.
2013-05-06 Lars KnollUse a doubly linked list for PersistentValue
2013-05-06 Lars KnollConvert QQmlPropertyCache to use QV4::persistentValue...
2013-05-06 Erik VerbruggenAdd unreachable BasicBlock removal.
2013-05-06 Erik VerbruggenFix compiler error and warning.
2013-05-06 Simon HausmannFix leakage of internal class hierarchy
2013-05-06 Simon HausmannPorted string object over to the class generator
2013-05-06 Simon HausmannSimplify JS bindings generation
2013-05-06 Lars KnollMove the internalClass pointer from Object to Managed
2013-05-05 Lars KnollBetter make InternalClass::addMember() safe
2013-05-05 Lars KnollFix keywords test
2013-05-05 Lars KnollFix QJSEngine::evaluate
2013-05-05 Lars KnollSome fixes to the autotest
2013-05-05 Lars KnollFix some bugs in converting to and from QDateTime
next