Bug 117874

Summary: Read articles not instantly removed if filter is set to 'unread'
Product: [Applications] akregator Reporter: Christoph Thielecke <u15119>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christoph Thielecke 2005-12-07 17:30:06 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    Debian testing/unstable Packages

If I have set the filter to 'unread' and I mark all articles as read the articles should be instantly removed from list but they stay there.
Comment 1 Stephen Leaf 2005-12-17 05:27:34 UTC
I can confirm this. This would be a regression from the 3.4.3 behavior.
Comment 2 Frank Osterfeld 2008-10-26 22:22:14 UTC
SVN commit 876241 by osterfeld:

force a filter update after marking all articles as read, to hide them when the filter is set to e.g. Unread
BUG: 117874


 M  +4 -0      abstractselectioncontroller.h  
 M  +24 -0     articlejobs.cpp  
 M  +10 -1     articlejobs.h  
 M  +7 -1      articlelistview.cpp  
 M  +3 -0      articlelistview.h  
 M  +11 -11    feed.cpp  
 M  +7 -8      feed.h  
 M  +32 -29    folder.cpp  
 M  +34 -35    folder.h  
 M  +6 -2      mainwidget.cpp  
 M  +6 -0      selectioncontroller.cpp  
 M  +4 -1      selectioncontroller.h  
 M  +4 -5      treenode.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=876241
Comment 3 Frank Osterfeld 2008-10-26 22:30:17 UTC
SVN commit 876244 by osterfeld:

forwardport SVN commit 876241 by osterfeld:

force a filter update after marking all articles as read, to hide them when the
filter is set to e.g. Unread
CCBUG: 117874


 M  +4 -0      abstractselectioncontroller.h  
 M  +24 -0     articlejobs.cpp  
 M  +10 -1     articlejobs.h  
 M  +7 -1      articlelistview.cpp  
 M  +3 -0      articlelistview.h  
 M  +10 -10    feed.cpp  
 M  +2 -3      feed.h  
 M  +5 -4      folder.cpp  
 M  +2 -3      folder.h  
 M  +6 -2      mainwidget.cpp  
 M  +6 -0      selectioncontroller.cpp  
 M  +4 -1      selectioncontroller.h  
 M  +4 -5      treenode.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=876244