aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickdeliveryagent_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* QQDA: Make it easier to find the focus item when there's no active focusDoris Verria2024-04-231-0/+2
* Clean up and refactor hover event deliveryVolker Hilsheimer2024-03-141-1/+6
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-091-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* qquickwindow: Clear hover when a window is hiddenDavid Edmundson2023-04-251-0/+1
* QQDAPrivate::deliverUpdatedPoints: skip HoverHandlers if wheel eventVladimir Belyavsky2022-12-171-0/+1
* Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystemShawn Rutledge2022-11-181-0/+1
* TextInput/Field: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-161-0/+1
* Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-131-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-031-1/+0
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-03-261-0/+1
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-1/+3
* Detach QEventPoint instances during touch compression; test & docsShawn Rutledge2022-02-031-0/+1
* Fix setting the focus reason in Qt Quick ControlsVolker Hilsheimer2021-12-041-1/+1
* qquickdeliveryagent: Fix drag events being sent in the wrong orderMaximilian Goldstein2021-12-021-1/+3
* Move Q_DECLARE_PUBLIC to the public sectionThiago Macieira2021-11-271-1/+1
* QQuickHoverHandler: don't use passive grabsRichard Moe Gustavsen2021-07-011-2/+5
* Use QQDeliveryAgent::sceneTransform, if set, in QQuickItem::mapFromGlobalShawn Rutledge2021-05-051-0/+1
* Store memory of grabbing agents in EventPointDataShawn Rutledge2021-05-051-3/+3
* Fix build without features.wheeleventTasuku Suzuki2021-04-231-0/+2
* Add QQuickDeliveryAgentPrivate::isHoverEvent()Shawn Rutledge2021-03-111-0/+1
* QQuickDeliverAgent: change sendHoverEvent signatureRichard Moe Gustavsen2021-03-091-1/+1
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-0/+209