platform/upstream/qtdeclarative.git
2015-07-09 Shawn RutledgeFlickable: drag-over-bounds is not velocity-sensitive
2015-07-09 Thiago MacieiraQtQml: Fix const correctness in old style casts
2015-07-08 Simon HausmannFix encoding of QV4::Value in host builds
2015-07-07 Thiago MacieiraFix more casts that dropped the constness.
2015-07-07 Thiago MacieiraFix ICC warning about change of sign
2015-07-04 Gunnar SlettaDelete QQuickWindow's animator driver at the right...
2015-07-03 Tobias KoenigQSGSimpleTextureNode: Fix ownership of QSGTexture
2015-07-03 Kai Uwe BroulikImprove support for HTML entities in StyledText
2015-06-29 Tor Arne VestbøAdd lancelot test for Emoji text rendering / color...
2015-06-29 Oswald BuddenhagenBump version
2015-06-26 Liang QiMerge remote-tracking branch 'origin/5.5.0' into 5.5
2015-06-26 Gabriel de... Fix documentation for ItemSelectionModel
2015-06-25 Martin JonesCorrectly initialize ListView section attached properties.
2015-06-25 Laszlo AgocsFix missing images when alpha and shader effects are...
2015-06-25 Nico VertriestDoc: resize tables with overflow
2015-06-23 Eli FidlerSupport 32-bit color bitmap glyphs in native text rende...
2015-06-18 Richard Moe... Doc: document work-around for static builds using dynam...
2015-06-17 Santtu LakkalaQSGDefaultRectangleNode: Fix gradient position calculations
2015-06-16 Morten Johan... Enable high-dpi mode for qml.app on OS X.
2015-06-15 Alan AlpertVersion scrollGestureEnabled as a new property
2015-06-15 Friedemann... qml: Output information about build and GL renderer...
2015-06-14 Alan AlpertVersion scrollGestureEnabled as a new property
2015-06-12 Takumi ASAKIAndroid: Another work around bug of Vertex Shader
2015-06-10 Aleix PolImprove qml error message "invalid alias location"
2015-06-10 Ulf HermannMake argument to QQmlDebuggingEnabler::startTcpServer...
2015-06-08 Erik VerbruggenV4: Fix use of uninitialized field.
2015-06-08 Erik VerbruggenAdd a version of BitVector that uses QBitArray.
2015-06-08 Erik VerbruggenWrap std::vector<bool> in our own class.
2015-06-08 Gunnar SlettaFix performance regression in Image construction.
2015-06-04 Simon HausmannAdded auto-generated change log
2015-06-04 Friedemann... qml: Add options to control the GL renderer.
2015-06-04 Friedemann... qmlscene: Add option --verbose to obtain diagnostic...
2015-06-04 Friedemann... qmlscene: Add options to control the GL renderer.
2015-06-03 Laszlo AgocsRedirect the default FBO correctly with QQuickWidget
2015-06-03 Friedemann... tst_qquickwindow: Prospective fix for instability of...
2015-06-03 Mitch CurtisAdd left, right, top and bottom properties to basic...
2015-06-01 Joni PoikelinFix flickering when QQuickWidget becomes visible
2015-05-28 Laszlo AgocsDocument the render loops a bit more
2015-05-28 Alex BlaschePurge use of VisualDataModel from docs where DelegateMo...
2015-05-26 Topi ReinioCalqlatr Demo: Adjust ListView delegate height based...
2015-05-23 Aleix PolMakes it possible to extract all data from a QML DropArea
2015-05-22 Jocelyn TurcotteFix the implicitSize of SVG Images on retina display
2015-05-22 Richard Moe... qquickwindow: ensure we delete the correct delayed...
2015-05-21 Laszlo AgocsFix basic and windows render loops to use the correct...
2015-05-20 Vishesh HandaFix null pointer dereference in QQmlImportNamespace
2015-05-19 Allan Sandfeld... Optionally apply orientation on images
2015-05-19 Maurice KalinowskiWinRT: fix warnings
2015-05-19 Friedemann... Fix render loop warning about invalid geometry of expos...
2015-05-19 Simon HausmannFix MSVC warning about unused variable
2015-05-19 Kai KoehneMSVC: Fix compiler warning
2015-05-13 Thiago MacieiraQtQuick: Fix const correctness in old style casts
2015-05-12 Laszlo AgocsCreate contexts and pbuffers with the correct screen...
2015-05-12 Erik VerbruggenQML: fix mixed debug/release build on OSX.
2015-05-12 Santtu LakkalaHide cursor when text fields becomes read only
2015-05-11 Shawn RutledgeAdd QtQuick::Text::font.weight enum values
2015-05-09 Sérgio Martinsqmllint: Fix parsing js files with .import directives
2015-05-08 Simon HausmannAdd protection against "wrong" marking in debug builds
2015-05-08 Simon HausmannFix memory corruption when sharing QObjects between...
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...
next