aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview
Commit message (Expand)AuthorAgeFilesLines
* Fix positionViewAtBeginning() when item 0 is outside the cache bufferMorten Sørvig2026-04-282-0/+131
* Remove redundant calls to requestActivate in tst_QQuickListViewFrédéric Lefebvre2026-03-091-1/+0
* tests: Blacklist more tests on WaylandEskil Abrahamsen Blomfeldt2026-03-051-0/+20
* QQmlPropertyCache expand Override Semantics. MetaObject pathDmitrii Akshintsev2026-02-041-1/+1
* QQmlPropertyCache expand Override Semantics. QML pathDmitrii Akshintsev2025-12-051-2/+1
* Release section item when the corresponding view item removedSanthosh Kumar2025-09-122-0/+114
* QQmlDataTest: drop default try timeout from 5 seconds to 1Mitch Curtis2025-08-071-1/+1
* tests: do not leak QPointingDevice instancesShawn Rutledge2025-05-101-7/+6
* Unblacklist tst_qquicklistview::populateTransitions on openSUSEFrédéric Lefebvre2025-05-081-3/+0
* QQuickTest: add and use active focus macrosMitch Curtis2025-04-251-2/+2
* Tests: include QTest, not QtTestGiuseppe D'Angelo2025-04-151-1/+1
* Port away from QPairZhao Yuhang2025-04-123-26/+26
* Fix flakiness tst_QQuickListView::enforceRange_withoutHighlightFrédéric Lefebvre2025-03-252-3/+1
* tests/: more const containers instead of std::as_const()Ahmad Samir2025-01-071-10/+14
* Move DelegateChooser from Qt.labs.models to QtQml.ModelsOliver Eftevaag2024-11-191-1/+1
* Add Qt::Qml before Qt::QmlPrivate to auto testsKarim Pinter2024-10-221-0/+1
* Container: cull items when our size is zero and contentItem is a viewMitch Curtis2024-08-191-0/+2
* Replace mouse-only flick, moveAndPress, moveAndRelease in testsShawn Rutledge2024-07-021-23/+36
* Avoid infinite loop in ListView/GridView snapOne/snapTo testsShawn Rutledge2024-07-021-14/+36
* Call QQuickItem::mouseUngrabEvent() on ungrab from QTabletEventShawn Rutledge2024-06-282-0/+68
* Fix flaky test tst_qquicklistview::multipleTransitionsJan Arve Sæther2024-06-282-5/+1
* ListView: take section size into account while snapping an item into placeIvan Solovev2024-06-272-0/+74
* Blacklist tst_qquicklistview::multipleTransitions() on macosUlf Hermann2024-06-111-0/+4
* Replace all occurrences of Q_OS_MAC with more appropriate definesTor Arne Vestbø2024-06-041-1/+1
* quicktestutils: rename delegateVisible to isDelegateVisibleMitch Curtis2024-03-211-67/+67
* Correct license for test filesLucie Gérard2024-02-2727-27/+27
* Remove remaining foreach in quick testsUlf Hermann2023-08-232-12/+9
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-172-0/+4
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QQuickItemView: Skip instantiating delegates if size is 0Fabian Kosmale2023-04-202-0/+2
* Quick item view tests: fix compile warningVolker Hilsheimer2023-04-181-1/+1
* Fix content position of list viewSanthosh Kumar2023-03-032-0/+66
* QQuickMouseArea: do not overload pressed-signalSami Shalayel2023-01-241-1/+1
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* 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-073-141/+141
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* tst_qquicklistview: remove some bindings to parentMitch Curtis2022-08-258-8/+13
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* tst_qquicklistview: fail on warningsMitch Curtis2022-07-057-28/+58
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-051-1/+3
* findItem: don't return items with invalid QQmlContextsMitch Curtis2022-06-161-6/+0
* Use SPDX license identifiersLucie Gérard2022-06-1127-1048/+54
* tst_qquicklistview: fix some TypeErrors and ReferenceErrorsMitch Curtis2022-06-103-30/+60
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-126/+126