summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioseventdispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-04-101-2/+13
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-161-1/+1
* Make the CoreFoundation event dispatcher depend on QtCore onlyMorten Johan Sørvig2015-10-131-0/+1
* iOS: Only use root level native runloop if at first level of processEventsTor Arne Vestbø2015-03-101-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* iOS: Fix logic for determining whether to exit the root event loopTor Arne Vestbø2013-10-301-2/+0
* iOS: Generalize jumping event-dispatcher to handle QEventLoop:exec()Tor Arne Vestbø2013-10-091-3/+3
* iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-131-0/+71
* Move iOS event dispatcher from platform plugin to platform support.Ian Dean2013-06-131-133/+0
* iOS: Implement socket notifiers.Morten Johan Sørvig2013-02-271-0/+3
* iOS: implement QEventLoop support in the event dispatcherRichard Moe Gustavsen2013-02-271-0/+2
* iOS: QIOSEventDispatcher: implement timer supportRichard Moe Gustavsen2013-02-271-2/+13
* iOS: QIOSEventDispatcher: add runloop source for processing eventsRichard Moe Gustavsen2013-02-271-1/+8
* 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/+110