From kde-commits Mon Mar 12 23:08:57 2012 From: Frank Osterfeld Date: Mon, 12 Mar 2012 23:08:57 +0000 To: kde-commits Subject: [kdepim/akregator_port] akregator2/src: Disable dynamic filtering: When the filter is set to Unread, Message-Id: <20120312230857.5527FA60A9 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=133159379712621 Git commit 272c8a361b77b81b6d0fcc8e4b02f20bf675aa8d by Frank Osterfeld. Committed on 13/03/2012 at 00:07. Pushed by osterfeld into branch 'akregator_port'. Disable dynamic filtering: When the filter is set to Unread, do not hide ar= ticles immediately when they are marked as read. M +0 -1 akregator2/src/articlelistview.cpp http://commits.kde.org/kdepim/272c8a361b77b81b6d0fcc8e4b02f20bf675aa8d diff --git a/akregator2/src/articlelistview.cpp b/akregator2/src/articlelis= tview.cpp index 2215dda..fc92efc 100644 --- a/akregator2/src/articlelistview.cpp +++ b/akregator2/src/articlelistview.cpp @@ -66,7 +66,6 @@ bool FilterDeletedProxyModel::filterAcceptsRow( int sourc= e_row, const QModelInde = SortColorizeProxyModel::SortColorizeProxyModel( QObject* parent ) : QSortF= ilterProxyModel( parent ), m_keepFlagIcon( KIcon( "mail-mark-important" ) ) { - setDynamicSortFilter( true ); } = bool SortColorizeProxyModel::filterAcceptsRow ( int source_row, const QMod= elIndex& source_parent ) const