diff -r bb2d3e476f29 -r a3cb48f6c889 calendarui/views/dayview/inc/calendaycommonheaders.h --- a/calendarui/views/dayview/inc/calendaycommonheaders.h Mon Aug 09 18:30:52 2010 +0530 +++ b/calendarui/views/dayview/inc/calendaycommonheaders.h Wed Aug 25 14:02:13 2010 +0530 @@ -44,12 +44,12 @@ /*! The minimum width [un] of touchable event bubble (UI spec) */ -const qreal KCalenMinTouchableEventWidth = 8.2; +const qreal KCalenMinTouchableEventWidth = 8.0; /*! The minimum width [un] of event bubble (UI spec) */ -const qreal KCalenMinBubbleWidth = 3.0; +const qreal KCalenMinEventWidth = 3.0; /*! The width [un] of time strip (indicator) in event bubble (UI spec) @@ -57,11 +57,16 @@ const qreal KCalenTimeStripWidth = 1.5; /*! - The width [un] of space beetwen event buubles in Day View (UI spec) + The width [un] of space beetwen event bubbles in Day View (UI spec) */ const qreal KCalenSpaceBeetwenEvents = 1.5; /*! + The minimum width [un] of space beetwen event bubbles in Day View (UI spec) + */ +const qreal KCalenMinSpaceBeetwenEvents = 0.1; + +/*! Number of All day events displayed in single day that remains touchable in portrait orientation (UI spec) */ @@ -79,12 +84,17 @@ const qreal KCalenHourLineThickness = 0.15; /*! - Thickness [un] of time line (UI spec) + Thickness [un] of current time line (UI spec) */ -const qreal KCalenTimeLineThickness = 0.75; +const qreal KCalenCurrentTimeLineThickness = 0.75; /*! - Color scheme for hour line (UI spec) + Width [un] of dashes in half-hour line (UI spec) + */ +const qreal KCalenHalfHourLineDashWidth = 1.5; + +/*! + Color scheme for hour and half-hour lines (UI spec) */ const QString KCalenHourLineColor = "qtc_cal_day_hour_lines"; @@ -93,6 +103,16 @@ */ const QString KCalenTimeLineColor = "qtc_cal_month_current_day"; +/*! + Color scheme for Day View background in portrait mode (UI spec) + */ +const QString KCalenBackgroundColorPortrait = "qtg_graf_cal_bg_prt"; + +/*! + Color scheme for Day View background in landscape mode (UI spec) + */ +const QString KCalenBackgroundColorLandscape = "qtg_graf_cal_bg_lsc"; + // Enumerations