aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickdeliveryagent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for global position in hover eventsPaul Olav Tvete2025-06-041-4/+8
* TextEdit and TextInput: map QContextMenuEvent to text cursor posShawn Rutledge2025-05-021-1/+4
* DeliveryAgent: clear deviceDeliveryTargets before hover deliveryShawn Rutledge2025-04-161-0/+1
* Port away from QPairZhao Yuhang2025-04-121-3/+3
* Suppress unused parameter warning when tabletevent feature is disabledJuha Vuolle2025-04-101-0/+2
* SwipeDelegate: Compare against QLastCursorPosition for default mouse posShawn Rutledge2025-04-011-12/+0
* SwipeDelegate: check for believable mouse pos rather than qInfShawn Rutledge2025-03-191-0/+12
* QQuickDeliveryAgentPrivate: fix performance regression in eventTargets()Aurélien Brooke2025-03-181-9/+9
* Don't synthesize QContextMenuEvent if right-button opens a MenuShawn Rutledge2025-02-281-0/+4
* DeliveryAgent isTabletEvent: false if configured without tablet supportShawn Rutledge2025-01-081-1/+4
* Add DAPrivate::eventTargets: shared pointer and context menu event logicShawn Rutledge2024-12-251-76/+74
* Add ContextMenuMitch Curtis2024-12-241-0/+76
* QQDA: fix assert when hovered items are removed during event processingVolker Hilsheimer2024-10-211-3/+12
* Use QWindow::mapToGlobal() directlyMorten Sørvig2024-08-231-3/+2
* QQDeliveryAgent: check every touchpoint for double-tap violationsShawn Rutledge2024-07-041-17/+36
* Call QQuickItem::mouseUngrabEvent() on ungrab from QTabletEventShawn Rutledge2024-06-281-5/+28
* Move clearGrabbers() from QQuickWindowPrivate to QQDeliveryAgentPrivateShawn Rutledge2024-06-231-0/+35
* QtQuick: Straighten out some logging categoriesUlf Hermann2024-06-191-7/+5
* Optimize QQuickDeliveryAgentPrivate::onGrabChanged() slightlyShawn Rutledge2024-06-191-5/+1
* Forward keyboard events to the active popup windowOliver Eftevaag2024-05-291-1/+1
* 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