index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
ios
/
qiosviewcontroller.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
iOS: Hide UIWindow before restoring mirror mode
Tor Arne Vestbø
2021-11-04
1
-1
/
+1
*
iOS: Defer restoring screen mirroring until next runloop pass
Tor Arne Vestbø
2021-11-04
1
-3
/
+7
*
iOS: cleanup connection when a screen disconnects
Richard Moe Gustavsen
2021-06-16
1
-1
/
+3
*
iOS: Handle keyboard events when using an external keyboard
Andy Shaw
2021-01-20
1
-0
/
+33
*
Fix 'the the' typo in comments
Linus Jahn
2020-02-02
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-07-02
1
-3
/
+7
|
\
|
*
iOS: Guard all uses of APIs not available in application extensions
Tor Arne Vestbø
2018-06-05
1
-3
/
+7
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-04-20
1
-0
/
+14
|
\
\
|
|
/
|
*
iOS: Trigger manual layout of root view controller when coming out of background
Tor Arne Vestbø
2018-04-18
1
-0
/
+14
*
|
Clean up our Objective-C usage
Jake Petroules
2018-02-20
1
-19
/
+17
|
/
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Lars Knoll
2017-12-30
1
-0
/
+20
|
\
|
*
iOS: Ignore view layouts while in the background
Tor Arne Vestbø
2017-12-06
1
-0
/
+20
*
|
iOS: Use environment variables for debug flags instead of QObject properties
Tor Arne Vestbø
2017-11-28
1
-2
/
+1
*
|
Make QWindow's windowState a QFlags of the WindowState
Olivier Goffart
2017-03-16
1
-2
/
+2
|
/
*
Fix tvOS build
Jake Petroules
2016-10-16
1
-0
/
+2
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-22
1
-0
/
+4
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-21
1
-0
/
+4
|
|
\
|
|
*
iOS: explicit synthesize properties as readwrite
Richard Moe Gustavsen
2016-09-19
1
-0
/
+4
*
|
|
Fix namespaced build on iOS
Jake Petroules
2016-09-20
1
-3
/
+3
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-06-13
1
-5
/
+4
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-10
1
-5
/
+4
|
|
\
\
|
|
|
/
|
|
*
uikit: Call base class implementation of rotation callbacks
Tor Arne Vestbø
2016-06-10
1
-5
/
+4
*
|
|
Remove all code paths related to unsupported Apple platforms.
Jake Petroules
2016-06-04
1
-48
/
+5
*
|
|
Add support for Apple tvOS
Mike Krus
2016-05-17
1
-1
/
+12
|
/
/
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
|
/
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-10-02
1
-1
/
+8
|
\
|
*
iOS: Make setFrame in desktop view take superview transforms into account
Tor Arne Vestbø
2015-08-28
1
-1
/
+8
*
|
iOS: Restore mirror mode using [UIScreen mainScreen] instead of nil
Tor Arne Vestbø
2015-09-09
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-08-26
1
-1
/
+2
|
\
\
|
|
/
|
*
iOS: calculate bounds in desktop view using transformed window bounds for bot...
Richard Moe Gustavsen
2015-08-25
1
-1
/
+2
*
|
iOS: Clean up style in Objective-C message signatures
Tor Arne Vestbø
2015-05-24
1
-3
/
+3
|
/
*
iOS: Update statusbar style based on MaximizeUsingFullscreenGeometryHint
Tor Arne Vestbø
2015-03-27
1
-13
/
+17
*
iOS: Add platform plugin option to debug window management
Tor Arne Vestbø
2015-03-16
1
-0
/
+51
*
iOS: Handle an QIOSViewController outliving its related QIOSScreen
Tor Arne Vestbø
2015-03-10
1
-1
/
+1
*
Fixed license headers
Jani Heikkinen
2015-02-17
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-22
/
+14
*
iOS: Track QIOSViewController -> QIOSScreen using QPointer
Tor Arne Vestbø
2015-02-02
1
-3
/
+4
*
iOS: Disconnect focusWindowChanged connection on QIOSViewController dealloc
Tor Arne Vestbø
2015-02-02
1
-1
/
+8
*
iOS: Limit auto-rotation to device screen (excludes external screens)
Tor Arne Vestbø
2015-01-24
1
-1
/
+1
*
Track QPlatformScreen -> QScreen using QPointer
Tor Arne Vestbø
2015-01-24
1
-0
/
+3
*
iOS: Associate UIScreen and show UIWindow on initial QWindow mapping
Tor Arne Vestbø
2015-01-23
1
-7
/
+43
*
iOS: Base [QIOSViewController shouldAutorotate] on the locked orientation
Tor Arne Vestbø
2015-01-23
1
-10
/
+10
*
iOS: Ignore statusbar changes for windows on external screens
Tor Arne Vestbø
2015-01-23
1
-0
/
+5
*
iOS: Don't re-apply window state during QIOSWindow construction
Tor Arne Vestbø
2015-01-23
1
-1
/
+5
*
iOS: Prevent recursion when updating/syncing QIOSViewController properties
Tor Arne Vestbø
2015-01-09
1
-0
/
+12
*
iOS: Fix QWindow::reportContentOrientationChange on iOS6+
Tor Arne Vestbø
2015-01-09
1
-13
/
+80
*
iOS: Move implementation details of QIOSViewController to class extension
Tor Arne Vestbø
2015-01-08
1
-0
/
+6
*
iOS: Raise window level instead of hiding statusbar during VKB scroll
Tor Arne Vestbø
2015-01-07
1
-7
/
+1
[next]