winrt: Enable window visibility for the root window.
authorSamuel Nevala <samuel.nevala@intopalo.com>
Thu, 27 Aug 2015 06:17:05 +0000 (09:17 +0300)
committerSamuel Nevala <samuel.nevala@intopalo.com>
Mon, 31 Aug 2015 11:57:56 +0000 (11:57 +0000)
commitfb60f225e67db6c548fc2c5dfbe172251993daba
tree2152688bef71fa1fc4f7a541eee333a83832dd91
parent8c1fcbcd83214d7cc7efc63c12f907538664821e
winrt: Enable window visibility for the root window.

- Minimized and Hidden: hide the status bar and collapse winrt native ui element.
- Windowed and Maximized: show the status bar and re-size the window.
- FullScreen and AutomaticVisibility: hide the status bar and re-size the window.

Showing & hiding the status bar and re-sizing the window affect only the
windows phone build.

Change-Id: Iaa412382bffc14e470720f2213bb3f6851f57a6b
Task-Id: QTBUG-47811
Reviewed-by: Andrew Knight <andrew.knight@intopalo.com>
src/plugins/platforms/winrt/qwinrtscreen.cpp
src/plugins/platforms/winrt/qwinrtscreen.h
src/plugins/platforms/winrt/qwinrtwindow.cpp
src/plugins/platforms/winrt/qwinrtwindow.h