Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17/bits


Modified Files:
        entry-groups.edc scrollbar-groups.edc tree-groups.edc 
        window-groups.edc 
Added Files:
        box-groups.edc panedbg-groups.edc treebg-groups.edc 
        treehead-groups.edc treeselect-groups.edc 


Log Message:
Theme work from titansoccer15, a big improvement and getting it more inline
with the window manager.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/entry-groups.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- entry-groups.edc    15 Dec 2005 02:02:14 -0000      1.9
+++ entry-groups.edc    27 Dec 2005 23:20:05 -0000      1.10
@@ -32,6 +32,12 @@
                normal: "entry_focus.png";
             }
          }
+         description {
+            state: "odd" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+            color: 250 185 87 128;
+         }
       }
       part {
          name: "entry_focus";
@@ -61,6 +67,7 @@
       }
    }
    programs {
+
       program {
          name: "entry_focus";
          signal: "focus,in";
@@ -69,6 +76,7 @@
          transition: LINEAR 0.2;
          target: "entry_focus";
       }
+
       program {
          name: "button_unfocus";
          signal: "focus,out";
@@ -77,6 +85,25 @@
          transition: LINEAR 0.2;
          target: "entry_focus";
       }
+
+      program {
+         name: "entry_odd";
+         signal: "odd";
+         source: "*";
+         action: STATE_SET "odd" 0.0;
+         transition: LINEAR 0.0;
+         target: "entry";
+      }
+
+      program {
+         name: "entry_even";
+         signal: "even";
+         source: "*";
+         action: STATE_SET "even" 0.0;
+         transition: LINEAR 0.0;
+         target: "entry";
+      }
+
    }
 }
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/scrollbar-groups.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- scrollbar-groups.edc        27 Oct 2005 14:25:47 -0000      1.4
+++ scrollbar-groups.edc        27 Dec 2005 23:20:05 -0000      1.5
@@ -1,6 +1,7 @@
 group {
    name: "hscrollbar";
    min: 40 16;
+   max: 99999 16;
    parts {
       part {
          name: "trough";
@@ -204,10 +205,12 @@
       part {
          name: "drag";
          description {
-            state: "default" 0.0;
+           min: 16 16;
+            max: 99999 16;
+           state: "default" 0.0;
             image {
                normal: "e17_hhandle.png";
-               border: 10 10 0 0;
+               border: 5 5 5 5;
             }
          }
          description {
@@ -223,7 +226,9 @@
          mouse_events: 0;
          description {
             state: "default" 0.0;
-            rel1 {
+            max: 8 8;
+           min: 8 8;
+           rel1 {
                relative: 0.5 0.5;
                offset: -9 -4;
                to: "drag";
@@ -275,6 +280,7 @@
 group {
    name: "vscrollbar";
    min: 16 16;
+   max: 16 99999;
    parts {
       part {
          name: "trough";
@@ -290,7 +296,7 @@
             }
             image {
                normal: "e17_vscrollbar_trough.png";
-               border: 6 6 6 6;
+               border: 8 8 8 8;
             }
          }
       }
@@ -483,9 +489,11 @@
          name: "drag";
          description {
             state: "default" 0.0;
+           min: 16 16;
+           max: 16 99999;
             image {
                normal: "e17_vhandle.png";
-               border: 0 0 10 10;
+               border: 5 5 5 5;
             }
          }
          description {
@@ -502,7 +510,9 @@
          mouse_events: 0;
          description {
             state: "default" 0.0;
-            rel1 {
+           max: 8 8;
+           min: 8 8;
+           rel1 {
                relative: 0.5 0.5;
                offset: -4 -9;
                to: "drag";
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/tree-groups.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- tree-groups.edc     11 Mar 2005 15:35:02 -0000      1.1
+++ tree-groups.edc     27 Dec 2005 23:20:05 -0000      1.2
@@ -10,11 +10,11 @@
                 min, 12 12;
 
                 rel1 {
-                    relative, 0.0 0.0;
+                    relative, 0.5 0.5;
                     offset, 0 0;
                 }
                 rel2 {
-                    relative, 0.0 0.0;
+                    relative, 0.5 0.5;
                     offset, 6 8;
                 }
                 image {
@@ -46,7 +46,7 @@
                     offset, -1 -1;
                     to, "base";
                 }
-               color, 255 255 255 0;
+                               color, 255 255 255 0;
             }
             description {
                 state, "show" 0.0;
@@ -91,5 +91,5 @@
             transition, LINEAR 0.0;
             target, "visible";
         }
-    }
+    }   
 }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/window-groups.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- window-groups.edc   11 Mar 2005 15:35:02 -0000      1.1
+++ window-groups.edc   27 Dec 2005 23:20:05 -0000      1.2
@@ -1,4 +1,5 @@
 images {
+image, "e17_menu_bg.png" COMP;
 };
 
 group {
@@ -12,26 +13,42 @@
     }
 
     parts {
+
         part {
             name, "background";
             mouse_events, 0;
             description {
                 state, "default" 0.0;
-                rel1 {
-                    relative, 0.0 0.0;
-                    offset, 0 0;
+               image {
+                   normal, "e17_menu_bg.png";
+               }
+               fill {
+                   smooth : 0;
+               }
+            }
+       }
+        part {
+            name, "grad";
+            mouse_events, 0;
+            description {
+                state, "default" 0.0;
+               max: 220 220;
+               rel1 {
+                    relative, 1.0 1.0;
+                    offset, -200 -138;
                 }
                 rel2 {
                     relative, 1.0 1.0;
                     offset, -1 -1;
                 }
-                image {
-                    normal, "e17_menu_bg.png";
+               image {
+                   normal, "e_watermark.png";
                    border, 3 3 3 3;
-                }
+               }
                color, 255 255 255 255;
             }
         }
+
     }
 }
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to