summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaapplicationdelegate.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling: neccessary -> necessaryMorten Johan Sørvig2017-03-221-1/+1
* Cocoa: Unbreak app activation on macOS SierraMorten Johan Sørvig2016-12-081-5/+9
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-2/+2
* Cocoa QPA Menus: Clean-up QCocoaMenuLoader related codeGabriel de Dietrich2016-08-011-12/+1
* QCocoaApplicationDelegate: Remove unused functionGabriel de Dietrich2016-07-231-6/+0
* Make QCocoaMenuLoader a singletonGabriel de Dietrich2016-07-221-6/+4
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Cocoa: Don't send duplicate close events.Morten Johan Sørvig2015-09-251-6/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * Cocoa: QCocoaApplicationDelegate - correctly install cleanup handlerTim Blechmann2015-06-041-1/+1
* | Cocoa integration - menus and Qt::Tool windowsTimur Pocheptsov2015-03-271-0/+5
|/
* Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-201-0/+2
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* OS X - maximize app's window from the Dock or using cmd-tabTimur Pocheptsov2014-10-211-1/+1
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+3
|\
| * OSX: emit aboutToShow signal for top-level dock menu.Erik Verbruggen2014-09-161-0/+3
* | Revert "Session management for OS X"Olivier Goffart2014-07-131-17/+14
* | Session management for OS XSamuel Gaist2014-07-101-14/+17
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-1/+1
|\|
| * OS X: when opening a URL via QFileOpenEvent, pass as QUrlShawn Rutledge2014-07-021-1/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-1/+8
|\|
| * Cocoa: Don't send duplicate close events.Morten Johan Sørvig2014-06-101-1/+8
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-1/+1
|\|
| * Cocoa: Adapt to Xcode 6 clang version sudden pickinessGabriel de Dietrich2014-06-031-1/+1
* | OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-241-0/+22
|/
* Cocoa: Close windows with QWSI::handleCloseEvent()Morten Johan Sørvig2014-03-201-1/+2
* Cocoa: Establish pattern for accessing globalsMorten Johan Sørvig2014-02-041-1/+1
* QCocoaApplicationDelegate: Play nice with the user's application delegateGabriel de Dietrich2013-09-251-7/+6
* Revert Mac event loop changes.Morten Johan Sørvig2013-09-021-5/+72
* Make QGuiApplication::exec() run within NSApplicationMain()Gabriel de Dietrich2013-08-291-72/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-0/+1
|\
| * Cocoa: Remove compilation warningGabriel de Dietrich2013-06-121-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-1/+15
|\|
| * Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-231-1/+15
* | Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-161-6/+6
|/
* Make qt_setDockMenu work and call it.Morten Johan Sørvig2013-03-291-1/+2
* Remove unused variables in the Cocoa pluginMorten Johan Sørvig2013-03-241-1/+0
* Cocoa: Improve expose event handling.Morten Johan Sørvig2013-03-061-0/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Cocoa: Disable malfunctioning updateScreens().Morten Johan Sørvig2012-11-021-6/+0
* osx: support for QScreen changes at runtime, and physical dimensionsShawn Rutledge2012-10-081-1/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Cocoa: re-enable getUrl: and appleEventQuit: AppleEvent handlersBradley T. Hughes2012-06-121-8/+38
* Cocoa: Remove unused QApplicationPrivate from QCocoaApplicationDelegateBradley T. Hughes2012-06-121-10/+0
* Cocoa: do not terminate applications prematurelyBradley T. Hughes2012-06-121-10/+34
* Cocoa implementation of QPA menu interface.James Turner2012-05-191-1/+1