Bug 207090

Summary: Collate checkbox not checked by default
Product: [Applications] kaddressbook Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: wishlist CC: tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2009-09-11 16:56:53 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Configure Akonadi with an IMAP and Kolab resource.
- Launch Kaddressbook
- Create a dozen of Contacts and select them
- Go to File menu/Print...
- Select a printer
- Click on the 'Options>>' button
- Enter 2 copies in the 'Output Settings' section
- Check the 'Collate' box
- Click on 'Print'
- Check the 'Selected contacts' QToolButton
- Click on 'Next' twice
- Click on 'Finish'

When you print the collate option works and you get two sets of page 1 and 2. (1,2 and 1,2)

Whereas by default the collate option is not checked and you get 2 page 1 and 2 page 2 that you have to put in the correct order manually. (1,1 and 2,2)

So I think it would be more efficient to have the collate option checked by default.
What do you think?

Trunk, Svn Rev 1022237
Comment 1 Tobias Koenig 2009-09-29 18:25:12 UTC
SVN commit 1029396 by tokoe:

Preselect the 'Collate Copies' option

BUG: 207090


 M  +1 -0      mainwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1029396
Comment 2 Sabine Faure 2009-09-30 22:20:53 UTC
The collate functionality is now by default and works.

Trunk, Svn Rev 1029738