aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix hardcoding font family before the font is loadedEskil Abrahamsen Blomfeldt2017-08-092-0/+10
* Merge "Merge branch 'wip/pointerhandler' into dev" into refs/staging/devShawn Rutledge2017-08-0934-266/+4038
|\
| * Merge branch 'wip/pointerhandler' into devShawn Rutledge2017-08-0834-266/+4038
| |\
| | * Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-082-5/+9
| | * Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-08133-2339/+3763
| | |\
| | * | Do not break qtlocation when integratingJan Arve Saether2017-07-131-0/+1
| | * | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-11196-1317/+8730
| | |\ \
| | * | | Do not crash on WindowsJan Arve Saether2017-06-233-3/+2
| | * | | PointerHandlers plugin: fix the build on iOSShawn Rutledge2017-05-301-1/+1
| | * | | Add tst_multipointtoucharea_interop autotestShawn Rutledge2017-05-271-1/+0
| | * | | Fix some problems with MouseDblClick handlingJan Arve Saether2017-05-264-3/+19
| | * | | Move properties into grouped "point" propertyJan Arve Saether2017-05-234-91/+109
| | * | | 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
| | * | | 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
| | * | | 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-105-2/+17
| | * | | 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-08248-734/+1645
| | |\ \ \
| | * | | | Add and use QQuickPointerSingleHandler::moveTarget()Shawn Rutledge2017-04-283-1/+9
| | * | | | QQPSingleHandler: accept only left mouse button by defaultShawn Rutledge2017-04-282-2/+1
| | * | | | TapHandler: CancelGrabPassive => setPressed(false)Shawn Rutledge2017-04-281-1/+1
| | * | | | DragHandler: allow parent to be different from targetShawn Rutledge2017-04-272-7/+34
| | * | | | 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-273-6/+15
| | * | | | 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
| | * | | | QQuickPointerDeviceHandler: add acceptedModifiersShawn Rutledge2017-04-252-1/+44
| | * | | | QQuickPointerSingleHandler: add setIgnoreAdditionalPointsShawn Rutledge2017-04-242-1/+10
| | * | | | DragHandler: onGrabChanged, enforceConstraintsShawn Rutledge2017-04-242-0/+7
| | * | | | 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
| | * | | | TapHandler: don't "want" every updated/stationary pointShawn Rutledge2017-04-211-1/+1
| | * | | | TapHandler:wants: don't setPressed(false) unless pointId matchesShawn Rutledge2017-04-211-1/+1
| | * | | | QQuickPointerTouchEvent::reset(): preserve reordered touchpoints betterShawn Rutledge2017-04-202-15/+31
| | * | | | QQuickEventPoint: always inform grabberItem on touch grab cancelShawn Rutledge2017-04-201-0/+2
| | * | | | PinchHandler: add centroidVelocityShawn Rutledge2017-04-204-0/+15
| | * | | | TapHandler: add qt.quick.handler.tap logging categoryShawn Rutledge2017-04-201-14/+23
| | * | | | Fix remaining QQWindow qCDebugs to show eventpoint IDs in hexShawn Rutledge2017-04-201-2/+2
| | * | | | Make tst_qquickflickable::nestedSliderUsingTouch passShawn Rutledge2017-04-142-11/+3
| | * | | | Add QQuickItem acceptTouchEvents/setAcceptTouchEvents; require for touchShawn Rutledge2017-04-147-12/+54
| | * | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-13217-3323/+4653
| | |\ \ \ \
| | * | | | | PointerHandlers always ungrab if wantsPointerEvent returns falseShawn Rutledge2017-03-301-2/+9
| | * | | | | DragHandler: don't steal exclusive grabShawn Rutledge2017-03-301-2/+3
| | * | | | | DragHandler: restrict dragging to *only* one fingerJan Arve Saether2017-03-281-8/+24