summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamenubar.mm
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Don't update the menubar when popups are shownGabriel de Dietrich2013-06-271-0/+5
* Cocoa:Fixed crash when sharing QMenu between two QMenuBar instancesRomain Perier2013-06-071-21/+47
* Cocoa: Hide empty menus from the menubarGabriel de Dietrich2013-05-301-0/+11
* Cocoa: Improve text heuristic menu item syncing logicGabriel de Dietrich2013-04-251-1/+4
* Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-251-0/+3
* Add autorelease pools needed by Qt Creator.Morten Johan Sørvig2013-04-151-0/+2
* qcocamenubar: force update after destructorFawzi Mohamed2013-02-281-1/+3
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-2/+2
* Change Q_ASSERT to warnings and returns for the menu classesAndy Shaw2012-10-031-3/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* CocoaPlugin: add missing auto release poolsRichard Moe Gustavsen2012-09-121-0/+1
* Minor QPlatformMenu API cleanup.Morten Johan Sorvig2012-05-231-2/+2
* Cocoa implementation of QPA menu interface.James Turner2012-05-191-0/+254