summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioseventdispatcher.mm
Commit message (Expand)AuthorAgeFilesLines
* QAtomic*: purge deprecated load() and save() methodsEdward Welbourne2020-08-141-2/+3
* Export lcEventDispatcher in private namespaceTor Arne Vestbø2019-10-031-0/+2
* Make QEventDispatcherCoreFoundaton work on secondary threadsMorten Johan Sørvig2018-08-091-2/+3
* iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-04-101-27/+37
* Allow log messages to be grouped by activity on Apple OSesTor Arne Vestbø2018-03-151-2/+30
* Clean up our Objective-C usageJake Petroules2018-02-201-1/+1
* Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-051-20/+19
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-5/+9
|\
| * iOS: Improve logging during application startupTor Arne Vestbø2017-11-291-5/+7
| * iOS: Deliver all QWindowSystemInterface events synchronouslyTor Arne Vestbø2017-11-281-0/+2
* | iOS: Fix implicit conversion warning in QIOSEventDispatcherTor Arne Vestbø2017-09-041-1/+1
|/
* Factor out usage of a private symbol by the iOS platform plugin.Jake Petroules2016-02-191-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-2/+2
* Make the CoreFoundation event dispatcher depend on QtCore onlyMorten Johan Sørvig2015-10-131-0/+21
* iOS: Use LC_MAIN to wrap user main() instead of mangling object filesTor Arne Vestbø2015-06-291-14/+3
* iOS: Clean up style in Objective-C message signaturesTor Arne Vestbø2015-05-241-3/+3
* iOS: Only use root level native runloop if at first level of processEventsTor Arne Vestbø2015-03-101-12/+8
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* iOS: Update integrated event dispatcher to support 64-bit x86Tor Arne Vestbø2014-11-051-2/+7
* iOS: update qtmn doc to use the actual function nameRichard Moe Gustavsen2014-10-271-3/+3
* iOS: Make room for zero-terminator when building argv from NSProcessInfoTor Arne Vestbø2014-10-251-2/+8
* iOS: Use in-place string renaming to rename main() instead of ldTor Arne Vestbø2014-01-061-2/+2
* iOS: move infoPlistValue to qiosglobalRichard Moe Gustavsen2013-12-041-7/+0
* iOS: Fix logic for determining whether to exit the root event loopTor Arne Vestbø2013-10-301-30/+8
* iOS: Wrap user's main by renaming symbol and relying on weak linkingTor Arne Vestbø2013-10-171-3/+14
* iOS: Mark argument as unused for release buildsTor Arne Vestbø2013-10-171-0/+1
* iOS: Generalize jumping event-dispatcher to handle QEventLoop:exec()Tor Arne Vestbø2013-10-091-36/+30
* iOS: Handle qApp re-exec after application termination from iOS' sideTor Arne Vestbø2013-10-091-2/+13
* iOS: Use PROT_READ, not PROT_NONE, for custom stack memory guardTor Arne Vestbø2013-10-031-1/+3
* iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-131-0/+522
* Move iOS event dispatcher from platform plugin to platform support.Ian Dean2013-06-131-322/+0
* iOS: Implement socket notifiers.Morten Johan Sørvig2013-02-271-4/+6
* iOS: remove warning from unused function in QIOSEventDispatcherRichard Moe Gustavsen2013-02-271-1/+1
* iOS: Ensure UIApplicationMain is started before QApplication by wrapping main()Tor Arne Vestbø2013-02-271-12/+2
* iOS: support stand-alone qApp->processEvents callsRichard Moe Gustavsen2013-02-271-2/+7
* iOS: implement QEventLoop support in the event dispatcherRichard Moe Gustavsen2013-02-271-2/+6
* iOS: support killing timersRichard Moe Gustavsen2013-02-271-12/+42
* iOS: call UIApplicationMain from event dispatcher, and add application delegateRichard Moe Gustavsen2013-02-271-36/+22
* iOS: QIOSEventDispatcher: implement timer supportRichard Moe Gustavsen2013-02-271-17/+119
* iOS: QIOSEventDispatcher: add runloop source for processing eventsRichard Moe Gustavsen2013-02-271-6/+55
* iOS: fix build issue, dont link against cocoaRichard Moe Gustavsen2013-02-261-1/+1
* iOS: copy brute-force port of Qt4 uikit plugin into Qt5.Richard Moe Gustavsen2013-02-261-0/+154