| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc: delegateModelAccess was added in Qt 6.10 | Kai Uwe Broulik | 2025-11-06 | 1 | -0/+1 |
| * | Set explicit default security level of all files with default security | Jan Arve Sæther | 2025-09-17 | 1 | -0/+1 |
| * | Release section item when the corresponding view item removed | Santhosh Kumar | 2025-09-12 | 1 | -0/+4 |
| * | Expose delegateModelAccess from QQuickItemView | Ulf Hermann | 2025-03-18 | 1 | -0/+7 |
| * | Document better how listview snaps its items under its various modes | Jan Arve Sæther | 2025-03-06 | 1 | -0/+16 |
| * | QQuickListViewPrivate::fixup: fix potential use-after-free | Vladimir Belyavsky | 2024-12-14 | 1 | -8/+13 |
| * | Doc: add "Hiding Delegates" section to ListView's docs | Mitch Curtis | 2024-11-28 | 1 | -0/+22 |
| * | Doc: add "Avoid Storing State in Delegates" section to ListView's docs | Mitch Curtis | 2024-11-28 | 1 | -3/+21 |
| * | Doc:Update ListView Documentation of the property count | Dheerendra Purohit | 2024-10-29 | 1 | -1/+2 |
| * | Doc: Replace \instantiates with \nativetype | Paul Wicking | 2024-08-20 | 1 | -1/+1 |
| * | Views: use isNull for zero-size checks rather than isEmpty | Mitch Curtis | 2024-08-19 | 1 | -1/+1 |
| * | (List|Grid)ViewAttached: Narrow down the view type | Fabian Kosmale | 2024-07-18 | 1 | -1/+1 |
| * | ListView: take section size into account while snapping an item into place | Ivan Solovev | 2024-06-27 | 1 | -0/+13 |
| * | Make more logging categories static | Ulf Hermann | 2024-06-24 | 1 | -1/+1 |
| * | ListView: fix potential out-of-bounds write to list of visible items | Volker Hilsheimer | 2024-06-11 | 1 | -1/+4 |
| * | Fix documentation of List/GridView count | Albert Astals Cid | 2024-04-22 | 1 | -1/+1 |
| * | ListView: allow binding on x and y in footer and header delegates | Oliver Eftevaag | 2024-03-13 | 1 | -17/+19 |
| * | ListView: position delegate items at zero on the inactive axis | Oliver Eftevaag | 2023-11-18 | 1 | -4/+4 |
| * | Fix build without features.quick-transitions | Tasuku Suzuki | 2023-10-14 | 1 | -0/+2 |
| * | Doc: Fix documentation warnings in Qt Qml and Quick docs | Topi Reinio | 2023-09-15 | 1 | -1/+1 |
| * | ListView: add extra note about reusing items | Richard Moe Gustavsen | 2023-08-09 | 1 | -0/+4 |
| * | Update ListView doc to specify behavior of zero size view | Santhosh Kumar | 2023-07-13 | 1 | -0/+5 |
| * | QQuickListView: Do not re-parent existing contexts | Ulf Hermann | 2023-07-11 | 1 | -1/+2 |
| * | Fix grammar and links in ListView documentation | Matthias Rauter | 2023-06-16 | 1 | -6/+6 |
| * | Doc: Don't mix \value and \table | Andreas Eliasson | 2023-06-15 | 1 | -10/+4 |
| * | Flickable: Proportional wheel scrolling if deceleration is large | Shawn Rutledge | 2023-06-12 | 1 | -9/+8 |
| * | Doc: Fix documentation issues | Topi Reinio | 2023-06-09 | 1 | -1/+1 |
| * | Doc: Mask some QML attached properties as read-only | Ivan Tkachenko | 2023-06-06 | 1 | -0/+10 |
| * | Add documentation of workaround for jumpy scroll bars | Matthias Rauter | 2023-05-31 | 1 | -1/+13 |
| * | QQuickItemView: Skip instantiating delegates if size is 0 | Fabian Kosmale | 2023-04-20 | 1 | -0/+4 |
| * | QQuickListView: relayout when section geometry changes | Wang Chuan | 2023-04-19 | 1 | -0/+8 |
| * | doc: Use \value rather than \li for enumeration values and constants | Shawn Rutledge | 2023-03-28 | 1 | -65/+48 |
| * | Fix build with -no-feature-quick-viewtransitions | Tasuku Suzuki | 2023-03-07 | 1 | -1/+31 |
| * | Fix content position of list view | Santhosh Kumar | 2023-03-03 | 1 | -0/+6 |
| * | ListView: Mention section's support for required properties | Fabian Kosmale | 2023-03-02 | 1 | -1/+2 |
| * | ListView: Do not create context for section if component is bound | Fabian Kosmale | 2023-03-01 | 1 | -7/+11 |
| * | QtQuick: Fix conflicting definition of MinimumFlickVelocity in CMake Unity (J... | Friedemann Kleint | 2023-02-07 | 1 | -1/+2 |
| * | Fix crash in ListView with PullBackHeader/Footer | Robert Griebl | 2023-01-25 | 1 | -2/+6 |
| * | QQuickListView: suppress GCC13 warning about maybe-uninitialized pos | Thiago Macieira | 2023-01-11 | 1 | -1/+1 |
| * | ListView: Snap one item mode fix next item calculation | Evgen Pervenenko | 2022-11-08 | 1 | -8/+8 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -7/+7 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -36/+36 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Item views: fix error when accessing attached view from non-delegates | Mitch Curtis | 2022-06-10 | 1 | -0/+10 |
| * | QQmlDelegateModel: Consider only top level required properties | Ulf Hermann | 2022-05-17 | 1 | -1/+1 |
| * | Avoid memory leaks in QQuickListView and tst_qqmlinstantiator | Ulf Hermann | 2022-05-11 | 1 | -1/+3 |
| * | QQuickListView: Stop overlap for section and firstItem delegates | Oliver Eftevaag | 2022-01-20 | 1 | -1/+6 |
| * | Move Q_DECLARE_PUBLIC to the public section | Thiago Macieira | 2021-11-27 | 1 | -1/+1 |
| * | If ListView visibleItems count is zero update footer | Tony Leinonen | 2021-11-19 | 1 | -0/+4 |
| * | QQuickItemView: avoid leaking of highlights and animators | Ulf Hermann | 2021-10-29 | 1 | -22/+19 |