aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickdeliveryagent.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQDA: Make it easier to find the focus item when there's no active focusDoris Verria2024-04-231-10/+22
* Prevent infinite loop when setting activeFocusItem of the scene's rootDoris Verria2024-03-161-0/+20
* Clean up and refactor hover event deliveryVolker Hilsheimer2024-03-141-27/+20
* QQuickDeliveryAgentPrivate::deliverHoverEventRecursive - remove "return"Axel Spoerl2024-03-071-3/+0
* Fix crash when item is deleted in event handlerPaul Olav Tvete2024-03-041-1/+5
* Hover event delivery: don't modify a list we are iteratingVolker Hilsheimer2024-02-291-6/+18
* DA: align delivery of mouse, touch, and synthesized mouse events to childMous...Richard Moe Gustavsen2024-01-241-11/+14
* Ensure that HoverHandler reacts if a touchpoint moves out of boundsShawn Rutledge2023-12-281-0/+10
* Update cursor if frame-synchronous hover update discovers hover changeShawn Rutledge2023-11-181-1/+7
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* Doc: Fix qdoc warningsAndreas Eliasson2023-08-091-13/+19
* Add more internal docs in QQuickDeliveryAgent and its PrivateShawn Rutledge2023-07-121-7/+175
* Fix pointer delivery to child items of items with clip:trueJan Arve Sæther2023-07-111-1/+1
* Remove DA::deliverMatchingPointsToItem's second sendFilteredPointerEventShawn Rutledge2023-06-161-5/+0
* 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