Bug 206324 - 'Choose Contacts to Print' not fully implemented.
Summary: 'Choose Contacts to Print' not fully implemented.
Status: VERIFIED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-05 06:36 UTC by Sabine Faure
Modified: 2009-09-11 00: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-05 06:36:30 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 couple of Contacts and select them
- Go to File menu/Print...
- Select 'Print to File (PDF)'
- Choose a name and a location for the .PDF file
- Click on 'Print'
- The printing assistant asks you to 'Choose Contacts to Print'

*If you select 'All contacts' all the Contacts from all your address books will be printed.
*If you select 'Selected contacts' only the selected contacts will be printed.

There are two more options : Contacts matching filter and Category members but none of them are available.

Trunk, Svn Rev 1019588
Comment 1 Tobias Koenig 2009-09-05 11:25:48 UTC
SVN commit 1020053 by tokoe:

Remove unimplemented functionality from the GUI.

The functionality will be replaced by a general contact
selection widget in the future.

BUG: 206324


 M  +7 -89     selectionpage.cpp  
 M  +1 -23     selectionpage.h  


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

Both the unavailable functionalities have been removed.

Trunk, Svn Rev 1021831