aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* ItemView: Avoid undesired repositioning in updateCurrentFabian Kosmale2024-04-111-1/+3
* Fix add-remove loop in ItemViewKaj Grönholm2023-09-211-1/+2
* Normalize signal/slot signaturesMarc Mutz2023-07-121-4/+4
* Flickable: Proportional wheel scrolling if deceleration is largeShawn Rutledge2023-06-121-1/+0
* QQuickItemView: Skip instantiating delegates if size is 0Fabian Kosmale2023-04-201-0/+2
* Fix build with -no-feature-quick-viewtransitionsTasuku Suzuki2023-03-071-1/+54
* Item views: Don't create unnecessary QML contextsUlf Hermann2023-01-311-8/+5
* Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-161-0/+3
* QQuickItemView: Fix max(X/Y)Extent()David Redondo2022-11-221-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-23/+23
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Item views: fix error when accessing attached view from non-delegatesMitch Curtis2022-06-101-2/+17
* Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-05-041-2/+0
* QQuickListView: Stop overlap for section and firstItem delegatesOliver Eftevaag2022-01-201-1/+1
* Revert "Fix ListView.isCurrentItem when used with DelegateModel"Mitch Curtis2021-11-261-2/+0
* Reset currentChanges if currentChanges is active when refilling listViewTony Leinonen2021-11-051-1/+1
* QQuickItemView: avoid leaking of highlights and animatorsUlf Hermann2021-10-291-1/+1
* Fix ListView.isCurrentItem when used with DelegateModelJoni Poikelin2021-09-291-0/+2
* 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