aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickdeliveryagent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Send hover events with correct scene and global positionsShawn Rutledge2021-07-061-3/+7
* QQDeliveryAgent: keep lastMousePosition updated during draggingShawn Rutledge2021-07-061-4/+4
* Remove unplugged device in knownPointingDevices listSiyeon Seo2021-05-211-0/+2
* Use QQDeliveryAgent::sceneTransform, if set, in QQuickItem::mapFromGlobalShawn Rutledge2021-05-071-1/+28
* Store memory of grabbing agents in EventPointDataShawn Rutledge2021-05-051-79/+64
* QQuickDeliveryAgent::event(): handle tablet events explicitlyShawn Rutledge2021-04-281-0/+7
* Restore scene position after changing it during deliveryShawn Rutledge2021-04-271-0/+7
* Clear passive grabbers on press in QQWindow not in DeliveryAgentShawn Rutledge2021-04-191-2/+0
* Add QQuickDeliveryAgentPrivate::isHoverEvent()Shawn Rutledge2021-04-131-0/+12
* Fix click-to-focus in items within subscenes; improve loggingShawn Rutledge2021-03-041-14/+27
* QQuickDeliveryAgent: Do not send hover to deleted itemFabian Kosmale2021-02-281-1/+2
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-251-237/+470
* Split event delivery code from qqwindow into qqdeliveryagent.cppShawn Rutledge2021-02-251-0/+2012