aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates/qquickmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Menu: force contentItem ListView layout before starting enter transitionMitch Curtis11 days1-0/+17
* Doc: improve "Context Menus" section of Menu's documentationMitch Curtis2025-04-141-2/+2
* Close all other Menus when showing non-sub-menuMitch Curtis2025-04-091-8/+40
* Doc: move Menu's detailed description snippets into snippet filesMitch Curtis2025-03-241-65/+4
* Doc: In 'Menu QML Type', add missing ')'Alexei Cazacov2025-02-281-2/+2
* Menu: don't trigger a menu item on release if it's not highlightedShawn Rutledge2025-02-281-1/+3
* Don't synthesize QContextMenuEvent if right-button opens a MenuShawn Rutledge2025-02-281-0/+6
* ContextMenu: add to text editing controlsMitch Curtis2025-02-281-0/+6
* Don't propagate mouse event for menu configured inside popupSanthosh Kumar2024-11-041-0/+9
* QQuickMenu: dissolve QQmlV4Function version of Menu::openFabian Kosmale2024-10-251-64/+47
* Refactor: remove QQuickWindowPrivate::clearFocusInScope helperVolker Hilsheimer2024-10-171-2/+4
* Doc: Menu QML Type docs refers the deprecated code snippetDheerendra Purohit2024-10-091-2/+2
* Fix signal emiting orderMorteza Jamshidi2024-10-071-2/+8
* QQuickMenu: refactor all 'use native' logic into a single functionRichard Moe Gustavsen2024-10-011-20/+34
* Fix multi-screen menu pop-up locationMorten Sørvig2024-09-301-1/+1
* QQuickMenu: always use native menu if MenuBar is nativeRichard Moe Gustavsen2024-09-241-3/+2
* Menu: Activate Menu Item When Mnemonic Key is Pressed, Same as WidgetsMohammadHossein Qanbari2024-08-301-0/+17
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* Doc: Fix linking issuesTopi Reinio2024-07-291-2/+2
* Doc: fix links in the Menu classesVolker Hilsheimer2024-07-121-2/+2
* QQuickMenu: respect Qt::AA_DontUseNativeMenuWindowsRichard Moe Gustavsen2024-07-031-3/+11
* Popup: let the style set the default popup typeRichard Moe Gustavsen2024-07-031-0/+6
* Doc: Fix qdoc link warningsAndreas Eliasson2024-07-011-14/+17
* QQuickMenu: ensure we pick the correct menu item on releaseRichard Moe Gustavsen2024-06-281-13/+9
* QQuickMenu, doc: remove false informationRichard Moe Gustavsen2024-06-271-2/+2
* QQuickPopup: support popups with negative insetsRichard Moe Gustavsen2024-06-241-11/+10
* QQuickMenu: cancel all grabs before QPlatformMenu::showPopup()Shawn Rutledge2024-06-211-0/+21
* QQuickMenu: let a child menu use the same popup type as the parentRichard Moe Gustavsen2024-06-201-1/+16
* Popup and Menu: improve popupType docsRichard Moe Gustavsen2024-06-181-14/+51
* QuickTemplates: Straighten out some logging categoriesUlf Hermann2024-06-141-2/+2
* QQuickMenu: clear currentIndex upon a call to popup()Richard Moe Gustavsen2024-06-111-3/+12
* QQuickPopupWindow: forward pointer events to the menu under the mousewip/nativemenusRichard Moe Gustavsen2024-05-301-0/+3
* Replace AA_DontUsePopupWindows with Popup::popupTypeOliver Eftevaag2024-05-301-1/+1
* Add and use QQPopupPrivate::handleReleaseWithoutGrab for menusShawn Rutledge2024-05-301-0/+28
* QQuickMenuItem: add implicitTextPadding and textPaddingRichard Moe Gustavsen2024-05-291-0/+31
* Menu: add insets to the menus, to accommodate for drop shadowsRichard Moe Gustavsen2024-05-281-9/+20
* Add support for icons to native menusMitch Curtis2024-05-061-1/+7
* Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen2024-04-231-1/+1
|\
| * QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* | QQuickMenu and MenuBar: add support for hiding and showing MenuBarItemsRichard Moe Gustavsen2024-04-191-11/+18
* | QQuickMenuBarPrivate: only enable native menu bars on macOSRichard Moe Gustavsen2024-04-191-7/+5
* | Menu, MenuBar: remove requestNative and rely solely on app attributesMitch Curtis2024-04-171-33/+7
* | Add documentation for native menusMitch Curtis2024-04-041-4/+63
* | Menu: fix visible and opened not being true when native menu is openMitch Curtis2024-04-031-3/+13
* | QQuickMenu: guard agains crashing, if the visual parent is set to nullRichard Moe Gustavsen2024-03-191-0/+4
* | QQuickMenu: allow non-native menubar in combination with native drop-down menusRichard Moe Gustavsen2024-03-141-5/+7
* | QQuickMenu: respect Popup::position() when opening up a native menuRichard Moe Gustavsen2024-03-131-9/+6
* | QQuickMenuBar: don't delete menus that might still be referenced from QMLRichard Moe Gustavsen2024-02-271-23/+14
* | QQuickMenuBar: respect AA_DontUseNativeMenuBarRichard Moe Gustavsen2024-02-221-3/+3
* | Menu: fix mixing non-Menu-related items in with native menusMitch Curtis2024-02-191-16/+33