Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

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


Modified Files:
        bg.edc buttons.edc enticeimage.edc 


Log Message:
zoom to fit by default, this window is no longer dragable, add an evil bg fullscreen 
state that isn't used yet, reposition the h and v sliders so that they don't cover 
part of the image, make the image area fill the whole edje a little better, make 
showing/hiding of the panel MUCH more smooth, show filesize and geometry on the same 
line but still needs work, prolly introduced some annoyances but oh well
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/default/parts/bg.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- bg.edc      8 Apr 2004 20:52:06 -0000       1.8
+++ bg.edc      22 Jul 2004 21:41:25 -0000      1.9
@@ -14,14 +14,14 @@
                    rel1
                    {
                        relative, 0.0 1.0;
-                       offset, 0 -20;
-                       to, "entice.image";
+                       offset, 0 3;
+                       to, "entice.image.border";
                    }
                    rel2
                    {
                        relative, 1.0 1.0;
-                       offset, -10 0;
-                       to, "entice.image";
+                       offset, 0 23;
+                       to, "entice.image.border";
                    }
                    color, 255 255 255 100;
                }
@@ -32,14 +32,14 @@
                    rel1
                    {
                        relative, 0.0 1.0;
-                       offset, 0 -20;
-                       to, "entice.image";
+                       offset, 0 3;
+                       to, "entice.image.border";
                    }
                    rel2
                    {
                        relative, 1.0 1.0;
-                       offset, -10 0;
-                       to, "entice.image";
+                       offset, 0 23;
+                       to, "entice.image.border";
                    }
                    color, 255 255 255 255;
                }
@@ -56,18 +56,18 @@
                description
                {
                    state, "default" 0.0;
-                   visible, 1;
+                   visible: 1;
                    rel1
                    {
                        relative, 1.0 0.0;
-                       offset, -20 0;
-                       to, "entice.image";
+                       offset, 3 0;
+                       to, "entice.image.border";
                    }
                    rel2
                    {
                        relative, 1.0 1.0;
-                       offset, 0 -23;
-                       to, "entice.image";
+                       offset, 23 -5;
+                       to, "entice.image.border";
                    }
                    color, 255 255 255 100;
                }
@@ -78,14 +78,14 @@
                    rel1
                    {
                        relative, 1.0 0.0;
-                       offset, -20 0;
-                       to, "entice.image";
+                       offset, 3 0;
+                       to, "entice.image.border";
                    }
                    rel2
                    {
                        relative, 1.0 1.0;
-                       offset, 0 -23;
-                       to, "entice.image";
+                       offset, 23 -5;
+                       to, "entice.image.border";
                    }
                    color, 255 255 255 255;
                }
@@ -130,7 +130,7 @@
            {
                name, "entice.image.current.dimensions";
                type, TEXT;
-               effect, OUTLINE;
+               effect, SOFT_SHADOW;
                mouse_events, 0;
                description
                {
@@ -138,25 +138,96 @@
                    visible, 1;
                    rel1
                    {
-                       relative, 0.0 1.0;
+                       relative, 0.0 0.0;
                        offset, 0 0;
+                       to_x, "entice.image.current.filename.short";
+                       to_y, "entice.image.current.filesize";
+                   }
+                   rel2
+                   {
+                       relative, 0.0 1.0;
+                       offset, 0 15;
+                       to_y, "entice.image.current.filesize";
+                       to_x, "entice.image.info.separator";
+                   }
+                   color, 100 100 100 255;
+                   color3, 229 229 229 128;
+                   text
+                   {
+                       text, "";
+                       font, "Edje.Vera";
+                       size, 13;
+                       min, 1 0;
+                       align, 1.0 0.0;
+                   }
+               }
+           }
+           part
+           {
+               name, "entice.image.info.separator";
+               type, TEXT;
+               effect, SOFT_SHADOW;
+               mouse_events, 0;
+               description
+               {
+                   state, "default" 0.0;
+                   visible, 1;
+                   rel1
+                   {
+                       relative, 0.0 0.0;
+                       offset, -80 0;
+                       to, "entice.image.current.filesize";
+                   }
+                   rel2
+                   {
+                       relative, 0.0 1.0;
+                       offset, -10 15;
+                       to, "entice.image.current.filesize";
+                   }
+                   color, 100 100 100 255;
+                   color3, 229 229 229 128;
+                   text
+                   {
+                       text, " px / Size: ";
+                       font, "Edje.Vera";
+                       size, 13;
+                       min, 1 0;
+                       align, 0.0 0.0;
+                   }
+               }
+           }
+           part
+           {
+               name, "entice.image.current.filesize";
+               type, TEXT;
+               effect, SOFT_SHADOW;
+               mouse_events, 0;
+               description
+               {
+                   state, "default" 0.0;
+                   visible, 1;
+                   rel1
+                   {
+                       relative, 1.0 1.0;
+                       offset, -40 0;
                        to, "entice.image.current.filename.short";
                    }
                    rel2
                    {
                        relative, 1.0 1.0;
-                       offset, 0 15;
+                       offset, -40 15;
                        to, "entice.image.current.filename.short";
                    }
-                   color, 255 255 255 255;
-                   color2, 0 0 0 255;
+                   color, 100 100 100 255;
+                   color3, 229 229 229 128;
                    text
                    {
                        text, "";
                        font, "Edje.Vera";
                        size, 13;
-                       fit, 0 0;
-                       align, 1.0 0.0;
+                       min, 1 0;
+       //              fit, 0 0;
+                       align, 0.0 0.0;
                    }
                }
            }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/default/parts/buttons.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- buttons.edc 8 Apr 2004 00:08:29 -0000       1.3
+++ buttons.edc 22 Jul 2004 21:41:25 -0000      1.4
@@ -83,13 +83,13 @@
                    rel1
                    {
                        relative, 1.0 0.0;
-                       offset, -20 7;
+                       offset, -40 7;
                        to, "bg";
                    }
                    rel2
                    {
                        relative, 1.0 0.0;
-                       offset, 0 7;
+                       offset, -20 7;
                        to, "bg";
                    }
                    color, 0 0 0 0;
@@ -261,13 +261,13 @@
                    rel1
                    {
                        relative, 1.0 0.0;
-                       offset, -225 0;
+                       offset, -245 0;
                        to, "bg";
                    }
                    rel2
                    {
                        relative, 1.0 0.0;
-                       offset, 0 80;
+                       offset, -20 80;
                        to, "bg";
                    }
                    color, 255 255 255 0;
@@ -279,13 +279,13 @@
                    rel1
                    {
                        relative, 1.0 0.0;
-                       offset, -260 0;
+                       offset, -280 0;
                        to, "bg";
                    }
                    rel2
                    {
                        relative, 1.0 0.0;
-                       offset, 0 80;
+                       offset, -20 80;
                        to, "bg";
                    }
                    color, 255 255 255 0;
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/default/parts/enticeimage.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- enticeimage.edc     17 May 2004 17:31:23 -0000      1.7
+++ enticeimage.edc     22 Jul 2004 21:41:25 -0000      1.8
@@ -9,36 +9,17 @@
                    visible, 1;
                    rel1
                    {
-                       relative, 1.0 0.0;
-                       offset, 15 60;
-                       to, "bg";
-                       to_x, "Panel";
-                   }
-                   rel2
-                   {
-                       relative, 1.0 1.0;
-                       offset, -15 -20;
-                       to, "bg";
-                   }
-                   color, 255 255 255 255;
-               }
-               description
-               {
-                   state, "loading" 0.0;
-                   visible, 1;
-                   rel1
-                   {
                        relative, 0.0 0.0;
-                       offset, 0 0;
+                       offset, 15 15;
                        to, "bg";
                    }
                    rel2
                    {
                        relative, 1.0 1.0;
-                       offset, 0 0;
+                       offset, -35 -35;
                        to, "bg";
                    }
-                   color, 255 255 255 0;
+                   color, 255 255 255 255;
                }
            }
            part
@@ -95,7 +76,7 @@
                        offset, 2 2;
                        to, "EnticeImageClip";
                    }
-                   color, 255 0 0 128;
+                   color, 255 255 255 0;
                }
                description
                {




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to