aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers
Commit message (Expand)AuthorAgeFilesLines
* TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-3/+7
* PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-282-1/+89
* Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-227-0/+570
* 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
* | PointHandler: distribute simultaneous touch presses properlyShawn Rutledge2018-12-132-0/+165
|/
* 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-312-15/+15
* Add a HoverHandler autotestShawn Rutledge2018-08-234-3/+416
* Ensure that SinglePointHandler handles touch pointsShawn Rutledge2018-08-221-0/+54
* MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-221-0/+19
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-062-37/+46
* tst_FlickableInterop: use categorized logging rather than qDebugShawn Rutledge2018-08-061-6/+6
* Add a C++ autotest for PinchHandlerShawn Rutledge2018-08-026-0/+890
* tst_MptaInterop::touchesThenPinch: don't forget to flushShawn Rutledge2018-08-021-0/+2
* MultiPointHandler::wantsPointerEvent: reset if different cand countShawn Rutledge2018-08-021-14/+18
* Make pinch handler not activate on draggingJan Arve Sæther2018-08-022-4/+11
* PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-274-0/+286
* Call clearGrabbers each time we get a press eventJan Arve Sæther2018-07-191-1/+1
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-194-95/+105
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-1714-28/+14
* tst_FlickableInterop: test both usages of DragHandler in a SliderShawn Rutledge2018-07-124-32/+195
* Input handler tests: remember positions of stationary pointsShawn Rutledge2018-07-033-23/+26
* Add cat. logging in wantsEventPoint; improve FlickableInterop testShawn Rutledge2018-06-292-34/+19
* PinchHandler: rename scale to activeScale; scale means target scaleShawn Rutledge2018-06-271-2/+2
* PointerHandler.grabChanged signal: add stateChange parameterShawn Rutledge2018-06-271-2/+2
* 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