Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_desklock.edc default_shelf.edc 


Log Message:


de-uglify desklock gfx - make it ask for your passowrd if you havent set one
up (config dialog instead of lock) and make it a menu item for obvious access
:)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_desklock.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default_desklock.edc        22 Feb 2006 14:35:04 -0000      1.2
+++ default_desklock.edc        27 Feb 2006 06:35:56 -0000      1.3
@@ -1,213 +1,210 @@
 images {
-  image, "e17_entry_cursor.png" COMP;
-  image, "e17_brushed.png" COMP;
-  image, "e17_logo.png" COMP;
-  image, "e17_gadman_overlay.png" COMP;
+   image: "e17_brushed.png" COMP;
+   image: "e17_"SM"reflection_shadow_overlay.png" LOSSY 90;
+   image: "e17_entry_cursor.png" COMP;
+   image: "e17_logo.png" COMP;
+   image: "e17_gadman_overlay.png" COMP;
 }
 
-  group
-  {
-    name, "widgets/desklock/main";
-    min,  640 480;
-
-    parts
-    {
-      part
-      {
-       name, "background";
-       type, IMAGE;
-       mouse_events, 0;
-
-       description 
-       {
-         state, "default" 0.0;
-
-         rel1
-         {
-           relative, 0.0 0.0;
-           offset, 0 0;
-         }
-         rel2
-         {
-           relative, 1.0 1.0;
-           offset, -1 -1;
-         }
-         image
-         {
-           normal, "e17_brushed.png";
-         }
-       }
-      }
-      part
-      {
-       name: "logo";
-       mouse_events, 0;
-       description
-       {
-         state, "default" 0.0;
-         min, 64 64;
-         max, 64 64;
-         //align, 0.5 0.0;
-         rel1
-         {
-           relative, 0.45 0.5;
-           offset, 0 0;
+group {
+   name, "widgets/desklock/main";
+   parts
+     {
+       part {
+          name: "background_image";
+          description {
+             state: "default" 0.0;
+             image {
+                normal: "e17_brushed.png";
+             }
+             fill {
+                size {
+                   relative: 0 0;
+                   offset:   400 300;
+                }
+             }
+          }
+       }
+       part {
+          name: "reflection_shadow_overlay";
+          description {
+             state: "default" 0.0;
+             image {
+                normal: "e17_"SM"reflection_shadow_overlay.png";
+             }
+          }
+       }
+       part
+         {
+            name: "logo";
+            mouse_events: 0;
+            description
+              {
+                 state: "default" 0.0;
+                 min: 64 64;
+                 max: 64 64;
+                 //align: 0.5 0.0;
+                 rel1
+                   {
+                      relative: 0.45 0.5;
+                      offset: 0 0;
+                   }
+                 rel2
+                   {
+                      relative: 0.45 0.5;
+                      offset: 0 0;
+                   }
+                 image
+                   {
+                      normal: "e17_logo.png";
+                   }
+              }
+         }
+       part 
+         {
+            name: "label";
+            type: TEXT;
+            effect: SHADOW;
+            description {
+               state: "default" 0.0;
+               color: 0 0 0 255;
+               fixed: 0 1;
+               align: 0.0 0.5;
+               rel1
+                 {
+                    relative: 1.0 0.0;
+                    offset: 20 0;
+                    to: "logo";
+                 }
+               rel2
+                 {
+                    relative: 1.0 0.3;
+                    offset: 0 0;
+                    to: "logo";
+                 }
+               
+               color: 0 0 0 255;
+               color3: 255 255 255 128;
+               text {
+                  text: "Please enter your unlock password";
+                  font: "Edje-Vera-Bold";
+                  size: 10;
+                  align: 0.0 0.5;
+                  min: 1 1;
+               }
+            }
+         }
+       part
+         {
+            name: "passwd_entry_clip";
+            type: RECT;
+            mouse_events: 0;
+            description
+              {
+                 state: "default" 0.0;
+                 visible: 1;
+                 rel1
+                   {
+                      relative: 0.0 0.0;
+                      offset: 10 10;
+                      to: "passwd_border";
+                   }
+                 rel2
+                   {
+                      relative: 1.0 1.0;
+                      offset: -17 -10;
+                      to: "passwd_border";
+                   }
+              }
+         }
+       part 
+         {
+            name: "passwd";
+            type: TEXT;
+            effect: SHADOW;
+            clip_to: "passwd_entry_clip";
+            description {
+               state: "default" 0.0;
+               color: 0 0 0 255;
+               fixed: 0 1;
+               align: 0.0 0.5;
+               
+               rel1
+                 {
+                    relative: 0.0 0.0;
+                    offset: 0 0;
+                    to: "passwd_entry_clip";
+                 }
+               rel2
+                 {
+                    relative: 0.0 1.0;
+                    offset: 0 0;
+                    to: "passwd_entry_clip";
+                 }
+               
+               color: 0 0 0 255;
+               color3: 255 255 255 128;
+               text {
+                  text: "****";
+                  font: "Edje-Vera-Bold";
+                  size: 16;
+                  align: 0.0 0.5;
+                  min: 1 1;
+                  text_class: "desklock_passwd";
+               }
+            }
+         }
+       part 
+         {
+            name: "cursor";
+            mouse_events: 0;
+            clip_to: "passwd_entry_clip";
+            description {
+               state: "default" 0.0;
+               min: 16 16;
+               max: 16 16;
+               align: 0.0 0.5;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  offset: 0 -2;
+                  to: "passwd";
+               }
+               rel2 {
+                  relative: 1.0 0.9;
+                  offset: 0 0;
+                  to: "passwd";
+               }
+               image {
+                  normal: "e17_entry_cursor.png";
+               }
+            }
+         }
+       part
+         {
+            name: "passwd_border";
+            mouse_events: 0;
+            description
+              {
+                 state: "default" 0.0;
+                 rel1 
+                   {
+                      relative: 1.0 0.3;
+                      offset: 0 0;
+                      to: "logo";
+                   }
+                 rel2
+                   {
+                      relative: 5.0 0.9;
+                      offset: 0 0;
+                      to: "logo";
+                   }
+                 image
+                   {
+                      normal: "e17_gadman_overlay.png";
+                      border: 15 15 15 15;
+                   }
+              }
          }
-         rel2
-         {
-           relative, 0.45 0.5;
-           offset, 0 0;
-         }
-         image
-         {
-           normal, "e17_logo.png";
-         }
-       }
-      }
-      part 
-      {
-       name: "text_label1";
-       type: TEXT;
-       effect: SHADOW;
-       description {
-         state: "default" 0.0;
-         color: 0 0 0 255;
-         fixed: 0 1;
-         align: 0.0 0.5;
-         rel1
-         {
-           relative, 1.0 0.0;
-           offset, 20 0;
-           to, "logo";
-         }
-         rel2
-         {
-           relative, 1.0 0.3;
-           offset, 0 0;
-           to, "logo";
-         }
-
-         color: 0 0 0 255;
-         color3: 255 255 255 128;
-         text {
-           text: "Please enter your password to unlock:";
-           font: "Edje-Vera-Bold";
-           size: 10;
-           align: 0.0 0.5;
-           min: 1 1;
-         }
-       }
-      }
-      part
-      {
-       name, "passwd_border";
-       mouse_events, 0;
-       description
-       {
-         state, "default" 0.0;
-         rel1 
-         {
-           relative, 1.0 0.3;
-           offset, 0 0;
-           to, "logo";
-         }
-         rel2
-         {
-           relative, 5.0 0.9;
-           offset, 0 0;
-           to, "logo";
-         }
-         image
-         {
-           normal, "e17_gadman_overlay.png";
-         }
-       }
-      }
-      part
-      {
-       name, "passwd_entry_clip";
-       type, RECT;
-       mouse_events, 0;
-       description
-       {
-         state, "default" 0.0;
-         visible, 1;
-         rel1
-         {
-           relative, 0.0 0.0;
-           offset, 10 10;
-           to, "passwd_border";
-         }
-         rel2
-         {
-           relative, 1.0 1.0;
-           offset, -17 -10;
-           to, "passwd_border";
-         }
-       }
-      }
-      part 
-      {
-       name, "passwd";
-       type, TEXT;
-       effect, SOFT_SHADOW;
-       clip_to, "passwd_entry_clip";
-       description {
-         state: "default" 0.0;
-         color: 0 0 0 255;
-         fixed: 0 1;
-         align: 0.0 0.5;
-
-         rel1
-         {
-           relative, 0.0 0.0;
-           offset, 0 0;
-           to, "passwd_entry_clip";
-         }
-         rel2
-         {
-           relative, 0.0 1.0;
-           offset, 0 0;
-           to, "passwd_entry_clip";
-         }
-
-         color: 0 0 0 255;
-         color3: 255 255 255 128;
-         text {
-           text: "****";
-           font: "Edje-Vera-Bold";
-           size: 16;
-           align: 0.0 0.5;
-           min: 1 1;
-           text_class: "desklock_passwd";
-         }
-       }
-      }
-      part 
-      {
-       name, "cursor";
-       mouse_events, 0;
-       clip_to, "passwd_entry_clip";
-       description {
-         state: "default" 0.0;
-         min: 16 16;
-         max: 16 16;
-         align: 0.0 0.5;
-         fixed: 1 1;
-         rel1 {
-           relative: 1.0 0.0;
-           offset: 0 -2;
-           to: "passwd";
-         }
-         rel2 {
-           relative: 1.0 0.9;
-           offset: 0 0;
-           to: "passwd";
-         }
-         image {
-           normal: "e17_entry_cursor.png";
-         }
-       }
-      }
-    }
-  }
+     }
+}
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_shelf.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- default_shelf.edc   4 Feb 2006 06:45:13 -0000       1.1
+++ default_shelf.edc   27 Feb 2006 06:35:56 -0000      1.2
@@ -86,5 +86,56 @@
            }
         }
       }
+      part {
+        name:          "drag";
+        mouse_events:  1;
+        type:          RECT;
+        description {
+           state:    "default" 0.0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   2    2;
+           }
+           rel2 {
+              relative: 1.0  0.0;
+              offset:   -3   5;
+           }
+           color: 255 0 0 100;
+        }
+      }
+      part {
+        name:          "resize_l";
+        mouse_events:  1;
+        type:          RECT;
+        description {
+           state:    "default" 0.0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   2    6;
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   5   -7;
+           }
+           color: 0 0 255 100;
+        }
+      }
+      part {
+        name:          "resize_r";
+        mouse_events:  1;
+        type:          RECT;
+        description {
+           state:    "default" 0.0;
+           rel1 {
+              relative: 1.0  0.0;
+              offset:   -6    6;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -3   -7;
+           }
+           color: 0 0 255 100;
+        }
+      }
    }
 }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to