platform/upstream/qtdeclarative.git
2015-05-08 Rainer KellerAvoid namespacing QTEST_MAIN
2015-05-08 Simon HausmannAvoid uninitialized bytes in QV4::CompiledData
2015-05-08 Simon HausmannFix memory corruption in array handling
2015-05-08 Simon HausmannFix memory corruption when multiple QML engines have...
2015-05-06 Andy NicholsBorderImage support for @2x assets
2015-05-06 Laszlo AgocsEnhance QQuickFramebufferObject docs regarding the...
2015-05-06 Friedemann... QQuickWindow: Replace assert() on unreleased touch...
2015-05-05 Simon HausmannFix qml-i18n example
2015-05-04 Andrew den... Fix implicitHeight for Text items bindings dependent...
2015-05-04 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.4' into...
2015-05-04 Simon HausmannMerge remote-tracking branch 'origin/5.4' into 5.5
2015-05-04 Gunnar SlettaAvoid QQuickItem in materials's compare() on the render...
2015-05-03 Simon HausmannFix default value for XMLHttpRequest.response property
2015-05-02 Jan Arne PetersenCreate QOpenGLContext with the correct screen
2015-04-30 Simon HausmannFix passing of locals as function arguments with side...
2015-04-29 Simon HausmannFix uninitialized variables/data
2015-04-29 Topi ReinioDoc: Fix linking issues in Item QML type documentation
2015-04-28 Laszlo AgocsFix rendercontrol example for screens with different dpr
2015-04-28 Laszlo AgocsRecreate the FBO on dpr change in rendercontrol example
2015-04-28 Laszlo AgocsAvoid showing garbage when resizing the rendercontrol...
2015-04-27 David EdmundsonAvoid calling potentially pure virtual method
2015-04-27 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.4' into...
2015-04-27 Simon HausmannMerge remote-tracking branch 'origin/5.4' into 5.5
2015-04-27 Aaron KennedyOnly heap allocate binding bits storage if needed.
2015-04-25 Gabriel de... Instantiator: Make asynchronous mode work
2015-04-25 Simon HausmannMerge remote-tracking branch 'origin/5.4.2' into 5.4
2015-04-25 Simon HausmannProspective fix for flakey "network" related QML tests
2015-04-24 Shawn RutledgeAdd list of changes for 5.4.2 relative to 5.4.1
2015-04-24 Nico VertriestDoc: corrected error on return value qmlRegisterType
2015-04-23 Robert GrieblFix a memory leak in the material shader cache.
2015-04-23 Simon HausmannFix regression with nested objects served by custom...
2015-04-23 Eirik AavitslandMake the scenegraph_lancelot test work on Mac
2015-04-23 Konstantin... [labs.settings] Minor optimization
2015-04-22 Pasi PetäjäjärviV4: include alloca private header as alloca is used...
2015-04-22 J-P NurmiQtQml.Models: bump up the import version number to 2.2
2015-04-21 J-P NurmiAdd plugins.qmltypes for QtQml.Models
2015-04-21 Shawn Rutledgeadd manual tests for touch interaction
2015-04-21 Mitch CurtisXCB: respect QPlatformDrag::ownsDragObject().
2015-04-21 Marco Benelliqmlplugindump: add dependencies
2015-04-21 Rolf Eike BeerQML: do not check stack size if stack grows up
2015-04-21 Simon HausmannEliminate remaining property cache string lookups upon...
2015-04-21 Simon HausmannSpeed up instantiation of objects that are assigned...
2015-04-21 Simon HausmannSpeed up property binding initialization on object...
2015-04-20 Lars KnollAlways return a proper Value from JIT generated code
2015-04-20 Oswald BuddenhagenBump version
2015-04-20 Holger Hans... Address uninitialized pointer variables
2015-04-18 Alexandr Rekunkovfix model leak in QQmlInstantiator
2015-04-18 Sze Howe KohDoc: Expand on QJSEngine exception handling
2015-04-17 Nico VertriestDoc: corrected some language issues
2015-04-17 Friedemann... Fix forward declaration of QQmlSourceLocation.
2015-04-17 Shawn Rutledgerename manual test dir shorcuts -> shortcuts
2015-04-16 Liang QiMerge "Merge remote-tracking branch 'origin/5.4' into...
2015-04-16 Simon HausmannSpeed up composite type instantiation with lots of IDs
2015-04-16 Simon HausmannSpeed up object creation
2015-04-16 Simon HausmannSpeed up object creation with lots of id name objects
2015-04-16 Simon HausmannSpeed up script binding initialization
2015-04-16 Simon HausmannAvoid strict mode for the surrounding QML call contexts
2015-04-16 Laszlo AgocsSupport sRGB for text with QQuickWidget
2015-04-16 Simon HausmannSpeed up creation of objects without script bindings
2015-04-16 Simon HausmannSpeed up copying of value types in bindings
2015-04-16 Simon HausmannSpeed up value type binding creation
2015-04-16 Simon HausmannChanged QML type locking
2015-04-16 Simon HausmannSpeed up creation of objects that don't import scripts
2015-04-16 Simon HausmannSpeed up binding evaluation
2015-04-16 Liang QiMerge remote-tracking branch 'origin/5.4' into 5.5
2015-04-16 Gunnar SlettaFix regressed atlas texture log output. Broken since...
2015-04-16 Gunnar SlettaMake sure we have enough precision to run animations...
2015-04-15 Robert GrieblUnregister types in the QMetaType system on unload.
2015-04-15 Valery KotovQML Engine: Share data for ArrayBuffer created from...
2015-04-14 Julien BrianceauV4 JIT: cosmetic change
2015-04-14 Albert Astals CidProtect the RegExp against early garbage collection
2015-04-14 Daniel TeskeUse qt_subtract_from_timeout instead of duplicating...
2015-04-14 Simon HausmannSimple speed-up for binding setup during object instant...
2015-04-14 Simon HausmannCleanup: Fix const'ness of the property binding validat...
2015-04-14 Simon HausmannCleanup
2015-04-14 Julien BrianceauV4 JIT: fix typo in Binop::int32Binop
2015-04-13 Christian StrømmeMatch the offscreen windows position to the QQuickWidge...
2015-04-13 Frederik GladhornFix a few typos
2015-04-13 Laszlo AgocsAvoid running anims at 3x speed on Windows
2015-04-10 Caroline ChaoTests: Use blacklist instead of insignificant for tst_q...
2015-04-10 Caroline ChaoTests: Use blacklist instead of insignificant for tst_q...
2015-04-09 Albert Astals CidDo not stall loading of local images if network is...
2015-04-09 Eskil Abrahamsen... Fix TextEdit when vertical alignment != AlignTop
2015-04-08 Caroline ChaoTests: Make qquickcustomparticle significant again
2015-04-08 Caroline ChaoTests: Make qquicktrailemitter significant again
2015-04-08 Caroline ChaoTests: Make qqmldebugjs significant again
2015-04-08 Caroline ChaoTests: Make qquickgridview significant again
2015-04-08 Caroline ChaoTests: Make qquicktext, qquicktextedit and qquickpathvi...
2015-04-08 Julien Brianceau[mips] Handle properly unaligned halfword load.
2015-04-08 Ulf HermannRemove outdated V8 profiler test
2015-04-08 Mitch CurtisReturn the correct type from Item::mapToItem/Item:...
2015-04-08 Richard Moe... tst_qquickapplication: change test case 'state' to...
2015-04-07 Julien Brianceau[mips] Fix or32 implementation in macro assembler.
2015-04-07 Julien Brianceau[mips] Fix branchTruncateDoubleToUint32 implementation...
2015-04-07 Caroline ChaoTests: Make qquickloader tests significant again
2015-04-02 Friedemann... Improve debug formatting of QAbstractAnimationJob and...
2015-04-02 Friedemann... Improve debug operator for QQuickItem.
2015-04-02 Aaron McCarthyAdd note clarifying return value of Qt.openUrlExternally()
2015-04-01 Marko KangasFix Text item linkColor update
2015-04-01 Kai KoehneAvoid parallel reading/writing of RegExpJitTables.h
next