summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_mac_objc.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-221-3/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-3/+2
| |\
| | * macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-181-3/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+31
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-0/+31
| |\|
| | * macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-071-0/+31
* | | Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-1/+1
|/ /
* / Fix can not -> cannotRobert Loehning2019-02-251-1/+1
|/
* Track call sites of QMacAutoReleasePools for debugging pool usageTor Arne Vestbø2019-02-131-11/+48
* Add developer documentation on how to debug missing auto-release poolsTor Arne Vestbø2019-02-121-0/+10
* macOS: Optimize detection of dark modeTor Arne Vestbø2019-01-041-2/+5
* macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-031-8/+4
* QtCore: Unify license headersKai Koehne2018-12-221-38/+38
* Improve detection and handling of unsupported Apple platformsTor Arne Vestbø2018-08-251-8/+15
* macOS: Take application appearance into account when drawing glyphsTor Arne Vestbø2018-08-241-2/+17
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+41
|\
| * Access private properties via sandbox-safe API on Apple OSesTor Arne Vestbø2018-06-141-0/+37
| * Fix warning about receiver 'UIApplication' being a forward classTor Arne Vestbø2018-06-091-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-0/+28
|\|
| * Add function to safely access the shared application on Apple platformsTor Arne Vestbø2018-05-301-0/+22
| * Add function to check whether or not we're part of an extension on Apple OSesTor Arne Vestbø2018-05-301-0/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-201-6/+6
|\|
| * Fix runtime platform detection on Apple platformsTor Arne Vestbø2018-04-181-6/+6
* | Clean up our Objective-C usageJake Petroules2018-02-201-7/+8
|/
* macOS: Detect use of heap-allocated QMacAutoReleasePoolTor Arne Vestbø2017-09-081-1/+65
* Fix the safety check preventing apps from running on old OSesJake Petroules2017-08-081-6/+6
* Add a safety check to prevent apps from running on unsupported OSesJake Petroules2017-07-211-0/+30
* doc: Make qdoc comment a regular commentMartin Smith2017-07-191-1/+1
* QDebug: Print more verbose NSObject output if requestedTor Arne Vestbø2017-07-121-1/+5
* macOS: Add root level NSAutoreleasePool for objects autoreleased in main()Tor Arne Vestbø2017-05-081-0/+39
* Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-071-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-11/+0
|\
| * Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-11/+0
* | Long live QOperatingSystemVersion!Jake Petroules2016-09-181-54/+0
|/
* Add support for Apple watchOSJake Petroules2016-08-191-1/+1
* Add support for Apple tvOSMike Krus2016-05-171-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-1/+1
|\
| * Fix build when Qt is used in an automatic reference-counted environmentTor Arne Vestbø2016-04-131-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+2
|\|
| * Wrap legacy APIs in a QT_MAC_DEPLOYMENT_TARGET_BELOW macro.Jake Petroules2016-02-181-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-0/+148
|\|
| * Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-291-0/+148
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-0/+17
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Add QDebug support for NSObject and a few selected CoreFoundation typesTor Arne Vestbø2015-01-181-0/+34
* Use new, supported APIs in OS X 10.10 and iOS 8.0 to get the OS version.Jake Petroules2014-09-121-23/+44
* iOS: Use separate release pool for qt_ios_version()Tor Arne Vestbø2013-11-221-0/+5
* Add QSysInfo::MacVersion enum values and parsing for iOSTor Arne Vestbø2013-11-211-0/+25