aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates/qquickpopupwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Menu: don't trigger a menu item on release if it's not highlightedShawn Rutledge2025-02-281-1/+3
* Popup window: Don't try to grab keyboard or mouse on offscreen platformShawn Rutledge2025-02-281-0/+2
* ContextMenu: add to text editing controlsMitch Curtis2025-02-281-1/+1
* PopupWindow: Keep better track of the nearest parent item's windowOliver Eftevaag2024-12-101-25/+38
* Fix resizing and moving of a Quick Dialog with popupType = Popup.WindowIvan Solovev2024-11-061-1/+15
* Close popup windows on outside mouse press and releaseOliver Eftevaag2024-10-251-34/+81
* QQuickDialog: reject on hideEvent, when popupType: Popup.WindowOliver Eftevaag2024-09-271-2/+8
* MenuBar: don't reopen a menu if we intend to close all popupsRichard Moe Gustavsen2024-09-201-20/+43
* QQuickPopupWindow: print parent in debug output in addition to flagsMitch Curtis2024-09-091-1/+1
* QQuickPopupWindow is never deconstructedEd Cooke2024-09-031-2/+4
* PopupWindow: Don't consume keyboard events when focus: falseOliver Eftevaag2024-08-121-0/+10
* Fix crash in Popup when parent window is nullEd Cooke2024-08-071-1/+1
* PopupWindow: avoid potential infinite recursionOliver Eftevaag2024-07-181-0/+13
* QQuickPopupWindow: close all menus after a press'n'dragRichard Moe Gustavsen2024-06-291-19/+27
* QtQuick: Make more logging categories static #2Kaj Grönholm2024-06-251-1/+1
* QQuickPopup: support popups with negative insetsRichard Moe Gustavsen2024-06-241-2/+3
* QQuickPopupWindow: inform the popup that it's hidingRichard Moe Gustavsen2024-06-211-4/+2
* QQuickPopupPositioner: implement setEffectivePosFromWindowPos()Richard Moe Gustavsen2024-06-131-14/+3
* Controls Popup window: close all popups if click occurs outsideShawn Rutledge2024-06-041-1/+1
* QQuickPopupWindow: forward pointer events to the menu under the mousewip/nativemenusRichard Moe Gustavsen2024-05-301-10/+100
* Add and use QQPopupPrivate::handleReleaseWithoutGrab for menusShawn Rutledge2024-05-301-0/+16
* Give QQuickPopup the ability to create top-level windowsOliver Eftevaag2024-05-271-0/+171