aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Move xmllistmodel to xmlpatternsv5.12.0-beta4Frederik Gladhorn2018-11-052-97/+1
* Doc: Fix linking to Qt Quick ControlsTopi Reinio2018-10-302-3/+2
* QQWindow: cancel touch->mouse synthesis when touch is ungrabbedShawn Rutledge2018-10-302-22/+30
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-304-4/+19
|\
| * Accessible: Return StaticText if there is no explicit role setAndy Shaw2018-10-191-4/+6
| * At least warn when triggering a rendering limitationAllan Sandfeld Jensen2018-10-181-0/+3
| * Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-132-0/+10
* | Merge 5.12 into 5.12.0Oswald Buddenhagen2018-10-303-6/+18
|\ \
| * | Fix backward QML compatibility for Flickable.isAtBoundaryChanged()Alexander Akulich2018-10-251-4/+5
| * | Fix QML compatibility for Text.contentWidth/Height changed handlersAlexander Akulich2018-10-251-2/+4
| * | [Micro]Optimize duplicate state name checkAlbert Astals Cid2018-10-251-2/+3
| * | QQuickStateGroup: Warn if two states have the same nameAlbert Astals Cid2018-10-231-0/+8
* | | Add WavefrontMeshEskil Abrahamsen Blomfeldt2018-10-251-0/+0
|/ /
* | Item Views: cancel flicking before a model resetTobias Koenig2018-10-191-0/+1
* | 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