summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamenuitem.mm
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Allow delayed title setting in menu itemsGabriel de Dietrich2013-05-301-2/+3
* Cocoa: Improve text heuristic menu item syncing logicGabriel de Dietrich2013-04-251-2/+21
* Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-251-0/+3
* Cocoa: Remove dead code in QCocoaMenu*Gabriel de Dietrich2013-04-251-15/+2
* Move Mac translations to .cpp file for lupdate to pick them up.Friedemann Kleint2013-04-231-15/+12
* Cocoa Menu: Remove unnecessary retain, release/retain in the right orderGabriel de Dietrich2013-04-181-5/+2
* If the menu item is merged then we should not release itAndy Shaw2013-04-031-2/+2
* Fix duplicated application menu items on Mac OSChris Meyer2013-03-201-1/+1
* Cocoa: Compile with Qt in a namespace.Morten Johan Sørvig2013-02-231-1/+4
* Fix syncing of visibility and enabled for menus on CocoaAndy Shaw2012-10-261-1/+1
* Change Q_ASSERT to warnings and returns for the menu classesAndy Shaw2012-10-031-1/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* Convert QPA menus to use QIcon, and enable icons.James Turner2012-06-271-2/+3
* Fix Mac menu-merging case-sensitivity.James Turner2012-06-111-9/+11
* Cocoa implementation of QPA menu interface.James Turner2012-05-191-0/+358