summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_mac_p.h
Commit message (Expand)AuthorAgeFilesLines
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* macOS: Add helper function to check whether we're running under RosettaTor Arne Vestbø2021-07-271-0/+1
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-161-4/+2
* Tweak naming of QT_OVERLOADED_MACRO variantsTor Arne Vestbø2021-05-041-4/+4
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-241-8/+15
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-27/+10
* QAppleLogActivity: add a swap() methodGiuseppe D'Angelo2020-10-031-0/+6
* QMacKeyValueObserver: code tidiesGiuseppe D'Angelo2020-10-031-8/+9
* Teach QMacVersion to deal with 32-bit Mach-O headersTor Arne Vestbø2020-08-051-4/+0
* Fix no-PCH build on Apple platformsTor Arne Vestbø2020-07-291-0/+1
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-291-0/+29
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-021-2/+0
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-7/+0
* macOS: Clean up headersTor Arne Vestbø2020-06-051-19/+34
* Simplify creating QCFTypes from CFTypeRefsTor Arne Vestbø2019-10-041-1/+4
* Add explicit QDebug stream operator for QCFStringTor Arne Vestbø2019-10-041-0/+1
* macOS: Add missing export of QDebug stream operator for QMacAutoReleasePoolTor Arne Vestbø2019-10-041-1/+1
* Give some TLC to QAppleRefCountedMarc Mutz2019-08-091-2/+10
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-221-3/+7
|\
| * macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-181-3/+7
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-8/+63
|\|
| * macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-071-0/+55
| * Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-291-8/+8
* | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-1/+1
|/
* testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-051-0/+1
* CoreText: Use QCFType to track CoreFoundation member variablesTor Arne Vestbø2018-11-281-1/+1
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-65/+14
* Weak-import global objects used for logging on Apple platformsTor Arne Vestbø2018-08-251-0/+3
* Improve detection and handling of unsupported Apple platformsTor Arne Vestbø2018-08-251-1/+0
* macOS: Take application appearance into account when drawing glyphsTor Arne Vestbø2018-08-241-1/+2
* Add private helper class QMacScopedObserverTor Arne Vestbø2018-08-061-0/+44
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+11
|\
| * Access private properties via sandbox-safe API on Apple OSesTor Arne Vestbø2018-06-141-0/+11
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-0/+14
|\|
| * Add function to safely access the shared application on Apple platformsTor Arne Vestbø2018-05-301-0/+13
| * Add function to check whether or not we're part of an extension on Apple OSesTor Arne Vestbø2018-05-301-0/+1
* | Allow log messages to be grouped by activity on Apple OSesTor Arne Vestbø2018-03-151-2/+128
|/
* Add support for Apple Unified LoggingTor Arne Vestbø2018-02-121-0/+31
* macOS: Detect use of heap-allocated QMacAutoReleasePoolTor Arne Vestbø2017-09-081-0/+4
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+2
|\
| * Fix QCFType::constructFromGet() crash when passed a nullptrTor Arne Vestbø2017-08-241-1/+2
* | Add a safety check to prevent apps from running on unsupported OSesJake Petroules2017-07-211-0/+2
* | macOS: Add root level NSAutoreleasePool for objects autoreleased in main()Tor Arne Vestbø2017-05-081-0/+13
* | Fix up QAppleRefCounted APIJake Petroules2017-04-011-17/+14
* | Add QAppleRefCounted template as the base of QCFTypeJake Petroules2017-04-011-19/+25
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-6/+0
|\
| * Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-6/+0
* | Long live QOperatingSystemVersion!Jake Petroules2016-09-181-6/+0
|/
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-0/+5
|\