jaehwan pushed a commit to branch master.

commit 456803ceaaeb55bd9be6cfdf5fee5bad5d84f9d1
Author: Jaehwan Kim <[email protected]>
Date:   Fri Aug 2 14:41:54 2013 +0900

    index - change a background image and fix the fommatting.
---
 edje/edc/elm/index.edc                    | 236 ++++++++----------------------
 edje/img/darken_rounded_square_half.png   | Bin 0 -> 422 bytes
 edje/img/darken_rounded_square_half_h.png | Bin 0 -> 416 bytes
 edje/img/ilist_1.png                      | Bin 298 -> 0 bytes
 edje/img/ilist_1_h.png                    | Bin 314 -> 0 bytes
 edje/img/ilist_2.png                      | Bin 376 -> 0 bytes
 edje/img/ilist_2_h.png                    | Bin 365 -> 0 bytes
 edje/img/ilist_item_shadow.png            | Bin 284 -> 0 bytes
 edje/img/ilist_item_shadow_h.png          | Bin 309 -> 0 bytes
 9 files changed, 58 insertions(+), 178 deletions(-)

diff --git a/edje/edc/elm/index.edc b/edje/edc/elm/index.edc
index 3b41acf..c6522b6 100644
--- a/edje/edc/elm/index.edc
+++ b/edje/edc/elm/index.edc
@@ -1,8 +1,6 @@
 group { name: "elm/index/base/vertical/default";
    parts {
-      part { name: "clip";
-         type: RECT;
-         mouse_events:  0;
+      part { name: "clip"; type: RECT; mouse_events:  0;
          description { state: "default" 0.0;
             visible:  0;
             color: 255 255 255 0;
@@ -12,9 +10,7 @@ group { name: "elm/index/base/vertical/default";
             color: 255 255 255 255;
          }
       }
-      part { name: "clip2";
-         type: RECT;
-         mouse_events:  0;
+      part { name: "clip2"; type: RECT; mouse_events:  0;
          clip_to: "clip";
          description { state: "default" 0.0;
             visible: 0;
@@ -25,8 +21,7 @@ group { name: "elm/index/base/vertical/default";
             color: 255 255 255 255;
          }
       }
-      part { name: "elm.swallow.index.0";
-         type: SWALLOW;
+      part { name: "elm.swallow.index.0"; type: SWALLOW;
          clip_to: "clip";
          description { state: "default" 0.0;
             align: 1.0 0.5;
@@ -41,9 +36,7 @@ group { name: "elm/index/base/vertical/default";
             }
          }
       }
-      part { name: "elm.text";
-         type: TEXT;
-         mouse_events: 0;
+      part { name: "elm.text"; type: TEXT; mouse_events: 0;
          scale: 1;
          clip_to: "clip2";
          effect: GLOW;
@@ -71,14 +64,12 @@ group { name: "elm/index/base/vertical/default";
             }
          }
       }
-      part { name: "elm.dragable.pointer";
-         type: RECT;
-         mouse_events: 0;
+      part { name: "elm.dragable.pointer"; type: RECT; mouse_events: 0;
+         clip_to: "clip";
          dragable {
             x: 1 1 0;
             y: 1 1 0;
          }
-         clip_to: "clip";
          description { state: "default" 0.0;
             fixed: 1 1;
             min: 8 8;
@@ -94,8 +85,7 @@ group { name: "elm/index/base/vertical/default";
             }
          }
       }
-      part { name: "elm.swallow.event.0";
-         type: SWALLOW;
+      part { name: "elm.swallow.event.0"; type: SWALLOW;
          description { state: "default" 0.0;
             align: 1.0 0.5;
             fixed: 1 1;
@@ -109,8 +99,7 @@ group { name: "elm/index/base/vertical/default";
             }
          }
       }
-      part { name: "access";
-         type: RECT;
+      part { name: "access"; type: RECT;
          repeat_events: 1;
          description { state: "default" 0.0;
             rel1.to:"elm.swallow.event.0";
@@ -121,29 +110,25 @@ group { name: "elm/index/base/vertical/default";
    }
    programs {
       program { name: "active";
-         signal: "elm,state,active";
-         source: "elm";
+         signal: "elm,state,active"; source: "elm";
          action: STATE_SET "active" 0.0;
          transition: DECELERATE 0.5;
          target: "clip";
       }
       program { name: "inactive";
-         signal: "elm,state,inactive";
-         source: "elm";
+         signal: "elm,state,inactive"; source: "elm";
          action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.5;
          target: "clip";
       }
       program { name: "active2";
-         signal: "elm,indicator,state,active";
-         source: "elm";
+         signal: "elm,indicator,state,active"; source: "elm";
          action: STATE_SET "active" 0.0;
          transition: DECELERATE 0.5;
          target: "clip2";
       }
       program { name: "inactive2";
-         signal: "elm,indicator,state,inactive";
-         source: "elm";
+         signal: "elm,indicator,state,inactive"; source: "elm";
          action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.5;
          target: "clip2";
@@ -154,18 +139,14 @@ group { name: "elm/index/base/vertical/default";
 group { name: "elm/index/item/vertical/default";
    data.item: "stacking" "below";
    images {
-      image: "ilist_1.png" COMP;
-      image: "ilist_item_shadow.png" COMP;
+      image: "darken_rounded_square_half.png" COMP;
    }
    parts {
-      part {
-         name: "base";
-         mouse_events: 0;
-         description {
-            state: "default" 0.0;
+      part { name: "base"; mouse_events: 0;
+         description { state: "default" 0.0;
             image {
-               normal: "ilist_1.png";
-               border: 2 2 2 2;
+               normal: "darken_rounded_square_half.png";
+               border: 7 0 6 8;
             }
             fill.smooth: 0;
          }
@@ -174,9 +155,7 @@ group { name: "elm/index/item/vertical/default";
             rel1.offset: -16 0;
          }
       }
-      part { name: "elm.text";
-         type: TEXT;
-         mouse_events: 0;
+      part { name: "elm.text"; type: TEXT; mouse_events: 0;
          scale: 1;
          effect: SHADOW BOTTOM;
          description {
@@ -204,9 +183,7 @@ group { name: "elm/index/item/vertical/default";
             visible: 0;
          }
       }
-      part { name: "elm.text2";
-         type: TEXT;
-         mouse_events: 0;
+      part { name: "elm.text2"; type: TEXT; mouse_events: 0;
          scale: 1;
          effect: GLOW;
          description {
@@ -239,8 +216,7 @@ group { name: "elm/index/item/vertical/default";
    }
    programs {
       program { name: "active";
-         signal: "elm,state,active";
-         source: "elm";
+         signal: "elm,state,active"; source: "elm";
          action: STATE_SET "active" 0.0;
          target: "elm.text";
          target: "elm.text2";
@@ -252,8 +228,7 @@ group { name: "elm/index/item/vertical/default";
          transition: DECELERATE 0.5;
       }
       program { name: "inactive";
-         signal: "elm,state,inactive";
-         source: "elm";
+         signal: "elm,state,inactive"; source: "elm";
          action: STATE_SET "default" 0.0;
          target: "elm.text";
          target: "elm.text2";
@@ -270,42 +245,12 @@ group { name: "elm/index/item/vertical/default";
 group { name: "elm/index/item_odd/vertical/default";
    data.item: "stacking" "above";
    data.item: "selectraise" "on";
-   images {
-      image: "ilist_2.png" COMP;
-   }
    parts {
-      part {
-         name: "base_sh";
-         mouse_events: 0;
-         description {
-            state: "default" 0.0;
-            align: 0.0 0.0;
-            min: 0 10;
-            fixed: 1 1;
-            rel1 {
-               to: "base";
-               relative: 0.0 1.0;
-               offset: 0 0;
-            }
-            rel2 {
-               to: "base";
-               relative: 1.0 1.0;
-               offset: -1 0;
-            }
-            image {
-               normal: "ilist_item_shadow.png";
-            }
-            fill.smooth: 0;
-         }
-      }
-      part {
-         name: "base";
-         mouse_events: 0;
-         description {
-            state: "default" 0.0;
+      part { name: "base"; mouse_events: 0;
+         description { state: "default" 0.0;
             image {
-               normal: "ilist_2.png";
-               border: 2 2 2 2;
+               normal: "darken_rounded_square_half.png";
+               border: 7 0 6 8;
             }
             fill.smooth: 0;
          }
@@ -314,9 +259,7 @@ group { name: "elm/index/item_odd/vertical/default";
             rel1.offset: -16 0;
          }
       }
-      part { name: "elm.text";
-         type: TEXT;
-         mouse_events: 0;
+      part { name: "elm.text"; type: TEXT; mouse_events: 0;
          scale: 1;
          effect: SHADOW BOTTOM;
          description {
@@ -344,9 +287,7 @@ group { name: "elm/index/item_odd/vertical/default";
             visible: 0;
          }
       }
-      part { name: "elm.text2";
-         type: TEXT;
-         mouse_events: 0;
+      part { name: "elm.text2"; type: TEXT; mouse_events: 0;
          scale: 1;
          effect: GLOW;
          description {
@@ -379,8 +320,7 @@ group { name: "elm/index/item_odd/vertical/default";
    }
    programs {
       program { name: "active";
-         signal: "elm,state,active";
-         source: "elm";
+         signal: "elm,state,active"; source: "elm";
          action: STATE_SET "active" 0.0;
          target: "elm.text";
          target: "elm.text2";
@@ -392,8 +332,7 @@ group { name: "elm/index/item_odd/vertical/default";
          transition: DECELERATE 0.5;
       }
       program { name: "inactive";
-         signal: "elm,state,inactive";
-         source: "elm";
+         signal: "elm,state,inactive"; source: "elm";
          action: STATE_SET "default" 0.0;
          target: "elm.text";
          target: "elm.text2";
@@ -409,9 +348,7 @@ group { name: "elm/index/item_odd/vertical/default";
 
 group { name: "elm/index/base/horizontal/default";
    parts {
-      part { name: "clip";
-         type: RECT;
-         mouse_events: 0;
+      part { name: "clip"; type: RECT; mouse_events: 0;
          description { state: "default" 0.0;
             visible: 0;
             color: 255 255 255 0;
@@ -421,9 +358,7 @@ group { name: "elm/index/base/horizontal/default";
             color: 255 255 255 255;
          }
       }
-      part { name: "clip2";
-         type: RECT;
-         mouse_events: 0;
+      part { name: "clip2"; type: RECT; mouse_events: 0;
          clip_to: "clip";
          description { state: "default" 0.0;
             visible: 0;
@@ -434,8 +369,7 @@ group { name: "elm/index/base/horizontal/default";
             color: 255 255 255 255;
          }
       }
-      part { name: "elm.swallow.index.0";
-         type: SWALLOW;
+      part { name: "elm.swallow.index.0"; type: SWALLOW;
          clip_to: "clip";
          description { state: "default" 0.0;
             align: 0.5 1.0;
@@ -450,9 +384,7 @@ group { name: "elm/index/base/horizontal/default";
             }
          }
       }
-      part { name: "elm.text";
-         type: TEXT;
-         mouse_events: 0;
+      part { name: "elm.text"; type: TEXT; mouse_events: 0;
          scale: 1;
          clip_to: "clip2";
          effect: GLOW;
@@ -480,14 +412,12 @@ group { name: "elm/index/base/horizontal/default";
             }
          }
       }
-      part { name: "elm.dragable.pointer";
-         type: RECT;
-         mouse_events: 0;
+      part { name: "elm.dragable.pointer"; type: RECT; mouse_events: 0;
+         clip_to: "clip";
          dragable {
             x: 1 1 0;
             y: 1 1 0;
          }
-         clip_to: "clip";
          description { state: "default" 0.0;
             fixed: 1 1;
             min: 8 8;
@@ -503,8 +433,7 @@ group { name: "elm/index/base/horizontal/default";
             }
          }
       }
-      part { name: "elm.swallow.event.0";
-         type: SWALLOW;
+      part { name: "elm.swallow.event.0"; type: SWALLOW;
          description { state: "default" 0.0;
             align: 0.5 1;
             fixed: 1 1;
@@ -521,29 +450,25 @@ group { name: "elm/index/base/horizontal/default";
    }
    programs {
       program { name: "active";
-         signal: "elm,state,active";
-         source: "elm";
+         signal: "elm,state,active"; source: "elm";
          action: STATE_SET "active" 0.0;
          transition: DECELERATE 0.5;
          target: "clip";
       }
       program { name: "inactive";
-         signal: "elm,state,inactive";
-         source: "elm";
+         signal: "elm,state,inactive"; source: "elm";
          action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.5;
          target: "clip";
       }
       program { name: "active2";
-         signal: "elm,indicator,state,active";
-         source: "elm";
+         signal: "elm,indicator,state,active"; source: "elm";
          action: STATE_SET "active" 0.0;
          transition: DECELERATE 0.5;
          target: "clip2";
       }
       program { name: "inactive2";
-         signal: "elm,indicator,state,inactive";
-         source: "elm";
+         signal: "elm,indicator,state,inactive"; source: "elm";
          action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.5;
          target: "clip2";
@@ -554,18 +479,15 @@ group { name: "elm/index/base/horizontal/default";
 group { name: "elm/index/item/horizontal/default";
    data.item: "stacking" "below";
    images {
-      image: "ilist_1_h.png" COMP;
-      image: "ilist_item_shadow_h.png" COMP;
+      image: "darken_rounded_square_half_h.png" COMP;
    }
    parts {
-      part {
-         name: "base";
-         mouse_events: 0;
+      part { name: "base"; mouse_events: 0;
          description {
             state: "default" 0.0;
             image {
-               normal: "ilist_1_h.png";
-               border: 2 2 2 2;
+               normal: "darken_rounded_square_half_h.png";
+               border: 6 8 7 0;
             }
             fill.smooth: 0;
          }
@@ -574,13 +496,10 @@ group { name: "elm/index/item/horizontal/default";
             rel1.offset: 0 -16;
          }
       }
-      part { name: "elm.text";
-         type: TEXT;
-         mouse_events: 0;
+      part { name: "elm.text"; type: TEXT; mouse_events: 0;
          scale: 1;
          effect: SHADOW BOTTOM;
-         description {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1 {
                to: "base";
                relative: 0.25  0.0;
@@ -602,9 +521,7 @@ group { name: "elm/index/item/horizontal/default";
             visible: 0;
          }
       }
-      part { name: "elm.text2";
-         type: TEXT;
-         mouse_events: 0;
+      part { name: "elm.text2"; type: TEXT; mouse_events: 0;
          scale: 1;
          effect: GLOW;
          description {
@@ -636,8 +553,7 @@ group { name: "elm/index/item/horizontal/default";
    }
    programs {
       program { name: "active";
-         signal: "elm,state,active";
-         source: "elm";
+         signal: "elm,state,active"; source: "elm";
          action: STATE_SET "active" 0.0;
          target: "elm.text";
          target: "elm.text2";
@@ -649,8 +565,7 @@ group { name: "elm/index/item/horizontal/default";
          transition: DECELERATE 0.5;
       }
       program { name: "inactive";
-         signal: "elm,state,inactive";
-         source: "elm";
+         signal: "elm,state,inactive"; source: "elm";
          action: STATE_SET "default" 0.0;
          target: "elm.text";
          target: "elm.text2";
@@ -667,40 +582,12 @@ group { name: "elm/index/item/horizontal/default";
 group { name: "elm/index/item_odd/horizontal/default";
    data.item: "stacking" "above";
    data.item: "selectraise" "on";
-   images {
-      image: "ilist_2_h.png" COMP;
-   }
    parts {
-      part {
-         name: "base_sh";
-         mouse_events: 0;
-         description {
-            state: "default" 0.0;
-            align: 0.0 0.5;
-            min: 10 0;
-            fixed: 1 1;
-            rel1 {
-               to: "base";
-               relative: 1.0 0.0;
-            }
-            rel2 {
-               to: "base";
-               relative: 1.0 1.0;
-            }
-            image {
-               normal: "ilist_item_shadow_h.png";
-            }
-            fill.smooth: 0;
-         }
-      }
-      part {
-         name: "base";
-         mouse_events: 0;
-         description {
-            state: "default" 0.0;
+      part { name: "base"; mouse_events: 0;
+         description { state: "default" 0.0;
             image {
-               normal: "ilist_2_h.png";
-               border: 2 2 2 2;
+               normal: "darken_rounded_square_half_h.png";
+               border: 6 8 7 0;
             }
             fill.smooth: 0;
          }
@@ -709,13 +596,10 @@ group { name: "elm/index/item_odd/horizontal/default";
             rel1.offset: 0 -16;
          }
       }
-      part { name: "elm.text";
-         type: TEXT;
-         mouse_events: 0;
+      part { name: "elm.text"; type: TEXT; mouse_events: 0;
          scale: 1;
          effect: SHADOW BOTTOM;
-         description {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1 {
                to: "base";
                relative: 0.25  0.0;
@@ -737,9 +621,7 @@ group { name: "elm/index/item_odd/horizontal/default";
             visible: 0;
          }
       }
-      part { name: "elm.text2";
-         type: TEXT;
-         mouse_events: 0;
+      part { name: "elm.text2"; type: TEXT; mouse_events: 0;
          scale: 1;
          effect: GLOW;
          description {
@@ -771,8 +653,7 @@ group { name: "elm/index/item_odd/horizontal/default";
    }
    programs {
       program { name: "active";
-         signal: "elm,state,active";
-         source: "elm";
+         signal: "elm,state,active"; source: "elm";
          action: STATE_SET "active" 0.0;
          target: "elm.text";
          target: "elm.text2";
@@ -784,8 +665,7 @@ group { name: "elm/index/item_odd/horizontal/default";
          transition: DECELERATE 0.5;
       }
       program { name: "inactive";
-         signal: "elm,state,inactive";
-         source: "elm";
+         signal: "elm,state,inactive"; source: "elm";
          action: STATE_SET "default" 0.0;
          target: "elm.text";
          target: "elm.text2";
diff --git a/edje/img/darken_rounded_square_half.png 
b/edje/img/darken_rounded_square_half.png
new file mode 100644
index 0000000..43c78d8
Binary files /dev/null and b/edje/img/darken_rounded_square_half.png differ
diff --git a/edje/img/darken_rounded_square_half_h.png 
b/edje/img/darken_rounded_square_half_h.png
new file mode 100644
index 0000000..bfbe70d
Binary files /dev/null and b/edje/img/darken_rounded_square_half_h.png differ
diff --git a/edje/img/ilist_1.png b/edje/img/ilist_1.png
deleted file mode 100644
index 06c95fb..0000000
Binary files a/edje/img/ilist_1.png and /dev/null differ
diff --git a/edje/img/ilist_1_h.png b/edje/img/ilist_1_h.png
deleted file mode 100644
index 6578369..0000000
Binary files a/edje/img/ilist_1_h.png and /dev/null differ
diff --git a/edje/img/ilist_2.png b/edje/img/ilist_2.png
deleted file mode 100644
index cdf08e3..0000000
Binary files a/edje/img/ilist_2.png and /dev/null differ
diff --git a/edje/img/ilist_2_h.png b/edje/img/ilist_2_h.png
deleted file mode 100644
index 55a8413..0000000
Binary files a/edje/img/ilist_2_h.png and /dev/null differ
diff --git a/edje/img/ilist_item_shadow.png b/edje/img/ilist_item_shadow.png
deleted file mode 100644
index 4db1e7d..0000000
Binary files a/edje/img/ilist_item_shadow.png and /dev/null differ
diff --git a/edje/img/ilist_item_shadow_h.png b/edje/img/ilist_item_shadow_h.png
deleted file mode 100644
index 26b886d..0000000
Binary files a/edje/img/ilist_item_shadow_h.png and /dev/null differ

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to