After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 545462 - Printing of contacts is weird
Printing of contacts is weird
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
2.30.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: Vibha Yadav
Evolution QA team
evolution[gnome3]
: 582527 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-07-30 09:25 UTC by Milan Crha
Modified: 2011-02-04 07:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
Patch Covering Issues in Printing of Contacts (12.53 KB, patch)
2010-05-07 07:07 UTC, Vibha Yadav
committed Details | Review

Description Milan Crha 2008-07-30 09:25:44 UTC
After a bit of improvements in bug #211267, there are still some issues when printing contacts, namely:
a) page numbering
b) when there are long lines, they are not wrapped, so text overlap to the
   other column
c) when printing contact to the bottom of the page, then there are not shown all
   the information from the contact (probably depends on number of lines of the
   contact to be printed, but I didn't investigate this further).
Comment 1 Akhil Laddha 2009-12-04 12:24:14 UTC
other contact printing bug 475580 , bug 416668 , bug 451370
Comment 2 Akhil Laddha 2009-12-04 12:25:52 UTC
looks bug 206142 covers most of the issues
Comment 3 Akhil Laddha 2010-03-25 07:03:32 UTC
*** Bug 582527 has been marked as a duplicate of this bug. ***
Comment 4 Vibha Yadav 2010-05-07 07:07:32 UTC
Created attachment 160487 [details] [review]
Patch Covering Issues in Printing of Contacts

Added the code for following Issues in Printing of Contacts
+ Added Page Numbering
+ Wrapping of lines
+ Proper Display of Contact details (No Informaion is cut).
+ Uniform Column width in list view
+ Extra space on right of page is removed in list view
+ adjusted Height for displaying contact as per page
+ Information is completely displayed in each column
+ Font Size is reduced
+ Proper Display of Contacts in Grouped View.etc
Comment 5 Bharath Acharya 2010-05-07 07:19:23 UTC
Comment on attachment 160487 [details] [review]
Patch Covering Issues in Printing of Contacts

Reviewed and committed to master.
Some issues that remain to be addressed,
1) Arranging the fields depending on the size for each column to optimize the printing.
2) Page number out of the table in some cases.

Nice work.
Comment 6 Bharath Acharya 2010-05-07 07:20:28 UTC
Comment on attachment 160487 [details] [review]
Patch Covering Issues in Printing of Contacts

Committed to master.