aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Optimize QQuickWindowPrivate::grabTouchPoints()Shawn Rutledge2018-10-181-7/+19
* Improve interaction between snapping and sectionsMichael Brasser2018-10-171-11/+27
* TableView: connect to 'layoutChanged' signal from the modelRichard Moe Gustavsen2018-10-172-0/+11
* Improve some pathelogical borderImage casesAllan Sandfeld Jensen2018-10-172-9/+19
* wasm: fix opengl layers, depth stencilLorn Potter2018-10-161-0/+25
* Remove doc about accepting/rejecting the event in ungrabEvent virtualsShawn Rutledge2018-10-111-4/+0
* Item Views: cancel flicking before programmatic absolute positioningShawn Rutledge2018-10-111-0/+2
* Fix QQuickRenderControl::invalidate with software rendererAllan Sandfeld Jensen2018-10-101-3/+3
* Fix use of OpenGL scenegraph in static buildsAllan Sandfeld Jensen2018-10-092-7/+7
* Enhance the documentation about changing model data from QMLNils Jeisecke2018-10-082-28/+80
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-085-39/+103
|\
| * Fix crash in QQuickAnimatorProxyJob::sceneGraphInitialized()Andrew Smolko2018-10-051-2/+4
| * QQuickItem: document which events are accepted by defaultMitch Curtis2018-10-042-1/+51
| * Don't get confused about the grabber during replayDelayedPressShawn Rutledge2018-10-031-35/+35
| * Add QQuickItemPrivate::updateOrAddItemChangeListener()Mitch Curtis2018-10-022-0/+11
* | QQuickGridView: Respect marginsUlf Hermann2018-10-041-6/+8
* | Fix QSGImageNode with QSGLayer in software modeAllan Sandfeld Jensen2018-10-031-1/+11
* | Replace more vestiges of VisualDataModel, *Group and VisualItemModelShawn Rutledge2018-10-031-1/+1
* | QQuickItemPrivate::canAcceptTabFocus(): respect non-editable spinboxesJ-P Nurmi2018-10-031-10/+9
* | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-012-9/+14
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-012-9/+14
| |\|
| | * Prevent PathView's parent stealing mouse grab during double-flickChris Adams2018-09-241-0/+2
| | * Add some null pointer checks to avoid some rare crashesv5.11.2Jan Arve Sæther2018-09-112-10/+13
* | | Doc: Fix QDoc warningsPaul Wicking2018-10-013-5/+5
|/ /
* | Doc: Remove references to Qt Quick 1Kai Koehne2018-10-013-24/+6
* | QQuickTableView: improve performance when scrolling with scrollbarsRichard Moe Gustavsen2018-09-292-23/+72
* | Add missing Q_FLAG declarations in QObject subclassesShawn Rutledge2018-09-286-0/+6
* | Remove redundant Q_ENUM declarations in QQuickEventPointShawn Rutledge2018-09-281-3/+0
* | QQuickItemView: Don't change the viewport while in layoutUlf Hermann2018-09-271-0/+6
* | QQuickTableView: only preload items when rebuilding the table from scratchRichard Moe Gustavsen2018-09-271-1/+2
* | Doc: Add description of QML_USE_GLYPHCACHE_WORKAROUND env varPaul Wicking2018-09-261-0/+8
* | Software Adaptation: Improve bounding rect claculation for glyph nodesAndy Nichols2018-09-261-1/+29
* | Make QQuickShaderEffectMesh subclassable and exportedEskil Abrahamsen Blomfeldt2018-09-262-2/+10
* | QQuickTableView: fix clang warningsRichard Moe Gustavsen2018-09-251-27/+22
* | Doc: Remove documentation for deprecated QML typesVenugopal Shivashankar2018-09-254-79/+7
* | Limit the repeater model size for integer modelsErik Verbruggen2018-09-241-0/+1
* | QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-173-0/+39
* | Cleanups in Value/PrimitiveLars Knoll2018-09-173-13/+13
* | Doc: Use a macro to resolve the QML import versionTopi Reinio2018-09-144-27/+30
* | Doc: fix grabPermissions and other enumeration propertiesShawn Rutledge2018-09-143-8/+27
* | PinchHandler: update centroid property when handling native gestureShawn Rutledge2018-09-131-0/+1
* | Fix potential nullptr-derefErik Verbruggen2018-09-131-2/+2
* | QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-133-58/+84
* | Enable Qt Quick path and shapes for the no-thread configurationMorten Johan Sørvig2018-09-121-1/+1
* | Doc: Update the 'reversible' Transition code snippetAlexander Akulich2018-09-111-5/+5
* | Doc: Fix 'reversible' Transition code snippetAlexander Akulich2018-09-111-1/+3
* | Doc: Show that DragHandler is now a multi-point handlerShawn Rutledge2018-09-113-8/+8
* | Doc: Fix the QML type of MultiPointHandler.centroidShawn Rutledge2018-09-112-2/+2
* | QQuickTableView: override fixup() to preserve contentX/Y at start-upRichard Moe Gustavsen2018-09-112-0/+9
* | QQuickTableView: be more precise about when to call updatePolish()Richard Moe Gustavsen2018-09-112-16/+20