aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickdeliveryagent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the new QHoverEvent ctor taking globalPosShawn Rutledge2022-02-091-5/+5
* Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()Shawn Rutledge2022-02-041-2/+2
* Detach QEventPoint instances during touch compression; test & docsShawn Rutledge2022-02-041-2/+40
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-161-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-071-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
* Don't warn "interleaved frame-sync and actual events" if DA is nullShawn Rutledge2021-06-181-1/+2
* Allow pointer handlers to be added to QQuick3DModel objectsShawn Rutledge2021-06-031-18/+40
* Remove unplugged device in knownPointingDevices listSiyeon Seo2021-05-211-0/+2
* Use QQDeliveryAgent::sceneTransform, if set, in QQuickItem::mapFromGlobalShawn Rutledge2021-05-051-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
* webOS: Fix compile errorHyungchan Kim2021-04-261-1/+1
* Fix build without features.wheeleventTasuku Suzuki2021-04-231-0/+2
* Clear passive grabbers on press in QQWindow not in DeliveryAgentShawn Rutledge2021-04-191-2/+0
* Add QQuickDeliveryAgentPrivate::isHoverEvent()Shawn Rutledge2021-03-111-0/+12
* QQuickDeliverAgent: change sendHoverEvent signatureRichard Moe Gustavsen2021-03-091-8/+7
* Fix click-to-focus in items within subscenes; improve loggingShawn Rutledge2021-03-021-14/+27
* QQuickDeliveryAgent: Do not send hover to deleted itemFabian Kosmale2021-02-281-1/+2
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-237/+470
* Complete splitting of delivery logic qqwindow.cpp -> deliveryagent.cppwip/qquickdeliveryagentShawn Rutledge2021-02-171-0/+23
* Stage 4: remove non-delivery code from qquickdeliveryagent.cppShawn Rutledge2021-02-171-3026/+0
* Stage 3: remove non-delivery code from qquickdeliveryagent.cppShawn Rutledge2021-02-171-827/+1
* Stage 2: splitting parts of qquickwindow.cpp to qquickdeliveryagent.cppShawn Rutledge2021-02-171-0/+5841