aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-234-2/+36
* Fix crash when modifying objects used as prototypesLars Knoll2018-05-232-0/+20
* Ensure we restore QML-defined enumsMichael Brasser2018-05-234-0/+38
* Doc: link to integration flowchart in "Interacting with QML from C++"Mitch Curtis2018-05-221-2/+2
* tst_qquickanimatedsprite: add all QML files to OTHER_FILESMitch Curtis2018-05-161-1/+1
* setGrabberItem: consistently call touchUngrabEvent or mouseUngrabEventShawn Rutledge2018-05-152-8/+7
* Pass the arguments correctly to QRadialGradientAndy Shaw2018-05-151-1/+1
* Fix for input method commit that ends with newlinePaul Olav Tvete2018-05-141-1/+7
* Fix build without features.gesturesTasuku Suzuki2018-05-145-2/+32
* MouseArea: set pressed state to Qt::NoButton not nullptrShawn Rutledge2018-05-131-1/+1
* Fix TestCaseCollector fails to initialize component from resourcesChristoph Keller2018-05-131-2/+6
* Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-112-1/+43
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-119-17/+43
* Fix build without features.timezoneTasuku Suzuki2018-05-111-1/+1
* Fix build without features.quick-shadereffectTasuku Suzuki2018-05-101-0/+1
* Fix build without features.quick-pathTasuku Suzuki2018-05-101-1/+1
* Fix build without features.xmlstreamwriterTasuku Suzuki2018-05-101-1/+1
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-093-10/+184
|\
| * Add changes file for Qt 5.11.0v5.11.0-rc2v5.11.0-rc1v5.11.0Antti Kokko2018-04-301-0/+167
| * Only create CallContext objects for bindings that might be signal handlersLars Knoll2018-04-261-3/+8
| * Fix crash in Function.prototype.bindLars Knoll2018-04-241-7/+9
* | tests: unblacklist tst_qquickwindow.cpp::touchEvent_propagationGatis Paeglis2018-05-081-3/+0
* | Fix crash when changing the source of AnimatedImage after a frame changeLouis du Verdier2018-05-082-5/+39
* | Fix loading of composite singletons from resourcesSimon Hausmann2018-05-085-8/+27
* | tests: blacklist tst_qquickitem::qtBug60123Gatis Paeglis2018-05-081-0/+3
* | Fix Hidpi BorderImage in software rendererAllan Sandfeld Jensen2018-05-021-4/+7
* | QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-303-0/+33
* | Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-303-6/+14
* | Doc: add "Best Practices for QML and Qt Quick" to best-practices groupMitch Curtis2018-04-281-0/+1
* | Tests: Silence Clang warningsFriedemann Kleint2018-04-272-7/+5
* | test: fix flaky in tst_QQuickPathView::movementDirection()Liang Qi2018-04-271-1/+3
* | Add "We mean it" to qqmlprofilerclientdefinitions_p.hUlf Hermann2018-04-271-0/+11
* | QQmlDelegateModel: include QQDMIncubationTask errors with our errorsMitch Curtis2018-04-271-1/+3
* | Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-273-2/+24
* | Normalize URL before loading typesErik Verbruggen2018-04-276-10/+60
* | QQmlDelegateModel: provide better warningsMitch Curtis2018-04-271-2/+1
* | Fix crash when using drag with Drag.AutomaticFriedemann Kleint2018-04-262-3/+12
* | Clarify ownership around QQmlEngine::setNAMFMårten Nordheim2018-04-262-1/+4
* | Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-266-132/+173
* | Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-266-1/+36
* | Add handling of device pixel ratio to animated spritesAllan Sandfeld Jensen2018-04-268-25/+56
* | Make the test pass on my high resolution screenLars Knoll2018-04-251-1/+1
* | Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-253-1/+50
* | Make the shared test code independent of QtQmlUlf Hermann2018-04-2413-52/+44
* | Use different buffer for indices and vertices only in the WebGL pluginJesus Fernandez2018-04-245-89/+54
* | Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-2417-204/+329
* | Update submodule now that I've fixed the actual bug hereEdward Welbourne2018-04-231-0/+0
* | Make QPacketProtocol independent of QmlUlf Hermann2018-04-2315-24/+44
* | Build fix for -no-feature-testlibPasi Petäjäjärvi2018-04-232-4/+4
* | Use Los Angeles to represent PST8PDT, not VancouverEdward Welbourne2018-04-201-1/+1
|/