platform/upstream/qtdeclarative.git
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
2014-07-04 Mitch CurtisAdd findChild to TestCase.
2014-07-04 Gunnar SlettaVerbose fatal instead of crash when the scene graph...
2014-07-04 Erik VerbruggenV4 IR: (natural) loop detection.
2014-07-04 Gunnar SlettaAvoid race condition in QQmlEngine on shutdown.
2014-07-03 Frederik GladhornRemove old state logic for ComboBox
2014-07-03 Andrew den... Fix crash on QQmlEngine destruction.
2014-07-03 Sérgio MartinsDon't dereference null QQuickWindowPrivate.
2014-07-03 Gunnar SlettaEnable QSG_RUNTIME_DESCRIPTION by default for debug...
2014-07-03 Friedemann... Profiler: Fix MSVC warning about signed integers.
2014-07-03 Morten Johan... Add opt-out environment variable for @2x images
2014-07-02 Nico VertriestDoc: correct link/compilation errors in Qt Declarative
2014-07-02 Frederik GladhornMerge "Merge remote-tracking branch 'origin/5.3' into...
2014-07-02 Allan Sandfeld... Use qNextPowerOfTwo instead of reimplementing it
2014-07-02 Martin JonesFix crash in Flickable with pressDelay.
2014-07-02 Ulf HermannFix output of swap times for basic render loop
2014-07-02 Ulf HermannProperly collect polish timings from all render loops
2014-07-02 Ulf HermannUse the same length for all scene graph numeric data
2014-07-02 Frederik GladhornMerge remote-tracking branch 'origin/5.3' into dev
2014-07-02 Shawn RutledgeTools and examples: consistently use organization name...
2014-07-02 J-P NurmiQQuickSystemPalette: use QGuiApplication::paletteChanged()
2014-07-01 Allan Sandfeld... Remove redundant sse2 math flags
2014-07-01 Laszlo AgocsSkip rssnews demo if xmlpatterns is not present
2014-07-01 Laszlo AgocsAdd grabFramebuffer() to QQuickWidget and use it in...
2014-07-01 Laszlo AgocsAvoid direct GL calls in Qt Quick examples and tests
2014-07-01 Laszlo AgocsDocs: clarify the relation between default alpha and...
2014-07-01 Gunnar SlettaUse categorized logging for all things scenegraph.
2014-07-01 Gunnar SlettaAvoid deadlock during window hiding.
2014-07-01 Gunnar SlettaMark failing testcases with QEXPECT_FAIL for windows
next