summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaapplicationdelegate.mm
Commit message (Expand)AuthorAgeFilesLines
* Session management for macOSSamuel Gaist2019-12-021-1/+15
* Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-2/+2
* Propagate application termination requests through QPATor Arne Vestbø2019-10-191-19/+12
* macOS: Merge [QCocoaApplicationDelegate canQuit] into callsiteTor Arne Vestbø2019-10-191-30/+24
* macOS: Let system decide whether modal window should prevent app terminationTor Arne Vestbø2019-10-181-22/+3
* macOS: Don't dismiss menu during applicationShouldTerminateTor Arne Vestbø2019-10-161-2/+0
* macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-151-1/+1
* macOS: Don't override event handler for kAEQuitApplicationTor Arne Vestbø2019-10-111-13/+0
* macOS: Simplify reflection delegate handling in QCocoaApplicationDelegateTor Arne Vestbø2019-10-111-25/+10
* macOS: Decouple screen property updates from application delegateTor Arne Vestbø2019-02-201-12/+0
* macOS: Remove special handling for hiding tool windows on application hideTor Arne Vestbø2019-02-201-36/+0
* macOS: Remove dead code in window activation handlingTor Arne Vestbø2019-02-181-24/+0
* macOS: restore hidden popup windowsRafael Roquetto2018-10-281-2/+20
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-7/+5
* Cocoa Menus: Add support for menu items in window-less appsGabriel de Dietrich2018-05-231-13/+54
* Clean up our Objective-C usageJake Petroules2018-02-201-7/+11
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-0/+18
|\
| * Cocoa: Explicitly hide popup windows when the application is hiddenAndy Shaw2018-01-251-0/+18
* | Cocoa QPA: Delete singletons on exitGabriel de Dietrich2017-12-261-29/+12
* | Clean up OS version checks for Apple platformsJake Petroules2017-09-291-1/+1
|/
* 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