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