aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning and assert when removing items from groupsMaximilian Goldstein2021-01-111-1/+3
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-151-2/+3
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-2/+2
* Revert "QQuickItemView: do not set parent to nullptr upon destruction"v5.15.0-beta1Ulf Hermann2020-02-211-1/+1
* QQuickItemView: do not set parent to nullptr upon destructionRichard Moe Gustavsen2020-02-141-1/+1
* QQuickItemView: only connect recycle signals to delegate modelRichard Moe Gustavsen2020-01-291-4/+8
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-201-2/+6
|\
| * QQuickItemView: fix crash when changing modelWang Chuan2020-01-151-2/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-141-12/+16
|\|
| * QQuickItemView: Fix iteration/deletion logicUlf Hermann2020-01-101-12/+16
* | QQuickItemView: Change QHash::insertMulti use to QMultiHash::insertMårten Nordheim2019-12-101-6/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-1/+3
|\|
| * QQuickItemView: Emit correct change signal on model resetFabian Kosmale2019-12-051-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-051-1/+5
|\|
| * Fix ObjectModel item not being rendered when moved between modelsMitch Curtis2019-12-041-1/+5
* | QQuickListView: implement support for reusing itemsRichard Moe Gustavsen2019-12-041-16/+60
|/
* QQuickItemView: Set moveReason to other on model changeFabian Kosmale2019-12-031-0/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-141-1/+5
|\
| * Fix a layout bug caused by a delegate item that was moved by the user5.13Jan Arve Sæther2019-11-121-1/+5
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-18/+16
|\|
| * Rename some variables and a function to improve clarityJan Arve Sæther2019-10-241-18/+16
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-4/+13
|\|
| * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-4/+13
* | When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-091-16/+22
|/
* Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-171-0/+3
|\
| * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-8/+20
|\|
| * Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-281-1/+7
| * QQuickItemView: fix crash while doing fast flicking in transitionsYulong Bai2019-06-261-7/+13
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-191-1/+4
|\|
| * Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-171-1/+4
* | Fix heap-use-after-free with QQuickListViewAllan Sandfeld Jensen2019-06-041-7/+8
* | Add itemAtIndex to quick viewsPaolo Angelelli2019-01-171-0/+7
|/
* Item Views: cancel flicking before a model resetTobias Koenig2018-10-191-0/+1
* Item Views: cancel flicking before programmatic absolute positioningShawn Rutledge2018-10-111-0/+2
* QQuickItemView: Don't change the viewport while in layoutUlf Hermann2018-09-271-0/+6
* QQuickItemViewFxItem: factor out FxViewItem from QQuickItemViewRichard Moe Gustavsen2018-03-231-104/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-41/+41
* QQuickItemView::currentItemChanged called upon currentItem destructionAleix Pol2018-02-131-0/+7
* Fix transition when removing the last item from ListView/GridViewKari Hautamäki2018-02-021-1/+3
* QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-181-35/+41
* QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-301-3/+9
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-5/+5
* Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-071-11/+16
* Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-031-3/+0
* QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-031-1/+11
* ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-031-1/+0
* QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-031-2/+3
* Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-091-1/+1
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-121-6/+2