Bug 207090 - Collate checkbox not checked by default
Summary: Collate checkbox not checked by default
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-09-11 16:56 UTC by Sabine Faure
Modified: 2009-09-30 22:20 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-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