aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-01-261-0/+2
|\|
| * Fix build without feature.shortcutTasuku Suzuki2017-01-151-0/+2
* | add QQuickEventTouchPoint.ellipseDiameters propertyShawn Rutledge2016-12-301-0/+3
* | add QQuickEventPoint::isDraggedOverThresholdShawn Rutledge2016-12-281-0/+1
* | Estimate the velocity of a pointJan Arve Saether2016-12-281-0/+4
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-281-10/+9
|\|
| * change type of QQuickPointerDevice::uniqueId to QPointingDeviceUniqueIdShawn Rutledge2016-12-091-4/+5
| * rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-091-5/+4
* | Merge branch remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-201-4/+5
|\|
| * comment out all uses of QPointerUniqueId temporarilyShawn Rutledge2016-12-041-4/+5
* | add QQuickPointerHandler::handleGrabCancel; call in setGrabShawn Rutledge2016-10-171-0/+2
* | QQuickEventPoint: rename itemGrabber -> grabberItem etc.Shawn Rutledge2016-09-191-4/+4
* | QQuickEventPoint: add event propertyShawn Rutledge2016-09-191-0/+1
* | QQuickEventPoint::invalidate(): set m_pointId to zeroShawn Rutledge2016-09-191-1/+1