Bug 264503

Summary: In week view opening the choose calender color menu isn't opened
Product: [Applications] KOrganizer Mobile Reporter: Bjoern Ricks <bjoern.ricks>
Component: calendarAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: aheinecke
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Windows CE   
OS: Microsoft Windows CE   
Latest Commit: Version Fixed In:

Description Bjoern Ricks 2011-01-27 17:14:37 UTC
Steps to reproduce
1) Open Korg-Mobile
2) Choose a calender with events in this week
3) Open week view
4) Open actions flap
5) Choose View and click on "Set Color Of Calendar"

No dialog is opened and the week view is flickering now.
Comment 1 Tobias Koenig 2011-02-08 12:53:05 UTC
Git commit 29a9ef40167f94579d9f32c29a37076e140ffd4e by Tobias Koenig.
Committed on 08/02/11 at 12:54.
Pushed by tokoe into branch 'komo3'.

Add color dialog replacement for WinCE

On WinCE we can't use the KColorDialog because QTableWidget has not
been ported to WinCE yet. So we use a simplified dialog that offers
a KColorCombo to choose from a preselected set of colors.

BUG: 264503

M  +50   -3    mobile/calendar/mainview.cpp     

http://commits.kde.org/kdepim/29a9ef40167f94579d9f32c29a37076e140ffd4e
Comment 2 Andre Heinecke 2011-02-15 17:48:25 UTC
Dialog is shown now