aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickpointerhandler
Commit message (Expand)AuthorAgeFilesLines
* tst_qquickpointerhandler: add Q_OBJECTGiuseppe D'Angelo2024-04-041-0/+1
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Fix pointer delivery to child items of items with clip:trueJan Arve Sæther2023-07-112-0/+94
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Add test case for reparenting item while handler holds grabVolker Hilsheimer2023-07-042-0/+129
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* qquickpointerhandler_p.h: Clean up includesFabian Kosmale2022-10-191-0/+2
* 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 QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-131-19/+20
* 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
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Allow reparenting Pointer HandlersShawn Rutledge2021-12-102-0/+77
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-11/+7
* PointerHandler constructor: add to Item parent's list of handlersShawn Rutledge2021-05-262-0/+61
* Add dynamically-created pointer handlers to parent's resourcesShawn Rutledge2021-05-261-0/+7
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-9/+9
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-16/+0
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-171-33/+11
* Fix tst_PointerHandlers::touchReleaseOutsideShawn Rutledge2020-10-272-3/+3
* Fix tst_PointerHandlers::mouseEventDeliveryShawn Rutledge2020-10-272-9/+17
* Fix tst_PointerHandlers::touchEventDeliveryShawn Rutledge2020-10-272-20/+34
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Blacklist a few more on macOSShawn Rutledge2020-09-261-0/+2
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-4/+2
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+6
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-47/+50
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-72/+72
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-3/+3
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-7/+7
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* 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
* Make test more robust in case we have interleaved update eventsJan Arve Saether2019-02-131-6/+10
* Ensure that each Event Handler has an Item parent rather than assertingShawn Rutledge2018-12-072-0/+39
* Add dynamically-created Event Handlers to the relevant handlers vectorShawn Rutledge2018-12-073-4/+115
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-13/+13
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-27/+46
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Do not stop delivering to handlers if all points are acceptedJan Arve Saether2018-01-311-7/+8
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-111-1/+1
* Add tst_PointerHandlers::touchReleaseOutsideShawn Rutledge2017-05-261-0/+57
* tst_qquickpointerhandler: Test grab changesShawn Rutledge2017-05-241-61/+90
* tst_qquickpointerhandler: Remove unused includes; better debug outputShawn Rutledge2017-05-191-19/+19