Summary: | Printing Contacts from a whole Address Books can be improved. | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | tokoe |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sabine Faure
2009-09-04 23:34:13 UTC
SVN commit 1021561 by tokoe: Allow to select all contacts from a given address book or address book folder. BUG: 206299 M +1 -0 CMakeLists.txt M +7 -3 contactselectiondialog.cpp M +3 -1 contactselectiondialog.h M +31 -3 contactselectionwidget.cpp M +5 -0 contactselectionwidget.h A recursiveitemfetchjob.cpp [License: LGPL (v2+)] A recursiveitemfetchjob.h [License: LGPL (v2+)] WebSVN link: http://websvn.kde.org/?view=rev&revision=1021561 I retested this and it still does not seem to work. Here are the steps: - Configure Akonadi with an IMAP and Kolab resource. - Launch Kaddressbook - Create a couple of Contacts in an Address Book (ex: Contacts) - Select the 'Contacts' folder - Go to File menu/Print... - choose a location and a name for the .pdf file - Click on 'Print' - Select 'All contacts from:' and 'Contacts' - click on 'Next' twice and then on 'Finish' Try to open the .pdf file you have created. It is impossible to find. It seems that it has not been created. Also there is no point in selecting the folder whose contacts you wish to print since you have to select the folder again in the printing assistant (all contacts from:' Trunk, Svn Rev 1021831 SVN commit 1023844 by tokoe: Don't mix async and sync API... BUG: 206299 M +1 -20 contactselectiondialog.cpp M +0 -7 contactselectiondialog.h M +18 -24 contactselectionwidget.cpp M +5 -16 contactselectionwidget.h M +1 -9 printing/printingwizard.cpp M +0 -3 printing/printingwizard.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1023844 It is corrected now. You can print all the Contacts from an address book just by selecting it. The selected address book appears automatically in the printing assistant when selecting the 'All contacts from: addressbook name' radio button. Nice touch ! Thx Tobias ;o) Trunk, Svn Rev 1024362 |