summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaapplication.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-151-3/+3
* macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-3/+3
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-1/+1
* macOS: Replace category methods with functionsPavol Markovic2018-01-101-25/+5
* Cocoa: Force sending key equivalent up eventsGabriel de Dietrich2016-11-151-2/+22
* Cocoa QPA Menus: Clean-up QCocoaMenuLoader related codeGabriel de Dietrich2016-08-011-5/+0
* Use quotes instead of angle brackets for local includes in cocoa plugin.Jake Petroules2016-04-011-4/+4
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Introduce Qt::AA_PluginApplication replacing Qt::AA_MacPluginApplication.Friedemann Kleint2015-09-011-2/+2
* Mangle QNSApplication and methods into a namespaceMelanie Cappelaere2015-07-141-10/+10
* Cocoa: fix compiler warning.Erik Verbruggen2015-04-221-1/+1
* Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-201-5/+5
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-23/+15
* cocoa: don't override NSApplication-sendEvent if configured as AA_MacPluginAp...Tim Blechmann2014-09-151-0/+10
* Fix compiler warning for cast from int to id.Erik Verbruggen2013-11-151-2/+2
* Revert Mac event loop changes.Morten Johan Sørvig2013-09-021-15/+31
* Make QGuiApplication::exec() run within NSApplicationMain()Gabriel de Dietrich2013-08-291-31/+15
* Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-161-5/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Support native event filter for Mac OS XLiang Qi2012-11-091-12/+16
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-25/+25
* Cocoa: Remove unused QApplicationPrivate from QCocoaApplicationDelegateBradley T. Hughes2012-06-121-5/+0
* Cocoa implementation of QPA menu interface.James Turner2012-05-191-11/+0
* 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
* Add check to make sure qApp exists before usingChris Meyer2011-12-191-1/+1
* Cocoa: clean up compiler warnings.Morten Sorvig2011-10-231-0/+2
* Cocoa: Fix spelling errors in comments.Morten Sorvig2011-10-031-1/+1
* Cocoa: QMenu refactor.Morten Sorvig2011-09-071-0/+227