aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmultipointtoucharea
Commit message (Expand)AuthorAgeFilesLines
* tests: do not leak QPointingDevice instancesShawn Rutledge2025-05-101-70/+70
* Tests: include QTest, not QtTestGiuseppe D'Angelo2025-04-151-1/+1
* Unblacklist nonOverlapping and mouseGestureStarted as no longer flakyFrédéric Lefebvre2025-03-061-5/+1
* Get rid of tst_QQuickMultiPointTouchArea::createAndShowViewFrédéric Lefebvre2025-03-051-297/+281
* Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping on opensuseUlf Hermann2025-01-091-0/+1
* Add Qt::Qml before Qt::QmlPrivate to auto testsKarim Pinter2024-10-221-0/+1
* tests: blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and nestedLiang Qi2024-09-171-0/+2
* Revert "Blacklist flaky tests for Bugfix week 2024/H2"Daniel Smith2024-08-291-3/+0
* Blacklist flaky tests for Bugfix week 2024/H2Daniel Smith2024-08-091-0/+3
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Tests: Add flaky/crashing tests to the BLACKLIST for opensuse-leapOlivier De Cannière2023-10-311-0/+4
* Normalize signal/slot signaturesMarc Mutz2023-07-121-1/+1
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Remove DA::deliverMatchingPointsToItem's second sendFilteredPointerEventShawn Rutledge2023-06-161-34/+19
* Reset touchPoint position after it was remapedMatthias Rauter2023-06-092-0/+77
* MultiTouchArea: only subscribe to hover events when enabledVolker Hilsheimer2023-04-152-0/+39
* tst_QQuickMultiPointTouchArea::inFlickable: make synth-mouse realisticShawn Rutledge2023-02-091-6/+26
* Flickable: don't initiate grab if there are multiple touchpointsShawn Rutledge2023-02-092-11/+10
* MultiPointTouchArea: rename signal arguments in Qt 7; test with formalsShawn Rutledge2023-02-038-20/+34
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-14/+14
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and nestedHeikki Halmet2022-08-291-0/+2
* 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
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* MPTA: don't allow more than one touchpoint to react to mouseShawn Rutledge2022-05-042-0/+92
* MultiPointTouchArea: remap touchpoint positions when filteringShawn Rutledge2022-05-032-0/+44
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-0/+1
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-131-8/+8
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-9/+4
* QQuickItem: Make x/y/width/height bindableFabian Kosmale2021-06-031-4/+8
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-121-3/+3
* Remove the qmake project filesFabian Kosmale2021-01-151-12/+0
* Stabilize tst_QQuickMultiPointTouchArea::inFlickableWithPressDelayShawn Rutledge2020-11-161-9/+17
* Mostly un-blacklist Flickable and MultiPointTouchArea testsShawn Rutledge2020-11-111-20/+2
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-2/+5
* Fix tst_QQuickMultiPointTouchArea::inMouseAreaShawn Rutledge2020-10-291-2/+0
* Blacklist qmltestrunner::touch::test_secondWindow and othersShawn Rutledge2020-10-261-0/+5
* Make tst_QQuickMultiPointTouchArea::inFlickable() more debuggableShawn Rutledge2020-10-222-102/+97
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Un-blacklist Quick tests that are passingShawn Rutledge2020-10-061-9/+1
* Blacklist a few more on macOSShawn Rutledge2020-09-261-0/+4
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-4/+0
* Blacklist various failing testsShawn Rutledge2020-09-251-0/+4
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+11
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-8/+8
* Begin handling the QEvent refactoringShawn Rutledge2020-07-151-2/+3
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-4/+4