aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickpointerhandler
Commit message (Expand)AuthorAgeFilesLines
* 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