summaryrefslogtreecommitdiff
path: root/src/quick/util/qquickdeliveryagent.cpp
Commit message (Expand)AuthorAgeFilesLines
* qquickwindow: Clear hover when a window is hiddenDavid Edmundson2023-04-251-0/+7
* QQuickDeliveryAgent: fix downcast to QQuickItemVolker Hilsheimer2023-02-101-32/+25
* QQDAPrivate::deliverUpdatedPoints: skip HoverHandlers if wheel eventVladimir Belyavsky2022-12-171-0/+5
* Don't override exclusive touch grab of filtered itemVolker Hilsheimer2022-12-141-2/+5
* Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystemShawn Rutledge2022-11-181-0/+5
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-071-11/+25
* DA: don't ignore subtreeHoverEnabledRichard Moe Gustavsen2022-11-011-1/+1
* Don't accept all QTouchEvent::points unless the item accepts touchBumjoon Park2022-10-281-8/+6
* Allow OS-synthesized right clicks to be deliveredShawn Rutledge2022-10-261-1/+17
* Propagate ShortcutOverride events up the parent chainVolker Hilsheimer2022-10-261-8/+11
* qquickpointerhandler_p.h: Clean up includesFabian Kosmale2022-10-191-0/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-14/+14
* Clear delivery agent delegated focusJere Tuliniemi2022-09-271-1/+5
* DA: don't exit early from deliverHoverEvents when we have hovered itemsRichard Moe Gustavsen2022-09-201-6/+11
* DA: Avoid corrupting persistent scenePosition in QHoverEvent ctorShawn Rutledge2022-09-201-4/+7
* DA: ignore disabled HoverHandlers when delivering hover eventsRichard Moe Gustavsen2022-09-161-11/+29
* QQDAPriv::onGrabChanged: call queryPointById() only when usedShawn Rutledge2022-09-061-4/+6
* Use the time stamp of the touch event when deliver touch as mouseSeokha Ko2022-08-261-0/+1
* Ensure that multiple HoverHandlers can react to multiple device typesShawn Rutledge2022-08-251-4/+11
* Allow implicit mouse grab by accepting only on pressShawn Rutledge2022-08-261-1/+1
* Don't compress touch events in subscene DeliveryAgentsShawn Rutledge2022-08-151-0/+5
* QQuickDeliveryAgentPrivate::touchToMouseEvent: expect non-mouse deviceShawn Rutledge2022-08-121-0/+5
* Reduce QQuickItemPrivate memory usageFabian Kosmale2022-08-111-1/+1
* TextInput/Field: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-161-0/+7
* Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-131-2/+11
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-031-6/+3
* Implement support for passive grabbers with mouse/touch eventsVolker Hilsheimer2022-05-281-20/+50
* QQuickDeliveryAgent: fix unused parameter on webOSJanne Juntunen2022-05-111-0/+2
* QQuickItem: fix the order of activeFocusChanged signalsIvan Solovev2022-05-061-3/+3
* DeliveryAgent: don't cancelTouchMouseSynthesis() prematurelyShawn Rutledge2022-05-021-3/+11
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-03-261-0/+13
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-5/+7
* Use the new QHoverEvent ctor taking globalPosShawn Rutledge2022-02-051-5/+5
* Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()Shawn Rutledge2022-02-041-2/+2
* Detach QEventPoint instances during touch compression; test & docsShawn Rutledge2022-02-031-2/+40
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-151-18/+18
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-0/+1
* QQuickDeliveryAgent: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-061-1/+1
* Add HoverHandler.blocking propertyShawn Rutledge2021-12-091-0/+5
* Fix focus for items inside a QQuickWidget in a QGraphicsProxyWidgetPaul Olav Tvete2021-12-071-2/+2
* Fix setting the focus reason in Qt Quick ControlsVolker Hilsheimer2021-12-041-7/+16
* qquickdeliveryagent: Fix drag events being sent in the wrong orderMaximilian Goldstein2021-12-021-11/+22
* deliveryagent: cancel touch-mouse synthesis when cancelling touch eventRichard Moe Gustavsen2021-10-281-0/+2
* QQuickDeliveryAgentPrivate::pointerTargets: omit subscene root childrenShawn Rutledge2021-09-291-1/+2
* Don't crash if item is deleted from mouse clickPaul Olav Tvete2021-08-311-1/+2
* Send hover events with correct scene and global positionsShawn Rutledge2021-07-051-3/+7
* QQDeliveryAgent: keep lastMousePosition updated during draggingShawn Rutledge2021-07-051-4/+4
* QQuickDeliveryAgent: Use public mapToGlobal functionFabian Kosmale2021-07-051-1/+1
* QQuickHoverHandler: don't use passive grabsRichard Moe Gustavsen2021-07-011-100/+191