aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathview
Commit message (Expand)AuthorAgeFilesLines
* Tests: include QTest, not QtTestGiuseppe D'Angelo2025-04-151-1/+1
* Port away from QPairZhao Yuhang2025-04-121-4/+4
* tests: Swap QScopedPointer<QPointingDevice> for unique_ptr touchscreenShawn Rutledge2025-03-291-5/+5
* Add Qt::Qml before Qt::QmlPrivate to auto testsKarim Pinter2024-10-221-0/+1
* Replace mouse-only flick, moveAndPress, moveAndRelease in testsShawn Rutledge2024-07-021-9/+15
* Tests: Avoid some warningsUlf Hermann2024-06-111-2/+2
* Replace all occurrences of Q_OS_MAC with more appropriate definesTor Arne Vestbø2024-06-041-1/+1
* Make sure PathView index isn't negative when filling the modelKaj Grönholm2024-04-122-0/+91
* Fix PathView infinite create/remove loopsKaj Grönholm2024-04-123-0/+92
* Correct license for test filesLucie Gérard2024-02-277-7/+7
* Accept mouse event if grabbed after filtering in PathViewSanthosh Kumar2023-11-232-0/+104
* Remove remaining foreach in quick testsUlf Hermann2023-08-231-7/+6
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+2
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-162/+162
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Use the time stamp of the touch event when deliver touch as mouseSeokha Ko2022-08-261-0/+110
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Avoid qWaitForWindowActivated() in tst_qquickpathviewUlf Hermann2022-07-181-53/+19
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-117-321/+14
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-3/+3
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* DelegateModel: Use actual bindings for required propertiesUlf Hermann2022-04-111-1/+0
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Stop using deprecated QMouseEvent and QContextMenuEvent ctorsShawn Rutledge2022-02-101-3/+6
* Un-blacklist some passing testsShawn Rutledge2022-02-051-3/+0
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-22/+18
* Blacklist tst_qquickpathview::snapOneItem() on macosUlf Hermann2021-08-171-0/+3
* QQuickItem change contains function behaviorIgor Bugaev2021-07-011-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-13/+0
* Fix tests that used out-of-context mouse grabsShawn Rutledge2020-11-172-5/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-4/+4
* Un-blacklist Quick tests that are passingShawn Rutledge2020-10-061-2/+0
* Blacklist various failing testsShawn Rutledge2020-09-251-0/+2
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+2
* Modernize tst_QQuickPathView::treeModel()Shawn Rutledge2020-06-102-8/+12
* Fix some warnings in tst_qquickpathviewShawn Rutledge2020-06-101-9/+9
* Autotests: use std::atomic in incubateWhile()Shawn Rutledge2020-05-151-7/+7
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-162-0/+110
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-052-0/+110
| |\
| | * Fix incorrect behavior of PathView with ungrabMouse()Shin-ichi Okada2019-12-042-0/+110
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-4/+4
* | | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-146-0/+432
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-111-0/+39
| |\|