Bug 165395

Summary: ToDo view: configuration of columns
Product: [Applications] korganizer Reporter: Dotan Cohen <kde-2011.08>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: christophe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Screenshot showing column to be removed.

Description Dotan Cohen 2008-06-30 10:28:54 UTC
Version:            (using KDE 4.0.83)
Installed from:    Ubuntu Packages

There does not seem to be a way to remove columns from the ToDo view. Specifically, I would like to remove the Description column. If there is no way to remove the columns, then this bug report is a request for such a feature. If there is a way, then this bug report is a request to add the option under either the View menu, or as an option in Settings -> Configure Kontact -> Calendar -> Views -> ToDo View.

Thanks.
Comment 1 Christophe Marin 2008-06-30 12:44:12 UTC
I'm not sure to understand, could you please add a screenshot of what you would like to remove ?

Comment 2 Dotan Cohen 2008-06-30 15:12:07 UTC
Created attachment 25735 [details]
Screenshot showing column to be removed.

You can see that multiline descriptions make each entry twice as tall as it
would otherwise be.

The two descriptions seen are:
"""
first line
second line
third line
"""

and

"""
only one line
"""
Comment 3 Thomas Thrainer 2008-06-30 17:33:03 UTC
SVN commit 826366 by thrainer:

Make the columns in the todo view configurable, just like in KMail (by right-clicking in the column headers).

This does not introduce new strings, I just copied one string over from KMail.

BUG: 165395


 M  +17 -7     kotodoview.cpp  
 M  +57 -1     kotodoviewview.cpp  
 M  +12 -0     kotodoviewview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=826366
Comment 4 Dotan Cohen 2008-06-30 18:04:07 UTC
Thanks, chiefaua, I look forward to seeing this in the next version!