[maemo-commits] [maemo-commits] r10843 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Mar 30 10:17:22 EEST 2007
- Previous message: [maemo-commits] r10842 - in projects/haf/trunk/hildon-theme-plankton: . wallpaper
- Next message: [maemo-commits] r10844 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-03-30 10:17:20 +0300 (Fri, 30 Mar 2007) New Revision: 10843 Added: projects/haf/trunk/hildon-theme-layout-4/rc/hildoncalendar.rc Removed: projects/haf/trunk/hildon-theme-layout-4/rc/gtkcalendar.rc Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am Log: Moving the gtkcalendar styles hildoncalendar. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-03-30 07:13:46 UTC (rev 10842) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-03-30 07:17:20 UTC (rev 10843) @@ -1,3 +1,8 @@ +2007-03-30 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/Makefile.am: + * rc/hildoncalendar.rc: Moving the gtkcalendar styles hildoncalendar. + 2007-03-29 Johan Bilien <johan.bilien at nokia.com> * rc/ossointernetsearchapplet.rc: adapt to the applet's new Modified: projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am 2007-03-30 07:13:46 UTC (rev 10842) +++ projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am 2007-03-30 07:17:20 UTC (rev 10843) @@ -8,7 +8,6 @@ defaultarrows.rc \ gtkbutton.rc \ gtkbuttonbox.rc \ - gtkcalendar.rc \ gtkcheckbutton.rc \ gtkcheckmenuitem.rc \ gtkcombobox.rc \ @@ -68,7 +67,8 @@ ossortc.rc \ ossospeeddial.rc \ themespecificgtk.rc \ - hildonthumbscrollbar.rc + hildonthumbscrollbar.rc \ + hildoncalendar.rc gtkrc: $(RC_FILES) hildon-theme-rc-parser gtkrc.rc gtkrc Deleted: projects/haf/trunk/hildon-theme-layout-4/rc/gtkcalendar.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkcalendar.rc 2007-03-30 07:13:46 UTC (rev 10842) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkcalendar.rc 2007-03-30 07:17:20 UTC (rev 10843) @@ -1,51 +0,0 @@ -#################################################### -# CALENDAR POPOUP (GTKCALENDAR) -# -# Copyright 2004,2005 Nokia Oyj -# -# Following style is for switching on osso theming -# for GtkCalendar. -# Assign this style to all GtkCalendars -#################################################### - -style "osso-calendar" = "osso-logical-colors" -{ - GtkWidget::scroll-arrow-vlength = 26 - GtkWidget::scroll-arrow-hlength = 26 - xthickness = 0 - ythickness = 0 - text[SELECTED] = @DefaultTextColor - - engine "sapwood" { - - # Image used for indicating the current actual date - image { - function = BOX - state = NORMAL - detail = "current-day" - file = "../images/qgn_plat_calendar_current_day_indicator.png" - border = {4,4,4,4} - } - - # Image used for indicating the currently selected day - image { - function = BOX - state = NORMAL - detail = "active-day" - file = "../images/qgn_plat_calendar_active_day_indicator.png" - border = {1,1,1,1} - } - - # Image used for indicating the current week in week number column - # and the current weekday in weekday list row. - image { - function = BOX - state = NORMAL - detail = "passive-focus" - file = "../images/qgn_plat_calendar_week_day_indicator.png" - border = {2,2,2,2} - } - } -} - -class "GtkCalendar" style "osso-calendar" Copied: projects/haf/trunk/hildon-theme-layout-4/rc/hildoncalendar.rc (from rev 10842, projects/haf/trunk/hildon-theme-layout-4/rc/gtkcalendar.rc) =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkcalendar.rc 2007-03-30 07:13:46 UTC (rev 10842) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildoncalendar.rc 2007-03-30 07:17:20 UTC (rev 10843) @@ -0,0 +1,48 @@ +#################################################### +# +# HILDON CALENDAR +# +#################################################### + +style "hildon-calendar" = "osso-logical-colors" +{ + GtkWidget::scroll-arrow-vlength = 26 + GtkWidget::scroll-arrow-hlength = 26 + + xthickness = 0 + ythickness = 0 + text[SELECTED] = @DefaultTextColor + + engine "sapwood" { + + # Image used for indicating the current actual date + image { + function = BOX + state = NORMAL + detail = "current-day" + file = "../images/qgn_plat_calendar_current_day_indicator.png" + border = {4,4,4,4} + } + + # Image used for indicating the currently selected day + image { + function = BOX + state = NORMAL + detail = "active-day" + file = "../images/qgn_plat_calendar_active_day_indicator.png" + border = {1,1,1,1} + } + + # Image used for indicating the current week in week number column + # and the current weekday in weekday list row. + image { + function = BOX + state = NORMAL + detail = "passive-focus" + file = "../images/qgn_plat_calendar_week_day_indicator.png" + border = {2,2,2,2} + } + } +} + +class "HildonCalendar" style "hildon-calendar"
- Previous message: [maemo-commits] r10842 - in projects/haf/trunk/hildon-theme-plankton: . wallpaper
- Next message: [maemo-commits] r10844 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]