aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-11-29 12:11:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-03 17:02:15 +0100
commitad03627d142dd002c2c3505f7d75f4c7453cd9a1 (patch)
treee1b66bdcf0428b2f9a904af0ca22a75820b485a2 /dist
parentb7763c4cfab8df6ae9445f791442c14f1ae739ba (diff)
Update changelog for change Icf323618 / QTBUG-35174
Change-Id: Idff1507fdce960ad7dabc2662bb273bc6103c1ca Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
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 *
****************************************************************************