Enlightenment CVS committal Author : moom Project : e17 Module : apps/eclair
Dir : e17/apps/eclair/data/themes/default/parts Modified Files: body.edc filename_bar.edc playlist_back.edc progress_bar.edc volume_control.edc Log Message: * Improve the default theme of Eclair. This version of eclair will probably be not updated again (I'll maybe add a filechooser though). Next version of eclair will be an audio player only, based on a plugin system (like xmms/bmp), it should also have a collection manager (a mix between the one of itunes and the one of amarok), and will have a full config interface thanks to Etk. =================================================================== RCS file: /cvs/e/e17/apps/eclair/data/themes/default/parts/body.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- body.edc 7 May 2005 20:58:58 -0000 1.2 +++ body.edc 29 Apr 2006 15:14:34 -0000 1.3 @@ -5,8 +5,7 @@ state: "default" 0.0; min: 306 120; max: 306 120; - //align: 0.4 0.0; - align: .92 0.0; + align: 0.92 0.0; image { normal: "body.png"; } @@ -14,6 +13,7 @@ } part { name: "window_button_bar"; + mouse_events: 0; description { state: "default" 0.0; rel1 { @@ -51,18 +51,12 @@ } description { state: "down" 0.0; + inherit: "default" 0.0; rel1 { - relative: 0 0; offset: 23 6; - to: "window_button_bar"; } rel2 { - relative: 0 0; offset: 31 10; - to: "window_button_bar"; - } - image { - normal: "button_minimize.png"; } } } @@ -86,18 +80,12 @@ } description { state: "down" 0.0; + inherit: "default" 0.0; rel1 { - relative: 0 0; offset: 45 4; - to: "window_button_bar"; } rel2 { - relative: 0 0; offset: 53 12; - to: "window_button_bar"; - } - image { - normal: "button_close.png"; } } } =================================================================== RCS file: /cvs/e/e17/apps/eclair/data/themes/default/parts/filename_bar.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- filename_bar.edc 30 Aug 2005 23:09:39 -0000 1.2 +++ filename_bar.edc 29 Apr 2006 15:14:34 -0000 1.3 @@ -1,8 +1,8 @@ part { name: "filename_bar"; + mouse_events: 0; description { state: "default" 0.0; - color: 216 216 216 255; rel1 { relative: 0 0; offset: 124 18; @@ -10,29 +10,30 @@ } rel2 { relative: 0 0; - offset: 291 46; + offset: 291 43; to: "body"; } image { normal: "filename_bar.png"; - border: 12 12 12 12; + border: 30 30 12 12; } } } part { name: "filename_bar_clip"; type: RECT; + mouse_events: 0; description { state: "default" 0.0; visible: 1; rel1 { relative: 0 0; - offset: 10 2; + offset: 11 2; to: "filename_bar"; } rel2 { relative: 1 1; - offset: -11 0; + offset: -10 0; to: "filename_bar"; } } @@ -41,24 +42,23 @@ name: "current_media_name"; type: TEXT; effect: SOFT_SHADOW; + mouse_events: 0; clip_to: "filename_bar_clip"; description { state: "default" 0.0; + color: 132 132 132 255; + color3: 255 255 255 32; align: 0.0 0.5; rel1 { - relative: 0.0 0.0; - offset: 0 0; to: "filename_bar_clip"; + offset: 0 1; } - rel2 { - relative: 1.0 1.0; - offset: -1 -1; + rel2 { to: "filename_bar_clip"; + offset: 0 0; } - color: 132 132 132 255; - color3: 255 255 255 32; text { - text: "Media name"; + text: "filename Text"; font: "Edje Vera"; size: 11; min: 1 1; =================================================================== RCS file: /cvs/e/e17/apps/eclair/data/themes/default/parts/playlist_back.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- playlist_back.edc 10 Jun 2005 18:30:44 -0000 1.2 +++ playlist_back.edc 29 Apr 2006 15:14:34 -0000 1.3 @@ -54,7 +54,8 @@ } part { name: "playlist_clip"; - type: "RECT"; + type: RECT; + mouse_events: 0; description { state: "default" 0.0; visible: 1; @@ -99,7 +100,6 @@ name: "playlist_container"; type: SWALLOW; clip_to: "playlist_clip"; - mouse_events: 0; description { state: "default" 0.0; visible: 0; @@ -121,24 +121,6 @@ } } part { - name: "playlist_rect"; - type: RECT; - clip_to: "playlist_clip"; - repeat_events: 1; - description { - state: "default" 0.0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - to: "playlist_box"; - } - rel2 { - relative: 1 1; - to: "playlist_box"; - } - } -} -part { name: "playlist_shadow"; clip_to: "playlist_clip"; mouse_events: 0; @@ -165,6 +147,29 @@ inherit: "default" 0.0; visible: 1; color: 255 255 255 255; + } +} +part { + name: "playlist_box_over"; + clip_to: "playlist_clip"; + mouse_events: 0; + description { + state: "default" 0.0; + //visible: 0; + rel1 { + to: "playlist_box"; + } + rel2 { + to: "playlist_box"; + } + image { + normal: "playlist_box_over.png"; + } + } + description { + state: "open" 0.0; + inherit: "default" 0.0; + //visible: 1; } } part { =================================================================== RCS file: /cvs/e/e17/apps/eclair/data/themes/default/parts/progress_bar.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- progress_bar.edc 30 Aug 2005 23:09:39 -0000 1.2 +++ progress_bar.edc 29 Apr 2006 15:14:34 -0000 1.3 @@ -2,10 +2,9 @@ name: "progress_bar"; description { state: "default" 0.0; - color: 225 225 225 255; rel1 { relative: 0 0; - offset: 132 56; + offset: 132 58; to: "body"; } rel2 { @@ -22,17 +21,18 @@ part { name: "progress_bar_confine"; type: RECT; + mouse_events: 0; description { state: "default" 0.0; visible: 0; rel1 { relative: 0.0 0.0; - offset: -2 9; + offset: -2 8; to: "progress_bar"; } rel2 { relative: 1.0 0.0; - offset: 2 10; + offset: 2 9; to: "progress_bar"; } } @@ -121,9 +121,9 @@ color: 132 132 132 255; color3: 255 255 255 32; text { - text: "0:00"; - font: "Edje Vera"; - size: 11; + text: "0:00"; + font: "Edje Vera"; + size: 11; align: 0.5 0.5; } } =================================================================== RCS file: /cvs/e/e17/apps/eclair/data/themes/default/parts/volume_control.edc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- volume_control.edc 30 Aug 2005 23:09:39 -0000 1.3 +++ volume_control.edc 29 Apr 2006 15:14:34 -0000 1.4 @@ -5,12 +5,12 @@ color: 215 215 215 255; rel1 { relative: 0 0; - offset: 192 88; + offset: 192 89; to: "body"; } rel2 { relative: 0 0; - offset: 264 91; + offset: 264 90; to: "body"; } image { @@ -22,17 +22,18 @@ part { name: "volume_bar_confine"; type: RECT; + mouse_events: 0; description { state: "default" 0.0; visible: 0; rel1 { relative: 0.0 0.0; - offset: -2 9; + offset: -2 8; to: "volume_bar"; } rel2 { relative: 1.0 0.0; - offset: 2 10; + offset: 2 9; to: "volume_bar"; } } ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs