aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.2.08
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index b44dc74a5e..fc6de1db3b 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -58,6 +58,14 @@ Third party components
currentIndex was set to 0 regardless of the actual number of rows in the model
when the model property was changed after the view's initialization.
+ - QtQuick.Window will now correctly use Window.AutomaticVisibility by
+ default, analogous to QWindow::show(), resulting in eg. maximized
+ windows by default on iOS/Android.
+
+ - QtQuick.Window will now warn when setting conflicting visible and visibility
+ properties, as this use-case is broken with the current QWindow implementation
+ of the two properties.
+
****************************************************************************
* Library *
****************************************************************************