Bug 153588

Summary: Akregator's "Feed, Unread, Total" columns in treeview are not customizable
Product: [Applications] akregator Reporter: felipe <pollycoke>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description felipe 2007-12-06 22:55:03 UTC
Version:            (using KDE Devel)
Compiler:          g++ 4.1.3  
OS:                Linux

It would be great to be able to hide the "Total" feed count column (or any of the other columns) from the treeview.

Kmail4 already supports the correct behaviour: right-click on any of the columns and a context menu asks you what columns you want to keep.

Who wants a "total" count anyway? :)
Comment 1 Teemu Rytilahti 2008-01-24 21:07:18 UTC
I'm working on this currently. If you get the svn trunk, you will see a popupmenu when right-clicking the feedlist's header. Those settings aren't saved yet, though...
Comment 2 felipe 2008-01-25 00:42:38 UTC
Thank You!
Comment 3 Teemu Rytilahti 2008-01-27 06:10:05 UTC
SVN commit 766985 by rytilahti:

Add ability to modify the columns sizes and to set whether they are shown or not. 
It has currently some minor(?) glitches, such as the sorting order is not yet saved and articlelist's columns popup contains 
entries that aren't currently available, but otherwise it seems to work fine. Next I'll go and make it to save the sorting order.

BUGS:153588


 M  +9 -1      akregator.kcfg  
 M  +59 -3     articlelistview.cpp  
 M  +13 -1     articlelistview.h  
 M  +25 -1     articlemodel.cpp  
 M  +1 -0      articlemodel.h  
 M  +13 -9     subscriptionlistview.cpp  
 M  +5 -4      subscriptionlistview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=766985
Comment 4 Teemu Rytilahti 2008-01-27 06:44:25 UTC
SVN commit 766992 by rytilahti:

Save sorting column and order for articlelist, not yet complete and doesn't work between the feeds if you don't restart, but it's a start at least..
CCBUGS:153588


 M  +6 -0      akregator.kcfg  
 M  +6 -1      articlelistview.cpp  


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