aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicklistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-201-1/+2
|\
| * ListView: Mention section's support for required propertiesFabian Kosmale2023-03-021-1/+2
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-241-21/+21
|/
* Item views: fix error when accessing attached view from non-delegatesMitch Curtis2022-06-101-0/+10
* Avoid memory leaks in QQuickListView and tst_qqmlinstantiatorUlf Hermann2022-06-041-1/+3
* Update commercial license headersTarja Sundqvist2022-06-041-21/+21
* If ListView visibleItems count is zero update footerTony Leinonen2021-11-191-0/+4
* DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-291-9/+93
* Doc: Document pooled(), reused() signals for ListView QML typeTopi Reinio2020-11-251-1/+32
* QQuickListView: Fix warning about cast from ASCIIFriedemann Kleint2020-11-201-1/+1
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-4/+5
* Amend QQFlickablePrivate::wantsPointerEvent() to take QPointerEventShawn Rutledge2020-10-081-15/+3
* QQuickListView: prevent mouse delivery in floating header or footerShawn Rutledge2020-10-071-9/+47
* Doc: Fix qdoc warningsPaul Wicking2020-09-111-2/+2
* doc, listview: document that binding to parent should be avoidedRichard Moe Gustavsen2020-08-201-2/+24
* Doc: fix typo in ListView::layoutDirectionMitch Curtis2020-04-301-1/+1
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-4/+0
|\
| * Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-4/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-15/+153
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-15/+153
| |\
| | * Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-301-15/+153
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-141-12/+20
|\| |
| * | Improve ListView.headerPositioning docsShawn Rutledge2019-12-231-12/+20
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-121-7/+87
|\| |
| * | QQuickListView: document delegate item recyclingRichard Moe Gustavsen2019-12-091-0/+47
| * | Don't allow dragging a ListView through a floating header or footerShawn Rutledge2019-12-041-0/+17
| * | QQuickListView: implement support for reusing itemsRichard Moe Gustavsen2019-12-041-6/+21
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-1/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-141-0/+1
| | |\
| | | * Fix a layout bug caused by a delegate item that was moved by the user5.13Jan Arve Sæther2019-11-121-0/+1
| | * | Doc: Fix documentation warningsTopi Reinio2019-11-111-1/+1
| | |/
* | / Fix build after QList->QVector changes in qtbaseLars Knoll2019-10-311-5/+5
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-1/+22
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-281-1/+22
| |\
| | * doc: Clarify that the delegate populate transition doesn't always runShawn Rutledge2019-08-121-1/+22
* | | qquicklistview: support required properties in sectionDelegateFabian Kosmale2019-09-121-6/+23
|/ /
* | Fix heap-use-after-free with QQuickListViewAllan Sandfeld Jensen2019-06-041-7/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-141-0/+5
|\|
| * Doc: explain when the move velocity and duration properties are usedMitch Curtis2019-02-071-0/+5
* | Add itemAtIndex to quick viewsPaolo Angelelli2019-01-171-0/+14
|/
* Doc: velocity properties must be set to -1 when setting durationMitch Curtis2018-12-131-1/+12
* Improve interaction between snapping and sectionsMichael Brasser2018-10-171-11/+27
* Doc: Remove documentation for deprecated QML typesVenugopal Shivashankar2018-09-251-1/+1
* Expand docs on SnapOneItemMichael Brasser2018-07-191-1/+5
* StrictlyEnforceRange should not override valid SnapOne decisionsMichael Brasser2018-06-291-2/+2
* Fix SnapOneItem/Row behavior for mid-range flicksMichael Brasser2018-06-291-3/+3
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-251-1/+6
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-32/+32