Bug 213282 - Impossible to print what you see in the 'Name' column without changing the contacts' order
Summary: Impossible to print what you see in the 'Name' column without changing the co...
Status: VERIFIED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 18:30 UTC by Sabine Faure
Modified: 2009-11-10 00:00 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-11-05 18:30:30 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kontact and go to KAB
- Create a three new contacts (Celine Jazz, John Smith and Ian Miller)
- Select 'the Reverse Name' option from the display name combo box for Ian Miller.
- In the 'Name' column the display order is:
* Celine Jazz
* John Smith 
* Miller Ian since it is its display name that is used for sorting.

- Now select the three contacts and go to File menu/print
- Select 'Print to File'
- Select a location to save the file on your hard disk
- Click on 'Print'
- Click on 'Next' twice
- Click on 'Finish'
- find the .pdf on your hard disk and open it
- The contacts are not printed in the same order:
* Celine Jazz
* Ian Miller
* John Smith

This is confusing for the user who thinks he can print the contacts as he sees them displayed in the 'Name' column.

Atm, there is no option in the criterion combo box from the printing assistant that would allow that.

Trunk Svn Rev 1045165
Comment 1 Tobias Koenig 2009-11-06 17:49:11 UTC
SVN commit 1045703 by tokoe:

Use the display name in the headers for Detailed and Mike
printing style (#209127) and use display name (formatted name) as default
sort field as well (fixes #213282).
The RingBinder style still uses the format 'FamilyName, GivenName' since
that's the default format for ringbinders ;)

BUG: 209127
BUG: 213282


 M  +2 -1      detailledstyle.cpp  
 M  +2 -1      mikesstyle.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1045703
Comment 2 Sabine Faure 2009-11-10 00:00:45 UTC
It is corrected now.

It is now possible to print in the same order than the one from the 'Name' column using the 'Formatted Name' option.
This option is set by default for the detailled style and the Mike printing style but has to be chosen manually for the Ring binder style.

Trunk, Svn Rev 1046648