[maemo-commits] [maemo-commits] r12348 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jun 19 11:51:54 EEST 2007
- Previous message: [maemo-commits] r12347 - in projects/haf/trunk/hildon-fm: . debian hildon-fm
- Next message: [maemo-commits] r12349 - in projects/haf/trunk/hildon-theme-layout-4: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-06-19 11:51:52 +0300 (Tue, 19 Jun 2007) New Revision: 12348 Removed: projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbbutton.rc Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc Log: 2007-06-19 Xan Lopez <xan.lopez at nokia.com> * rc/Makefile.am (RC_FILES): * rc/gtkrc.rc: Remove hildonbreadcrumbbutton.rc. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-06-19 08:06:43 UTC (rev 12347) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-06-19 08:51:52 UTC (rev 12348) @@ -1,3 +1,10 @@ +2007-06-19 Xan Lopez <xan.lopez at nokia.com> + + * rc/Makefile.am (RC_FILES): + * rc/gtkrc.rc: + + Remove hildonbreadcrumbbutton.rc. + 2007-06-14 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> * Added 3 new logical colors for dialog buttons: Modified: projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am 2007-06-19 08:06:43 UTC (rev 12347) +++ projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am 2007-06-19 08:51:52 UTC (rev 12348) @@ -38,7 +38,6 @@ gtktreeview.rc \ hildonapp.rc \ hildonbanners.rc \ - hildonbreadcrumbbutton.rc \ hildoncandidatebox.rc \ hildoncaption.rc \ hildoncolorchooser.rc \ Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc 2007-06-19 08:06:43 UTC (rev 12347) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc 2007-06-19 08:51:52 UTC (rev 12348) @@ -52,7 +52,6 @@ include "hildontimeeditor.rc" include "hildonvolumebar.rc" include "hildonweekdaypicker.rc" -include "hildonbreadcrumbbutton.rc" include "hildondateeditor.rc" include "hildonthumbscrollbar.rc" include "hildoncalendar.rc" Deleted: projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbbutton.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbbutton.rc 2007-06-19 08:06:43 UTC (rev 12347) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbbutton.rc 2007-06-19 08:51:52 UTC (rev 12348) @@ -1,64 +0,0 @@ -# Copyright Nokia Corporation 2007 -# Licensed under Creative Commons Attribution-ShareAlike 2.5 license - -#################################################### -# -# Style for the hildon-bread-crumb-button -# -#################################################### - - -style "osso-breadcrumb-button" = "osso-logical-colors" { - - GtkWidget::focus-line-pattern = "\0\0\0\0\0\0\0\0" - GtkWidget::focus-width = 0 - GtkButton::default_border = { 0, 0, 0, 0 } - GtkButton::child-displacement-x = 0 - GtkButton::child-displacement-y = 1 - GtkButton::interior_focus = 0 - GtkButton::child_spacing = 1 - xthickness = 0 - ythickness = 0 - - fg[INSENSITIVE] = @DefaultTextColor - - engine "sapwood" { - - image { - function = FOCUS - state = ACTIVE - file = "../images/qgn_plat_button_breadcrumb_pressed.png" - border = { 14, 14, 14, 14 } - } - image { - function = FOCUS - file = "../images/qgn_plat_button_breadcrumb_focused.png" - border = { 14, 14, 14, 14 } - } - image { - function = BOX - shadow = IN - file = "../images/qgn_plat_button_breadcrumb_pressed.png" - border = { 14, 14, 14, 14 } - } - image { - function = BOX - state = SELECTED - file = "../images/qgn_plat_button_breadcrumb_pressed.png" - border = { 14, 14, 14, 14 } - } - image { - function = BOX - state = INSENSITIVE - # no image - } - image { - function = BOX - file = "../images/qgn_plat_button_breadcrumb_normal.png" - border = { 14, 14, 14, 14 } - } - - } -} - -widget "*.osso-breadcrumb-button*" style "osso-breadcrumb-button"
- Previous message: [maemo-commits] r12347 - in projects/haf/trunk/hildon-fm: . debian hildon-fm
- Next message: [maemo-commits] r12349 - in projects/haf/trunk/hildon-theme-layout-4: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]