summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioseventdispatcher.mm
Commit message (Expand)AuthorAgeFilesLines
* 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