aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickPointerMouseEvent::asMouseEvent(): check for nullptrShawn Rutledge2020-01-311-0/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-141-2/+131
|\
| * Register PointerScrollEvent and document the WheelHandler.wheel signalShawn Rutledge2020-01-131-2/+131
* | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-6/+6
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-0/+8
|\
| * Handle null in QQuickPointerEvent and QQEventPoint debug operatorsShawn Rutledge2019-10-171-0/+8
* | Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-09-241-1/+6
* | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-1/+1
|/
* Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-051-3/+7
* Fix memory leak with QQuickEventPointJeremy Powell2019-04-241-22/+16
* Don't crash when passive grabber deleted before exclusive gr. releasedShawn Rutledge2019-02-261-2/+5
* TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-1/+1
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-7/+7
|\
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-7/+7
* | Deliver QNativeGestureEvent via deliverSinglePointEventUntilAcceptedShawn Rutledge2018-06-211-0/+5
* | Add QQuickPointerScrollEvent as a wrapper for QWheelEventShawn Rutledge2018-06-201-0/+63
* | Add QQuickSinglePointEvent as intermed. base for QQMouseEvent and othersShawn Rutledge2018-06-201-96/+48
* | fix a crash in QQuickEventPoint::setGrabberPointerHandlerShawn Rutledge2018-05-291-1/+1
|/
* setGrabberItem: consistently call touchUngrabEvent or mouseUngrabEventShawn Rutledge2018-05-151-4/+6
* Fix build without features.gesturesTasuku Suzuki2018-05-141-1/+10
* Fix crash when using drag with Drag.AutomaticFriedemann Kleint2018-04-261-3/+10
* touchDevice: don't lose bits from QTouchDevice::capabilitiesShawn Rutledge2018-03-081-2/+1
* doc: Correct mostly linking errorsMartin Smith2018-02-231-46/+87
* doc: Correct several QML property linksMartin Smith2018-02-231-24/+29
* Add support for getting the flags from the original mouse eventAndy Shaw2018-01-181-0/+12
* a PointerHandler can veto overtaking of grab by an ItemShawn Rutledge2017-11-141-7/+7
* PointerHandler: add grabPermissions, enforce in setExclusiveGrabShawn Rutledge2017-11-141-3/+5
* QQuickEventPoint: make ungrab/cancel notifications more consistentShawn Rutledge2017-11-141-14/+12
* pre-accept the mouse event before childMouseEventFilter; grab afterShawn Rutledge2017-10-051-1/+1
* docs: EventPoint::timeHeld is a real value, in secondsShawn Rutledge2017-09-291-1/+1
* PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-291-2/+116
* improve documentation of the PointerHandler base classes and indexShawn Rutledge2017-09-291-4/+359
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-6/+6
* Remove isValid from QQuickPointerEventFrederik Gladhorn2017-08-301-4/+1
* Remove unnecesary if and dead codeJesus Fernandez2017-08-171-20/+17
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-111-1/+1
|\
| * Touch child mouse filtering: pass not grabbed points inside item boundsFrederik Gladhorn2017-05-071-1/+2
* | Fix some problems with MouseDblClick handlingJan Arve Saether2017-05-261-1/+8
* | Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-221-7/+29
* | 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
* | Start over with event delivery when touchpoint presses occurShawn Rutledge2017-04-271-6/+19
* | QQuickPointerTouchEvent::reset(): preserve reordered touchpoints betterShawn Rutledge2017-04-201-15/+30
* | QQuickEventPoint: always inform grabberItem on touch grab cancelShawn Rutledge2017-04-201-0/+2
* | Make tst_qquickflickable::nestedSliderUsingTouch passShawn Rutledge2017-04-141-5/+2
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-131-5/+20
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-1/+16
| |\
| | * Fix touch event delivery in childMouseEventFilterFrederik Gladhorn2017-03-161-1/+16
| * | QQuickEvents: Fix documentation of types for MouseEvent and WheelEvent x/yRobin Burchell2017-03-201-4/+4
* | | QQuickPointerTouchEvent::reset: detect the type of exclusive grabberShawn Rutledge2017-03-091-0/+1