aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-7/+7
* 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
* | | PointerHandlers: fix some grab notification and signal order problemsShawn Rutledge2017-03-081-3/+8
* | | QQuickEventPoint::reset: don't cancel grabsShawn Rutledge2017-03-061-7/+3
* | | notify a PointerHandler when it loses grab due to Item::grabTouchPointsShawn Rutledge2017-03-061-4/+18
* | | QQuickWindowPrivate::deliverTouchCancelEvent: deliver to handlers tooShawn Rutledge2017-02-231-3/+13
* | | Change QQuickEventPoint::pointId to be plain intJan Arve Saether2017-02-221-4/+4
* | | notify a PointerHandler when it loses grab via EventPoint::setGrabberItemShawn Rutledge2017-02-221-0/+4
* | | QQuickEventPoint API changes after API reviewJan Arve Saether2017-02-221-19/+5
* | | unify handler grab state handling into onGrabChangedShawn Rutledge2017-02-211-7/+25
* | | clarify further exclusive vs. passive grabsShawn Rutledge2017-02-201-22/+102
* | | QQuickWindow: remove sendFilteredTouchEventShawn Rutledge2017-02-161-0/+13
* | | notify all passive-grabbing PointerHandlers when exclusive grab changesShawn Rutledge2017-02-101-1/+2
* | | add categorized log message in QQuickEventPoint::cancelPassiveGrabShawn Rutledge2017-02-101-18/+26
* | | start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-28/+81
* | | QQuickWindow: use QVector eventDeliveryTargets to avoid repeated deliveryShawn Rutledge2017-02-071-0/+2
* | | QQuickWindow: deliver updates to handlers even if they don't grabShawn Rutledge2017-02-021-0/+27
* | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-01-261-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-0/+1
| |\|