aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add WheelHandlerShawn Rutledge2019-04-271-0/+1
* Declare the enum so it can be passed to the QML sideAndy Shaw2018-11-301-0/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-291-0/+2
|\
| * Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-131-0/+2
| * Add some null pointer checks to avoid some rare crashesv5.11.2Jan Arve Sæther2018-09-111-1/+1
| * Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
* | Remove redundant Q_ENUM declarations in QQuickEventPointShawn Rutledge2018-09-281-3/+0
* | Fix revisioning of QQuickMouseEvent::flagsKai Koehne2018-09-011-1/+1
* | Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-2/+2
* | Fix property declarationsSimon Hausmann2018-08-201-6/+6
* | Mark non-notifying properties in event types CONSTANTShawn Rutledge2018-08-061-41/+41
* | TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-271-1/+1
* | Deliver QNativeGestureEvent via deliverSinglePointEventUntilAcceptedShawn Rutledge2018-06-211-0/+1
* | Add QQuickPointerScrollEvent as a wrapper for QWheelEventShawn Rutledge2018-06-201-0/+47
* | Add QQuickSinglePointEvent as intermed. base for QQMouseEvent and othersShawn Rutledge2018-06-201-28/+26
* | QQuickPointerEvent: guard all access to m_eventShawn Rutledge2018-05-291-3/+3
|/
* Fix build without features.gesturesTasuku Suzuki2018-05-141-0/+8
* Fix crash when using drag with Drag.AutomaticFriedemann Kleint2018-04-261-0/+2
* QQuickWindow: skip mouse synthesis for touch events from trackpadsShawn Rutledge2018-03-161-0/+1
* allow DeviceType and PointerType enums 16 bits each; bit packingShawn Rutledge2018-03-021-11/+13
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-2/+2
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-23/+18
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Add support for getting the flags from the original mouse eventAndy Shaw2018-01-181-2/+7
* Remove deprecated grabber()Jan Arve Sæther2017-11-081-1/+0
* PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-291-1/+40
* improve documentation of the PointerHandler base classes and indexShawn Rutledge2017-09-291-1/+0
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-9/+9
* Remove isValid from QQuickPointerEventFrederik Gladhorn2017-08-301-1/+0
* Do not break qtlocation when integratingJan Arve Saether2017-07-131-0/+1
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-111-18/+8
|\
| * Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-201-7/+0
| * Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-121-0/+7
| * Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-101-18/+7
* | Fix some problems with MouseDblClick handlingJan Arve Saether2017-05-261-0/+2
* | 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-221-1/+8
* | QQuickPointerTouchEvent::reset(): preserve reordered touchpoints betterShawn Rutledge2017-04-201-0/+1
* | PointerHandlers: fix some grab notification and signal order problemsShawn Rutledge2017-03-081-0/+2
* | QQuickEventPoint::reset: don't cancel grabsShawn Rutledge2017-03-061-1/+1
* | Property velocity was double definedJan Arve Saether2017-02-241-1/+0
* | QQuickWindowPrivate::deliverTouchCancelEvent: deliver to handlers tooShawn Rutledge2017-02-231-0/+5
* | Change QQuickEventPoint::pointId to be plain intJan Arve Saether2017-02-221-7/+7
* | QQuickEventPoint API changes after API reviewJan Arve Saether2017-02-221-8/+3
* | unify handler grab state handling into onGrabChangedShawn Rutledge2017-02-211-0/+12
* | clarify further exclusive vs. passive grabsShawn Rutledge2017-02-201-11/+11
* | QQuickWindow: remove sendFilteredTouchEventShawn Rutledge2017-02-161-0/+3
* | start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-4/+11
* | QQuickWindow: use QVector eventDeliveryTargets to avoid repeated deliveryShawn Rutledge2017-02-071-0/+3
* | QQuickWindow: deliver updates to handlers even if they don't grabShawn Rutledge2017-02-021-0/+6