Bug 230508 - Most radio buttons displayed in 'print - KOrganizer' dialogue do not apply to Journal entries.
Summary: Most radio buttons displayed in 'print - KOrganizer' dialogue do not apply to...
Status: VERIFIED FIXED
Alias: None
Product: korganizer
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: 2010-03-12 22:46 UTC by Sabine Faure
Modified: 2010-03-17 20:13 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 2010-03-12 22:46:54 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Click on 'New Journal' button
- Select a calendar, enter a title, a date and time, a description using rich text and a category.
- Go to the attendees tab and add an attendee
- Click on 'Ok'
- Click on the 'Journal' button from the main toolbar
- The journal entry should be displayed correctly and on the right day.
- Click on the 'Print' button under the journal entry
- Select the 'Print incidence' radio button (default setting)
- Check all the check boxes on the right hand side of the dialogue
- Leave 'Use Printer Default' as the default page orientation.
- Click on 'Print...' button
- Select 'Print to File (PDF) as the name of the printer
- Click on '...' button and select a location on your HD to save the .pdf file.
- Enter a name for it
- Click on 'Print'
- Find the .pdf on your HD and open it

The .pdf only displays the journal entry that was above the 'print' button you clicked on.

It is impossible to print several journal entries whether they are on the same day or not so it is confusing to see all those options in the 'Print - KOrganizer' dialogue since not one other radio buttons applies to the journal entries.

To make it more obvious I would make all the other radio buttons greyed (unavailable) when opening the 'Print - KOrganizer' dialogue from the Journal view. 

Trunk, Svn Rev 1102444
Comment 1 Laurent Montel 2010-03-15 22:09:28 UTC
SVN commit 1103773 by mlaurent:

Fix bug #230508
=> don't show option for printing month/day element when we want to select one element
CCBUG: 230508


 M  +6 -4      printing/calprinter.cpp  
 M  +3 -2      printing/calprinter.h  
 M  +1 -1      views/journalview/journalview.cpp  
 M  +1 -1      views/todoview/kotodoview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1103773
Comment 2 Laurent Montel 2010-03-15 22:10:25 UTC
SVN commit 1103775 by mlaurent:

Backport:
Fix bug #230508
=> don't show option for printing month/day element when we want to select one element
CCBUG: 230508

MERGE: e4/e5/3.5


 M  +6 -4      printing/calprinter.cpp  
 M  +3 -2      printing/calprinter.h  
 M  +1 -1      views/journalview/journalview.cpp  
 M  +9 -29     views/todoview/kotodoview.cpp  
 M  +1 -1      views/todoview/kotodoview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1103775
Comment 3 Laurent Montel 2010-03-15 22:11:26 UTC
Fixed in svn #1103773.
Comment 4 Sabine Faure 2010-03-17 20:13:32 UTC
It is corrected now.

When clicking on the 'Print' button from the journal view only the option for printing a journal entry are displayed now (Print incidence options) and all the check boxes are checked by default.

Trunk, Svn Rev 1104424