summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_cf.mm
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcher*: port the Unix dispatchers to V2Thiago Macieira2024-03-131-11/+15
* QTimerInfoList: change timerWait() to return std::optional<ms>Ahmad Samir2023-08-111-12/+14
* QTimerInfoList: don't inherit from a container in an exported classAhmad Samir2023-07-191-1/+1
* QEventDispatcherCoreFoundation: fix #include moc location in the fileThiago Macieira2022-07-201-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* QEventDispatcherCF: avoid QFlags->int implicit castsGiuseppe D'Angelo2021-05-181-1/+1
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-081-1/+1
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-22/+1
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* Export lcEventDispatcher in private namespaceTor Arne Vestbø2019-10-031-3/+8
* Replace use of deprecated API in macOS event dispatchersTor Arne Vestbø2019-09-281-1/+1
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* Doc: Fix various documentation warningsTopi Reinio2018-11-061-1/+1
* Make QEventDispatcherCoreFoundaton work on secondary threadsMorten Johan Sørvig2018-08-091-6/+17
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-11/+6
|\
| * Add function to safely access the shared application on Apple platformsTor Arne Vestbø2018-05-301-11/+6
* | iOS: Document why we're using a runloop mode tracker in our event dispatcherTor Arne Vestbø2018-04-231-0/+18
* | Allow log messages to be grouped by activity on Apple OSesTor Arne Vestbø2018-03-151-0/+5
* | Clean up our Objective-C usageJake Petroules2018-02-201-15/+15
|/
* Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-051-48/+39
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-2/+3
|\
| * Wrap RunLoopModeTracker into Objective-C namespacePavol Markovic2017-02-221-2/+3
* | Build Qt libraries with -fapplication-extensionJake Petroules2017-01-271-1/+2
|/
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-2/+2
* Add support for Apple watchOSJake Petroules2016-08-191-0/+4
* Factor out usage of a private symbol by the iOS platform plugin.Jake Petroules2016-02-191-4/+8
* Updated license headersJani Heikkinen2016-01-151-14/+20
* OSX: fix build.Erik Verbruggen2015-11-211-1/+2
* Make CoreFoundation event dispatcher available on OS X alsoTimur Pocheptsov2015-11-131-1/+9
* Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-161-0/+624