Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_fileman.edc 


Log Message:


now THIS is cute -watch the thumbnails wobble when generated... or found
cached... most fun! let the power of edje be known! :)

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- default_fileman.edc 17 Jul 2006 19:51:37 -0000      1.36
+++ default_fileman.edc 23 Jul 2006 21:19:04 -0000      1.37
@@ -139,15 +139,101 @@
         }
       }
       part {
-        name:          "icon_swallow";
-        type:          SWALLOW;
+        name:          "icon_box_shadow";
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           rel1 {
+              to: "icon_box";
+              relative: 0.0 0.0;
+              offset: -1 -1;
+           }
+           rel2 {
+              to: "icon_box";
+              relative: 1.0 1.0;
+              offset: 2 2;
+           }
+            image {
+              normal: "e17_mini_button_shadow2.png";
+              border: 6 6 6 6;
+           }
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }      
+      part {
+        name:          "icon_box";
+        type:          RECT;
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           align: 0.5 0.5;         
+           rel1 {
+              to: "icon_swallow";
+              relative: 0.0 0.0;
+              offset: -1 -1;
+           }
+           rel2 {
+              to: "icon_swallow";
+              relative: 1.0 1.0;
+              offset: 0 0;
+           }       
+           color: 0 0 0 255;
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }            
+      part {
+        name:          "icon_box_bg";
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           rel1 {
+              to: "icon_box";
+              relative: 0.0 0.0;
+              offset: 1 1;
+           }
+           rel2 {
+              to: "icon_box";
+              relative: 1.0 1.0;
+              offset: -2 -2;
+           }
+            image {
+              normal: "e17_fileman_thumb_bg.png";
+           }                  
+           fill {          
+              smooth: 0;
+              size {
+                 relative: 0 0;
+                 offset:   32 32;
+              }
+           }       
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }
+      part {
+        name:          "icon0";
+        type:          RECT;
         mouse_events:  0;
         description {
            state:    "default" 0.0;
            align:    0.0 0.5;
            aspect:   1.0 1.0;
            aspect_preference: VERTICAL;
-//         fixed:    1 1;
+           visible:  0;
            rel1 {
               relative: 0.0  0.0;
               offset:   4    4;
@@ -156,6 +242,60 @@
               relative: 0.0  1.0;
               offset:   4   -5;
            }
+           color: 0 0 0 0;
+        }
+      }
+      part {
+        name:          "icon";
+        type:          RECT;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.5 0.5;
+           aspect:   1.0 1.0;
+           visible:  0;
+           rel1 {
+              to: "icon0";
+           }
+           rel2 {
+              to: "icon0";
+           }
+           color: 0 0 0 0;
+        }
+        description {
+           state:    "min" 0.0;
+           inherit:  "default" 0.0;
+           max:      0 0;
+        }
+        description {
+           state:    "max" 0.0;
+           inherit:  "default" 0.0;
+           rel1 {
+              to: "icon0";
+              relative: 0.0  0.0;
+              offset:   -3   -3;
+           }
+           rel2 {
+              to: "icon0";
+              relative: 1.0  1.0;
+              offset:   2    2;
+           }
+        }
+      }
+      part {
+        name:          "icon_swallow";
+        type:          SWALLOW;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.5 0.5;
+//         fixed:    1 1;
+           rel1 {
+              to:      "icon";
+           }
+           rel2 {
+              to:      "icon";
+           }
         }
       }
       part {
@@ -167,7 +307,7 @@
            state: "default" 0.0;
            min:      16 16;
            rel1 {
-              to_x:     "icon_swallow";
+              to_x:     "icon0";
               relative: 1.0  0.0;
               offset:   4 4;
            }
@@ -467,6 +607,59 @@
         target:  "title_bar";
         transition: LINEAR 0.1;
       }
+      program {
+        name:    "thumb_gen";
+        signal:  "thumb";
+        source:  "gen";
+        action:  STATE_SET "visible" 0.0;
+        target:  "icon_box_shadow";
+        target:  "icon_box";
+        target:  "icon_box_bg";
+        after:   "thumb_gen2";
+      }
+      program {
+        name:    "thumb_gen-";
+        signal:  "thumb";
+        source:  "gen_alpha";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon_box_shadow";
+        target:  "icon_box";
+        target:  "icon_box_bg";
+        after:   "thumb_gen2";
+      }
+      program {
+        name:    "thumb_gen2";
+        action:  STATE_SET "min" 0.0;
+        target:  "icon";
+        after:   "thumb_gen3";
+      }
+      program {
+        name:    "thumb_gen3";
+        action:  STATE_SET "max" 0.0;
+        target:  "icon";
+         transition: DECELERATE 0.2;
+        after:   "thumb_gen4";
+      }
+      program {
+        name:    "thumb_gen4";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.1;
+        after:   "thumb_gen5";
+      }
+      program {
+        name:    "thumb_gen5";
+        action:  STATE_SET "max" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.2;
+        after:   "thumb_gen6";
+      }
+      program {
+        name:    "thumb_gen6";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.3;
+      }
    }
 }
 
@@ -606,15 +799,101 @@
         }
       }
       part {
-        name:          "icon_swallow";
-        type:          SWALLOW;
+        name:          "icon_box_shadow";
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           rel1 {
+              to: "icon_box";
+              relative: 0.0 0.0;
+              offset: -1 -1;
+           }
+           rel2 {
+              to: "icon_box";
+              relative: 1.0 1.0;
+              offset: 2 2;
+           }
+            image {
+              normal: "e17_mini_button_shadow2.png";
+              border: 6 6 6 6;
+           }
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }      
+      part {
+        name:          "icon_box";
+        type:          RECT;
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           align: 0.5 0.5;         
+           rel1 {
+              to: "icon_swallow";
+              relative: 0.0 0.0;
+              offset: -1 -1;
+           }
+           rel2 {
+              to: "icon_swallow";
+              relative: 1.0 1.0;
+              offset: 0 0;
+           }       
+           color: 0 0 0 255;
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }            
+      part {
+        name:          "icon_box_bg";
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           rel1 {
+              to: "icon_box";
+              relative: 0.0 0.0;
+              offset: 1 1;
+           }
+           rel2 {
+              to: "icon_box";
+              relative: 1.0 1.0;
+              offset: -2 -2;
+           }
+            image {
+              normal: "e17_fileman_thumb_bg.png";
+           }                  
+           fill {          
+              smooth: 0;
+              size {
+                 relative: 0 0;
+                 offset:   32 32;
+              }
+           }       
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }
+      part {
+        name:          "icon0";
+        type:          RECT;
         mouse_events:  0;
         description {
            state:    "default" 0.0;
            align:    0.0 0.5;
            aspect:   1.0 1.0;
            aspect_preference: VERTICAL;
-//         fixed:    1 1;
+           visible:  0;
            rel1 {
               relative: 0.0  0.0;
               offset:   4    4;
@@ -623,6 +902,60 @@
               relative: 0.0  1.0;
               offset:   4   -5;
            }
+           color: 0 0 0 0;
+        }
+      }
+      part {
+        name:          "icon";
+        type:          RECT;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.5 0.5;
+           aspect:   1.0 1.0;
+           visible:  0;
+           rel1 {
+              to: "icon0";
+           }
+           rel2 {
+              to: "icon0";
+           }
+           color: 0 0 0 0;
+        }
+        description {
+           state:    "min" 0.0;
+           inherit:  "default" 0.0;
+           max:      0 0;
+        }
+        description {
+           state:    "max" 0.0;
+           inherit:  "default" 0.0;
+           rel1 {
+              to: "icon0";
+              relative: 0.0  0.0;
+              offset:   -3   -3;
+           }
+           rel2 {
+              to: "icon0";
+              relative: 1.0  1.0;
+              offset:   2    2;
+           }
+        }
+      }
+      part {
+        name:          "icon_swallow";
+        type:          SWALLOW;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.5 0.5;
+//         fixed:    1 1;
+           rel1 {
+              to:      "icon";
+           }
+           rel2 {
+              to:      "icon";
+           }
         }
       }
       part {
@@ -634,7 +967,7 @@
            state: "default" 0.0;
            min:      16 16;
            rel1 {
-              to_x:     "icon_swallow";
+              to_x:     "icon0";
               relative: 1.0  0.0;
               offset:   4 4;
            }
@@ -934,6 +1267,59 @@
         target:  "title_bar";
         transition: LINEAR 0.1;
       }
+      program {
+        name:    "thumb_gen";
+        signal:  "thumb";
+        source:  "gen";
+        action:  STATE_SET "visible" 0.0;
+        target:  "icon_box_shadow";
+        target:  "icon_box";
+        target:  "icon_box_bg";
+        after:   "thumb_gen2";
+      }
+      program {
+        name:    "thumb_gen-";
+        signal:  "thumb";
+        source:  "gen_alpha";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon_box_shadow";
+        target:  "icon_box";
+        target:  "icon_box_bg";
+        after:   "thumb_gen2";
+      }
+      program {
+        name:    "thumb_gen2";
+        action:  STATE_SET "min" 0.0;
+        target:  "icon";
+        after:   "thumb_gen3";
+      }
+      program {
+        name:    "thumb_gen3";
+        action:  STATE_SET "max" 0.0;
+        target:  "icon";
+         transition: DECELERATE 0.2;
+        after:   "thumb_gen4";
+      }
+      program {
+        name:    "thumb_gen4";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.1;
+        after:   "thumb_gen5";
+      }
+      program {
+        name:    "thumb_gen5";
+        action:  STATE_SET "max" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.2;
+        after:   "thumb_gen6";
+      }
+      program {
+        name:    "thumb_gen6";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.3;
+      }
    }
 }
 
@@ -1073,15 +1459,101 @@
         }
       }
       part {
-        name:          "icon_swallow";
-        type:          SWALLOW;
+        name:          "icon_box_shadow";
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           rel1 {
+              to: "icon_box";
+              relative: 0.0 0.0;
+              offset: -1 -1;
+           }
+           rel2 {
+              to: "icon_box";
+              relative: 1.0 1.0;
+              offset: 2 2;
+           }
+            image {
+              normal: "e17_mini_button_shadow2.png";
+              border: 6 6 6 6;
+           }
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }      
+      part {
+        name:          "icon_box";
+        type:          RECT;
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           align: 0.5 0.5;         
+           rel1 {
+              to: "icon_swallow";
+              relative: 0.0 0.0;
+              offset: -1 -1;
+           }
+           rel2 {
+              to: "icon_swallow";
+              relative: 1.0 1.0;
+              offset: 0 0;
+           }       
+           color: 0 0 0 255;
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }            
+      part {
+        name:          "icon_box_bg";
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           rel1 {
+              to: "icon_box";
+              relative: 0.0 0.0;
+              offset: 1 1;
+           }
+           rel2 {
+              to: "icon_box";
+              relative: 1.0 1.0;
+              offset: -2 -2;
+           }
+            image {
+              normal: "e17_fileman_thumb_bg.png";
+           }                  
+           fill {          
+              smooth: 0;
+              size {
+                 relative: 0 0;
+                 offset:   32 32;
+              }
+           }       
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }
+      part {
+        name:          "icon0";
+        type:          RECT;
         mouse_events:  0;
         description {
            state:    "default" 0.0;
            align:    0.0 0.5;
            aspect:   1.0 1.0;
            aspect_preference: VERTICAL;
-//         fixed:    1 1;
+           visible:  0;
            rel1 {
               relative: 0.0  0.0;
               offset:   4    4;
@@ -1090,6 +1562,60 @@
               relative: 0.0  1.0;
               offset:   4   -5;
            }
+           color: 0 0 0 0;
+        }
+      }
+      part {
+        name:          "icon";
+        type:          RECT;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.5 0.5;
+           aspect:   1.0 1.0;
+           visible:  0;
+           rel1 {
+              to: "icon0";
+           }
+           rel2 {
+              to: "icon0";
+           }
+           color: 0 0 0 0;
+        }
+        description {
+           state:    "min" 0.0;
+           inherit:  "default" 0.0;
+           max:      0 0;
+        }
+        description {
+           state:    "max" 0.0;
+           inherit:  "default" 0.0;
+           rel1 {
+              to: "icon0";
+              relative: 0.0  0.0;
+              offset:   -3   -3;
+           }
+           rel2 {
+              to: "icon0";
+              relative: 1.0  1.0;
+              offset:   2    2;
+           }
+        }
+      }
+      part {
+        name:          "icon_swallow";
+        type:          SWALLOW;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.5 0.5;
+//         fixed:    1 1;
+           rel1 {
+              to:      "icon";
+           }
+           rel2 {
+              to:      "icon";
+           }
         }
       }
       part {
@@ -1101,7 +1627,7 @@
            state: "default" 0.0;
            min:      16 16;
            rel1 {
-              to_x:     "icon_swallow";
+              to_x:     "icon0";
               relative: 1.0  0.0;
               offset:   4 4;
            }
@@ -1401,6 +1927,59 @@
         target:  "title_bar";
         transition: LINEAR 0.1;
       }
+      program {
+        name:    "thumb_gen";
+        signal:  "thumb";
+        source:  "gen";
+        action:  STATE_SET "visible" 0.0;
+        target:  "icon_box_shadow";
+        target:  "icon_box";
+        target:  "icon_box_bg";
+        after:   "thumb_gen2";
+      }
+      program {
+        name:    "thumb_gen-";
+        signal:  "thumb";
+        source:  "gen_alpha";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon_box_shadow";
+        target:  "icon_box";
+        target:  "icon_box_bg";
+        after:   "thumb_gen2";
+      }
+      program {
+        name:    "thumb_gen2";
+        action:  STATE_SET "min" 0.0;
+        target:  "icon";
+        after:   "thumb_gen3";
+      }
+      program {
+        name:    "thumb_gen3";
+        action:  STATE_SET "max" 0.0;
+        target:  "icon";
+         transition: DECELERATE 0.2;
+        after:   "thumb_gen4";
+      }
+      program {
+        name:    "thumb_gen4";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.1;
+        after:   "thumb_gen5";
+      }
+      program {
+        name:    "thumb_gen5";
+        action:  STATE_SET "max" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.2;
+        after:   "thumb_gen6";
+      }
+      program {
+        name:    "thumb_gen6";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.3;
+      }
    }
 }
 
@@ -1540,15 +2119,101 @@
         }
       }
       part {
-        name:          "icon_swallow";
-        type:          SWALLOW;
+        name:          "icon_box_shadow";
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           rel1 {
+              to: "icon_box";
+              relative: 0.0 0.0;
+              offset: -1 -1;
+           }
+           rel2 {
+              to: "icon_box";
+              relative: 1.0 1.0;
+              offset: 2 2;
+           }
+            image {
+              normal: "e17_mini_button_shadow2.png";
+              border: 6 6 6 6;
+           }
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }      
+      part {
+        name:          "icon_box";
+        type:          RECT;
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           align: 0.5 0.5;         
+           rel1 {
+              to: "icon_swallow";
+              relative: 0.0 0.0;
+              offset: -1 -1;
+           }
+           rel2 {
+              to: "icon_swallow";
+              relative: 1.0 1.0;
+              offset: 0 0;
+           }       
+           color: 0 0 0 255;
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }            
+      part {
+        name:          "icon_box_bg";
+        mouse_events:  0;
+        description {
+           state:      "default" 0.0;
+           visible:    0;
+           rel1 {
+              to: "icon_box";
+              relative: 0.0 0.0;
+              offset: 1 1;
+           }
+           rel2 {
+              to: "icon_box";
+              relative: 1.0 1.0;
+              offset: -2 -2;
+           }
+            image {
+              normal: "e17_fileman_thumb_bg.png";
+           }                  
+           fill {          
+              smooth: 0;
+              size {
+                 relative: 0 0;
+                 offset:   32 32;
+              }
+           }       
+        }
+        description {
+           state:      "visible" 0.0;
+           inherit:    "default" 0.0;
+           visible:    1;
+        }
+      }
+      part {
+        name:          "icon0";
+        type:          RECT;
         mouse_events:  0;
         description {
            state:    "default" 0.0;
            align:    0.0 0.5;
            aspect:   1.0 1.0;
            aspect_preference: VERTICAL;
-//         fixed:    1 1;
+           visible:  0;
            rel1 {
               relative: 0.0  0.0;
               offset:   4    4;
@@ -1557,6 +2222,60 @@
               relative: 0.0  1.0;
               offset:   4   -5;
            }
+           color: 0 0 0 0;
+        }
+      }
+      part {
+        name:          "icon";
+        type:          RECT;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.5 0.5;
+           aspect:   1.0 1.0;
+           visible:  0;
+           rel1 {
+              to: "icon0";
+           }
+           rel2 {
+              to: "icon0";
+           }
+           color: 0 0 0 0;
+        }
+        description {
+           state:    "min" 0.0;
+           inherit:  "default" 0.0;
+           max:      0 0;
+        }
+        description {
+           state:    "max" 0.0;
+           inherit:  "default" 0.0;
+           rel1 {
+              to: "icon0";
+              relative: 0.0  0.0;
+              offset:   -3   -3;
+           }
+           rel2 {
+              to: "icon0";
+              relative: 1.0  1.0;
+              offset:   2    2;
+           }
+        }
+      }
+      part {
+        name:          "icon_swallow";
+        type:          SWALLOW;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.5 0.5;
+//         fixed:    1 1;
+           rel1 {
+              to:      "icon";
+           }
+           rel2 {
+              to:      "icon";
+           }
         }
       }
       part {
@@ -1568,7 +2287,7 @@
            state: "default" 0.0;
            min:      16 16;
            rel1 {
-              to_x:     "icon_swallow";
+              to_x:     "icon0";
               relative: 1.0  0.0;
               offset:   4 4;
            }
@@ -1867,6 +2586,59 @@
         action:  STATE_SET "default" 0.0;
         target:  "title_bar";
         transition: LINEAR 0.1;
+      }
+      program {
+        name:    "thumb_gen";
+        signal:  "thumb";
+        source:  "gen";
+        action:  STATE_SET "visible" 0.0;
+        target:  "icon_box_shadow";
+        target:  "icon_box";
+        target:  "icon_box_bg";
+        after:   "thumb_gen2";
+      }
+      program {
+        name:    "thumb_gen-";
+        signal:  "thumb";
+        source:  "gen_alpha";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon_box_shadow";
+        target:  "icon_box";
+        target:  "icon_box_bg";
+        after:   "thumb_gen2";
+      }
+      program {
+        name:    "thumb_gen2";
+        action:  STATE_SET "min" 0.0;
+        target:  "icon";
+        after:   "thumb_gen3";
+      }
+      program {
+        name:    "thumb_gen3";
+        action:  STATE_SET "max" 0.0;
+        target:  "icon";
+         transition: DECELERATE 0.2;
+        after:   "thumb_gen4";
+      }
+      program {
+        name:    "thumb_gen4";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.1;
+        after:   "thumb_gen5";
+      }
+      program {
+        name:    "thumb_gen5";
+        action:  STATE_SET "max" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.2;
+        after:   "thumb_gen6";
+      }
+      program {
+        name:    "thumb_gen6";
+        action:  STATE_SET "default" 0.0;
+        target:  "icon";
+         transition: SINUSOIDAL 0.3;
       }
    }
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to