aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer
Commit message (Expand)AuthorAgeFilesLines
* Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-222-0/+160
* Use PointHandler for singlePointProperties manual testShawn Rutledge2018-08-301-24/+25
* Add sidebar manual test to the main pointer test launcherShawn Rutledge2018-08-062-0/+2
* Make pinch handler not activate on draggingJan Arve Sæther2018-08-021-0/+2
* TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-271-13/+21
* Call clearGrabbers each time we get a press eventJan Arve Sæther2018-07-191-10/+10
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-194-26/+39
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-1731-59/+36
* Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-292-0/+4
* Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-281-0/+186
* PinchHandler: rename scale to activeScale; scale means target scaleShawn Rutledge2018-06-271-1/+7
* Add QQuickHandlerPoint::modifiers propertyShawn Rutledge2018-05-181-2/+3
* MultiPointHandler: add a centroid propertyShawn Rutledge2018-05-182-4/+4
* Manual test: combinations of DragHandler and TapHandler on FlickableJan Arve Saether2018-03-029-4/+628
* flingAnimation manual test: add velocity vectors; install a ball returnShawn Rutledge2017-12-131-3/+57
* map manual test: re-render the SVG after significant change in scaleShawn Rutledge2017-12-111-2/+11
* TapHandler manual test: remove console.log with tapped buttonShawn Rutledge2017-12-021-1/+0
* pointer manual test: add svg to the .proShawn Rutledge2017-11-291-1/+1
* add mouse feedback to PointerHandlers manual testShawn Rutledge2017-11-243-0/+82
* add touchpoint feedback to PointerHandlers manual testShawn Rutledge2017-11-244-0/+91
* give the joystick manual test a "case"Shawn Rutledge2017-11-233-28/+42
* Fix outdated BSD license headerKai Koehne2017-11-1526-714/+402
* pinchHandler manual test: more PinchHandlers; TapHandler for z-orderShawn Rutledge2017-11-141-58/+101
* Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-141-1/+2
* replace MultiPointHandler::requiredPointCount with min/max range propsShawn Rutledge2017-09-292-2/+2
* rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-124-7/+7
* FakeFlickable: returnToBounds only on axes which need itShawn Rutledge2017-09-111-34/+21
* singlePointHandlerProperties manual test fixesShawn Rutledge2017-09-081-1/+2
* pointerhandler manual tests: enable hi-dpi scaling by defaultShawn Rutledge2017-08-251-0/+1
* Move properties into grouped "point" propertyJan Arve Saether2017-05-238-36/+39
* FakeFlickable: animate returnToBounds() when flicking is doneShawn Rutledge2017-05-221-8/+41
* tst_flickableinterop: test buttons with all gesturePolicy valuesShawn Rutledge2017-05-151-1/+1
* DragHandler: allow parent to be different from targetShawn Rutledge2017-04-271-7/+9
* add pinchDragFlingMPTA exampleShawn Rutledge2017-04-251-0/+97
* QQuickPointerDeviceHandler: add acceptedModifiersShawn Rutledge2017-04-252-0/+59
* PH manual tests: better object names for easier debuggingShawn Rutledge2017-04-202-1/+3
* PinchHandler: add centroidVelocityShawn Rutledge2017-04-201-0/+7
* Red frame indicates that the item has an active handlerJan Arve Saether2017-03-091-1/+8
* add ScrollBar manual testShawn Rutledge2017-03-073-0/+190
* TapHandler manual test: demonstrate tapped signalShawn Rutledge2017-03-072-7/+8
* flickableWithHandlers manual test improvementsShawn Rutledge2017-02-223-21/+47
* allow stealing grab from handlers; notify passive grabbers when stolenShawn Rutledge2017-02-161-1/+1
* pointer handlers manual test: can give arg with qml to launchShawn Rutledge2017-02-142-0/+16
* TapHandler: add timeHeld propertyShawn Rutledge2017-02-091-1/+15
* TapHandler: add gesturePolicyShawn Rutledge2017-02-0911-2/+290
* TapHandler: add long-press featureShawn Rutledge2017-02-091-5/+14
* add flickableWithHandlers manual testShawn Rutledge2017-02-095-0/+464
* Introduce TapHandlerShawn Rutledge2017-02-083-0/+138
* add modified photosurface as a manual testShawn Rutledge2017-02-083-1/+178
* add FakeFlickable manual testShawn Rutledge2017-02-084-0/+180