summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosapplicationdelegate.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Forward [UIApplicationDelegate handleOpenURL:] to QDesktopServicesTor Arne Vestbø2013-11-291-0/+20
* iOS: Don't enable translucent statusbar for iOS6 on iPadsTor Arne Vestbø2013-11-251-2/+5
* iOS: Change show() to imply maximize, and showFullScreen() to hide status barTor Arne Vestbø2013-11-221-0/+16
* iOS: Don't keep around reference to a single QIOSViewControllerTor Arne Vestbø2013-11-201-4/+1
* iOS: Remove background color for UIWindow and UIViewController's root viewTor Arne Vestbø2013-11-141-4/+0
* iOS: Handle key window as part of QWindow activationTor Arne Vestbø2013-11-141-1/+1
* iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-131-23/+0
* iOS: Change main-wrapper logic to not require changing the user's mainTor Arne Vestbø2013-09-111-2/+2
* iOS: Get rid of QIOSMainWrapperApplicationDelegateTor Arne Vestbø2013-07-151-52/+13
* iOS: Remove need for separate qtiosmain libraryTor Arne Vestbø2013-06-121-1/+47
* iOS: use an explicit pointer to qiosViewControllerRichard Moe Gustavsen2013-04-191-0/+2
* iOS: Ensure UIApplicationMain is started before QApplication by wrapping main()Tor Arne Vestbø2013-02-271-23/+8
* iOS: Set background color of UIWindow and root UIView to burn your eyesTor Arne Vestbø2013-02-271-2/+4
* iOS: create top-level UIWindow and UIViewControllerRichard Moe Gustavsen2013-02-271-0/+18
* iOS: call UIApplicationMain from event dispatcher, and add application delegateRichard Moe Gustavsen2013-02-271-0/+89