aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-2421-61/+271
| |\|
| | * Fix outdated BSD license headerKai Koehne2017-10-1721-61/+271
| * | replace MultiPointHandler::requiredPointCount with min/max range propsShawn Rutledge2017-09-292-2/+2
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-224-7/+7
|\| |
| * | rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-124-7/+7
* | | Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-122-35/+23
|\| |
| * | FakeFlickable: returnToBounds only on axes which need itShawn Rutledge2017-09-111-34/+21
| * | singlePointHandlerProperties manual test fixesShawn Rutledge2017-09-081-1/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-089-6/+37
|\| |
| * | Merge dev into 5.10Frederik Gladhorn2017-09-023-0/+31
| |\ \
| | * | pointerhandler manual tests: enable hi-dpi scaling by defaultShawn Rutledge2017-08-251-0/+1
| | * | Add property to disable shaping on fontsEskil Abrahamsen Blomfeldt2017-08-252-0/+30
| * | | Update import to 2.10 in tests for Text.advanceEskil Abrahamsen Blomfeldt2017-08-296-6/+6
| |/ /
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-2253-0/+3735
|\| |
| * | Merge "Merge branch 'wip/pointerhandler' into dev" into refs/staging/devShawn Rutledge2017-08-0941-0/+2734
| |\ \
| | * \ Merge branch 'wip/pointerhandler' into devShawn Rutledge2017-08-0841-0/+2734
| | |\ \
| | | * \ Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-081-0/+16
| | | |\ \
| | | * \ \ Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-1119-2/+1232
| | | |\ \ \
| | | * | | | 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
| | | * | | | QQMultiPointerHandler: don't steal grab if keepMouseGrab/keepTouchGrabShawn Rutledge2017-04-271-0/+1
| | | * | | | 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
| | | * | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-135-791/+2
| | | |\ \ \ \
| | | * | | | | 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
| | | * | | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-03-021-0/+147
| | | |\ \ \ \ \
| | | * | | | | | 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
| | | * | | | | | add MomentumAnimation as a manual test / experimentShawn Rutledge2017-02-084-0/+158
| | | * | | | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-01-268-31/+384
| | | |\ \ \ \ \ \
| | | * | | | | | | QQPSingleHandler: copy some values from QQuickEventPoint to propertiesShawn Rutledge2017-01-039-0/+171
| | | * | | | | | | Add a DragHandler::translation propertyJan Arve Saether2016-12-293-0/+93
| | | * | | | | | | DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-292-2/+2
| | | * | | | | | | Let pinchhandler operate on QQuickItem propertiesJan Arve Saether2016-12-271-15/+26
| | | * | | | | | | Merge branch remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-202-0/+28
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Fixed some problems with the centroid in PinchHandlerJan Arve Saether2016-11-201-44/+52