aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicklistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QQuickList/GridViewPrivate::fixupPosition: don't set moveReasonShawn Rutledge2017-12-161-3/+0
* QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-301-2/+2
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-2/+4
* QQuickListView: ensure we re-layout when a delegate is placed at the last vis...Richard Moe Gustavsen2017-08-301-6/+4
* Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-091-0/+12
* Doc: explain ListView default Z values in detailMitch Curtis2017-07-061-7/+55
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-121-3/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Item views: Q_DECL_OVERRIDE -> overrideJ-P Nurmi2017-01-181-47/+47