summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2011-12-20 12:56:01 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-02 16:43:02 +0100
commitf29e55448b8e0c0a156e3af960589c6733cc4d7d (patch)
tree68ace1683067cea9895fa8171cd8c56ef77e47fb /dist/changes-5.0.0
parenta23a5487eb60c0f8b3c99d32a5e8e3cf636e4911 (diff)
Change the default value of QSortFilterProxyModel::dynamicSortFilter
The value is changed to true. It is a common bug that developers expect this proxy model to reflect the source model when the source changes. That requires setDynamicSortFilter(true), so we change the default to optimize for the common case. Change-Id: I9bf7efdbda10309fa77aed9391c33054aaae4a29 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 7f253a6036..b16eb666ae 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -167,6 +167,9 @@ QtCore
should now also connect to (and disconnect from) the rowsAboutToBeMoved and
rowsMoved signals.
+* The default value of the property QSortFilterProxyModel::dynamicSortFilter was
+ changed from false to true.
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via