qt6-bb10/tests/auto/corelib
Giuseppe D'Angelo f96baeb75f QSortFilterProxyModel: honor the roles parameter of dataChanged
When the source model emits dataChanged, it may tell which roles
have been changed. That information was lost when using a
QSortFilterProxyModel -- the proxy simply dropped that argument
(meaning "all roles may have changed"). It's instead a good idea
to forward the roles argument, as it may minimize hits on the
proxy (on unchanged roles).

[ChangeLog][QtCore][QSortFilterProxyModel] QSortFilterProxyModel
now properly forwards the roles that have been changed when
the source model emits dataChanged().

Task-number: QTBUG-35440
Change-Id: Ifa5213866ba04dfd57d50b5fbd47638f2191eb8e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Reviewed-by: David Faure <david.faure@kdab.com>
2014-12-07 20:51:08 +01:00
..
animation Update license headers and add new license files 2014-09-24 12:26:19 +02:00
codecs Hardcode UTF-8 for "unicode" in QTextCodec::codecForHtml(). 2014-10-28 12:17:13 +01:00
global Merge remote-tracking branch 'origin/5.4' into dev 2014-11-24 13:39:13 +01:00
io Disable the tests that verify that the available space shrunk 2014-11-22 20:02:45 +01:00
itemmodels QSortFilterProxyModel: honor the roles parameter of dataChanged 2014-12-07 20:51:08 +01:00
json Add conversion between QVariantHash and QJsonObject 2014-10-30 12:14:42 +01:00
kernel Fix QMetaProperty::write so it tries to register a property type. 2014-12-07 12:38:40 +01:00
mimetypes Update license headers and add new license files 2014-09-24 12:26:19 +02:00
plugin Update license headers and add new license files 2014-09-24 12:26:19 +02:00
statemachine tst_QState: fix memleaks 2014-10-19 13:18:12 +02:00
thread Use the new warning enabling/disabling macros in qtbase 2014-12-03 18:09:17 +01:00
tools Use the new warning enabling/disabling macros in qtbase 2014-12-03 18:09:17 +01:00
xml Update license headers and add new license files 2014-09-24 12:26:19 +02:00
corelib.pro iOS: Enable building of basic tests 2014-01-22 12:35:17 +01:00