aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers
Commit message (Expand)AuthorAgeFilesLines
* Make the test pass on my high resolution screenLars Knoll2018-04-251-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-264-5/+5
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-211-0/+86
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Qt Forward Merge Bot2018-02-151-0/+14
|\
| * Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-021-0/+14
* | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-125-9/+212
|\|
| * Change default TapHandler.gesturePolicy to DragThresholdShawn Rutledge2018-01-311-0/+1
| * Do not stop delivering to handlers if all points are acceptedJan Arve Saether2018-01-314-9/+211
* | Stabilize the flickableinterop autotestLars Knoll2018-02-081-2/+2
|/
* prepend PointerHandler children of Items so the last is visited firstShawn Rutledge2017-11-233-5/+86
* Fix outdated BSD license headerKai Koehne2017-11-1513-356/+200
* Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-142-38/+63
* QQuickEventPoint: make ungrab/cancel notifications more consistentShawn Rutledge2017-11-141-8/+8
* Fix a bug with TapHandler+DragHandler on top of FlickableJan Arve Sæther2017-10-272-1/+154
* replace MultiPointHandler::requiredPointCount with min/max range propsShawn Rutledge2017-09-291-1/+1
* change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-291-1/+1
* rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-125-12/+12
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-112-5/+3
* Update according to new "point" API of single handlerJan Arve Saether2017-05-311-1/+1
* Add autotest for DragHandlerShawn Rutledge2017-05-299-0/+964
* Add tst_multipointtoucharea_interop autotestShawn Rutledge2017-05-274-0/+399
* Add tst_PointerHandlers::touchReleaseOutsideShawn Rutledge2017-05-261-0/+57
* tst_qquickpointerhandler: Test grab changesShawn Rutledge2017-05-241-61/+90
* Fix autotests to run with the new APIJan Arve Saether2017-05-231-2/+2
* Move properties into grouped "point" propertyJan Arve Saether2017-05-231-2/+2
* tst_qquickpointerhandler: Remove unused includes; better debug outputShawn Rutledge2017-05-191-19/+19
* tst_flickableinterop: test buttons with all gesturePolicy valuesShawn Rutledge2017-05-154-12/+70
* tst_qquickpointerhandler: use QScopedPointer; improvementsShawn Rutledge2017-05-112-85/+113
* Add tst_flickableinterop: verify drag and tap handlers inside FlickableShawn Rutledge2017-04-287-0/+816
* TapHandler longPress autotest: be less demanding about hold timeShawn Rutledge2017-04-241-2/+2
* add autotest for TapHandlerShawn Rutledge2017-04-216-0/+829
* 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-024-17/+24
* QQuickEventPoint::grabber: allow grabbing either an item or a handlerShawn Rutledge2016-08-231-7/+6
* add PointerHandlers autotestsShawn Rutledge2016-08-173-0/+504