aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge branch 'wip/pointerhandler' into dev" into refs/staging/devShawn Rutledge2017-08-09111-294/+10679
|\
| * Merge branch 'wip/pointerhandler' into devShawn Rutledge2017-08-08111-294/+10679
| |\
| | * Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-083-5/+89
| | * Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-08199-2441/+61008
| | |\
| | * | Do not break qtlocation when integratingJan Arve Saether2017-07-131-0/+1
| | * | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-11361-3482/+17869
| | |\ \
| | * | | Do not crash on WindowsJan Arve Saether2017-06-233-3/+2
| | * | | Update according to new "point" API of single handlerJan Arve Saether2017-05-311-1/+1
| | * | | PointerHandlers plugin: fix the build on iOSShawn Rutledge2017-05-301-1/+1
| | * | | Add autotest for DragHandlerShawn Rutledge2017-05-299-0/+904
| | * | | Add tst_multipointtoucharea_interop autotestShawn Rutledge2017-05-275-1/+399
| | * | | Add tst_PointerHandlers::touchReleaseOutsideShawn Rutledge2017-05-261-0/+57
| | * | | Fix some problems with MouseDblClick handlingJan Arve Saether2017-05-264-3/+19
| | * | | tst_qquickpointerhandler: Test grab changesShawn Rutledge2017-05-241-61/+90
| | * | | Fix autotests to run with the new APIJan Arve Saether2017-05-231-2/+2
| | * | | Move properties into grouped "point" propertyJan Arve Saether2017-05-2313-129/+150
| | * | | FakeFlickable: animate returnToBounds() when flicking is doneShawn Rutledge2017-05-221-8/+41
| | * | | Change enum values to not start from 0Jan Arve Saether2017-05-221-7/+7
| | * | | Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-2210-53/+87
| | * | | 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
| | * | | TapHandler: don't give up passive grab on setPressed(false)Shawn Rutledge2017-05-151-5/+2
| | * | | Don't allow one handler to cancel another's grab, unless it is stealingShawn Rutledge2017-05-151-0/+3
| | * | | 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
| | * | | QQuickPointerEvent debug operator: don't crash if original event nullShawn Rutledge2017-05-111-1/+4
| | * | | QQuickPointerEvent debug operator: add timestampShawn Rutledge2017-05-111-1/+3
| | * | | Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-108-6/+30
| | * | | Only send filtered events to the parent of the receiverJan Arve Saether2017-05-081-0/+2
| | * | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-05-08320-827/+2113
| | |\ \ \
| | * | | | Add and use QQuickPointerSingleHandler::moveTarget()Shawn Rutledge2017-04-283-1/+9
| | * | | | QQPSingleHandler: accept only left mouse button by defaultShawn Rutledge2017-04-282-2/+1
| | * | | | Add tst_flickableinterop: verify drag and tap handlers inside FlickableShawn Rutledge2017-04-287-0/+816
| | * | | | TapHandler: CancelGrabPassive => setPressed(false)Shawn Rutledge2017-04-281-1/+1
| | * | | | DragHandler: allow parent to be different from targetShawn Rutledge2017-04-273-14/+43
| | * | | | Start over with event delivery when touchpoint presses occurShawn Rutledge2017-04-272-10/+29
| | * | | | QQPSingleHandler: store m_scenePressPos separatelyShawn Rutledge2017-04-272-1/+4
| | * | | | QQMultiPointerHandler: don't steal grab if keepMouseGrab/keepTouchGrabShawn Rutledge2017-04-274-6/+16
| | * | | | QQuickMultiPointerHandler::wantsPointerEvent ignores grabs on pressShawn Rutledge2017-04-271-6/+12
| | * | | | PointerHandler: add wants/declines logging to qt.quick.handler.dispatchShawn Rutledge2017-04-272-4/+5
| | * | | | Remove redundant entriesJan Arve Saether2017-04-251-8/+6
| | * | | | add pinchDragFlingMPTA exampleShawn Rutledge2017-04-251-0/+97
| | * | | | QQuickPointerDeviceHandler: add acceptedModifiersShawn Rutledge2017-04-254-1/+103
| | * | | | QQuickPointerSingleHandler: add setIgnoreAdditionalPointsShawn Rutledge2017-04-242-1/+10
| | * | | | DragHandler: onGrabChanged, enforceConstraintsShawn Rutledge2017-04-242-0/+7
| | * | | | TapHandler longPress autotest: be less demanding about hold timeShawn Rutledge2017-04-241-2/+2
| | * | | | add autotest for TapHandlerShawn Rutledge2017-04-216-0/+829
| | * | | | QQPSingleHandler: don't accept a touchpoint other than the chosen oneShawn Rutledge2017-04-211-6/+9
| | * | | | TapHandler: do not react to stationary touchpointsShawn Rutledge2017-04-212-3/+9
| | * | | | QQPSingleHandler: verify wantsEventPoint() even when pointId is chosenShawn Rutledge2017-04-211-4/+3