aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* QQuickWindow: make subFocusItem a QPointerFabian Kosmale2020-01-031-1/+1
* QQuickTableView: set empty content size when table is emptyRichard Moe Gustavsen2019-12-091-0/+14
* QQuickTableView: ensure we release items in the old model and not the newRichard Moe Gustavsen2019-12-091-6/+9
* QQuickTableView: support assigning a DelegateModelRichard Moe Gustavsen2019-12-091-7/+11
* QQuickItemView: Emit correct change signal on model resetFabian Kosmale2019-12-051-1/+3
* Fix ObjectModel item not being rendered when moved between modelsMitch Curtis2019-12-041-1/+5
* Fix incorrect behavior of PathView with ungrabMouse()Shin-ichi Okada2019-12-041-2/+3
* QQuickTableView: Clear items before deleting the modelUlf Hermann2019-12-041-0/+1
* QQuickTableView: fix warning messageRichard Moe Gustavsen2019-12-041-2/+2
* QQuickItemView: Set moveReason to other on model changeFabian Kosmale2019-12-031-0/+1
* Do not emit inputMaskChanged when setting the same input maskJan Arve Sæther2019-12-021-1/+4
* MouseArea: react to touch ungrabShawn Rutledge2019-12-022-0/+7
* TableView: add doc for syncView and syncDirection propertiesYulong Bai2019-11-271-0/+35
* MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-262-21/+31
* TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-202-0/+15
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-145-1/+30
|\
| * Fix a layout bug caused by a delegate item that was moved by the user5.13Jan Arve Sæther2019-11-123-1/+12
| * QQuickAccessibleAttached: keep track of name being explicitly setMitch Curtis2019-11-062-0/+18
* | QQuickTableView::forceLayout(): rebuild table if the size of the model has ch...Richard Moe Gustavsen2019-11-122-17/+42
* | Doc: Fix documentation warningsTopi Reinio2019-11-114-9/+8
* | Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-041-1/+2
|\|
| * QQuickItem::setParentItem: Check for d->window after deref'ing itUlf Hermann2019-10-311-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-316-25/+45
|\|
| * QML Drag: Prevent crash when using image provider urlFabian Kosmale2019-10-301-1/+1
| * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-291-0/+8
| |\
| | * Handle null in QQuickPointerEvent and QQEventPoint debug operatorsShawn Rutledge2019-10-171-0/+8
| * | QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-291-4/+17
| * | Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-241-1/+2
| * | Rename some variables and a function to improve clarityJan Arve Sæther2019-10-242-19/+17
* | | Enhance Layer.smooth docsLaszlo Agocs2019-10-251-1/+5
* | | Clarify some rhi related QQuickWindow docsLaszlo Agocs2019-10-151-22/+23
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-152-7/+6
|\| |
| * | Fix updating of text nodes in QQuickTextEditLars Knoll2019-10-141-5/+4
| * | QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-111-2/+2
| |/
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-103-6/+16
|\|
| * Fix QQuickWindow::afterAnimating with QQuickRenderControlPaul Lemire2019-10-101-0/+1
| * QQuickImage: Fix an odd 1px offset on 'fillMode: PreserveAspectFit'Alexander Akulich2019-10-091-2/+2
| * PathView: grab mouse on press if already movingShawn Rutledge2019-10-091-3/+4
| * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-4/+13
* | QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-092-30/+67
* | Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-091-0/+8
* | Prepare for QTextBlockFormat::MarkerType to be an enum classShawn Rutledge2019-10-092-6/+6
* | When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-092-16/+24
* | Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-0713-29/+29
* | Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-031-0/+7
* | QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-023-4/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-272-1/+2
|\|
| * Doc: Fix typoPaul Wicking2019-09-261-1/+1
| * Doc: add TableView \since versionMitch Curtis2019-09-171-0/+1
* | Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-09-242-2/+9