aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Move properties into grouped "point" propertyJan Arve Saether2017-05-239-38/+41
| | * | | | FakeFlickable: animate returnToBounds() when flicking is doneShawn Rutledge2017-05-221-8/+41
| | * | | | tst_qquickpointerhandler: Remove unused includes; better debug outputShawn Rutledge2017-05-191-19/+19
| | * | | | tst_flickableinterop: test buttons with all gesturePolicy valuesShawn Rutledge2017-05-155-13/+71
| | * | | | tst_qquickpointerhandler: use QScopedPointer; improvementsShawn Rutledge2017-05-112-85/+113
| | * | | | touchmouse autotest: add debug operator for the test-specific Event typeShawn Rutledge2017-05-111-0/+16
| | * | | | Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-103-4/+13
| | * | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-05-0859-69/+435
| | |\ \ \ \
| | * | | | | Add tst_flickableinterop: verify drag and tap handlers inside FlickableShawn Rutledge2017-04-287-0/+816
| | * | | | | 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
| | * | | | | TapHandler longPress autotest: be less demanding about hold timeShawn Rutledge2017-04-241-2/+2
| | * | | | | add autotest for TapHandlerShawn Rutledge2017-04-216-0/+829
| | * | | | | PH manual tests: better object names for easier debuggingShawn Rutledge2017-04-202-1/+3
| | * | | | | PinchHandler: add centroidVelocityShawn Rutledge2017-04-201-0/+7
| | * | | | | Add QQuickItem acceptTouchEvents/setAcceptTouchEvents; require for touchShawn Rutledge2017-04-143-5/+10
| | * | | | | Blacklist ListView::test_listInteractiveCurrentIndexEnforce completelyShawn Rutledge2017-04-141-2/+1
| | * | | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-1356-271/+1747
| | |\ \ \ \ \
| | * | | | | | 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-0238-36/+57536
| | |\ \ \ \ \ \
| | * | | | | | | flickableWithHandlers manual test improvementsShawn Rutledge2017-02-223-21/+47
| | * | | | | | | clarify further exclusive vs. passive grabsShawn Rutledge2017-02-202-6/+6
| | * | | | | | | allow stealing grab from handlers; notify passive grabbers when stolenShawn Rutledge2017-02-162-15/+14
| | * | | | | | | pointer handlers manual test: can give arg with qml to launchShawn Rutledge2017-02-142-0/+16
| | * | | | | | | start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-3/+3
| | * | | | | | | 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
| | * | | | | | | 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
| | * | | | | | | blacklist tst_TouchMouse::hoverEnabledShawn Rutledge2017-02-021-0/+3
| | * | | | | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-02-0215-12/+209
| | |\ \ \ \ \ \ \
| | * | | | | | | | build a vector of child-filtering parents before delivery of pointer eventShawn Rutledge2017-01-272-0/+13
| | * | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-01-2659-507/+2152
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | tst_qquickwindow::mouseFiltering: verify that siblings don't filterShawn Rutledge2017-01-041-19/+69
| | * | | | | | | | | 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
| | * | | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-285-2/+94
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Let pinchhandler operate on QQuickItem propertiesJan Arve Saether2016-12-271-15/+26
| | * | | | | | | | | | Merge branch remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-2072-278/+1539
| | |\ \ \ \ \ \ \ \ \ \