aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add logging categories for GC statisticsLars Knoll2017-12-113-101/+70
* QQuickWidget: preserve QMouseEvent::source when mapping to the QQ windowShawn Rutledge2017-12-061-7/+10
* qtquicktest: remove dead INSTALLS from qmltest.proGatis Paeglis2017-12-061-6/+0
* grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-055-41/+137
* D3D12: Fix compilation with clang-clFriedemann Kleint2017-12-051-1/+1
* Restore a temporary QQmlInstanceModel::object() overloadJ-P Nurmi2017-12-011-0/+1
* Add a means to unregister custom qml typesAndy Shaw2017-12-015-0/+232
* QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-304-4/+157
* QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-306-3/+38
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-3013-43/+46
* don't get confused about the grabber during replayDelayedPressShawn Rutledge2017-11-292-1/+4
* Check linked contexts for context objects being deletedUlf Hermann2017-11-281-1/+4
* Fix crash when moving items during asynchronous creationJoni Poikelin2017-11-283-2/+85
* Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-254-5/+89
|\
| * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-234-5/+89
| |\
| | * Fix crash when accessing pixmap on default QSGSoftwareInternalImageNodev5.9.3Allan Sandfeld Jensen2017-11-171-4/+5
| | * Fix crash with dangling context object pointersAndy Shaw2017-11-141-0/+2
| | * Blacklist tst_qquickwidget::enterLeave() on MacJ-P Nurmi2017-11-141-0/+2
| | * Add changes file for Qt 5.9.3Jani Heikkinen2017-11-121-0/+73
| | * Improve encapsulation of the the IR de-serialization from QtQuick CompilerSimon Hausmann2017-11-121-1/+9
* | | More fine-grained deferred property executionJ-P Nurmi2017-11-255-13/+265
* | | QmlInspector: Make window flags explicit when adding WindowStaysOnTopUlf Hermann2017-11-241-1/+17
* | | Re-enable QML memory profilingUlf Hermann2017-11-238-21/+84
* | | Software Adaptation: Fix cliping logic error with empty clip regionsAndy Nichols2017-11-231-2/+2
|/ /
* | watch for the actual render window if there is a QQuickRenderControlMarco Martin2017-11-221-0/+3
* | Don't reject plugin-only qmldir filesUlf Hermann2017-11-223-14/+43
* | Fix URL interception for qmldir filesUlf Hermann2017-11-226-17/+321
* | Document QQuickGrabGestureEventShawn Rutledge2017-11-172-1/+39
* | Make sure we remove stopped animators from the list of rootsGunnar Sletta2017-11-101-1/+3
* | Blacklist tst_qquickwidget::enterLeave() on MacJ-P Nurmi2017-11-091-0/+2
* | Make tst_qquickframebufferobject pass on macOSJ-P Nurmi2017-11-091-2/+4
* | Fix tests/auto/quick/quick.proJ-P Nurmi2017-11-091-1/+1
* | Fix tst_qquickshadereffectJ-P Nurmi2017-11-092-5/+5
* | docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-082-3/+17
* | stabilize and optimize tst_QQuickListView::QTBUG_34576_velocityZeroShawn Rutledge2017-11-081-8/+9
|/
* Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-073-11/+91
* QQuickWindow: cleanup pointer event instancesJ-P Nurmi2017-11-071-0/+2
* Never create pointer events from mouseGrabberItem()Jan Arve Saether2017-11-072-15/+24
* QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-063-0/+46
* Fix coverity reported warningLars Knoll2017-11-061-1/+1
* Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-062-1/+10
* QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-052-12/+49
* Clean up handling of opaqueness in the SW rendererLars Knoll2017-11-032-26/+15
* Mark layers in the SW rasterizer as opaque if possibleLars Knoll2017-11-034-10/+22
* stabilize tst_QQuickListView::incrementalModelShawn Rutledge2017-11-031-9/+4
* Add benchmark for event deliveryFrederik Gladhorn2017-11-036-1/+255
* Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-034-5/+156
* QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-033-4/+45
* ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-033-1/+60
* QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-032-17/+25