Bug 209148

Summary: Short name data is displayed in a column called 'Name'
Product: [Applications] kaddressbook Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sabine Faure 2009-10-01 23:50:46 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kontact and go to KAB
- Type a couple of contacts
- right click on the 'Name' column heading and check the 'Short Name' check box

An additional 'Name' column appears in the middle column of KDAB main view. It displays a shorten version of the name originaly entered (ex: middle name, titles... are not displayed)

However it would be less confusing if the column was called differently from the first one. For example 'short name'.

Trunk, Svn Rev 1030016
Comment 1 Tobias Koenig 2009-11-04 11:32:30 UTC
SVN commit 1044604 by tokoe:

Remove the ShortName column. It is kind of superfluous since
the FullName column can't be hidden anyway.

BUG: 209148


 M  +4 -12     contactstreemodel.cpp  
 M  +0 -5      contactstreemodel.h  
 M  +0 -6      modelcolumnmanager.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1044604
Comment 2 Sabine Faure 2009-11-05 17:28:25 UTC
It is corrected now.

The 'Short Name' option has been removed from the pop up window list since it is not useful anymore now that The 'Full Name' column is always displayed.

Trunk, Svn Rev 1045165