summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamenuloader.mm
Commit message (Expand)AuthorAgeFilesLines
* 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