summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamenuloader.mm
Commit message (Expand)AuthorAgeFilesLines
* QCocoaMenuLoader: get rid of lastAppSpecificItemTimur Pocheptsov2019-08-081-21/+27
* macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-18/+15
|\
| * QCocoaMenuLoader - ensure that ensureAppMenuInMenu indeed, ensuresGabriel de Dietrich2018-08-011-18/+15
* | Cocoa Menus: Clean up codeGabriel de Dietrich2018-04-261-16/+15
* | QCocoaNSMenuItem: Add default initializerGabriel de Dietrich2018-04-251-5/+4
* | Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-1/+1
* | Cocoa Menus: Allow separators in app menuGabriel de Dietrich2018-04-191-5/+8
* | QCocoaMenuLoader: Add app specific items after PreferencesGabriel de Dietrich2018-04-191-6/+9
* | Cocoa Menus: Use the responder chain for menu items target/actionGabriel de Dietrich2018-04-191-66/+31
* | Clean up our Objective-C usageJake Petroules2018-02-201-4/+17
|/
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+6
|\
| * Cocoa: Disable “Hide” menu item on open popupsMorten Johan Sørvig2017-12-041-2/+6
* | Cocoa QPA: Delete singletons on exitGabriel de Dietrich2017-12-261-2/+6
|/
* Cocoa QPA: Code clean up, make some bits more readableGabriel de Dietrich2017-10-241-13/+7
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-7/+7
* Make QCocoaMenuLoader a singletonGabriel de Dietrich2016-07-221-3/+13
* QCocoaMenuLoader: Remove NIB fileGabriel de Dietrich2016-07-211-84/+103
* Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* qt_mac_loadMenuNib: Prevent stale NIB files by diffing file sizeTor Arne Vestbø2014-12-051-1/+5
* Cocoa: Adapt to Xcode 6 clang version sudden pickinessGabriel de Dietrich2014-06-031-1/+1
* Mac: Use QString::toNSString in QtBase.Morten Johan Sørvig2014-04-031-2/+1
* Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-161-2/+2
* Increase the loopLevel when activating menu items.Morten Johan Sørvig2013-04-261-0/+3
* Move Mac translations to .cpp file for lupdate to pick them up.Friedemann Kleint2013-04-231-24/+1
* Fix duplicated application menu items on Mac OSChris Meyer2013-03-201-2/+8
* Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix namespace compilation on OSX.Toby Tomkins2012-06-141-2/+2
* Cocoa implementation of QPA menu interface.James Turner2012-05-191-27/+53
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-191-3/+6
* Fix incorrect state of show/hide menu items in Mac application menuPasi Matilainen2012-04-161-0/+12
* Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-281-1/+1
* Fix a double-release when loading NIB filesJamie Kirkpatrick2012-02-291-1/+0
* Move QString <-> NSString conversion to QtCoreMorten Johan Sorvig2012-02-021-8/+8
* 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
* Clang Build Fix: Cocoa platform pluginTakumi ASAKI2011-09-091-1/+1
* Cocoa: QMenu refactor.Morten Sorvig2011-09-071-10/+14
* Cocoa: Load the standard app menu.Morten Sorvig2011-08-291-0/+310