summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosviewcontroller.mm
Commit message (Expand)AuthorAgeFilesLines
* Clean up our Objective-C usageJake Petroules2018-02-201-19/+17
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+20
|\
| * iOS: Ignore view layouts while in the backgroundTor Arne Vestbø2017-12-061-0/+20
* | iOS: Use environment variables for debug flags instead of QObject propertiesTor Arne Vestbø2017-11-281-2/+1
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-2/+2
|/
* Fix tvOS buildJake Petroules2016-10-161-0/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-221-0/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-0/+4
| |\
| | * iOS: explicit synthesize properties as readwriteRichard Moe Gustavsen2016-09-191-0/+4
* | | Fix namespaced build on iOSJake Petroules2016-09-201-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-5/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-5/+4
| |\|
| | * uikit: Call base class implementation of rotation callbacksTor Arne Vestbø2016-06-101-5/+4
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-48/+5
* | | Add support for Apple tvOSMike Krus2016-05-171-1/+12
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* 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