aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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-302-0/+10
|\
| * Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-132-0/+10
* | 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
* | 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-171-8/+18
* | 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
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-083-37/+90
|\|
| * QQuickItem: document which events are accepted by defaultMitch Curtis2018-10-041-1/+42
| * 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
* | 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 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: Remove references to Qt Quick 1Kai Koehne2018-10-011-20/+4
* | QQuickTableView: improve performance when scrolling with scrollbarsRichard Moe Gustavsen2018-09-292-23/+72
* | Add missing Q_FLAG declarations in QObject subclassesShawn Rutledge2018-09-284-0/+4
* | 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
* | 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-252-6/+7
* | QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-173-0/+39
* | Cleanups in Value/PrimitiveLars Knoll2018-09-173-13/+13
* | QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-133-58/+84
* | 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
* | QQuickTableView: don't rebuild table upon querying content sizeRichard Moe Gustavsen2018-09-112-54/+14
* | QQuickTableView: check if the focusObject is a actually a QQuickItemRichard Moe Gustavsen2018-09-101-7/+9
* | QQuickTableView: don't set contentX/Y to zero when building the tableRichard Moe Gustavsen2018-09-101-4/+0
* | QQuickTableView: don't override margins API in TableViewRichard Moe Gustavsen2018-09-103-149/+12
* | QQuickTableView: remove focus for the delegate item itself, not only for the ...Richard Moe Gustavsen2018-09-071-1/+1
* | QQuickTableView: don't layout an extra time at start-upRichard Moe Gustavsen2018-09-071-0/+1
* | QQuickTableView: clear focus when delegate item with focus is flicked outRichard Moe Gustavsen2018-09-061-6/+21
* | QQuickTableView: let fall back item have a valid sizeRichard Moe Gustavsen2018-09-061-0/+2
* | QQuickTableView: add anchor check for delegateRichard Moe Gustavsen2018-09-061-0/+5
* | Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+2
* | Doc: Document TableView qml typeRichard Moe Gustavsen2018-09-041-0/+353
* | QQuickTableView: allow negative marginsRichard Moe Gustavsen2018-09-031-7/+9
* | Fix revisioning of QQuickMouseEvent::flagsKai Koehne2018-09-011-1/+1