aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* quicktestutils: rename delegateVisible to isDelegateVisibleMitch Curtis2024-03-211-67/+67
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Remove remaining foreach in quick testsUlf Hermann2023-08-231-10/+9
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+2
* Quick item view tests: fix compile warningVolker Hilsheimer2023-04-181-1/+1
* Fix content position of list viewSanthosh Kumar2023-03-031-0/+15
* QQuickMouseArea: do not overload pressed-signalSami Shalayel2023-01-241-1/+1
* tst_QQuickListView::QTBUG_38209: QTRY_COMPARE_GE instead of QTRY_VERIFYShawn Rutledge2023-01-111-1/+1
* tst_QQuickListView::flickBothDirections: flick moreShawn Rutledge2023-01-051-1/+1
* QQuickItemView: Fix max(X/Y)Extent()David Redondo2022-11-221-8/+6
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-13/+13
* 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-135/+135
* tst_qquicklistview: remove some bindings to parentMitch Curtis2022-08-251-1/+1
* tst_qquicklistview: fail on warningsMitch Curtis2022-07-051-6/+16
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-051-1/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* tst_qquicklistview: fix some TypeErrors and ReferenceErrorsMitch Curtis2022-06-101-28/+58
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-126/+126
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+2
* Revert "Fix ListView.isCurrentItem when used with DelegateModel"Mitch Curtis2021-11-261-15/+0
* Fix ListView.isCurrentItem when used with DelegateModelJoni Poikelin2021-09-291-0/+15
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-16/+18
* Avoid memory leak in tst_qquicklistviewUlf Hermann2021-08-171-0/+1
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-291-0/+6
* QQuickListView: Add autotest so that animated delegate does not crashJan Arve Sæther2021-02-031-0/+15
* Attempt to stabilize tst_QQuickListView::sectionsSnapShawn Rutledge2020-11-241-2/+2
* Update tests to use new metaType systemDavid Skoland2020-11-021-2/+2
* Fix compile warnings from testsVolker Hilsheimer2020-10-221-2/+2
* QQuickListView: prevent mouse delivery in floating header or footerShawn Rutledge2020-10-071-0/+27
* Stabilize tst_QQuickListView::parentBindingShawn Rutledge2020-09-241-0/+8
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-3/+2
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-151-0/+25
* Modernize tst_QQuickListView::QTBUG_39492Shawn Rutledge2020-06-101-7/+8
* Autotests: use std::atomic in incubateWhile()Shawn Rutledge2020-05-151-7/+7
* Update dependencies.yaml and adapt to API changes in qtbaseSimon Hausmann2020-04-221-1/+1
* tst_qquicklistview: Fix a few memory leaksUlf Hermann2020-03-231-123/+75
* tst_qquicklistview: Don't use QTest::toString()Ulf Hermann2020-03-201-25/+25
* Robustify QQuickListView testUlf Hermann2020-02-271-0/+1
* Models: Make sure we can use QList<QObject *> as required modelUlf Hermann2020-02-061-0/+57
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-0/+601
|\
| * Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-301-0/+601
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-201-0/+16
|\|
| * QQuickItemView: fix crash when changing modelWang Chuan2020-01-151-0/+16
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-0/+4
|\|
| * QQuickItemView: Emit correct change signal on model resetFabian Kosmale2019-12-051-0/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-051-0/+35
|\|
| * Fix ObjectModel item not being rendered when moved between modelsMitch Curtis2019-12-041-0/+35
* | Don't allow dragging a ListView through a floating header or footerShawn Rutledge2019-12-041-0/+40
* | QQuickListView: implement support for reusing itemsRichard Moe Gustavsen2019-12-041-0/+121