[maemo-commits] [maemo-commits] r13884 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Sep 18 14:02:36 EEST 2007
- Previous message: [maemo-commits] r13883 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r13885 - in projects/haf/trunk/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-09-18 14:02:33 +0300 (Tue, 18 Sep 2007) New Revision: 13884 Removed: projects/haf/trunk/hildon-theme-layout-4/rc/hildongrid.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: House keeping, removing the hildon grid. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-09-18 10:54:30 UTC (rev 13883) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-09-18 11:02:33 UTC (rev 13884) @@ -2,6 +2,12 @@ * rc/Makefile.am: * rc/gtkrc.rc: + * rc/hildongrid.rc: House keeping, removing the hildon grid. + +2007-09-18 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/Makefile.am: + * rc/gtkrc.rc: * rc/hildonapp.rc: Renaming hildonapp.rc to hildonwindow.rc. 2007-09-14 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Modified: projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am 2007-09-18 10:54:30 UTC (rev 13883) +++ projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am 2007-09-18 11:02:33 UTC (rev 13884) @@ -44,7 +44,6 @@ hildoncolorchooser.rc \ hildoncontrolbar.rc \ hildondateeditor.rc \ - hildongrid.rc \ hildonhome.rc \ hildonkeyboard.rc \ hildonnavigator.rc \ Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc 2007-09-18 10:54:30 UTC (rev 13883) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc 2007-09-18 11:02:33 UTC (rev 13884) @@ -44,7 +44,6 @@ include "hildoncaption.rc" include "hildoncolorchooser.rc" include "hildoncontrolbar.rc" -include "hildongrid.rc" include "hildonkeyboard.rc" include "hildonnote.rc" include "hildonnumbereditor.rc" Deleted: projects/haf/trunk/hildon-theme-layout-4/rc/hildongrid.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildongrid.rc 2007-09-18 10:54:30 UTC (rev 13883) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildongrid.rc 2007-09-18 11:02:33 UTC (rev 13884) @@ -1,78 +0,0 @@ -# Copyright Nokia Corporation 2007 -# Licensed under Creative Commons Attribution-ShareAlike 2.5 license - -# Likely to change -# -style "osso-grid-small-icons" -{ - HildonGrid::item_height = 30 - HildonGrid::item_hspacing = 12 - HildonGrid::item_vspacing = 0 - - HildonGrid::label_hspacing = 6 - HildonGrid::label_vspacing = 6 - HildonGrid::label_height = 30 - - HildonGrid::icon_size = 26 - HildonGrid::n_columns = 2 - HildonGrid::label_pos = 2 - - CPGrid::item_height = 30 - CPGrid::item_hspacing = 12 - CPGrid::item_vspacing = 0 - - CPGrid::label_hspacing = 6 - CPGrid::label_vspacing = 6 - CPGrid::label_height = 30 - - CPGrid::icon_size = 26 - CPGrid::n_columns = 2 - CPGrid::label_pos = 2 -} - -style "osso-grid-big-icons" -{ - HildonGrid::item_height = 64 - HildonGrid::item_hspacing = 12 - HildonGrid::item_vspacing = 6 - - HildonGrid::label_hspacing = 6 - HildonGrid::label_vspacing = 6 - HildonGrid::label_height = 30 - - HildonGrid::icon_size = 64 - HildonGrid::n_columns = 2 - HildonGrid::label_pos = 1 - - CPGrid::item_height = 64 - CPGrid::item_hspacing = 12 - CPGrid::item_vspacing = 6 - - CPGrid::label_hspacing = 6 - CPGrid::label_vspacing = 6 - CPGrid::label_height = 30 - - CPGrid::icon_size = 64 - CPGrid::n_columns = 2 - CPGrid::label_pos = 1 -} - -class "HildonGrid" style "osso-grid-big-icons" -class "CPGrid" style "osso-grid-big-icons" - -widget "*.smallicons" style "osso-grid-small-icons" - -style "osso-grid-item-label" { - engine "sapwood" { - image { - function = BOX - state = SELECTED - file = "../images/qgn_plat_focus_active.png" - border = {2, 2, 2, 2} - } - } -} -widget "*.hildon-grid-item-label" style "osso-grid-item-label" - -widget "*.smallicons-cp" style "osso-grid-small-icons" -widget "*.largeicons-cp" style "osso-grid-big-icons"
- Previous message: [maemo-commits] r13883 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r13885 - in projects/haf/trunk/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]