Version: (using Devel) Compiler: gcc 4.3.2 OS: Linux Installed from: Compiled sources - Launch Kontact and go to KAB - Create 3 new contacts (Celine Jazz, Ian Miller, John Smith) - The alphabetical order in the 'Name' column is correct. - Now, right click on Ian Miller and select 'Edit contact...' - In the 'Edit Contact' dialogue select 'Reverse Name' from the Display combo box. - Now the alphabetical order is wrong: *Celine Jazz *Miller Ian *John Smith To correct it, atm the only solution is to click twice on the 'Name' column heading Trunk, Svn Rev 1045165
SVN commit 1130149 by tokoe: Always sort the list of contacts when something changes BUG: 213333 M +1 -0 contactsfilterproxymodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1130149
It is corrected now. The names are sorted correctly (using the first display part of the name whether it is a name or surname). Trunk, Svn Rev 1130931