summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.0
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-11-05 10:05:05 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 11:31:39 +0100
commitf0841085e771f3915995af20b8473ebde992689f (patch)
treea9559315f02529dc10688e0f178506ad89fe743b /dist/changes-5.2.0
parentf78661b03cc1affcdd222be50b35d956edac4711 (diff)
Add note about fullscreen on Android to changes-5.2.0
Task-number: QTBUG-33135 Change-Id: I49c74fee0da738768a20735c4aac904f40322298 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'dist/changes-5.2.0')
-rw-r--r--dist/changes-5.2.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 2536076f12..ae0d785aab 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -161,3 +161,8 @@ Qt for Android
build files for the APK package should not be touched. Customizing
the build files is possible. Read the documentation for androiddeployqt
for more information.
+
+ - Status bar visibility is now controlled by Qt, so the window state will
+ override settings in the AndroidManifest.xml. The default is still to
+ show the status bar (QWindow::showMaximized()). Use
+ QWindow::showFullScreen() to hide it.