fix wrong edc usage. 76/199276/1
authorHermet Park <chuneon.park@samsung.com>
Fri, 8 Feb 2019 05:52:38 +0000 (14:52 +0900)
committerHermet Park <chuneon.park@samsung.com>
Fri, 8 Feb 2019 05:56:25 +0000 (14:56 +0900)
There are invalid part, state, prorgram references.
They are catched by edje_cc, removed abnormal usages all.

Change-Id: I0723f05a43da94f9c5a0f42740c25a16401a0f39

res/layout/network.edc
res/widget/button.edc
res/widget/entry.edc
res/widget/popup.edc
res/widget/progressbar.edc

index 1baa378..804bb4a 100644 (file)
@@ -2581,7 +2581,7 @@ max: 428 80;
                  color, 64 136 211 255;
          }
          description {
-                 state, "disable";
+                 state, "disabled";
                  inherit, "default" 0.0;
                  color, 194 194 194 127;
          }
@@ -2619,7 +2619,7 @@ max: 428 80;
                                inherit, "default" 0.0;
                        }
                        description {
-                               state, "disable";
+                               state, "disabled";
                                inherit, "default" 0.0;
                        }
                }
@@ -2879,6 +2879,7 @@ middle: DEFAULT;
        }
 
        programs {
+/*
                program {
                        name, "sig.ipaddr.focused";
                        signal, "sig.ipaddr.focused";
@@ -2887,7 +2888,7 @@ middle: DEFAULT;
                        target, "bg";
                        target, "bg.inside";
                }
-
+*/
                program {
                        name, "sig.ipaddr.selected";
                        signal, "sig.ipaddr.selected";
index 38ddaa2..b561938 100755 (executable)
@@ -515,7 +515,6 @@ group {
                        signal, SIG_DISABLED;
                        source, SRC_ELM;
                        action, STATE_SET "disabled" 0.0;
-                       target, "part.bg";
                        target, "part.inside.line.up";
                        target, "part.inside.line.down";
                        target, "part.inside.line.left";
@@ -1468,6 +1467,7 @@ group {
                        name: "mouse_down";
                        targets, PART_MENU_MIN_VALUE PART_MENU_MAX_VALUE;
                }
+/*
                program {
                        name: "mouse_up";
                        targets, PART_MENU_MIN_VALUE PART_MENU_MAX_VALUE;
@@ -1480,6 +1480,7 @@ group {
                        name, "unfocused";
                        targets, PART_MENU_MIN_VALUE PART_MENU_MAX_VALUE;
                }
+*/
        }
 }
 
index 8052266..ee2db36 100644 (file)
@@ -225,11 +225,6 @@ group { name: "elm/entry/base-single/input.field.ipaddr";
          action: STATE_SET "selected" 0.0;
          target: "elm.text";
       }
-      program { name: "over";
-         signal: "elm,state,mouse,in"; source: "elm";
-         action: STATE_SET "over" 0.0;
-         target: "elm.text";
-      }
       program { name: "enable";
          signal: "elm,state,enabled"; source: "elm";
          action: STATE_SET "default" 0.0;
@@ -240,7 +235,6 @@ group { name: "elm/entry/base-single/input.field.ipaddr";
          signal:  "elm,state,selected"; source:  "elm";
          action:  STATE_SET "selected" 0.0;
          target:  "elm.text";
-         target: "elm.guide";
       }
       program { name: "go_passive";
          signal:  "elm,state,unselected"; source:  "elm";
@@ -266,7 +260,7 @@ group { name: "elm/entry/base-single/input.field.ipaddr";
       }
       program { name: "highlight_hide";
          signal: "elm,action,focus_highlight,hide"; source: "elm";
-         action: STATE_SET "normal" 0.0;
+         action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.01;
          target: "elm.text";
       }
index e133ade..2cc5294 100644 (file)
@@ -393,7 +393,7 @@ group {
 
 
       program { "change_to_landscape";
-         action: STATE_SET "landscape" 0.0;
+         action: STATE_SET "default" 0.0;
          target: "base";
          after: "orientation_change";
       }
@@ -711,7 +711,7 @@ group { "elm/popup/base/style.scanlist.popup";
 
 
       program { "change_to_landscape";
-         action: STATE_SET "landscape" 0.0;
+         action: STATE_SET "default" 0.0;
          target: "base";
          after: "orientation_change";
       }
index 7efc910..4b142f8 100644 (file)
@@ -206,7 +206,7 @@ group {
                                }
                        }
                }
-               part {
+               rect {
                        name, "elm.cur.progressbar";
                        mouse_events, 0;
                        scale, 1;
@@ -226,7 +226,7 @@ group {
                                rel2 {
                                        relative, 1.0 1.0;
                                }
-                               color, 255 255 255 255;
+                               color, 0 0 0 0;
                        }
                }
        }