summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamenubar.mm
Commit message (Expand)AuthorAgeFilesLines
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-5/+4
* Cocoa integration - menus and Qt::Tool windowsTimur Pocheptsov2015-03-271-2/+16
* Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-201-0/+4
* OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+2
* Update copyright headersJani Heikkinen2015-02-111-21/+13
* Cocoa: Keep menu invisible when adding it to a menubarDaiwei Li2015-02-031-1/+3
* Cocoa: Force menubar update after inserting a new menuGabriel de Dietrich2014-04-161-0/+2
* OSX: add several menuitem roles to support menu shortcuts in dialogsShawn Rutledge2014-04-071-0/+63
* Delete the children before updating the Cocoa menubarAndy Shaw2014-02-121-0/+4
* Fix crash regression for ApplicationWindow on MacJens Bache-Wiig2013-11-211-0/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-8/+10
|\
| * Cocoa: Allow to hide menu items in menubarGabriel de Dietrich2013-08-131-8/+10
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-0/+5
|\|
| * Cocoa: Don't update the menubar when popups are shownGabriel de Dietrich2013-06-271-0/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-21/+47
|\|
| * Cocoa:Fixed crash when sharing QMenu between two QMenuBar instancesRomain Perier2013-06-071-21/+47
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-0/+11
|\|
| * Cocoa: Hide empty menus from the menubarGabriel de Dietrich2013-05-301-0/+11
* | Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-161-2/+2
|/
* 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