[maemo-commits] [maemo-commits] r12197 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jun 8 13:44:28 EEST 2007
- Previous message: [maemo-commits] r12196 - projects/haf/tags/glib2.0
- Next message: [maemo-commits] r12198 - in projects/haf/trunk/hildon-notify: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-06-08 13:44:27 +0300 (Fri, 08 Jun 2007) New Revision: 12197 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/ossomediaplayer.rc Log: Backporting the fix for mediaplayer tabs. Fixes NB#59734. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-06-07 15:03:26 UTC (rev 12196) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-06-08 10:44:27 UTC (rev 12197) @@ -1,3 +1,8 @@ +2007-06-08 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/ossomediaplayer.rc: Backporting the fix for mediaplayer tabs. Fixes + NB#59734. + 2007-06-07 Tomas Junnonen <tomas.junnonen at nokia.com> * rc/hildonkeyboard.c: Modified: projects/haf/trunk/hildon-theme-layout-4/rc/ossomediaplayer.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/ossomediaplayer.rc 2007-06-07 15:03:26 UTC (rev 12196) +++ projects/haf/trunk/hildon-theme-layout-4/rc/ossomediaplayer.rc 2007-06-08 10:44:27 UTC (rev 12197) @@ -179,3 +179,144 @@ widget "*.MplayerButtonFrame" style "osso-mp-button-frame" +style "mediaplayer-tab-right" = "osso-window-background" { + engine "sapwood" { + image { + function = BOX + state = NORMAL + detail = "toolbar-frame-top" + file = "../images/qgn_plat_toolbar_frame_top_right_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar-frame-bottom" + file = "../images/qgn_plat_toolbar_frame_bottom_right_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar" + file = "../images/qgn_plat_toolbar_right_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar-fullscreen-frame-top" + file = "../images/qgn_plat_toolbar_fullscreen_frame_top_right_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar-fullscreen-frame-middle" + file = "../images/qgn_plat_toolbar_fullscreen_frame_middle.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar-fullscreen-frame-bottom" + file = "../images/qgn_plat_toolbar_fullscreen_frame_bottom_right_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "findtoolbar-fullscreen" + file = "../images/qgn_plat_toolbar_fullscreen_find.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar-fullscreen" + file = "../images/qgn_plat_toolbar_fullscreen_right_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + } +} + +widget "MediaPlayerTabNowPlaying" style "mediaplayer-tab-right" + +style "mediaplayer-tab-left" = "osso-window-background" { + engine "sapwood" { + image { + function = BOX + state = NORMAL + detail = "toolbar-frame-top" + file = "../images/qgn_plat_toolbar_frame_top_left_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar-frame-bottom" + file = "../images/qgn_plat_toolbar_frame_bottom_left_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar" + file = "../images/qgn_plat_toolbar_left_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar-fullscreen-frame-top" + file = "../images/qgn_plat_toolbar_fullscreen_frame_top_left_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar-fullscreen-frame-middle" + file = "../images/qgn_plat_toolbar_fullscreen_frame_middle.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar-fullscreen-frame-bottom" + file = "../images/qgn_plat_toolbar_fullscreen_frame_bottom_left_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "findtoolbar-fullscreen" + file = "../images/qgn_plat_toolbar_fullscreen_find.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = NORMAL + detail = "toolbar-fullscreen" + file = "../images/qgn_plat_toolbar_fullscreen_left_tab.png" + border = { 24, 198, 0, 0 } + stretch = TRUE + } + } +} + +widget "MediaPlayerTabLibrary" style "mediaplayer-tab-left"
- Previous message: [maemo-commits] r12196 - projects/haf/tags/glib2.0
- Next message: [maemo-commits] r12198 - in projects/haf/trunk/hildon-notify: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]