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