summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosviewcontroller.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Don't try to set screen orientation before QApplication startupTor Arne Vestbø2013-04-241-0/+4
* iOS: Handle UIDeviceOrientation vs UIInterfaceOrientationTor Arne Vestbø2013-04-041-1/+1
* iOS: Enable autorotate on startup.Morten Johan Sørvig2013-02-271-1/+1
* iOS: Move debug background color setting and guard for release buildsTor Arne Vestbø2013-02-271-0/+8
* iOS: update primary orientation when the rotation startsRichard Moe Gustavsen2013-02-271-3/+3
* iOS: refactor general convenience functions into new file 'qiosglobal'Richard Moe Gustavsen2013-02-271-0/+1
* iOS: refactor QIOSOrientationListener into QIOSScreenRichard Moe Gustavsen2013-02-271-1/+1
* iOS: let QIOSScreen change geometry according to interface rotationTor Arne Vestbø2013-02-271-0/+12
* iOS: Enable auto-rotation if no orientation update-mask has been setTor Arne Vestbø2013-02-271-2/+11
* iOS: Remove requestWindowOrientation from QIOSWindowTor Arne Vestbø2013-02-271-21/+1
* iOS: implement requestWindowOrientationRichard Moe Gustavsen2013-02-271-3/+23
* iOS: add QIOSViewControllerRichard Moe Gustavsen2013-02-271-0/+60