aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove extra addrefMichael Brasser2017-12-291-1/+0
* QQuickAnimatedImagePrivate::setMovie: check for re-assignment; cleanupShawn Rutledge2017-12-272-71/+64
* Move setVisible into QQuickItemPrivatePaolo Angelelli2017-12-242-9/+16
* Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-2121-60/+124
* Doc: correct Keys::shortcutOverride code snippetMitch Curtis2017-12-201-1/+1
* Check the context matcher for isDestroyed() before assigning itUlf Hermann2017-12-201-1/+2
* QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-181-35/+41
* Remap the coordinates in QInputMethodQueryEvent based on widgetWeng Xuetian2017-12-171-1/+32
* QQuickList/GridViewPrivate::fixupPosition: don't set moveReasonShawn Rutledge2017-12-162-4/+0
* Add new logging category qt.quick.window.transientShawn Rutledge2017-12-156-3/+58
* Fix QSGTexture* leak in QQuickFramebufferObjectLaszlo Agocs2017-12-141-0/+1
* Fix stack use after scope when calling overloaded constructorsSimon Hausmann2017-12-141-1/+1
* remove unimplemented QQuickItemPrivate::_q_windowChanged declarationShawn Rutledge2017-12-131-1/+0
* Flickable: don't jump after premature movementEnding due to timerShawn Rutledge2017-12-131-3/+11
* Handle the application state changes so items update appropriatelyAndy Shaw2017-12-112-2/+10
* Fix valgrind warning about uninitialized variableLars Knoll2017-12-111-1/+3
* Make deletion of transitions safeLars Knoll2017-12-113-23/+39
* Add logging categories for GC statisticsLars Knoll2017-12-112-99/+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-053-41/+35
* 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-012-0/+23
* QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-302-4/+4
* 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-3012-34/+37
* 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-281-2/+9
* Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-253-5/+16
|\
| * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-233-5/+16
| |\
| | * 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
| | * 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-254-13/+113
* | | QmlInspector: Make window flags explicit when adding WindowStaysOnTopUlf Hermann2017-11-241-1/+17
* | | Re-enable QML memory profilingUlf Hermann2017-11-235-20/+44
* | | 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-221-2/+2
* | Fix URL interception for qmldir filesUlf Hermann2017-11-223-17/+59
* | Document QQuickGrabGestureEventShawn Rutledge2017-11-172-1/+39
* | Make sure we remove stopped animators from the list of rootsGunnar Sletta2017-11-101-1/+3
* | Fix tst_qquickshadereffectJ-P Nurmi2017-11-091-1/+1
* | docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-081-1/+15
|/
* Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-071-11/+16
* 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-061-0/+9