[maemo-commits] [maemo-commits] r12802 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jul 24 14:10:15 EEST 2007
- Previous message: [maemo-commits] r12801 - projects/haf/tags/desktop-file-utils
- Next message: [maemo-commits] r12803 - in projects/haf/trunk/hildon-help: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-07-24 14:10:11 +0300 (Tue, 24 Jul 2007) New Revision: 12802 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc Log: Adding the proper styling for passive/active focus for the new application menu. Now just needs a little hacks in the application menu code itself to simulate the hackish sapwood menuitem behaviour. Refs NB#60575. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-07-24 10:06:04 UTC (rev 12801) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-07-24 11:10:11 UTC (rev 12802) @@ -1,3 +1,10 @@ +2007-07-24 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/hildonappsmenu.rc: Adding the proper styling for passive/active focus + for the new application menu. Now just needs a little hacks in the + application menu code itself to simulate the hackish sapwood menuitem + behaviour. Refs NB#60575. + 2007-07-23 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> * rc/hildonseekbar.rc: Fixing some theming problems in the seekbar. Fixes Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc 2007-07-24 10:06:04 UTC (rev 12801) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc 2007-07-24 11:10:11 UTC (rev 12802) @@ -32,6 +32,13 @@ file = "../images/qgn_plat_pane1_focus_active.png" border = { 6, 6, 6, 6 } } + image + { + function = BOX + state = SELECTED + file = "../images/qgn_plat_pane1_focus_passive.png" + border = { 6, 6, 6, 6 } + } } } @@ -133,9 +140,16 @@ { function = BOX state = PRELIGHT - file = "../images/qgn_plat_pane1_focus_active.png" + file = "../images/qgn_plat_pane2_focus_active.png" border = { 6, 6, 6, 6 } } + image + { + function = BOX + state = PRELIGHT + file = "../images/qgn_plat_pane2_focus_passive.png" + border = { 6, 6, 6, 6 } + } } }
- Previous message: [maemo-commits] r12801 - projects/haf/tags/desktop-file-utils
- Next message: [maemo-commits] r12803 - in projects/haf/trunk/hildon-help: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]