Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_fileman.edc 


Log Message:


and the new fm code can single, multi and range select, optionally force
single select only... it can asl display icons and thumbnails (testing list
mode only atm).

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- default_fileman.edc 19 Mar 2006 12:24:19 -0000      1.34
+++ default_fileman.edc 16 Jul 2006 17:27:21 -0000      1.35
@@ -1,3 +1,1876 @@
+images {
+   image: "e17_ilist_bg0.png" COMP;
+   image: "e17_ilist_bg1.png" COMP;
+}
+
+group {
+   name: "fileman/list/fixed";
+   parts {
+      part {
+        name: "base";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           image {
+              normal: "e17_ilist_bg0.png";
+              border: 3 3 3 3;
+           }
+        }
+      }
+      part {
+        name:          "title_shadow2";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow2.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           visible:  1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow2.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_shadow1";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow1.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           visible:  1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow1.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_bar";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           image {
+              normal: "e17_titlebar.png";
+              border: 8 8 8 8;
+           }
+           rel1 {
+              offset: -4 -4;
+           }
+           rel2 {
+              offset: 3 3;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "icon_swallow";
+        type:          SWALLOW;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.0 0.5;
+           aspect:   1.0 1.0;
+           aspect_preference: VERTICAL;
+//         fixed:    1 1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   4    4;
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   4   -5;
+           }
+        }
+      }
+      part {
+        name:           "label";
+        type:           TEXT;
+        effect:         SHADOW;
+        mouse_events:   0;
+        description {
+           state: "default" 0.0;
+           min:      16 16;
+           rel1 {
+              to_x:     "icon_swallow";
+              relative: 1.0  0.0;
+              offset:   4 4;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -5 -5;
+           }
+           color: 0 0 0 255;
+           color3: 255 255 255 128;
+           text {
+              text:     "Item Label";
+              font:     "Edje-Vera";
+              size:     10;
+              min:      1 1;
+              align:    0.0 0.5;
+              text_class: "ilist_item";               
+           }
+        }
+      }
+      part {
+        name:           "title_glint_clip";
+        type:           RECT;
+        mouse_events:   0;
+        description {
+           state: "default" 0.0;
+           rel1 {
+              offset:   3    3;
+              to:       "title_bar";
+           }
+           rel2 {
+              offset:   -4  -4;
+              to:       "title_bar";
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_glint_1";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    0.0 0.0;
+           max:      34 13;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   2    2;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -3   -3;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint1.png";
+              border: 5 0 5 0;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_glint_2";
+        mouse_events:  0;
+        clip_to:       "title_glint_clip";
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    1.0 0.5;
+           max:      0 0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   3    3;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   3    -4;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint2.png";
+              border: 0 0 5 5;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.5 0.5;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   3    3;
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   3    -4;
+           }
+        }
+        description {
+           state:    "active2" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 128;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.5 0.5;
+           rel1 {
+              relative: 1.0  0.0;
+              offset:   -4   3;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -4   -4;
+           }
+        }
+        description {
+           state:    "active3" 0.0;
+           inherit:  "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.0 0.5;
+           rel1 {
+              relative: 1.0  0.0;
+              offset:   -4   3;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -4   -4;
+           }
+        }
+      }
+      part {
+        name:          "title_glint_3";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    1.0 1.0;
+           max:      34 13;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   2    2;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -3   -3;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint3.png";
+              border: 0 5 0 5;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+        }
+      }
+      part {
+        name:           "event";
+        type:           RECT;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+        }
+      }
+   }
+   programs {
+      program {
+        name:    "go_active_pre";
+        signal:  "active";
+        source:  "";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_bar";
+        target:  "title_shadow1";
+        target:  "title_shadow2";
+        after:   "go_active";
+      }
+      program {
+        name:    "go_active";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_bar";
+        transition: LINEAR 0.05;
+        after:   "go_active2";
+      }
+      program {
+        name:    "go_active2";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_shadow1";
+        transition: LINEAR 0.05;
+        after:   "go_active3";
+        after:   "go_active3b";
+      }
+      program {
+        name:    "go_active3";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_shadow2";
+        transition: LINEAR 0.05;
+      }
+      program {
+        name:    "go_active3b";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_glint_1";
+        target:  "title_glint_2";
+        transition: LINEAR 0.05;
+        after:   "go_active4";
+        after:   "go_active4b";
+      }
+      program {
+        name:    "go_active4";
+        action:  STATE_SET "active2" 0.0;
+        target:  "title_glint_2";
+        transition: LINEAR 0.2;
+        after:   "go_active5";
+        after:   "go_active5b";
+      }
+      program {
+        name:    "go_active4b";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_glint_3";
+        transition: LINEAR 0.2;
+      }
+      program {
+        name:    "go_active5";
+        action:  STATE_SET "active3" 0.0;
+        target:  "title_glint_2";
+        transition: LINEAR 0.05;
+      }
+      program {
+        name:    "go_active5b";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_glint_3";
+        transition: LINEAR 0.1;
+        after:   "go_active6";
+      }
+      program {
+        name:    "go_active6";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_glint_1";
+        target:  "title_glint_2";
+        target:  "title_glint_3";
+      }
+
+      program {
+        name:    "go_passive_pre";
+        signal:  "passive";
+        source:  "";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_bar";
+        target:  "title_shadow1";
+        target:  "title_shadow2";
+        after:   "go_passive";
+      }
+      program {
+        name:    "go_passive";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_shadow2";
+        transition: LINEAR 0.1;
+        after:   "go_passive2";
+      }
+      program {
+        name:    "go_passive2";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_shadow1";
+        transition: LINEAR 0.1;
+        after:   "go_passive3";
+      }
+      program {
+        name:    "go_passive3";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_bar";
+        transition: LINEAR 0.1;
+      }
+   }
+}
+
+group {
+   name: "fileman/list_odd/fixed";
+   parts {
+      part {
+        name: "base";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           image {
+              normal: "e17_ilist_bg1.png";
+              border: 3 3 3 3;
+           }
+        }
+      }
+      part {
+        name:          "title_shadow2";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow2.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           visible:  1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow2.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_shadow1";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow1.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           visible:  1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow1.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_bar";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           image {
+              normal: "e17_titlebar.png";
+              border: 8 8 8 8;
+           }
+           rel1 {
+              offset: -4 -4;
+           }
+           rel2 {
+              offset: 3 3;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "icon_swallow";
+        type:          SWALLOW;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.0 0.5;
+           aspect:   1.0 1.0;
+           aspect_preference: VERTICAL;
+//         fixed:    1 1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   4    4;
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   4   -5;
+           }
+        }
+      }
+      part {
+        name:           "label";
+        type:           TEXT;
+        effect:         SHADOW;
+        mouse_events:   0;
+        description {
+           state: "default" 0.0;
+           min:      16 16;
+           rel1 {
+              to_x:     "icon_swallow";
+              relative: 1.0  0.0;
+              offset:   4 4;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -5 -5;
+           }
+           color: 0 0 0 255;
+           color3: 255 255 255 128;
+           text {
+              text:     "Item Label";
+              font:     "Edje-Vera";
+              size:     10;
+              min:      1 1;
+              align:    0.0 0.5;
+              text_class: "ilist_item";               
+           }
+        }
+      }
+      part {
+        name:           "title_glint_clip";
+        type:           RECT;
+        mouse_events:   0;
+        description {
+           state: "default" 0.0;
+           rel1 {
+              offset:   3    3;
+              to:       "title_bar";
+           }
+           rel2 {
+              offset:   -4  -4;
+              to:       "title_bar";
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_glint_1";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    0.0 0.0;
+           max:      34 13;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   2    2;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -3   -3;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint1.png";
+              border: 5 0 5 0;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_glint_2";
+        mouse_events:  0;
+        clip_to:       "title_glint_clip";
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    1.0 0.5;
+           max:      0 0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   3    3;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   3    -4;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint2.png";
+              border: 0 0 5 5;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.5 0.5;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   3    3;
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   3    -4;
+           }
+        }
+        description {
+           state:    "active2" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 128;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.5 0.5;
+           rel1 {
+              relative: 1.0  0.0;
+              offset:   -4   3;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -4   -4;
+           }
+        }
+        description {
+           state:    "active3" 0.0;
+           inherit:  "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.0 0.5;
+           rel1 {
+              relative: 1.0  0.0;
+              offset:   -4   3;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -4   -4;
+           }
+        }
+      }
+      part {
+        name:          "title_glint_3";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    1.0 1.0;
+           max:      34 13;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   2    2;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -3   -3;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint3.png";
+              border: 0 5 0 5;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+        }
+      }
+      part {
+        name:           "event";
+        type:           RECT;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+        }
+      }
+   }
+   programs {
+      program {
+        name:    "go_active_pre";
+        signal:  "active";
+        source:  "";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_bar";
+        target:  "title_shadow1";
+        target:  "title_shadow2";
+        after:   "go_active";
+      }
+      program {
+        name:    "go_active";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_bar";
+        transition: LINEAR 0.05;
+        after:   "go_active2";
+      }
+      program {
+        name:    "go_active2";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_shadow1";
+        transition: LINEAR 0.05;
+        after:   "go_active3";
+        after:   "go_active3b";
+      }
+      program {
+        name:    "go_active3";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_shadow2";
+        transition: LINEAR 0.05;
+      }
+      program {
+        name:    "go_active3b";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_glint_1";
+        target:  "title_glint_2";
+        transition: LINEAR 0.05;
+        after:   "go_active4";
+        after:   "go_active4b";
+      }
+      program {
+        name:    "go_active4";
+        action:  STATE_SET "active2" 0.0;
+        target:  "title_glint_2";
+        transition: LINEAR 0.2;
+        after:   "go_active5";
+        after:   "go_active5b";
+      }
+      program {
+        name:    "go_active4b";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_glint_3";
+        transition: LINEAR 0.2;
+      }
+      program {
+        name:    "go_active5";
+        action:  STATE_SET "active3" 0.0;
+        target:  "title_glint_2";
+        transition: LINEAR 0.05;
+      }
+      program {
+        name:    "go_active5b";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_glint_3";
+        transition: LINEAR 0.1;
+        after:   "go_active6";
+      }
+      program {
+        name:    "go_active6";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_glint_1";
+        target:  "title_glint_2";
+        target:  "title_glint_3";
+      }
+
+      program {
+        name:    "go_passive_pre";
+        signal:  "passive";
+        source:  "";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_bar";
+        target:  "title_shadow1";
+        target:  "title_shadow2";
+        after:   "go_passive";
+      }
+      program {
+        name:    "go_passive";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_shadow2";
+        transition: LINEAR 0.1;
+        after:   "go_passive2";
+      }
+      program {
+        name:    "go_passive2";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_shadow1";
+        transition: LINEAR 0.1;
+        after:   "go_passive3";
+      }
+      program {
+        name:    "go_passive3";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_bar";
+        transition: LINEAR 0.1;
+      }
+   }
+}
+
+group {
+   name: "fileman/list/variable";
+   parts {
+      part {
+        name: "base";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           image {
+              normal: "e17_ilist_bg0.png";
+              border: 3 3 3 3;
+           }
+        }
+      }
+      part {
+        name:          "title_shadow2";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow2.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           visible:  1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow2.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_shadow1";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow1.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           visible:  1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow1.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_bar";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           image {
+              normal: "e17_titlebar.png";
+              border: 8 8 8 8;
+           }
+           rel1 {
+              offset: -4 -4;
+           }
+           rel2 {
+              offset: 3 3;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "icon_swallow";
+        type:          SWALLOW;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.0 0.5;
+           aspect:   1.0 1.0;
+           aspect_preference: VERTICAL;
+//         fixed:    1 1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   4    4;
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   4   -5;
+           }
+        }
+      }
+      part {
+        name:           "label";
+        type:           TEXT;
+        effect:         SHADOW;
+        mouse_events:   0;
+        description {
+           state: "default" 0.0;
+           min:      16 16;
+           rel1 {
+              to_x:     "icon_swallow";
+              relative: 1.0  0.0;
+              offset:   4 4;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -5 -5;
+           }
+           color: 0 0 0 255;
+           color3: 255 255 255 128;
+           text {
+              text:     "Item Label";
+              font:     "Edje-Vera";
+              size:     10;
+//            min:      1 1;
+              align:    0.0 0.5;
+              text_class: "ilist_item";               
+           }
+        }
+      }
+      part {
+        name:           "title_glint_clip";
+        type:           RECT;
+        mouse_events:   0;
+        description {
+           state: "default" 0.0;
+           rel1 {
+              offset:   3    3;
+              to:       "title_bar";
+           }
+           rel2 {
+              offset:   -4  -4;
+              to:       "title_bar";
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_glint_1";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    0.0 0.0;
+           max:      34 13;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   2    2;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -3   -3;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint1.png";
+              border: 5 0 5 0;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_glint_2";
+        mouse_events:  0;
+        clip_to:       "title_glint_clip";
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    1.0 0.5;
+           max:      0 0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   3    3;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   3    -4;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint2.png";
+              border: 0 0 5 5;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.5 0.5;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   3    3;
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   3    -4;
+           }
+        }
+        description {
+           state:    "active2" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 128;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.5 0.5;
+           rel1 {
+              relative: 1.0  0.0;
+              offset:   -4   3;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -4   -4;
+           }
+        }
+        description {
+           state:    "active3" 0.0;
+           inherit:  "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.0 0.5;
+           rel1 {
+              relative: 1.0  0.0;
+              offset:   -4   3;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -4   -4;
+           }
+        }
+      }
+      part {
+        name:          "title_glint_3";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    1.0 1.0;
+           max:      34 13;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   2    2;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -3   -3;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint3.png";
+              border: 0 5 0 5;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+        }
+      }
+      part {
+        name:           "event";
+        type:           RECT;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+        }
+      }
+   }
+   programs {
+      program {
+        name:    "go_active_pre";
+        signal:  "active";
+        source:  "";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_bar";
+        target:  "title_shadow1";
+        target:  "title_shadow2";
+        after:   "go_active";
+      }
+      program {
+        name:    "go_active";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_bar";
+        transition: LINEAR 0.05;
+        after:   "go_active2";
+      }
+      program {
+        name:    "go_active2";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_shadow1";
+        transition: LINEAR 0.05;
+        after:   "go_active3";
+        after:   "go_active3b";
+      }
+      program {
+        name:    "go_active3";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_shadow2";
+        transition: LINEAR 0.05;
+      }
+      program {
+        name:    "go_active3b";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_glint_1";
+        target:  "title_glint_2";
+        transition: LINEAR 0.05;
+        after:   "go_active4";
+        after:   "go_active4b";
+      }
+      program {
+        name:    "go_active4";
+        action:  STATE_SET "active2" 0.0;
+        target:  "title_glint_2";
+        transition: LINEAR 0.2;
+        after:   "go_active5";
+        after:   "go_active5b";
+      }
+      program {
+        name:    "go_active4b";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_glint_3";
+        transition: LINEAR 0.2;
+      }
+      program {
+        name:    "go_active5";
+        action:  STATE_SET "active3" 0.0;
+        target:  "title_glint_2";
+        transition: LINEAR 0.05;
+      }
+      program {
+        name:    "go_active5b";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_glint_3";
+        transition: LINEAR 0.1;
+        after:   "go_active6";
+      }
+      program {
+        name:    "go_active6";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_glint_1";
+        target:  "title_glint_2";
+        target:  "title_glint_3";
+      }
+
+      program {
+        name:    "go_passive_pre";
+        signal:  "passive";
+        source:  "";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_bar";
+        target:  "title_shadow1";
+        target:  "title_shadow2";
+        after:   "go_passive";
+      }
+      program {
+        name:    "go_passive";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_shadow2";
+        transition: LINEAR 0.1;
+        after:   "go_passive2";
+      }
+      program {
+        name:    "go_passive2";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_shadow1";
+        transition: LINEAR 0.1;
+        after:   "go_passive3";
+      }
+      program {
+        name:    "go_passive3";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_bar";
+        transition: LINEAR 0.1;
+      }
+   }
+}
+
+group {
+   name: "fileman/list_odd/variable";
+   parts {
+      part {
+        name: "base";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           image {
+              normal: "e17_ilist_bg1.png";
+              border: 3 3 3 3;
+           }
+        }
+      }
+      part {
+        name:          "title_shadow2";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow2.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           visible:  1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow2.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_shadow1";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow1.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           visible:  1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_shadow1.png";
+              border: 8 8 8 8;
+           }
+           fill {
+              smooth: 0;
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_bar";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           image {
+              normal: "e17_titlebar.png";
+              border: 8 8 8 8;
+           }
+           rel1 {
+              offset: -4 -4;
+           }
+           rel2 {
+              offset: 3 3;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "icon_swallow";
+        type:          SWALLOW;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.0 0.5;
+           aspect:   1.0 1.0;
+           aspect_preference: VERTICAL;
+//         fixed:    1 1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   4    4;
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   4   -5;
+           }
+        }
+      }
+      part {
+        name:           "label";
+        type:           TEXT;
+        effect:         SHADOW;
+        mouse_events:   0;
+        description {
+           state: "default" 0.0;
+           min:      16 16;
+           rel1 {
+              to_x:     "icon_swallow";
+              relative: 1.0  0.0;
+              offset:   4 4;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -5 -5;
+           }
+           color: 0 0 0 255;
+           color3: 255 255 255 128;
+           text {
+              text:     "Item Label";
+              font:     "Edje-Vera";
+              size:     10;
+//            min:      1 1;
+              align:    0.0 0.5;
+              text_class: "ilist_item";               
+           }
+        }
+      }
+      part {
+        name:           "title_glint_clip";
+        type:           RECT;
+        mouse_events:   0;
+        description {
+           state: "default" 0.0;
+           rel1 {
+              offset:   3    3;
+              to:       "title_bar";
+           }
+           rel2 {
+              offset:   -4  -4;
+              to:       "title_bar";
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_glint_1";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    0.0 0.0;
+           max:      34 13;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   2    2;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -3   -3;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint1.png";
+              border: 5 0 5 0;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+        }
+      }
+      part {
+        name:          "title_glint_2";
+        mouse_events:  0;
+        clip_to:       "title_glint_clip";
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    1.0 0.5;
+           max:      0 0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   3    3;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   3    -4;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint2.png";
+              border: 0 0 5 5;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.5 0.5;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   3    3;
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   3    -4;
+           }
+        }
+        description {
+           state:    "active2" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 128;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.5 0.5;
+           rel1 {
+              relative: 1.0  0.0;
+              offset:   -4   3;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -4   -4;
+           }
+        }
+        description {
+           state:    "active3" 0.0;
+           inherit:  "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           max:      169 9999;
+           min:      169 8;
+           align:    0.0 0.5;
+           rel1 {
+              relative: 1.0  0.0;
+              offset:   -4   3;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -4   -4;
+           }
+        }
+      }
+      part {
+        name:          "title_glint_3";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           color:    255 255 255 0;
+           align:    1.0 1.0;
+           max:      34 13;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   2    2;
+              to:       "title_bar";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -3   -3;
+              to:       "title_bar";
+           }
+           image {
+              normal: "e17_titlebar_glint3.png";
+              border: 0 5 0 5;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
+        }
+      }
+      part {
+        name:           "event";
+        type:           RECT;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+        }
+      }
+   }
+   programs {
+      program {
+        name:    "go_active_pre";
+        signal:  "active";
+        source:  "";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_bar";
+        target:  "title_shadow1";
+        target:  "title_shadow2";
+        after:   "go_active";
+      }
+      program {
+        name:    "go_active";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_bar";
+        transition: LINEAR 0.05;
+        after:   "go_active2";
+      }
+      program {
+        name:    "go_active2";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_shadow1";
+        transition: LINEAR 0.05;
+        after:   "go_active3";
+        after:   "go_active3b";
+      }
+      program {
+        name:    "go_active3";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_shadow2";
+        transition: LINEAR 0.05;
+      }
+      program {
+        name:    "go_active3b";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_glint_1";
+        target:  "title_glint_2";
+        transition: LINEAR 0.05;
+        after:   "go_active4";
+        after:   "go_active4b";
+      }
+      program {
+        name:    "go_active4";
+        action:  STATE_SET "active2" 0.0;
+        target:  "title_glint_2";
+        transition: LINEAR 0.2;
+        after:   "go_active5";
+        after:   "go_active5b";
+      }
+      program {
+        name:    "go_active4b";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_glint_3";
+        transition: LINEAR 0.2;
+      }
+      program {
+        name:    "go_active5";
+        action:  STATE_SET "active3" 0.0;
+        target:  "title_glint_2";
+        transition: LINEAR 0.05;
+      }
+      program {
+        name:    "go_active5b";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_glint_3";
+        transition: LINEAR 0.1;
+        after:   "go_active6";
+      }
+      program {
+        name:    "go_active6";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_glint_1";
+        target:  "title_glint_2";
+        target:  "title_glint_3";
+      }
+
+      program {
+        name:    "go_passive_pre";
+        signal:  "passive";
+        source:  "";
+        action:  STATE_SET "active" 0.0;
+        target:  "title_bar";
+        target:  "title_shadow1";
+        target:  "title_shadow2";
+        after:   "go_passive";
+      }
+      program {
+        name:    "go_passive";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_shadow2";
+        transition: LINEAR 0.1;
+        after:   "go_passive2";
+      }
+      program {
+        name:    "go_passive2";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_shadow1";
+        transition: LINEAR 0.1;
+        after:   "go_passive3";
+      }
+      program {
+        name:    "go_passive3";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_bar";
+        transition: LINEAR 0.1;
+      }
+   }
+}
+
 #define FULL_SIZE_FILEMAN_BUTTON(TYPE) \
 group { \
    name:  "fileman/button/"TYPE; \




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