Bug 179377

Summary: monthly calendar overwriting on printing
Product: [Applications] korganizer Reporter: alan <bigal.rsa>
Component: printingAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: christophe, rong.dev
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description alan 2009-01-02 15:19:41 UTC
Version:           4.1.0 (using KDE 4.1.3)
Installed from:    Ubuntu Packages

On making a printout of a monthly calendar, the current month and year overwrites the small calender showing the previous month. The year is also written with a thousands separator (2,009).

Screen capture from pdf here:
http://bigal-sa.smugmug.com/photos/447145668_k7Xkm-L.jpg
Comment 1 Christophe Marin 2009-01-02 15:30:05 UTC
I can't reproduce this bug in trunk. The title is centered and 2009 is correctly displayed.

Did you change anything in your localization settings ? (Systemsettings/"Regional and Language") 
Comment 2 alan 2009-01-03 04:02:25 UTC
System and regional settings are at Kubuntu defaults.

Just to clarify, this only occurs when you try to *print* a monthly calendar. It is correctly displayed within the app.
Comment 3 Ron Goodheart 2009-01-19 07:30:12 UTC
Bug was previously fixed as part of this check-in

SVN commit 863481 by rgoodheart:

Moved the recurrence formatting from the printing into incidenceformatter::recurrenceString(), which was extended to differentiate between the various recurrence types. The code for printing recurrences now also uses incidenceformatter::recurrenceString().
Adjusted printing boxes depending on display options.
print todo subitems.
print attachments.
print attendees header (was created but unused)
changed month print header to not print year with comma.



 M  +155 -196  kdepim/korganizer/printing/calprintdefaultplugins.cpp  
 M  +238 -22   kdepimlibs/kcal/incidenceformatter.cpp  

Comment 4 alan 2009-01-19 08:01:59 UTC
Is it possible to get the binary of this fixed version somewhere?