summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosviewcontroller.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: explicit synthesize properties as readwriteRichard Moe Gustavsen2016-09-191-0/+4
* uikit: Call base class implementation of rotation callbacksTor Arne Vestbø2016-06-101-5/+4
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+8
|\
| * iOS: Make setFrame in desktop view take superview transforms into accountTor Arne Vestbø2015-08-281-1/+8
* | iOS: Restore mirror mode using [UIScreen mainScreen] instead of nilTor Arne Vestbø2015-09-091-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-1/+2
|\|
| * iOS: calculate bounds in desktop view using transformed window bounds for bot...Richard Moe Gustavsen2015-08-251-1/+2
* | iOS: Clean up style in Objective-C message signaturesTor Arne Vestbø2015-05-241-3/+3
|/
* iOS: Update statusbar style based on MaximizeUsingFullscreenGeometryHintTor Arne Vestbø2015-03-271-13/+17
* iOS: Add platform plugin option to debug window managementTor Arne Vestbø2015-03-161-0/+51
* iOS: Handle an QIOSViewController outliving its related QIOSScreenTor Arne Vestbø2015-03-101-1/+1
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* iOS: Track QIOSViewController -> QIOSScreen using QPointerTor Arne Vestbø2015-02-021-3/+4
* iOS: Disconnect focusWindowChanged connection on QIOSViewController deallocTor Arne Vestbø2015-02-021-1/+8
* iOS: Limit auto-rotation to device screen (excludes external screens)Tor Arne Vestbø2015-01-241-1/+1
* Track QPlatformScreen -> QScreen using QPointerTor Arne Vestbø2015-01-241-0/+3
* iOS: Associate UIScreen and show UIWindow on initial QWindow mappingTor Arne Vestbø2015-01-231-7/+43
* iOS: Base [QIOSViewController shouldAutorotate] on the locked orientationTor Arne Vestbø2015-01-231-10/+10
* iOS: Ignore statusbar changes for windows on external screensTor Arne Vestbø2015-01-231-0/+5
* iOS: Don't re-apply window state during QIOSWindow constructionTor Arne Vestbø2015-01-231-1/+5
* iOS: Prevent recursion when updating/syncing QIOSViewController propertiesTor Arne Vestbø2015-01-091-0/+12
* iOS: Fix QWindow::reportContentOrientationChange on iOS6+Tor Arne Vestbø2015-01-091-13/+80
* iOS: Move implementation details of QIOSViewController to class extensionTor Arne Vestbø2015-01-081-0/+6
* iOS: Raise window level instead of hiding statusbar during VKB scrollTor Arne Vestbø2015-01-071-7/+1
* iOS: Fade out statusbar when scrolling view due to VKBTor Arne Vestbø2014-10-201-41/+49
* iOS: Move statusbar visibility handling to QIOSViewControllerTor Arne Vestbø2014-10-021-12/+50
* iOS: Don't update screen properties for statusbar frame while rotatingTor Arne Vestbø2014-09-241-0/+25
* iOS: Reflect changes in statusbar height as QScreen availableGeometryTor Arne Vestbø2014-09-241-0/+36
* iOS: Ensure root view controller always matches size of containing windowTor Arne Vestbø2014-09-241-0/+35
* iOS: Move top level window management out of QIOSScreen to QIOSDesktopManager...Tor Arne Vestbø2014-09-241-0/+38
* iOS: Update screen properties more consistentlyTor Arne Vestbø2014-09-241-5/+2
* iOS: Let QScreen manage UIWindow and root view-controllerTor Arne Vestbø2014-07-231-2/+30
* Add QWindowPrivate::topLevelWindow() helper functionTor Arne Vestbø2014-01-301-3/+5
* iOS: don't show statusbar if hidden from Info.plistRichard Moe Gustavsen2013-12-041-0/+3
* iOS: Handle statusbar changes to child windowsTor Arne Vestbø2013-12-041-3/+3
* iOS: Fix build against iOS 5 SDK and auto-rotation on iOS 5Tor Arne Vestbø2013-11-221-0/+10
* iOS: Change show() to imply maximize, and showFullScreen() to hide status barTor Arne Vestbø2013-11-221-0/+25
* iOS: Prepare platform screen for reacting to dynamic updates to propertiesTor Arne Vestbø2013-11-201-6/+3
* iOS: Remove background color for UIWindow and UIViewController's root viewTor Arne Vestbø2013-11-141-8/+0
* qios: always auto rotate as specified in Info.plistRichard Moe Gustavsen2013-09-231-8/+3
* 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