summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamenu.mm
Commit message (Expand)AuthorAgeFilesLines
...
* OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+2
* Update copyright headersJani Heikkinen2015-02-111-21/+13
* Revert "OS X: rename special menu items instead of duplicating"Timur Pocheptsov2014-12-221-7/+2
* OS X: rename special menu items instead of duplicatingTimur Pocheptsov2014-10-101-2/+7
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-061-1/+16
|\
| * QCocoaMenu: Keep a reference to the containing menu itemGabriel de Dietrich2014-09-291-1/+16
* | cocoa: override new QPlatformMenu::popup() functionRichard Moe Gustavsen2014-09-291-1/+2
|/
* OS X: Fix positioning of popup menus in case of native NSWindowsEike Ziller2014-09-161-3/+2
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-031-0/+4
|\
| * Cocoa QPA Menu: Clear menu items' Cocoa ancestor on destructionGabriel de Dietrich2014-05-021-0/+4
* | QPA: Adding API to support QWidgetAction on MacGabriel de Dietrich2014-04-171-0/+5
|/
* Cocoa: Set the COCOA_MENU_ANCESTOR() also when sync'ingGabriel de Dietrich2014-04-101-1/+1
* Cocoa Menus: Give platform menu ownership back to QWidgetsGabriel de Dietrich2014-02-261-4/+4
* Cocoa Menu: Set keyboard modifiers when item is activatedGabriel de Dietrich2014-02-261-0/+1
* Different native Cocoa menu fixes.Christoph Schleifenbaum2013-10-291-11/+15
* Fix compile warnings on 10.6Morten Johan Sorvig2013-10-251-0/+1
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-0/+2
|\
| * Cocoa: Fix NSMenu popup coordinatesGabriel de Dietrich2013-09-041-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-0/+2
|\|
| * Cocoa: Allow to hide menu items in menubarGabriel de Dietrich2013-08-131-0/+2
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-0/+2
|\|
| * Cocoa: Re-establish platform menu QObject hierarchyGabriel de Dietrich2013-07-021-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-1/+12
|\|
| * Cocoa:Fixed crash when sharing QMenu between two QMenuBar instancesRomain Perier2013-06-071-1/+12
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-1/+1
|\|
| * Cocoa: Use actual modifiers when sending ShortcutOverride eventGabriel de Dietrich2013-05-281-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-0/+10
|\|
| * Ensure the hovered signal is emitted for the action and menu for CocoaAndy Shaw2013-05-131-0/+10
* | Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-161-4/+6
|/
* Don't crash on null QCoocaMenuItem.Morten Johan Sørvig2013-04-261-2/+4
* Increase the loopLevel when activating menu items.Morten Johan Sørvig2013-04-261-0/+3
* Fix shortcut override for menusFrederik Gladhorn2013-04-261-0/+95
* Cocoa: Improve text heuristic menu item syncing logicGabriel de Dietrich2013-04-251-2/+13
* Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-251-0/+5
* Cocoa: Remove dead code in QCocoaMenu*Gabriel de Dietrich2013-04-251-5/+0
* Mac: Fix various memory leaksGabriel de Dietrich2013-04-181-2/+2
* Cocoa: Fix menu popup, againGabriel de Dietrich2013-04-161-28/+38
* Add autorelease pools needed by Qt Creator.Morten Johan Sørvig2013-04-151-0/+2
* Cocoa: Fix popup menus on modal windowsGabriel de Dietrich2013-04-151-3/+33
* Cocoa QPA: Make QCocoaMenu::menuItemAt() more robustGabriel de Dietrich2013-02-181-1/+4
* QPA Cocoa Menu: Make sure mouse button state is clean after popupGabriel de Dietrich2013-02-111-12/+5
* Cocoa: Make QCocoaMenu::showPopup() more robustGabriel de Dietrich2013-01-211-2/+2
* QPA, Cocoa: Add platform popup menusGabriel de Dietrich2013-01-111-0/+37
* Cocoa: application menu items sometimes get duplicatedRichard Moe Gustavsen2012-11-141-3/+17
* Fix syncing of visibility and enabled for menus on CocoaAndy Shaw2012-10-261-0/+6
* Check if there is an old item before removing itAndy Shaw2012-10-161-3/+2
* Change Q_ASSERT to warnings and returns for the menu classesAndy Shaw2012-10-031-6/+26
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* CocoaPlugin: add missing auto release poolsRichard Moe Gustavsen2012-09-121-0/+4
* Fix missing cleanup of native Cocoa menus.James Turner2012-08-281-0/+10