Bug 153588 - Akregator's "Feed, Unread, Total" columns in treeview are not customizable
Summary: Akregator's "Feed, Unread, Total" columns in treeview are not customizable
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-06 22:55 UTC by felipe
Modified: 2008-01-27 06:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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