[genlist_expandable_list.edc] Removed pressed images from expandable list.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Mon, 30 May 2011 12:29:01 +0000 (21:29 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Mon, 30 May 2011 12:29:01 +0000 (21:29 +0900)
themes/groups/genlist/genlist_expandable_list.edc

index a55f6e3..e40b1a9 100644 (file)
@@ -37,9 +37,7 @@
       data.item: "treesize" "20"; \
       images { \
          image: "00_button_expand_closed.png" COMP; \
-         image: "00_button_expand_closed_press.png" COMP; \
          image: "00_button_expand_opened.png" COMP; \
-         image: "00_button_expand_opened_press.png" COMP; \
       } \
       parts { \
          GENLIST_EXPANDABLE_PART_PERSPECTIVE_POINT() \
                } \
                image.normal: "00_button_expand_closed.png"; \
             } \
-            description { state: "default" 1.0; \
-               inherit: "default" 0.0; \
-               image.normal: "00_button_expand_closed_press.png"; \
-            } \
             description { state: "active" 0.0; \
                inherit: "default" 0.0; \
                image.normal: "00_button_expand_opened.png"; \
             } \
-            description { state: "active" 1.0; \
-               inherit: "default" 0.0; \
-               image.normal: "00_button_expand_opened_press.png"; \
-            } \
             BEAT_GENLIST_PART_MAP_START(-90.0, 0.0, 0.0) \
             BEAT_GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0) \
          } \
             action: SIGNAL_EMIT "elm,action,expand,toggle" "elm"; \
          } \
          program { \
-            name: "arrow_down"; \
-            signal: "mouse,down,1"; \
-            source: "touch_arrow"; \
-            script { \
-               new st[31]; \
-               new Float:vl; \
-               get_state(PART:"arrow", st, 30, vl); \
-               if (vl == 0.0) \
-                  set_state(PART:"arrow", st, 1.0); \
-               else \
-                  set_state(PART:"arrow", st, 0.0); \
-            } \
-         } \
-         program { name: "arrow_out"; \
-            signal: "mouse,out"; \
-            source: "touch_arrow"; \
-            script { \
-               new st[31]; \
-               new Float:vl; \
-               get_state(PART:"arrow", st, 30, vl); \
-               set_state(PART:"arrow", st, 0.0); \
-            } \
-         } \
-         program { \
             name: "go_expanded"; \
             signal: "elm,state,expanded"; \
             source: "elm"; \
@@ -493,9 +459,7 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
       data.item: "treesize" "10";
       images {
          image: "00_button_expand_closed.png" COMP;
-         image: "00_button_expand_closed_press.png" COMP;
          image: "00_button_expand_opened.png" COMP;
-         image: "00_button_expand_opened_press.png" COMP;
       }
       parts {
          GENLIST_EXPANDABLE_PART_PERSPECTIVE_POINT()
@@ -546,18 +510,10 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
                }
                image.normal: "00_button_expand_closed.png";
             }
-            description { state: "default" 1.0;
-               inherit: "default" 0.0;
-               image.normal: "00_button_expand_closed_press.png";
-            }
             description { state: "active" 0.0;
                inherit: "default" 0.0;
                image.normal: "00_button_expand_opened.png";
             }
-            description { state: "active" 1.0;
-               inherit: "default" 0.0;
-               image.normal: "00_button_expand_opened_press.png";
-            }
             BEAT_GENLIST_PART_MAP_START(-90.0, 0.0, 0.0)
             BEAT_GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0)
          }
@@ -685,30 +641,6 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
             action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
          }
          program {
-            name: "arrow_down";
-            signal: "mouse,down,1";
-            source: "touch_arrow";
-            script {
-               new st[31];
-               new Float:vl;
-               get_state(PART:"arrow", st, 30, vl);
-               if (vl == 0.0)
-                  set_state(PART:"arrow", st, 1.0);
-               else
-                  set_state(PART:"arrow", st, 0.0);
-            }
-         }
-         program { name: "arrow_out";
-            signal: "mouse,out";
-            source: "touch_arrow";
-            script {
-               new st[31];
-               new Float:vl;
-               get_state(PART:"arrow", st, 30, vl);
-               set_state(PART:"arrow", st, 0.0);
-            }
-         }
-         program {
             name: "go_expanded";
             signal: "elm,state,expanded";
             source: "elm";
@@ -817,9 +749,7 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
       data.item: "treesize" "10";
       images {
          image: "00_button_expand_closed.png" COMP;
-         image: "00_button_expand_closed_press.png" COMP;
          image: "00_button_expand_opened.png" COMP;
-         image: "00_button_expand_opened_press.png" COMP;
       }
       parts {
          GENLIST_EXPANDABLE_PART_PERSPECTIVE_POINT()
@@ -870,18 +800,10 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
                }
                image.normal: "00_button_expand_closed.png";
             }
-            description { state: "default" 1.0;
-               inherit: "default" 0.0;
-               image.normal: "00_button_expand_closed_press.png";
-            }
             description { state: "active" 0.0;
                inherit: "default" 0.0;
                image.normal: "00_button_expand_opened.png";
             }
-            description { state: "active" 1.0;
-               inherit: "default" 0.0;
-               image.normal: "00_button_expand_opened_press.png";
-            }
             BEAT_GENLIST_PART_MAP_START(-90.0, 0.0, 0.0)
             BEAT_GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0)
          }
@@ -1009,30 +931,6 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
             action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
          }
          program {
-            name: "arrow_down";
-            signal: "mouse,down,1";
-            source: "touch_arrow";
-            script {
-               new st[31];
-               new Float:vl;
-               get_state(PART:"arrow", st, 30, vl);
-               if (vl == 0.0)
-                  set_state(PART:"arrow", st, 1.0);
-               else
-                  set_state(PART:"arrow", st, 0.0);
-            }
-         }
-         program { name: "arrow_out";
-            signal: "mouse,out";
-            source: "touch_arrow";
-            script {
-               new st[31];
-               new Float:vl;
-               get_state(PART:"arrow", st, 30, vl);
-               set_state(PART:"arrow", st, 0.0);
-            }
-         }
-         program {
             name: "go_expanded";
             signal: "elm,state,expanded";
             source: "elm";
@@ -1141,9 +1039,7 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
       data.item: "treesize" "10";
       images {
          image: "00_button_expand_closed.png" COMP;
-         image: "00_button_expand_closed_press.png" COMP;
          image: "00_button_expand_opened.png" COMP;
-         image: "00_button_expand_opened_press.png" COMP;
       }
       parts {
          GENLIST_EXPANDABLE_PART_PERSPECTIVE_POINT()
@@ -1194,18 +1090,10 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
                }
                image.normal: "00_button_expand_closed.png";
             }
-            description { state: "default" 1.0;
-               inherit: "default" 0.0;
-               image.normal: "00_button_expand_closed_press.png";
-            }
             description { state: "active" 0.0;
                inherit: "default" 0.0;
                image.normal: "00_button_expand_opened.png";
             }
-            description { state: "active" 1.0;
-               inherit: "default" 0.0;
-               image.normal: "00_button_expand_opened_press.png";
-            }
             BEAT_GENLIST_PART_MAP_START(-90.0, 0.0, 0.0)
             BEAT_GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0)
          }
@@ -1333,30 +1221,6 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
             action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
          }
          program {
-            name: "arrow_down";
-            signal: "mouse,down,1";
-            source: "touch_arrow";
-            script {
-               new st[31];
-               new Float:vl;
-               get_state(PART:"arrow", st, 30, vl);
-               if (vl == 0.0)
-                  set_state(PART:"arrow", st, 1.0);
-               else
-                  set_state(PART:"arrow", st, 0.0);
-            }
-         }
-         program { name: "arrow_out";
-            signal: "mouse,out";
-            source: "touch_arrow";
-            script {
-               new st[31];
-               new Float:vl;
-               get_state(PART:"arrow", st, 30, vl);
-               set_state(PART:"arrow", st, 0.0);
-            }
-         }
-         program {
             name: "go_expanded";
             signal: "elm,state,expanded";
             source: "elm";
@@ -1466,9 +1330,7 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
       data.item: "treesize" "10";
       images {
          image: "00_button_expand_closed.png" COMP;
-         image: "00_button_expand_closed_press.png" COMP;
          image: "00_button_expand_opened.png" COMP;
-         image: "00_button_expand_opened_press.png" COMP;
       }
       parts {
          GENLIST_EXPANDABLE_PART_PERSPECTIVE_POINT()
@@ -1519,18 +1381,10 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
                }
                image.normal: "00_button_expand_closed.png";
             }
-            description { state: "default" 1.0;
-               inherit: "default" 0.0;
-               image.normal: "00_button_expand_closed_press.png";
-            }
             description { state: "active" 0.0;
                inherit: "default" 0.0;
                image.normal: "00_button_expand_opened.png";
             }
-            description { state: "active" 1.0;
-               inherit: "default" 0.0;
-               image.normal: "00_button_expand_opened_press.png";
-            }
             BEAT_GENLIST_PART_MAP_START(-90.0, 0.0, 0.0)
             BEAT_GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0)
          }
@@ -1692,30 +1546,6 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
             action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
          }
          program {
-            name: "arrow_down";
-            signal: "mouse,down,1";
-            source: "touch_arrow";
-            script {
-               new st[31];
-               new Float:vl;
-               get_state(PART:"arrow", st, 30, vl);
-               if (vl == 0.0)
-                  set_state(PART:"arrow", st, 1.0);
-               else
-                  set_state(PART:"arrow", st, 0.0);
-            }
-         }
-         program { name: "arrow_out";
-            signal: "mouse,out";
-            source: "touch_arrow";
-            script {
-               new st[31];
-               new Float:vl;
-               get_state(PART:"arrow", st, 30, vl);
-               set_state(PART:"arrow", st, 0.0);
-            }
-         }
-         program {
             name: "go_expanded";
             signal: "elm,state,expanded";
             source: "elm";
@@ -1832,9 +1662,7 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
       data.item: "treesize" "10";
       images {
          image: "00_button_expand_closed.png" COMP;
-         image: "00_button_expand_closed_press.png" COMP;
          image: "00_button_expand_opened.png" COMP;
-         image: "00_button_expand_opened_press.png" COMP;
       }
       parts {
          GENLIST_EXPANDABLE_PART_PERSPECTIVE_POINT()
@@ -1883,18 +1711,10 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
                }
                image.normal: "00_button_expand_closed.png";
             }
-            description { state: "default" 1.0;
-               inherit: "default" 0.0;
-               image.normal: "00_button_expand_closed_press.png";
-            }
             description { state: "active" 0.0;
                inherit: "default" 0.0;
                image.normal: "00_button_expand_opened.png";
             }
-            description { state: "active" 1.0;
-               inherit: "default" 0.0;
-               image.normal: "00_button_expand_opened_press.png";
-            }
             BEAT_GENLIST_PART_MAP_START(-90.0, 0.0, 0.0)
             BEAT_GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0)
          }
@@ -1983,30 +1803,6 @@ GENLIST_EXPANDABLE_ITEM_GROUP("expandable3", GENLIST_EXPANDABLE3_PART_BG_COLOR_I
             action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
          }
          program {
-            name: "arrow_down";
-            signal: "mouse,down,1";
-            source: "touch_arrow";
-            script {
-               new st[31];
-               new Float:vl;
-               get_state(PART:"arrow", st, 30, vl);
-               if (vl == 0.0)
-                  set_state(PART:"arrow", st, 1.0);
-               else
-                  set_state(PART:"arrow", st, 0.0);
-            }
-         }
-         program { name: "arrow_out";
-            signal: "mouse,out";
-            source: "touch_arrow";
-            script {
-               new st[31];
-               new Float:vl;
-               get_state(PART:"arrow", st, 30, vl);
-               set_state(PART:"arrow", st, 0.0);
-            }
-         }
-         program {
             name: "go_expanded";
             signal: "elm,state,expanded";
             source: "elm";