Enlightenment CVS committal

Author  : boykot
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/data/themes/artifakt/parts


Modified Files:
        bg.edc buttons.edc enticethumb_group.edc image.edc info.edc 
        panel.edc setup.edc 
Added Files:
        panel.buttons.edc 


Log Message:
Resume: Work on artifakt.edje

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/parts/bg.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- bg.edc      4 May 2004 11:33:59 -0000       1.2
+++ bg.edc      14 Jul 2004 13:29:44 -0000      1.3
@@ -1,11 +1,12 @@
+
        part { name, BG;  mouse_events, 0; type, IMAGE;
        description { state, "default" 0.0; //min, 320 256; max, 9999 9999;
-       rel1 { to, "base_to"; relative, 0.0 0.0; offset, 10 8; }
-       rel2 { to, "base_to"; relative, 1.0 1.0; offset, -10 -34; }
+       r1 { to, "base_to"; relative, 0.0 0.0; offset, 10 8; }
+       r2 { to, "base_to"; relative, 1.0 1.0; offset, -10 -34; }
        image { normal, "bg.png"; } 
        fill { smooth, 1;size { relative, 0.0 0.0; offset, 128 128; } } } }
 
-       part { name, "entice.scroller"; type, IMAGE; mouse_events, 1;
+       part { name, "entice.scroller"; type, RECT; mouse_events, 1;
        description { state, "default" 0.0; visible, 0;
-       rel1 { relative, 1.0 1.0; offset, -70 -70; to, "bg"; }
-       rel2 { relative, 1.0 1.0; offset, -10 -10; to, "bg"; } } }
+       r1 { relative, 1.0 1.0; offset, -70 -70; to, "bg"; }
+       r2 { relative, 1.0 1.0; offset, -10 -10; to, "bg"; } } }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/parts/buttons.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- buttons.edc 7 May 2004 06:18:38 -0000       1.2
+++ buttons.edc 14 Jul 2004 13:29:44 -0000      1.3
@@ -1,13 +1,10 @@
 
-/////////////////////////////////////////////////////////////////////////
-//
        part { name, "PrevBt";  mouse_events, 1;  
        description { state, "default" 0.0; min, 21 20; max, 21 20;
-       rel1 { to, "base_to"; relative, 0.0 1.0; offset, 37 -32; }
-       rel2 { to, "base_to"; relative, 0.0 1.0; offset, 0 0; }
+       r1 { to, "base_to"; relative, 0.0 1.0; offset, 37 -32; }
+       r2 { to, "base_to"; relative, 0.0 1.0; offset, 0 0; }
        image { normal, "button_prev_normal.png"; } } 
 
-
        description { state, "clicked" 0.0; min, 21 20; max, 21 20;
        rel1 { to, "base_to"; relative, 0.0 1.0; offset, 37 -32; }
        rel2 { to, "base_to"; relative, 0.0 1.0; offset, 0 0; }
@@ -16,8 +13,8 @@
 
        part { name, "NextBt";  mouse_events, 1;  
        description { state, "default" 0.0; min, 21 20; max, 21 20;
-       rel1 { to, "base_to"; relative, 0.0 1.0; offset, 79 -32; }
-       rel2 { to, "base_to"; relative, 0.0 1.0; offset, 0 0; }
+       r1 { to, "base_to"; relative, 0.0 1.0; offset, 79 -32; }
+       r2 { to, "base_to"; relative, 0.0 1.0; offset, 0 0; }
        image { normal, "button_next_normal.png"; } } 
 
        description { state, "clicked" 0.0; min, 21 20; max, 21 20;
@@ -25,15 +22,15 @@
        rel2 { to, "base_to"; relative, 0.0 1.0; offset, 0 0; }
        image { normal, "button_next_clicked.png"; } } 
 }
-///////////////////////////////////////////////////////////////////////
-// buttonExit
+
        part { name, "buttonExit";  mouse_events, 1;  
        description { state, "default" 0.0; min, 25 20; max, 25 20;
-       rel1 { to, "base_to"; relative, 1.0 1.0; offset, 0 -32; }
-       rel2 { to, "base_to"; relative, 1.0 1.0; offset, -41 0; }
+       r1 { to, "base_to"; relative, 1.0 1.0; offset, 0 -32; }
+       r2 { to, "base_to"; relative, 1.0 1.0; offset, -41 0; }
        image { normal, "button_exit_normal.png"; } } 
 
        description { state, "clicked" 0.0; min, 25 20; max, 25 20;
-       rel1 { to, "base_to"; relative, 1.0 1.0; offset, 0 -32; }
-       rel2 { to, "base_to"; relative, 1.0 1.0; offset, -41 0; }
-       image { normal, "button_exit_clicked.png"; } } }
+       r1 { to, "base_to"; relative, 1.0 1.0; offset, 0 -32; }
+       r2 { to, "base_to"; relative, 1.0 1.0; offset, -41 0; }
+       image { normal, "button_exit_clicked.png"; } } 
+}
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/parts/enticethumb_group.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- enticethumb_group.edc       27 Apr 2004 10:29:00 -0000      1.2
+++ enticethumb_group.edc       14 Jul 2004 13:29:44 -0000      1.3
@@ -1,21 +1,16 @@
-       part { name, "ThumbClip" type, RECT; mouse_events, 0; 
-       description { state, "default" 0.0; visible, 1;
+       part { name, "ThumbClip" type, RECT; mouse_events, 1; 
+       description { state, "default" 0.0; visible, 1; min, 102 96; max, 102 96;
        rel1 { relative, 0.0 0.0; offset, 0 0; }
        rel2 { relative, 1.0 1.0; offset, 0 0; }
-       color, 250 255 255 255; }
+       color, 255 255 255 0; } 
 
-       description { state, "selected" 0.0; visible, 1;
+       description { state, "default" 0.1; visible, 1; min, 102 96; max, 102 96;
        rel1 { relative, 0.0 0.0; offset, 0 0; }
        rel2 { relative, 1.0 1.0; offset, 0 0; }
        color, 255 255 255 255; } }
 
        part { name, "entice.thumb" type, RECT; mouse_events, 1; repeat_events, 1; 
clip_to, "ThumbClip";
-       description { state, "default" 0.0; visible, 1;
-       rel1 { relative, 0.0 0.0; offset, 3 3; }
-       rel2 { relative, 1.0 1.0; offset, -3 -3; }
-       color, 255 255 255 255; }
-
-       description { state, "selected" 0.0; visible, 1;
+       description { state, "default" 0.0; visible, 1; 
        rel1 { relative, 0.0 0.0; offset, 0 0; }
        rel2 { relative, 1.0 1.0; offset, 0 0; }
-       color, 255 255 255 255; } } 
+       color, 0 0 0 0; } }
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/parts/image.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- image.edc   11 Apr 2004 23:26:59 -0000      1.3
+++ image.edc   14 Jul 2004 13:29:44 -0000      1.4
@@ -1,17 +1,27 @@
        part { name, "EnticeImageClip"; type, RECT; mouse_events, 0;
        description { state, "default" 0.0; min, 321 258; max, 9999 9999; visible, 1;
-       rel1 { to, BG; relative, 0.0 0.0; offset, 0 0; }
-       rel2 { to, BG; relative, 1.0 1.0; offset, 0 0; }
+       r1 { to, BG; relative, 0.0 0.0; offset, 0 0; }
+       r2 { to, BG; relative, 1.0 1.0; offset, 0 0; }
        color, 255 255 255 255; }
 
        description { state, "loading" 0.0; min, 321 258; max, 9999 9999; visible, 1;
-       rel1 { to, BG; relative, 0.0 0.0; offset, 0 0; }
-       rel2 { to, BG; relative, 1.0 1.0; offset, 0 0; }
+       r1 { to, BG; relative, 0.0 0.0; offset, 0 0; }
+       r2 { to, BG; relative, 1.0 1.0; offset, 0 0; }
        color, 255 255 255 0; } }
 
        part { name, "entice.image"; type, RECT; mouse_events, 1; clip_to, 
"EnticeImageClip";
        description { state, "default" 0.0; visible, 1; 
-       rel1 { to, "EnticeImageClip"; relative, 0.0 0.0; offset, 0 0; }
-       rel2 { to, "EnticeImageClip"; relative, 1.0 1.0; offset, 0 0; }
+       r1 { to, "EnticeImageClip"; relative, 0.0 0.0; offset, 0 0; }
+       r2 { to, "EnticeImageClip"; relative, 1.0 1.0; offset, 0 0; }
        color, 255 255 255 0; } }
 
+       part { name, "FadeEffect"; type, RECT; mouse_events, 1;
+       description { state, "default" 0.0; min, 321 258; max, 9999 9999; visible, 0;
+       r1 { to, BG; relative, 0.0 0.0; offset, 0 0; }
+       r2 { to, BG; relative, 1.0 1.0; offset, 0 0; }
+       color, 255 255 255 0; }
+
+       description { state, "default" 0.1; min, 321 258; max, 9999 9999; visible, 1;
+       r1 { to, BG; relative, 0.0 0.0; offset, 0 0; }
+       r2 { to, BG; relative, 1.0 1.0; offset, 0 0; }
+       color, 0 0 0 200; } }
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/parts/info.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- info.edc    27 Apr 2004 10:29:00 -0000      1.2
+++ info.edc    14 Jul 2004 13:29:44 -0000      1.3
@@ -1,30 +1,2 @@
-       part { name, "entice.image.current.filename.short";  
-       type, TEXT; mouse_events, 1;
 
-       description { state, "default" 0.0; visible, 0;
-       rel1 { to, "base_to"; relative, 0.0 0.0; offset, 0 20; }
-       rel2 { to, "base_to"; relative, 1.0 1.0; offset, -25 0; }
-       color, 0 0 0 255;
-       text { text, "Welcome to Entice"; font, "Edje.Vera"; size, 8; fit, 0 0; align, 
1.0 0.0; } }
-
-       description { state, "visible" 0.0; visible, 1;
-       rel1 { to, "base_to"; relative, 0.0 0.0; offset, 0 20; }
-       rel2 { to, "base_to"; relative, 1.0 1.0; offset, -25 0; }
-       color, 0 0 0 255;
-       text { text, "Welcome to Entice"; font, "Edje.Vera"; size, 8; fit, 0 0; align, 
1.0 0.0; } } }
-
-       part { name, "entice.image.current.dimensions"; 
-       type, TEXT; mouse_events, 1;
-
-       description { state, "default" 0.0; visible, 0;
-       rel1 { relative, 0.0 0.0; offset, 0 15; to, 
"entice.image.current.filename.short"; }
-       rel2 { relative, 1.0 1.0; offset, 0 30; to, 
"entice.image.current.filename.short"; }
-       color, 0 0 0 255;
-       text { text, ""; font, "Edje.Vera"; size, 8; fit, 0 0; align, 1.0 0.0; } }
-
-       description { state, "visible" 0.0; visible, 1;
-       rel1 { relative, 0.0 0.0; offset, 0 15; to, 
"entice.image.current.filename.short"; }
-       rel2 { relative, 1.0 1.0; offset, 0 30; to, 
"entice.image.current.filename.short"; }
-       color, 0 0 0 255;
-       text { text, ""; font, "Edje.Vera"; size, 8; fit, 0 0; align, 1.0 0.0; } } }
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/parts/panel.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- panel.edc   7 May 2004 06:18:38 -0000       1.4
+++ panel.edc   14 Jul 2004 13:29:44 -0000      1.5
@@ -1,158 +1,84 @@
 
-       part { name, "PanelClip"; type, RECT; mouse_events, 0;
-       description { state, "default" 0.0; visible, 0; min, 66 280; max, 66 280;
-       rel1 { to, "PanelMouseArea"; relative, 0.0 0.0; offset, 0 0; }
-       rel2 { to, "PanelMouseArea"; relative, 1.0 1.0; offset, 130 0; }
-       color, 255 255 255 255; }
-
-       description { state, "visible" 0.0; visible, 1; min, 66 280; max, 66 280;
-       rel1 { to, "PanelMouseArea"; relative, 0.0 0.0; offset, 0 0; }
-       rel2 { to, "PanelMouseArea"; relative, 0.0 1.0; offset, 65 0; }
-       color, 255 255 255 255; } }
-
-       part { name, "panel_bg";  mouse_events, 0;
-       description { state, "default" 0.0; min, 47 239; max, 47 239;
-       rel1 { to, "Panel"; relative, 0.0 0.0; offset, 6 9; }
-       rel2 { to, "Panel"; relative, 1.0 1.0; offset, -8 -33; }
-       image { normal, "bg.png"; } 
-       fill { smooth, 1;size { relative, 0.0 0.0; offset, 128 128; } } } }
-
-       part { name, "Panel"; type, IMAGE; mouse_events, 1; clip_to, "PanelClip";
-       description { state, "default" 0.0; visible, 1; min, 66 280; max, 66 280;
-       rel1 { to, "PanelClip"; relative, 0.0 0.0; offset, 0 0; }
-       rel2 { to, "PanelClip"; relative, 1.0 1.0; offset, 0 0; }
-       image { normal, "panel.png"; } border, 11 11 11 35; fill { smooth, 1; } } }
-
-       part { name, "dekoration"; type, IMAGE; mouse_events, 1;
-       description { state, "default" 0.0; visible, 1; min, 4 40; max, 4 40;
-       rel1 { to, "panel_bg"; relative, 0.0 0.5; offset, -14 -152; }
-       rel2 { to, "panel_bg"; relative, 0.5 0.5; offset, -20 158; }
-       image  { normal, "deco.png"; } } }
-///////////////////////////////////////////////////////////////////////
-       part { name, "IconScale"; type, IMAGE; mouse_events, 1; 
-       description { state, "default" 0.0; visible, 1; min, 30 31; max, 30 31;
-       rel1 { to, "panel_bg"; relative, 0.0 0.0; offset, 0 0; }
-       rel2 { to, "panel_bg"; relative, 0.0 0.0; offset, 46 45; }
-       image { normal, "icon_scale_active.png"; } }
-
-       description { state, "clicked" 0.0; visible, 1; min, 30 31; max, 30 31;
-       rel1 { to, "panel_bg"; relative, 0.0 0.0; offset, 0 0; }
-       rel2 { to, "panel_bg"; relative, 0.0 0.0; offset, 46 45; }
-       image { normal, "icon_scale_dormant.png"; } }
-
-       description { state, "active" 0.0; visible, 1; min, 30 31; max, 30 31;
-       rel1 { to, "panel_bg"; relative, 0.0 0.0; offset, 0 0; }
-       rel2 { to, "panel_bg"; relative, 0.0 0.0; offset, 46 45; }
-       image { normal, "icon_scale_active.png";
-       tween, "icon_scale_an1.png"; 
-       tween, "icon_scale_an2.png"; } } }
-///////////////////////////////////////////////////////////////////////
-       part { name, "IconFit"; type, IMAGE; mouse_events, 1;
-       description { state, "default" 0.0; visible, 1; min, 30 31; max, 30 31;
-       rel1 { to, "IconScale"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconScale"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_fit_an1.png"; } }
-
-       description { state, "clicked" 0.0; visible, 1; min, 30 31; max, 30 31;
-       rel1 { to, "IconScale"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconScale"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_fit_dormant.png"; } }
-
-       description { state, "active" 0.0; visible, 1; min, 30 31; max, 30 31;
-       rel1 { to, "IconScale"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconScale"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_fit_an5.png"; 
-       tween, "icon_fit_an4.png"; tween, "icon_fit_an3.png"; 
-       tween, "icon_fit_an2.png"; tween, "icon_fit_an1.png"; } } }
-///////////////////////////////////////////////////////////////////////
-       part { name, "IconZoomIn"; type, IMAGE; mouse_events, 1;
-       description { state, "default" 0.0; visible, 1; min, 27 23; max, 27 23;
-       rel1 { to, "IconFit"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconFit"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_zoomIn_an1.png"; } }
-
-       description { state, "clicked" 0.0; visible, 1; min, 27 23; max, 27 23;
-       rel1 { to, "IconFit"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconFit"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_zoom_in_dormant.png"; } }
-
-       description { state, "active" 0.0; visible, 1; min, 27 23; max, 27 23;
-       rel1 { to, "IconFit"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconFit"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_zoomIn_an1.png"; 
-       tween, "icon_zoom_in_active.png"; tween, "icon_zoomIn_an1.png"; } } }
-///////////////////////////////////////////////////////////////////////
-       part { name, "IconZoomOut"; type, IMAGE; mouse_events, 1;
-       description { state, "default" 0.0; visible, 1; min, 27 23; max, 27 23;
-       rel1 { to, "IconZoomIn"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconZoomIn"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_zoomOut_an1.png"; } }
-
-       description { state, "clicked" 0.0; visible, 1; min, 27 23; max, 27 23;
-       rel1 { to, "IconZoomIn"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconZoomIn"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_zoom_out_dormant.png"; } }
-
-       description { state, "active" 0.0; visible, 1; min, 27 23; max, 27 23;
-       rel1 { to, "IconZoomIn"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconZoomIn"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_zoomOut_an1.png"; 
-       tween, "icon_zoom_out_active.png"; tween, "icon_zoomOut_an1.png"; } } }
-///////////////////////////////////////////////////////////////////////
-       part { name, "IconFullScreen"; type, IMAGE; mouse_events, 1;
-       description { state, "default" 0.0; visible, 1; min, 30 31; max, 30 31;
-       rel1 { to, "IconZoomOut"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconZoomOut"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_FullScreen_an1.png"; } }
-
-       description { state, "clicked" 0.0; visible, 1; min, 30 31; max, 30 31;
-       rel1 { to, "IconZoomOut"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconZoomOut"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_FullScreen_dormant.png"; } }
-
-       description { state, "active" 0.0; visible, 1; min, 30 31; max, 30 31;
-       rel1 { to, "IconZoomOut"; relative, 1.0 1.0; offset, 0 0; }
-       rel2 { to, "IconZoomOut"; relative, 0.0 1.0; offset, 0 40; }
-       image { normal, "icon_FullScreen_active.png"; 
-       tween, "icon_FullScreen_an1.png"; } } }
-///////////////////////////////////////////////////////////////////////
-//     These need icons
-//     part { name, "IconRotateLeft"; type, IMAGE; mouse_events, 1;
-//     description { state, "default" 0.0; visible, 1; min, 27 23; max, 27 23;
-//     rel1 { to, "IconFullScreen"; relative, 1.0 1.0; offset, 0 0; }
-//     rel2 { to, "IconFullScreen"; relative, 0.0 1.0; offset, 0 40; }
-//     image { normal, "icon_scale_an1.png"; } }
-//
-//     description { state, "clicked" 0.0; visible, 1; min, 27 23; max, 27 23;
-//     rel1 { to, "IconFullScreen"; relative, 1.0 1.0; offset, 0 0; }
-//     rel2 { to, "IconFullScreen"; relative, 0.0 1.0; offset, 0 40; }
-//     image { normal, "icon_scale_an1.png"; } }
-//
-//     description { state, "active" 0.0; visible, 1; min, 27 23; max, 27 23;
-//     rel1 { to, "IconFullScreen"; relative, 1.0 1.0; offset, 0 0; }
-//     rel2 { to, "IconFullScreen"; relative, 0.0 1.0; offset, 0 40; }
-//     image { normal, "icon_scale_an1.png"; 
-//     tween, "icon_scale_an1.png"; tween, "icon_scale_an1.png"; } } }
-///////////////////////////////////////////////////////////////////////
-//     part { name, "IconRotateRight"; type, IMAGE; mouse_events, 1;
-//     description { state, "default" 0.0; visible, 1; min, 27 23; max, 27 23;
-//     rel1 { to, "IconRotateLeft"; relative, 1.0 1.0; offset, 0 0; }
-//     rel2 { to, "IconRotateLeft"; relative, 0.0 1.0; offset, 0 40; }
-//     image { normal, "icon_scale_an1.png"; } }
-//
-//     description { state, "clicked" 0.0; visible, 1; min, 27 23; max, 27 23;
-//     rel1 { to, "IconRotateLeft"; relative, 1.0 1.0; offset, 0 0; }
-//     rel2 { to, "IconRotateLeft"; relative, 0.0 1.0; offset, 0 40; }
-//     image { normal, "icon_scale_an1.png"; } }
-//
-//     description { state, "active" 0.0; visible, 1; min, 27 23; max, 27 23;
-//     rel1 { to, "IconRotateLeft"; relative, 1.0 1.0; offset, 0 0; }
-//     rel2 { to, "IconRotateLeft"; relative, 0.0 1.0; offset, 0 40; }
-//     image { normal, "icon_scale_an1.png"; 
-//     tween, "icon_scale_an1.png"; tween, "icon_scale_an1.png"; } } }
-///////////////////////////////////////////////////////////////////////
+       part { name, "Panel"; type, IMAGE; mouse_events, 1;
+       description { state, "default" 0.0; visible, 1; min, 141 271; max, 141 271;
+       r1 { to, "PanelMouseArea"; relative, 0.0 0.0; offset, 0 7; }
+       r2 { to, "PanelMouseArea"; relative, 0.0 1.0; offset, -141 0; }
+       image { normal, "panel.png"; } } 
+
+       description { state, "visible" 0.0; visible, 1; min, 141 271; max, 141 271;
+       r1 { to, "PanelMouseArea"; relative, 1.0 0.0; offset, 0 7; }
+       r2 { to, "PanelMouseArea"; relative, 1.0 1.0; offset, -141 0; }
+       image { normal, "panel.png"; } } }
+
+       part { name, "thumbnail"; type, IMAGE; mouse_events, 0;
+       description { state, "default" 0.0; visible, 1; min, 123 99; max, 123 99;
+       r1 { to, "Panel"; relative, 0.5 0.45; offset, 68 0; }
+       r2 { to, "Panel"; relative, 0.0 0.0; offset, 0 0; }
+       image { normal, "thumb_preview.png"; } border, 2 2 3 3; fill { smooth, 1; } } }
+
+       part { name, "entice.thumbnail.area"; type, RECT; mouse_events, 1; 
+       description { state, "default" 0.0; visible, 1; min, 102 96; max, 102 96;
+       r1 { to, "thumbnail"; relative, 0.0 0.0; offset, 14 -1; }
+       r2 { to, "thumbnail"; relative, 1.0 1.0; offset, -14 0; }
+       color, 0 0 0 0; }
+
+       description { state, "default" 0.1; visible, 1; min, 0 0; max, 0 0;
+       r1 { to, "thumbnail"; relative, 0.0 0.0; offset, 14 -1; }
+       r2 { to, "thumbnail"; relative, 1.0 1.0; offset, -14 0; }
+       color, 0 0 0 0; } }
+
+       part { name, "entice.image.current.filename.short"; type, TEXT; mouse_events, 
0;
+       description { state, "default" 0.0; visible, 1;
+       r1 { to, "Panel"; relative, 0.0 0.55; offset, 0 20; }
+       r2 { to, "Panel"; relative, 1.0 0.5; offset, -15 0; }
+       color, 0 0 0 255;
+       text { text, ""; font, "Edje.Vera"; size, 7; fit, 0 0; align, 1.0 0.0; } } }
+
+       part { name, "entice.image.current.dimensions"; type, TEXT; mouse_events, 0;
+       description { state, "default" 0.0; visible, 1;
+       r1 { to, "entice.image.current.filename.short"; relative, 0.0 0.0; offset, 0 
15; }
+       r2 { to, "entice.image.current.filename.short"; relative, 1.0 1.0; offset, -1 
30; }
+       color, 0 0 0 255;
+       text { text, ""; font, "Edje.Vera"; size, 7; fit, 0 0; align, 1.0 0.0; } } }
+
+       part { name, "entice.image.current.filesize"; type, TEXT; mouse_events, 0;
+       description { state, "default" 0.0; visible, 1;
+       r1 { to, "entice.image.current.dimensions"; relative, 0.0 0.0; offset, 0 15; }
+       r2 { to, "entice.image.current.dimensions"; relative, 1.0 1.0; offset, -1 30; }
+       color, 0 0 0 255;
+       text { text, ""; font, "Edje.Vera"; size, 7; fit, 0 0; align, 1.0 0.0; } } }
+
+       part { name, "PanelBClip"; type, RECT; mouse_events, 1; repeat_events, 1;
+       description { state, "d" 0.0; visible, 1; min, 128 20; max, 128 20;
+       r1 { to, "Panel"; relative, 0.0 1.0; offset, 0 5; }
+       r2 { to, "Panel"; relative, 1.0 1.0; offset, 0 -35; }
+       color, 255 0 0 0; } }
+
        part { name, "PanelMouseArea"; type, RECT; mouse_events, 1; repeat_events, 1;
-       description { state, "d" 0.0; visible, 1; min, 66 249; max, 9999 9999;
-       rel1 { relative, 0.0 0.0; offset, 5 5; to, "etaerc"; }
-       rel2 { relative, 0.0 1.0; offset, 0 -14; to, "base_to"; }
+       description { state, "d" 0.0; visible, 1; min, 141 249; max, 9999 9999;
+       r1 {  to, "etaerc"; relative, 0.5 0.0; offset, 100 5; }
+       r2 {  to, "base_to"; relative, 1.0 1.0; offset, 140 -14; }
        color, 255 0 0 0; } }
+//
+       part { name, "thumbnail-lbar"; type, IMAGE; mouse_events, 1;
+       description { state, "default" 0.0; visible, 1; min, 21 20; max, 21 20;
+       r1 { to, "Panel"; relative, 0.0 0.325; offset, 0 20; }
+       r2 { to, "Panel"; relative, 1.0 0.5; offset, -24 0; }
+       image { normal, "button_prev_normal.png"; } } 
+
+       description { state, "clicked" 0.0; visible, 1; min, 21 20; max, 21 20;
+       r1 { to, "Panel"; relative, 0.0 0.325; offset, 0 20; }
+       r2 { to, "Panel"; relative, 1.0 0.5; offset, -24 0; }
+       image { normal, "button_prev_clicked.png"; } } }
+
+       part { name, "thumbnail-rbar"; type, IMAGE; mouse_events, 1;
+       description { state, "default" 0.0; visible, 1; min, 21 20; max, 21 20;
+       r1 { to, "thumbnail-lbar"; relative, 1.0 0.0; offset, 0 0; }
+       r2 { to, "thumbnail-lbar"; relative, 1.0 1.0; offset, 20 0; }
+       image { normal, "button_next_normal.png"; } } 
+
+       description { state, "clicked" 0.0; visible, 1; min, 21 20; max, 21 20;
+       r1 { to, "thumbnail-lbar"; relative, 1.0 0.0; offset, 0 0; }
+       r2 { to, "thumbnail-lbar"; relative, 1.0 1.0; offset, 20 0; }
+       image { normal, "button_next_clicked.png"; } } }
+
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/parts/setup.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- setup.edc   27 Apr 2004 10:29:00 -0000      1.2
+++ setup.edc   14 Jul 2004 13:29:44 -0000      1.3
@@ -1,13 +1,13 @@
 
        part { name, "base_to"; mouse_events, 0;
        description { state, "default" 0.0; min, 339 298; max, 9999 9999;
-       rel1 { to, "etaerc"; relative, 0.0 0.0; offset, 60 0; }
-       rel2 { to, "etaerc"; relative, 1.0 1.0; offset, -1 -1; }
+       r1 { to, "etaerc"; relative, 0.0 0.0; offset, 0 0; }
+       r2 { to, "etaerc"; relative, 1.0 1.0; offset, -142 -1; }
        image { normal, "base_to.png"; } border, 10 11 11 35; fill { smooth, 1; } } }
 
        part { name, "etaerc"; type, RECT; mouse_events, 0;
-       description { state, "default" 0.0; visible, 1; min, 400 298; max, 9999 9999;
-       rel1 { relative, 0.0 0.0; offset, 0 0; }
-       rel2 { relative, 1.0 1.0; offset, -2 -1; }
+       description { state, "default" 0.0; visible, 1; min, 480 298; max, 9999 9999;
+       r1 { relative, 0.0 0.0; offset, 0 0; }
+       r2 { relative, 1.0 1.0; offset, -2 -1; }
        color, 255 0 0 0; } }
 




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to