aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use localPos for windowPos when passing mouse events to QQuickWidgetv5.9.4Ulf Hermann2018-01-173-9/+56
* Blacklist test_move() in tst_qquickcustomaffector on win/gccUlf Hermann2018-01-172-7/+10
* Don't recreate QOpenGLContext when the application is sharing contextsAndy Shaw2018-01-121-1/+1
* Add changes file for Qt 5.9.4Antti Kokko2018-01-081-0/+77
* Fix holistic benchmarkErik Verbruggen2018-01-021-3/+10
* Fix animation benchmarkErik Verbruggen2018-01-021-3/+3
* Remove extra addrefMichael Brasser2017-12-294-1/+44
* externaldraganddrop example: add checkbox to control accepting dropShawn Rutledge2017-12-273-23/+28
* 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-2124-63/+156
* 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
* threadedanimation: fix custom item animation when in a QQuickWidgetMitch Curtis2017-12-201-2/+5
* Let platform decide what the default show action isTor Arne Vestbø2017-12-191-6/+1
* Add test to QQuickShortcut when render window is usedKari Hautamäki2017-12-193-0/+181
* QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-183-35/+163
* Remap the coordinates in QInputMethodQueryEvent based on widgetWeng Xuetian2017-12-171-1/+32
* QQuickList/GridViewPrivate::fixupPosition: don't set moveReasonShawn Rutledge2017-12-163-5/+14
* 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
* Bump versionOswald Buddenhagen2017-12-121-1/+1
* Add the source directory as import paths in tst_qqmlimportUlf Hermann2017-12-111-3/+3
* Pass the source directory in the plugindump testUlf Hermann2017-12-112-1/+2
* 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-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