Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_slider.edc 


Log Message:


* border property patch - dont generate on moves
* entry dialog becomes object - supports initial text contents of the entry
* fm2 gets menu patch (heavily worked so its safe) so u can delete and rename
files (and dirs) that you have permission to do so with.
* picutre importing disables or enables the scale and encoding stuff
depending on what is selected
* more widgets support enable/disable
* importer detects duaplicate destination target filenames and tries
alternate names.
* fsel widget displays extensions by default.
* test filemanager menu gone
* pants on!

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_slider.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- default_slider.edc  19 Mar 2006 12:24:19 -0000      1.7
+++ default_slider.edc  12 Aug 2006 12:49:52 -0000      1.8
@@ -42,6 +42,7 @@
       part {
         name: "sld_runner";
         mouse_events: 0;
+        clip_to: "clip";
         description {
            state: "default" 0.0;
            max: 2 99999;
@@ -63,6 +64,7 @@
       part {      
         name:          "label_under";
         mouse_events:  0;
+        clip_to: "clip";
         description {
            state:    "default" 0.0;
            visible:  0;
@@ -95,6 +97,7 @@
         name:           "label";
         type:           TEXT;
         mouse_events:   0;
+        clip_to: "clip";
         description {
            state:    "default" 0.0;
            visible:  0;
@@ -124,6 +127,7 @@
       part {
         name:          "label_over";
         mouse_events:  0;
+        clip_to: "clip";
         description {
            state:    "default" 0.0;
            visible:  0;
@@ -257,6 +261,7 @@
       part {
         name: "slider_glow";
         mouse_events: 0;
+        clip_to: "clip";
         description {
            state: "default" 0.0;
            min: 32 32;
@@ -278,6 +283,33 @@
            color: 255 255 255 255;
         }
       }
+      part {
+        name: "clip";
+        type: RECT;
+        description {
+           state: "default" 0.0;
+        }
+        description {
+           state: "disabled" 0.0;
+           inherit: "default" 0.0;
+           color: 255 255 255 128;
+        }
+      }
+      part {
+        name: "catch";
+        type: RECT;
+        mouse_events: 1;
+        description {
+           state: "default" 0.0;
+           visible: 0;
+           color: 0 0 0 0;
+        }
+        description {
+           state: "disabled" 0.0;
+           inherit: "default" 0.0;
+           visible: 1;
+        }
+      }
    }
    programs {   
       program {
@@ -368,6 +400,22 @@
         target: "label";
         target: "label_over";
       }
+      program {
+        name: "disable";
+        signal: "disabled";
+        source: "";
+        action: STATE_SET "disabled" 0.0;
+        target: "clip";
+        target: "catch";
+      }
+      program {
+        name: "enable";
+        signal: "enabled";
+        source: "";
+        action: STATE_SET "default" 0.0;
+        target: "clip";
+        target: "catch";
+      }
    }
 }
 
@@ -404,6 +452,7 @@
       part {
         name: "sld_runner";
         mouse_events: 0;
+        clip_to: "clip";
         description {
            state: "default" 0.0;
            max: 99999 2;
@@ -425,6 +474,7 @@
       part {      
         name:          "label_under";
         mouse_events:  0;
+        clip_to: "clip";
         description {
            state:    "default" 0.0;
            visible:  0;
@@ -457,6 +507,7 @@
         name:           "label";
         type:           TEXT;
         mouse_events:   0;
+        clip_to: "clip";
         description {
            state:    "default" 0.0;
            visible:  0;
@@ -487,6 +538,7 @@
       part {
         name:          "label_over";
         mouse_events:  0;
+        clip_to: "clip";
         description {
            state:    "default" 0.0;
            visible:  0;
@@ -572,6 +624,7 @@
       part {
         name: "slider_img";
         mouse_events: 0;
+        clip_to: "clip";
         description {
            state: "default" 0.0;
            min: 32 32;
@@ -641,6 +694,33 @@
            color: 255 255 255 255;
         }
       }
+      part {
+        name: "clip";
+        type: RECT;
+        description {
+           state: "default" 0.0;
+        }
+        description {
+           state: "disabled" 0.0;
+           inherit: "default" 0.0;
+           color: 255 255 255 128;
+        }
+      }
+      part {
+        name: "catch";
+        type: RECT;
+        mouse_events: 1;
+        description {
+           state: "default" 0.0;
+           visible: 0;
+           color: 0 0 0 0;
+        }
+        description {
+           state: "disabled" 0.0;
+           inherit: "default" 0.0;
+           visible: 1;
+        }
+      }
    }
    programs {   
       program {
@@ -730,6 +810,22 @@
         target: "label_under";
         target: "label";
         target: "label_over";
+      }
+      program {
+        name: "disable";
+        signal: "disabled";
+        source: "";
+        action: STATE_SET "disabled" 0.0;
+        target: "clip";
+        target: "catch";
+      }
+      program {
+        name: "enable";
+        signal: "enabled";
+        source: "";
+        action: STATE_SET "default" 0.0;
+        target: "clip";
+        target: "catch";
       }
    }
 }



-------------------------------------------------------------------------
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

Reply via email to