aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickdeliveryagent_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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