aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickpointerhandler
Commit message (Expand)AuthorAgeFilesLines
* 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
* tst_qquickpointerhandler: use QScopedPointer; improvementsShawn Rutledge2017-05-112-85/+113
* clarify further exclusive vs. passive grabsShawn Rutledge2017-02-201-3/+3
* allow stealing grab from handlers; notify passive grabbers when stolenShawn Rutledge2017-02-161-14/+13
* start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-3/+3
* QQuickWindow: use QVector eventDeliveryTargets to avoid repeated deliveryShawn Rutledge2017-02-071-10/+8
* QQuickWindow: deliver updates to handlers even if they don't grabShawn Rutledge2017-02-021-24/+33
* move qquickpointerhandler test to a subdirectoryShawn Rutledge2016-09-023-0/+503