aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@blackberry.com>2013-05-06 13:55:40 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-14 22:22:28 +0200
commit77b1d609e9fe2f93877a696d94c423a1bd294f0a (patch)
tree15f5a75e262cfabc94cea77531b430c05a37480e /dist
parentfd97c435ca194041e7b9eda65da305c7b44cae2c (diff)
Changelog entry for ListView behavioural change
Task-number: QTBUG-30555 Change-Id: Idcb0b2457e761f806179f4900ea5b0c9cb811cea Reviewed-by: Andrew den Exter <andrew.den.exter@qinetic.com.au> Reviewed-by: Albert Astals Cid <albert.astals@canonical.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.1.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index b905fc327b..02c7953253 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -39,6 +39,10 @@ Third party components
of QObject. It no longer returns all QObject children, or explicitly
sets QObject parent. The resources property now behaves as documented.
+ - As part of a fix for QTBUG-30555, ListView and GridView properties, such
+ as count, which are based off of the data model will no longer update
+ immediately if queried. Updates are batched to happen once per frame (or
+ when properties are being set).
****************************************************************************
* Library *
****************************************************************************