summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamenu.mm
Commit message (Expand)AuthorAgeFilesLines
* Cocoa:Fixed crash when sharing QMenu between two QMenuBar instancesRomain Perier2013-06-071-1/+12
* Cocoa: Use actual modifiers when sending ShortcutOverride eventGabriel de Dietrich2013-05-281-1/+1
* Ensure the hovered signal is emitted for the action and menu for CocoaAndy Shaw2013-05-131-0/+10
* 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
* Add QCocoaAutoReleasePool to QCocoaMenu::setTextMorten Johan Sorvig2012-07-271-0/+1
* Fix namespace compilation on OSX.Toby Tomkins2012-06-141-2/+6
* Do not set an action on native submenu items on MacPasi Matilainen2012-06-061-1/+2
* Cocoa implementation of QPA menu interface.James Turner2012-05-191-175/+190
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Cocoa: QMenu refactor.Morten Sorvig2011-09-071-0/+267