[maemo-commits] [maemo-commits] r12202 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jun 8 14:43:11 EEST 2007
- Previous message: [maemo-commits] r12201 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12203 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-06-08 14:43:09 +0300 (Fri, 08 Jun 2007) New Revision: 12202 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/hildonseekbar.rc Log: A few fixes for the HildonSeekBar theming. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-06-08 10:48:05 UTC (rev 12201) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-06-08 11:43:09 UTC (rev 12202) @@ -1,5 +1,9 @@ 2007-06-08 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * rc/hildonseekbar.rc: A few fixes for the HildonSeekBar theming. + +2007-06-08 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * rc/ossomediaplayer.rc: Backporting the fix for mediaplayer tabs. Fixes NB#59734. Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonseekbar.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonseekbar.rc 2007-06-08 10:48:05 UTC (rev 12201) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonseekbar.rc 2007-06-08 11:43:09 UTC (rev 12202) @@ -52,53 +52,53 @@ image { function = BOX - detail = "trough_northwest" + detail = "trough-lower" state = INSENSITIVE file = "../images/qgn_plat_seek_bar_regular_shaft_left_disabled.png" border = { 4, 0, 0, 0 } } image { function = BOX - detail = "trough_stream" + detail = "trough-fill-level" state = INSENSITIVE file = "../images/qgn_plat_seek_bar_regular_shaft_stream_disabled.png" border = { 0, 2, 0, 0 } } image { function = BOX - detail = "trough_stream_complete" + detail = "trough-fill-level-full" state = INSENSITIVE file = "../images/qgn_plat_seek_bar_regular_shaft_stream_finished_disabled.png" border = { 0, 2, 0, 0 } } image { function = BOX - detail = "trough_southeast" + detail = "trough-upper" state = INSENSITIVE file = "../images/qgn_plat_seek_bar_regular_shaft_right_disabled.png" border = { 0, 4, 0, 0 } } image { function = BOX - detail = "trough_northwest" + detail = "trough-lower" file = "../images/qgn_plat_seek_bar_regular_shaft_left_normal.png" border = { 4, 0, 0, 0 } } image { function = BOX - detail = "trough_stream" + detail = "trough-fill-level" file = "../images/qgn_plat_seek_bar_regular_shaft_stream_normal.png" border = { 0, 2, 0, 0 } } image { function = BOX - detail = "trough_stream_complete" + detail = "trough-fill-level-full" file = "../images/qgn_plat_seek_bar_regular_shaft_stream_finished_normal.png" border = { 0, 2, 0, 0 } } image { function = BOX - detail = "trough_southeast" + detail = "trough-upper" file = "../images/qgn_plat_seek_bar_regular_shaft_right_normal.png" border = { 0, 4, 0, 0 } } @@ -218,53 +218,53 @@ image { function = BOX - detail = "trough_northwest" + detail = "trough-lower" state = INSENSITIVE file = "../images/qgn_plat_seek_bar_toolbar_shaft_left_disabled.png" border = { 4, 0, 0, 0 } } image { function = BOX - detail = "trough_stream" + detail = "trough-fill-level" state = INSENSITIVE file = "../images/qgn_plat_seek_bar_toolbar_shaft_stream_disabled.png" border = { 0, 2, 0, 0 } } image { function = BOX - detail = "trough_stream_completete" + detail = "trough-fill-level-full" state = INSENSITIVE file = "../images/qgn_plat_seek_bar_toolbar_shaft_stream_finished_disabled.png" border = { 0, 2, 0, 0 } } image { function = BOX - detail = "trough_southeast" + detail = "trough-upper" state = INSENSITIVE file = "../images/qgn_plat_seek_bar_toolbar_shaft_right_disabled.png" border = { 0, 4, 0, 0 } } image { function = BOX - detail = "trough_northwest" + detail = "trough-lower" file = "../images/qgn_plat_seek_bar_toolbar_shaft_left_normal.png" border = { 4, 0, 0, 0 } } image { function = BOX - detail = "trough_stream" + detail = "trough-fill-level" file = "../images/qgn_plat_seek_bar_toolbar_shaft_stream_normal.png" border = { 0, 2, 0, 0 } } image { function = BOX - detail = "trough_stream_complete" + detail = "trough-fill-level-full" file = "../images/qgn_plat_seek_bar_toolbar_shaft_stream_finished_normal.png" border = { 0, 2, 0, 0 } } image { function = BOX - detail = "trough_southeast" + detail = "trough-upper" file = "../images/qgn_plat_seek_bar_toolbar_shaft_right_normal.png" border = { 0, 4, 0, 0 } }
- Previous message: [maemo-commits] r12201 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12203 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]