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