Bug 179377 - monthly calendar overwriting on printing
Summary: monthly calendar overwriting on printing
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: printing (show other bugs)
Version: unspecified
Platform: Ubuntu Unspecified
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-02 15:19 UTC by alan
Modified: 2009-01-19 08:01 UTC (History)
2 users (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 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?