summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamenuitem.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+8
|\
| * NSMenuItem/NSMenu - set the submenu properlyTimur Pocheptsov2019-06-211-0/+8
* | QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
|/
* QCocoaMenuItem: ignore font hintsTimur Pocheptsov2018-10-191-16/+2
* macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-5/+5
* Cocoa Menus: Refactor QCocoaMenuItem::sync()Gabriel de Dietrich2018-04-261-48/+41
* Cocoa Menus: Clean up codeGabriel de Dietrich2018-04-261-20/+20
* Cocoa QPA: Remove uses of NULLGabriel de Dietrich2018-04-251-2/+2
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-2/+2
* Cocoa Menus: Allow separators in app menuGabriel de Dietrich2018-04-191-5/+7
* Cocoa Menus: Use the responder chain for menu items target/actionGabriel de Dietrich2018-04-191-7/+41
* Clean up our Objective-C usageJake Petroules2018-02-201-5/+2
* Migrate Cocoa QPA backend to use QRegularExpressionSamuel Gaist2017-12-301-1/+3
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-4/+0
|\
| * QCocoaMenuItem: Don't clear NSMenuItem.action when setting submenuGabriel de Dietrich2017-11-071-4/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-7/+3
|\|
| * Cocoa QPA: Code clean up, make some bits more readableGabriel de Dietrich2017-10-241-7/+3
* | Make platform menu tag/setTag not be pure virtualAlbert Astals Cid2017-04-181-1/+0
|/
* QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2016-12-081-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-251-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-251-1/+1
| |\
| | * If there are no available sizes, then fallback to the requested sizeAndy Shaw2016-11-231-1/+1
* | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-4/+4
* | | macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-181-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-14/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-14/+28
| |\|
| | * Cocoa QPA Menus: Propagate enabled state downwardsGabriel de Dietrich2016-08-171-14/+28
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-1/+12
* | | Cocoa QPA Menus: Clean-up QCocoaMenuLoader related codeGabriel de Dietrich2016-08-011-9/+3
|/ /
* | 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