aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Canvas: Guard context pointer against external deletionUlf Hermann2019-01-231-144/+166
* Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-224-4/+18
* Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Liang Qi2019-01-221-1/+1
|\
| * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-083-5/+19
| |\
| * | Fix regression in border-top with high-dpiAllan Sandfeld Jensen2019-01-071-1/+1
* | | Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-3/+3
| |/ |/|
* | Doc: velocity properties must be set to -1 when setting durationMitch Curtis2018-12-131-1/+12
* | Fix missing strike outDaniel Engelke2018-12-101-0/+2
* | TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-101-4/+5
|/
* Ensure that each Event Handler has an Item parent rather than assertingShawn Rutledge2018-12-071-1/+5
* Add dynamically-created Event Handlers to the relevant handlers vectorShawn Rutledge2018-12-073-12/+22
* Declare the enum so it can be passed to the QML sideAndy Shaw2018-11-301-0/+1
* Prevent overly drawn-out animation when snappingMichael Brasser2018-11-291-1/+5
* QQuickTableView: connect directly to the model, and not to the QPointerRichard Moe Gustavsen2018-11-281-4/+6
* Fix vertical alignment of images in a text documentLars Knoll2018-11-224-13/+20
* Fix updating of text nodes in QQuickTextEditLars Knoll2018-11-221-1/+12
* QQuickText: Signal content height/width changes also when resettingUlf Hermann2018-11-202-9/+18
* Fix null pointer access in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-072-1/+3
* Doc: Remove wrong return typeJoni Poikelin2018-11-021-1/+1
* 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