aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview
Commit message (Expand)AuthorAgeFilesLines
* tst_qquicklistview: remove some bindings to parentMitch Curtis2022-08-258-8/+13
* findItem: don't return items with invalid QQmlContextsMitch Curtis2022-06-171-5/+0
* tst_qquicklistview: fix some TypeErrors and ReferenceErrorsMitch Curtis2022-06-103-30/+60
* Blacklist tst_QQuickListView::contentHeightWithDelayRemove() on AndroidAndreas Buhr2022-06-081-1/+2
* Blacklist tst_QQuickListView::QTBUG_48044_current...() on AndroidAndreas Buhr2022-06-071-0/+5
* Cleanup CMakeLists.txt filesAndreas Buhr2022-06-071-2/+0
* Un-blacklist some passing testsShawn Rutledge2022-02-171-3/+0
* Fix QML warning in tst_QQuickListViewMitch Curtis2022-02-151-1/+1
* Revert "Fix ListView.isCurrentItem when used with DelegateModel"Mitch Curtis2021-11-272-36/+0
* Fix ListView.isCurrentItem when used with DelegateModelJoni Poikelin2021-09-292-0/+36
* Consolidate test helpers into private librariesMitch Curtis2021-09-142-22/+19
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-291-0/+6
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-04-091-2/+2
* Add override keyword in tests to silence compiler warningsVolker Hilsheimer2021-03-173-12/+12
* QQuickListView: Add autotest so that animated delegate does not crashJan Arve Sæther2021-02-033-0/+60
* Remove the qmake project filesFabian Kosmale2021-01-151-23/+0
* QML engine: Deprecate DefaultMethodFabian Kosmale2020-12-031-1/+3
* Attempt to stabilize tst_QQuickListView::sectionsSnapShawn Rutledge2020-11-242-4/+2
* When Flickable filters UngrabMouse, react as if it was ungrabbed itselfShawn Rutledge2020-11-171-2/+0
* blacklist tst_QQuickListView::sectionsSnap in CI on macOSShawn Rutledge2020-11-111-0/+2
* Speed up tst_QQuickListView; round coordinate displayShawn Rutledge2020-11-032-3/+15
* 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-072-0/+87
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Stabilize tst_QQuickListView::parentBindingShawn Rutledge2020-09-242-2/+8
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+4
* Compile against latest qtbaseLars Knoll2020-07-091-2/+2
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-3/+2
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-152-0/+60
* Modernize tst_QQuickListView::QTBUG_39492Shawn Rutledge2020-06-102-12/+14
* 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
* Remove usage of filterRegExpLars Knoll2020-03-261-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-241-148/+100
|\
| * 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
* | CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-123-0/+741
|\|
| * Robustify QQuickListView testUlf Hermann2020-02-271-0/+1
| * Models: Make sure we can use QList<QObject *> as required modelUlf Hermann2020-02-062-0/+72
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-062-0/+668
| |\
| | * Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-302-0/+668
* | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-293-2/+52
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-231-2/+2
| |\|
| | * Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-221-2/+2
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-202-0/+50
| |\|
| | * QQuickItemView: fix crash when changing modelWang Chuan2020-01-152-0/+50
* | | Post merge fixesLeander Beernaert2020-01-241-0/+1