aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-0/+2
|\
| * Blacklist ...::touchDragFlickableBehindButton() on mingwUlf Hermann2019-04-171-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-092-0/+69
|\|
| * If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-052-0/+69
* | Tests: Fix warnings about ignoring return value of QTest::qWaitForWindowExpos...Friedemann Kleint2019-04-081-1/+1
|/
* Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-042-1/+38
* Don't crash when passive grabber deleted before exclusive gr. releasedShawn Rutledge2019-02-262-0/+83
* Blacklist tests in tst_FlickableInteropUlf Hermann2019-02-211-0/+4
* Make test more robust in case we have interleaved update eventsJan Arve Saether2019-02-131-6/+10
* Try to fix flakiness in flickableinterop testUlf Hermann2019-02-071-1/+1
* Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-062-0/+107
* 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