platform/upstream/qtdeclarative.git
2014-07-22 Simon HausmannFix build on Windows
2014-07-22 Simon HausmannFix Scoped(Value) assignment/construction on 32-bit
2014-07-22 Simon HausmannDisable T::Data compile time size assertion for some...
2014-07-22 Simon HausmannPorted array data to the new object structure
2014-07-22 Lars KnollFix Managed::as<>() method
2014-07-22 Simon HausmannChange the object allocation scheme
2014-07-22 Lars KnollConvert Execution contexts to new constructor syntax
2014-07-22 Lars KnollConvert the last Managed types to the new constructor...
2014-07-22 Lars KnollConvert String to new constructor syntax
2014-07-22 Lars KnollConvert more objects to the new constructor scheme
2014-07-22 Lars KnollConvert most simple objects to the new constructor...
2014-07-22 Lars KnollConvert remaining FunctionObject's to new constructor...
2014-07-22 Lars KnollConvert FunctionObject derived classes to new construct...
2014-07-22 Lars KnollConvert construtors for QObjectWrapper
2014-07-22 Lars KnollConvert regexps
2014-07-22 Lars KnollConvert context and list wrapper
2014-07-22 Lars KnollNew construction scheme for the binding wrapper
2014-07-22 Lars KnollConvert TypeWrapper and ValueTypeWrapper
2014-07-22 Lars KnollConstruct xhr objects the new way
2014-07-22 Lars KnollRemove unused method
2014-07-22 Lars KnollConvert constructors for builtin functions
2014-07-22 Lars KnollFix constructors for the delegate model
2014-07-22 Lars KnollConvert delegate model and indexed builtin function
2014-07-22 Lars KnollConvert QQuickContext2D to new construction scheme
2014-07-22 Lars KnollStart implement new Object creation pattern
2014-07-22 Lars KnollGet rid of CallDataRef
2014-07-22 Lars KnollGet rid of ManagedRef
2014-07-22 Lars KnollGet rid of all uses of ObjectRef
2014-07-22 Lars KnollRemove the less often used Ref classes
2014-07-22 Lars KnollGet rid of StringRef
2014-07-22 Lars KnollRename V4_MANAGED_NEW back to V4_MANAGED
2014-07-22 Lars KnollConvert specialized ExecutionContext's to new data...
2014-07-22 Lars KnollFix compiler warning
2014-07-22 Lars KnollConvert ExecutionContext to new storage scheme
2014-07-22 Lars KnollConvert QV4RegExp to new storage scheme
2014-07-22 Lars KnollMove MemberData over to new storage layout
2014-07-22 Lars KnollRename Managed::managedData() to d() to be consistent
2014-07-22 Lars KnollRename V4_OBJECT_NEW back to V4_OBJECT
2014-07-22 Lars KnollConvert sqldatabase to new data layout
2014-07-22 Lars KnollConvert QQuickParticleData to new data layout
2014-07-22 Lars KnollConvert QQuickRootItemMarker to new data layout
2014-07-22 Lars KnollConvert context2d to new data layout
2014-07-22 Lars KnollFix QQmlDelegateModelChangeArray
2014-07-22 Lars KnollConvert xmlhttprequest to new data layout
2014-07-22 Lars KnollConvert qqmlbuiltinfunctions to the new storage layout
2014-07-22 Lars KnollConvert QQmlValueTypeWrapper to the new storage scheme
2014-07-22 Lars KnollConvert type wrapper to new data layout
2014-07-22 Lars KnollConvert qml locale object to new data layout
2014-07-22 Lars KnollConvert list wrapper to new storage layout
2014-07-22 Lars KnollConvert the context wrapper to the new storage layout
2014-07-22 Lars KnollMove VariantObject over to new storage layout
2014-07-22 Lars KnollConvert the incubator object to new storage layout
2014-07-22 Lars KnollConvert StringObject to new storage layout
2014-07-22 Lars KnollConvert String to the new storage layout
2014-07-22 Lars KnollConvert SequenceObject to new storage layout
2014-07-22 Lars KnollConvert the QML Binding wrapper to new data storage
2014-07-22 Lars KnollConvert QObjectWrapper to new storage structure
2014-07-22 Lars KnollConvert ObjectIterator to new storage scheme
2014-07-22 Lars KnollConvert objects without own data
2014-07-22 Lars KnollConvert ErrorObject to new storage scheme
2014-07-22 Lars KnollConvert DateObject over to new storage scheme
2014-07-22 Lars KnollConvert ArrayObject over to the new storage scheme
2014-07-22 Lars KnollConvert ArgumentsObject over to the new storage scheme
2014-07-22 Lars KnollConvert RegexpObject to new storage scheme
2014-07-22 Lars KnollConvert FunctionObject to new storage scheme
2014-07-22 Lars KnollConvert Boolean and NumberObject to the new Data scheme
2014-07-22 Lars KnollFirst step unifying data structures
2014-07-22 Lars KnollMove ArrayData over to new data layout
2014-07-22 Lars KnollConvert ArgumentsObject to new data layout
2014-07-22 Lars KnollConvert ObjectIterator to new data layout
2014-07-22 Lars KnollConvert RegExp and RegExpObject to new data layout
2014-07-22 Lars KnollConvert the remaining classes in functionobject.h
2014-07-22 Lars KnollMove data of FunctionObject into an inner struct
2014-07-22 Lars KnollConvert Boolean, Number and DateObject
2014-07-22 Lars KnollMove object data into internal structure
2014-07-22 Lars KnollMove string data into subclass
2014-07-22 Lars KnollMove Managed data into it's own subclass
2014-07-22 Lars KnollGet rid of different macros for vtable specializations
2014-07-22 Lars KnollUse Members for storing the bound arguments in BoundFun...
2014-07-22 Lars KnollAvoid calling destroy() on most objects
2014-07-22 Simon HausmannFix Scoped<T> constructors/assignment operators that...
2014-07-22 Eskil Abrahamsen... Remove XFAILs from tst_QQuickText
2014-07-22 Andrew den... Don't allow a filtering item to block other filtering...
2014-07-21 Holger Hans... qml: Make ownership of CompiledUnit more clear
2014-07-21 Holger Hans... qml: Fix potential memory leak in the file selector
2014-07-20 Holger Hans... v4: Delay creating the ScopedValue/ScopedProperty in...
2014-07-20 Holger Hans... v4: Remove dead code ScriptFunction constructor
2014-07-20 Holger Hans... v4: Manually inline the access to the execution engine
2014-07-17 Andrew den... Remove QWidget include from QQmlProperty test.
2014-07-17 Mitch CurtisAdd QQuickFontMetrics.
2014-07-16 Martin JonesAdd containsPress property to MouseArea
2014-07-10 Frederik GladhornMerge remote-tracking branch 'origin/5.3' into dev
2014-07-09 J-P NurmiDocs: fix "classname" indentation in the qmldir specs
2014-07-09 Frederik GladhornFix role for generic Accessible items
2014-07-09 Laszlo AgocsChange default to QQuickWidget in the comparison example
2014-07-08 Friedemann... Call glBindTexture() via QOpenGLFunctions in qsg_safeg...
2014-07-07 Niels WeberCalqlatr demo: Remove unused files
2014-07-07 Dmitry ShachnevMake sure JIT architectures lists are in sync
2014-07-07 Topi ReinioRemove usage of external dependencies from the RSS...
2014-07-07 Laszlo AgocsFix segfault on certain resize patterns in QQuickWidget
next