aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Stabilize tst_TouchMouse::hoverEnabled; add cat. loggingShawn Rutledge2023-06-292-7/+11
* Remove DA::deliverMatchingPointsToItem's second sendFilteredPointerEventShawn Rutledge2023-06-161-1/+1
* QQuickMouseArea: do not overload pressed-signalSami Shalayel2023-01-241-7/+7
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Stabilize tst_TouchMouse::strayTouchDoesntAutograbShawn Rutledge2022-11-111-0/+9
* Don't accept all QTouchEvent::points unless the item accepts touchBumjoon Park2022-10-281-0/+44
* Port from container::count() and length() to size()Marc Mutz2022-10-071-28/+28
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* 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
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* DeliveryAgent: don't cancelTouchMouseSynthesis() prematurelyShawn Rutledge2022-05-022-0/+52
* deliveryagent: cancel touch-mouse synthesis when cancelling touch eventRichard Moe Gustavsen2021-10-281-0/+41
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-9/+5
* blacklist tst_TouchMouse::hoverEnabled againShawn Rutledge2021-03-301-0/+3
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-7/+7
* Remove the qmake project filesFabian Kosmale2021-01-151-16/+0
* Un-blacklist tst_TouchMouse::hoverEnabledShawn Rutledge2020-12-011-3/+0
* Clean up tst_TouchMouseShawn Rutledge2020-11-171-424/+358
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-172-98/+107
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-44/+40
* Improve tst_TouchMouse::pinchOnFlickableShawn Rutledge2020-10-281-40/+23
* Make touchmouse pinch test qml manually testable and visually sensibleShawn Rutledge2020-10-282-14/+21
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Un-blacklist Quick tests that are passingShawn Rutledge2020-10-061-3/+0
* Blacklist various failing testsShawn Rutledge2020-09-251-0/+4
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-39/+85
* Skip tst_TouchMouse::buttonOnDelayedPressFlickable on macOSUlf Hermann2020-09-151-0/+4
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-4/+4
* Temporarily skip part of tst_TouchMouse::buttonOnDelayedPressFlickableShawn Rutledge2020-07-151-0/+1
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-9/+4
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-8/+8
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-0/+4
|\
| * Blacklist tst_TouchMouse::touchButtonOnFlickable() on mingwUlf Hermann2020-01-151-0/+4
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+56
|/
* Blacklist tst_TouchMouse::buttonOnFlickable() on mingwUlf Hermann2019-03-201-0/+4
* Un-blacklist tst_touchmouse::hoverEnabledShawn Rutledge2018-12-131-3/+0
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-38/+66
|\
| * Amend TouchMouse::buttonOnDelayedPressFlickable to test delayed tapShawn Rutledge2018-10-031-38/+66
* | QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-22/+42