aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Software render: Fix warnings floodFriedemann Kleint2018-05-081-0/+1
* QQuickItem: Guard against null deref in transformationsRobin Burchell2018-05-021-0/+6
* QQuickContext2DFBOTexture: use normalized sub rect when using FBO with POT te...Richard Moe Gustavsen2018-04-231-2/+17
* Fix bug preventing ungrabMouse() on TouchCancelDaniel d'Andrada2018-04-091-4/+5
* Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-151-1/+0
* QQuickItemView::currentItemChanged called upon currentItem destructionAleix Pol2018-02-131-0/+7
* Fix performance regressionJesus Fernandez2018-02-072-2/+9
* Use the GL context shared in the render contextErik Verbruggen2018-02-061-15/+20
* Fix transition when removing the last item from ListView/GridViewKari Hautamäki2018-02-021-1/+3
* If Loader loads Window, set its transient parent to the Loader's windowShawn Rutledge2018-02-023-4/+31
* Prevent invalid characters being entered at the appropriate timesAndy Shaw2018-02-021-27/+9
* Add a link to the "Using C++ Models in QML Tutorial" videoMitch Curtis2018-02-011-0/+4
* QQuickItem::stackBefore/After: print more useful warningsMitch Curtis2018-01-241-2/+4
* Doc: Do make 'Licenses and Attributions' valid for multiple Qt versionsKai Koehne2018-01-221-1/+2
* Doc: Rename Renderer page to 'Scene Graph OpenGL Renderer'Kai Koehne2018-01-221-5/+6
* Avoid repeated calls into thread local storage to get the animation timerLars Knoll2018-01-221-1/+1
* Remove another call to QOpenGLContext::currentContext()Erik Verbruggen2018-01-191-1/+1
* Doc: Improve "Qt Quick Scene Graph Renderer"Kai Koehne2018-01-191-21/+21
* Speed up PropertyChange state applicationSimon Hausmann2018-01-173-18/+24
* Fix quadratic behavior in QQuickRepeater::clear(), take 2Lars Knoll2018-01-171-1/+4
* Partially revert "Optimizations for Repeater::clear() and ~QQmlItem()"Lars Knoll2018-01-171-3/+3
* Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-151-3/+3
* QSGSoftwarePixmapRenderer: Fix incorrect background coordinatesJüri Valdmann2018-01-124-9/+10
* GridView: Fix an off-by-one offset of positioning of itemsJan Arve Sæther2018-01-101-7/+6
* Initialize member variableJesus Fernandez2018-01-101-2/+2
* Doc: state that childrenRect is read-onlyMitch Curtis2018-01-051-1/+2
* QQuickAnimatedImagePrivate::setMovie: check for re-assignment; cleanupShawn Rutledge2017-12-272-71/+64
* Move setVisible into QQuickItemPrivatePaolo Angelelli2017-12-242-9/+16
* 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
* 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
* 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
* grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-053-41/+35
* 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-301-3/+9
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-306-14/+18
* don't get confused about the grabber during replayDelayedPressShawn Rutledge2017-11-292-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-251-4/+5
|\
| * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-4/+5
| |\
| | * Fix crash when accessing pixmap on default QSGSoftwareInternalImageNodev5.9.3Allan Sandfeld Jensen2017-11-171-4/+5
* | | 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