Changelog entry for ListView behavioural change
authorAlan Alpert <aalpert@blackberry.com>
Mon, 6 May 2013 20:55:40 +0000 (13:55 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 14 May 2013 20:22:28 +0000 (22:22 +0200)
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>
dist/changes-5.1.0

index b905fc3..02c7953 100644 (file)
@@ -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                                         *
 ****************************************************************************