aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquicktaphandler
Commit message (Expand)AuthorAgeFilesLines
* tst_TapHandler: unblackist OpenSuSEAxel Spoerl2024-03-191-8/+0
* Correct license for test filesLucie Gérard2024-02-279-9/+9
* QQuickSinglePointHandler: check isSinglePointEvent before castShawn Rutledge2023-12-152-0/+96
* Disable TapHandler.longPressed signal if longPressThreshold == 0Shawn Rutledge2023-11-173-56/+188
* Normalize signal/slot signaturesMarc Mutz2023-07-121-2/+2
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QQuickSinglePointHandler: reset pointinfo on a stray TouchBeginAxel Spoerl2023-05-271-0/+17
* Fix TapHandler signals in combination with exclusiveSignalsShawn Rutledge2023-04-111-2/+20
* Don't emit doubleTapped when the buttons are differentMatthias Rauter2023-03-091-0/+62
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Use const QPointingDevices in testsShawn Rutledge2022-10-231-4/+6
* Add QQuickTest::pointerPress/Move/Release convenience functionsShawn Rutledge2022-10-201-35/+16
* Add TapHandler.exclusiveSignals to enable single/double tap exclusivityShawn Rutledge2022-10-192-20/+155
* Port from container::count() and length() to size()Marc Mutz2022-10-071-66/+66
* 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-119-265/+18
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-032-1/+39
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* Blacklist tst_TapHandler::gesturePolicyDragWithinBounds on AndroidAndreas Buhr2022-05-031-0/+4
* Add TapHandler.gesturePolicy: DragWithinBounds enum value; examplesShawn Rutledge2021-12-022-0/+175
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-10/+6
* Add button argument to the TapHandler.[single|double|]tapped signalsShawn Rutledge2021-09-081-2/+2
* Blacklist tst_qquicktaphandler on OpenSUSEUlf Hermann2021-08-201-0/+7
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-112-3/+91
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-16/+0
* Fix tst_TapHandler::componentUserBehavioralOverrideShawn Rutledge2020-11-232-4/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-8/+0
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+10
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-3/+3
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-152-0/+93
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-2/+1
* 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/cmakeLeander Beernaert2020-01-162-0/+23
|\
| * TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-062-0/+23
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-152-0/+10
|\|
| * TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-0/+10
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+56
|/
* Merge 5.12 into 5.12.1Kari Oikarinen2019-01-082-0/+80
|\
| * TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-102-0/+80
* | TapHandler: clean up when wantsEventPoint returns falseShawn Rutledge2018-12-132-0/+56
|/
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-2/+2
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-173-6/+3
* Input handler tests: remember positions of stationary pointsShawn Rutledge2018-07-031-9/+10