Bug 209148 - Short name data is displayed in a column called 'Name'
Summary: Short name data is displayed in a column called 'Name'
Status: VERIFIED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-01 23:50 UTC by Sabine Faure
Modified: 2009-11-05 17:28 UTC (History)
1 user (show)

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 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