aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates
Commit message (Expand)AuthorAgeFilesLines
* SelectionRectangle: clear selection from TableViewRichard Moe Gustavsen26 hours1-13/+3
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev26 hours1-1/+0
* Prevent users from setting popupType to Popup.Window, when not allowedOliver Eftevaag26 hours1-0/+7
* doc: Remove \preliminary from Popup::popupType, and mentions of TPOliver Eftevaag26 hours1-7/+4
* QQuickMenu: clear currentIndex upon a call to popup()Richard Moe Gustavsen35 hours1-3/+12
* Controls Popup window: close all popups if click occurs outsideShawn Rutledge8 days1-1/+1
* QuickTemplates: Rename lcPopup logging categoryUlf Hermann9 days1-4/+4
* Merge branch 'nativemenus' into devRichard Moe Gustavsen13 days36-174/+2680
|\
| * QQuickPopupWindow: forward pointer events to the menu under the mousewip/nativemenusRichard Moe Gustavsen13 days3-10/+104
| * Replace AA_DontUsePopupWindows with Popup::popupTypeOliver Eftevaag13 days4-10/+68
| * Add and use QQPopupPrivate::handleReleaseWithoutGrab for menusShawn Rutledge13 days5-0/+47
| * AbstractButton: Add click() and animateClick()Mitch Curtis14 days3-1/+87
| * QQuickMenuItem: add implicitTextPadding and textPaddingRichard Moe Gustavsen2024-05-295-1/+101
| * QQuickMenuBar: add docs about using a native menu bar on macOSRichard Moe Gustavsen2024-05-281-0/+9
| * Menu: add insets to the menus, to accommodate for drop shadowsRichard Moe Gustavsen2024-05-284-16/+60
| * Give QQuickPopup the ability to create top-level windowsOliver Eftevaag2024-05-2713-50/+456
| * Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen2024-05-265-0/+98
| |\
| * | QQuickMenuBar: don't deactivate a hovered MenuBarItemRichard Moe Gustavsen2024-05-162-8/+18
| * | QQuickMenuBar: keep explicit track of open menusRichard Moe Gustavsen2024-05-162-16/+13
| * | QQuickPopup: ensure we calculate outsideParentPressed correctRichard Moe Gustavsen2024-05-141-1/+10
| * | Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen2024-05-102-31/+30
| |\ \
| * | | Fix infinite loop when loading native menu iconsMitch Curtis2024-05-091-1/+1
| * | | QQuickPage: make the title property resettableOliver Eftevaag2024-05-062-1/+7
| * | | Add support for icons to native menusMitch Curtis2024-05-066-14/+59
| * | | MenuBar: open the popup underneath the MenuBarItemRichard Moe Gustavsen2024-04-261-2/+14
| * | | QQuickMenuBar: support changing the delegateRichard Moe Gustavsen2024-04-242-41/+58
| * | | Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen2024-04-238-22/+40
| |\ \ \
| * | | | QQuickMenu and MenuBar: add support for hiding and showing MenuBarItemsRichard Moe Gustavsen2024-04-194-31/+91
| * | | | QQuickMenuBarPrivate: only enable native menu bars on macOSRichard Moe Gustavsen2024-04-193-7/+28
| * | | | Menu, MenuBar: remove requestNative and rely solely on app attributesMitch Curtis2024-04-176-75/+12
| * | | | Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen2024-04-081-2/+12
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen2024-04-046-22/+52
| |\ \ \ \ \
| * | | | | | 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
| * | | | | | Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen2024-03-183-16/+35
| |\ \ \ \ \ \
| * | | | | | | QQuickMenu: allow non-native menubar in combination with native drop-down menusRichard Moe Gustavsen2024-03-141-5/+7
| * | | | | | | QQuickMenuBar: split up toggleCurrentMenu() into three functionsRichard Moe Gustavsen2024-03-142-28/+47
| * | | | | | | QQuickMenuBarPrivate: remove popupMode variable in favor of isCurrentMenuOpen()Richard Moe Gustavsen2024-03-142-9/+19
| * | | | | | | QQuickMenu: respect Popup::position() when opening up a native menuRichard Moe Gustavsen2024-03-131-9/+6
| * | | | | | | Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen2024-03-1218-40/+94
| |\ \ \ \ \ \ \
| * | | | | | | | tst_qquickmenubar: test that adding non-supported items is a no-opRichard Moe Gustavsen2024-03-011-11/+3
| * | | | | | | | QQuickMenuBarPrivate: implement menuIndex(menu)Richard Moe Gustavsen2024-02-272-6/+33
| * | | | | | | | QQuickMenuBar: don't delete menus that might still be referenced from QMLRichard Moe Gustavsen2024-02-273-35/+31
| * | | | | | | | QQuickMenuBar: add more validation checksRichard Moe Gustavsen2024-02-231-7/+27
| * | | | | | | | QQuickMenuBar: respect AA_DontUseNativeMenuBarRichard Moe Gustavsen2024-02-223-4/+10
| * | | | | | | | QQuickMenuBar: dismiss menu if it's removed from the menubarRichard Moe Gustavsen2024-02-211-4/+10
| * | | | | | | | Menu: fix mixing non-Menu-related items in with native menusMitch Curtis2024-02-193-22/+45
| * | | | | | | | QQuickMenu: don't assume menuBar is the direct parent of a menuRichard Moe Gustavsen2024-02-152-6/+24
| * | | | | | | | QQuickMenu and MenuBar: remove FINAL from requestNativeRichard Moe Gustavsen2024-02-152-2/+2