summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamenuitem.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+2
|\
| * Cocoa integration - avoid dangling menuitem pointerTimur Pocheptsov2016-05-101-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-7/+9
|\|
| * QCocoaMenus: Use mix-in pattern to implement menu hierarchyGabriel de Dietrich2016-03-221-7/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-17/+0
|\|
| * QCocoaMenu: Decouple NSMenuItem from NSMenuGabriel de Dietrich2016-03-161-17/+0
* | Updated license headersJani Heikkinen2016-01-151-13/+19
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-2/+2
|\|
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-2/+4
|\|
| * QWidgetAction: Don't deactivate the current window on MacGabriel de Dietrich2015-10-231-2/+4
* | iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-041-1/+3
|/
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-3/+2
* Cocoa: Remove NSMenuItem setEnabled used in wrong way.Christoph Schleifenbaum2015-04-161-2/+1
* Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-201-0/+4
* QCocoaMenuItem: Fixed Delete key symbol in native menubarFilipe Azevedo2015-03-161-0/+3
* 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/+4
* Fix QAction::setFont crash on OSX, when font is unknown.David Faure2014-11-211-7/+12
* OS X: rename special menu items instead of duplicatingTimur Pocheptsov2014-10-101-4/+7
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-061-2/+14
|\
| * QCocoaMenu: Keep a reference to the containing menu itemGabriel de Dietrich2014-09-291-2/+14
* | Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-201-2/+8
|/
* Empty icons and Cocoa menu items.Timur Pocheptsov2014-07-021-3/+4
* Cocoa: Do not process ampersands in menus twice.Christoph Schleifenbaum2014-05-211-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-031-0/+2
|\
| * Cocoa QPA Menu: Clear menu items' Cocoa ancestor on destructionGabriel de Dietrich2014-05-021-0/+2
* | QPA: Adding API to support QWidgetAction on MacGabriel de Dietrich2014-04-171-0/+15
|/
* OSX: add several menuitem roles to support menu shortcuts in dialogsShawn Rutledge2014-04-071-2/+13
* Cocoa Menus: Give platform menu ownership back to QWidgetsGabriel de Dietrich2014-02-261-5/+5
* Different native Cocoa menu fixes.Christoph Schleifenbaum2013-10-291-0/+4
* Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+2
|\
| * Cocoa: Let Cocoa pick the right pixmap for menu item iconsGabriel de Dietrich2013-07-011-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-2/+3
|\|
| * Cocoa: Allow delayed title setting in menu itemsGabriel de Dietrich2013-05-301-2/+3
* | Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-161-4/+4
|/
* 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