summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamenu.mm
Commit message (Expand)AuthorAgeFilesLines
* QCocoaMenu: fix crash when app quits while menu is openMitch Curtis8 hours1-1/+3
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+1
* cocoa: use const method moreAnton Kudryavtsev2023-09-091-1/+1
* QComboBox on macOS: guard against destruction while native popup is openVolker Hilsheimer2023-09-081-0/+9
* macOS: Use submenuAction: as action for sub-menu menu itemsTimur Pocheptsov2023-06-131-0/+4
* macOS: Add logging category for menu machineryTor Arne Vestbø2023-03-201-6/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-5/+5
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* macOS: fix separator actions not showing in menusVolker Hilsheimer2021-07-051-14/+9
* macOS: don't show invisible separator itemsVolker Hilsheimer2021-05-271-3/+7
* Don't disable menu items that belong to the active modal windowVolker Hilsheimer2021-04-121-0/+11
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-1/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-1/+1
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-071-0/+7
* macOS: Clean up headersTor Arne Vestbø2020-06-051-0/+2
* macOS: Decide enabled state of menu items correctlyVolker Hilsheimer2020-01-231-1/+1
* NSMenuItem/NSMenu - set the submenu properlyTimur Pocheptsov2019-06-211-0/+10
* Cocoa: Clear the shortcut used when hiding a native menu entryAndy Shaw2019-03-211-0/+3
* macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-1/+1
* Cocoa Menus: Clean up codeGabriel de Dietrich2018-04-261-24/+23
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-6/+6
* Cocoa Menus: Allow separators in app menuGabriel de Dietrich2018-04-191-1/+1
* Cocoa Menus: Use the responder chain for menu items target/actionGabriel de Dietrich2018-04-191-11/+4
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-081-2/+8
|\
| * QCocoaMenuItem: Make QCocoaNSMenu the item targetGabriel de Dietrich2018-03-071-2/+8
* | Clean up our Objective-C usageJake Petroules2018-02-201-3/+1
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-2/+5
|\
| * macOS: fix menu positioning on high-DPIJ-P Nurmi2018-02-051-2/+4
* | QCocoaMenu: Derive custom NSMenu class, make delegate a singletonGabriel de Dietrich2017-12-191-215/+7
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+15
|\|
| * QCocoaMenu: Attach menu items when updating the menubarGabriel de Dietrich2017-11-051-1/+15
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+1
|\|
| * QCocoaMenu: Stop update timerGabriel de Dietrich2017-08-281-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-2/+24
|\|
| * QCocoaMenu: Sync menubar menu when adding itemsGabriel de Dietrich2017-08-151-0/+7
| * QCocoaMenu: De-pessimize the number of calls to validateMenuItem:Gabriel de Dietrich2017-08-151-2/+17
* | Make platform menu tag/setTag not be pure virtualAlbert Astals Cid2017-04-181-1/+0
|/
* macOS: Don't try to cast foreign windows to QNSViewTor Arne Vestbø2017-02-111-2/+2
* QCocoMenu: Fix patch b2f78b796b5b73d4Gabriel de Dietrich2016-12-161-1/+1
* QCocoaMenu: Don't rely on tags when we can get the actual NSMenuItemGabriel de Dietrich2016-12-081-3/+2
* QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2016-12-081-7/+13
* QCocoaMenu: Force NSMenuValidation when syncing itemsGabriel de Dietrich2016-11-161-4/+13
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-2/+2
* macOS: Rename m_contentView to m_view, to distinguish from [NSWindow contentV...Tor Arne Vestbø2016-10-051-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-14/+23
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-14/+23
| |\
| | * Cocoa QPA Menus: Propagate enabled state downwardsGabriel de Dietrich2016-08-171-14/+23