diff --git a/legacy/elementary/data/themes/default.edc b/legacy/elementary/data/themes/default.edc index ed6756f6df..e34554af65 100644 --- a/legacy/elementary/data/themes/default.edc +++ b/legacy/elementary/data/themes/default.edc @@ -76,11 +76,11 @@ collections { /////////////////////////////////////////////////////////////////////////////// group { name: "elm/scroller/base/default"; - + alias: "elm/list/base/default"; alias: "elm/genlist/base/default"; alias: "elm/carousel/base/default"; - + script { public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer; public timer0(val) { @@ -3278,7 +3278,7 @@ collections { get_state(PART:"elm.text", st, 30, vl); if (!strcmp(st, "visible")) set_state(PART:"elm.text", "disabled_visible", 0.0); - else if (!strcmp(st, "default")) + else if (!strcmp(st, "default")) set_state(PART:"elm.text", "disabled", 0.0); } } @@ -3601,7 +3601,7 @@ collections { get_state(PART:"elm.text", st, 30, vl); if (!strcmp(st, "visible")) set_state(PART:"elm.text", "disabled_visible", 0.0); - else if (!strcmp(st, "default")) + else if (!strcmp(st, "default")) set_state(PART:"elm.text", "disabled", 0.0); } } @@ -3624,7 +3624,7 @@ collections { get_state(PART:"elm.text", st, 30, vl); if (!strcmp(st, "disabled_visible")) set_state(PART:"elm.text", "visible", 0.0); - else if (!strcmp(st, "disabled")) + else if (!strcmp(st, "disabled")) set_state(PART:"elm.text", "default", 0.0); } } @@ -4932,7 +4932,7 @@ collections { } } - //In the hover used by the submenu only the bottom part is used + //In the hover used by the submenu only the bottom part is used //and no part should interact except the bottom area group { name: "elm/hover/base/submenu"; images { @@ -5830,7 +5830,7 @@ collections { } } } - + group { name: "elm/entry/base-nowrap-noedit/default"; parts { part { name: "elm.text"; @@ -7250,7 +7250,7 @@ collections { rel2.to: "base"; } } - } + } programs { program { name: "show"; signal: "elm,action,show"; @@ -7270,7 +7270,7 @@ collections { target: "base"; } } - } + } group { name: "elm/notify/base/bottom"; //this group is a design similar to the inwin group images { @@ -18117,7 +18117,7 @@ collections { } } } - + group { name: "elm/pager/base/fade"; data.item: "onshow" "raise"; // other options @@ -19924,7 +19924,7 @@ collections { part { name: "down_bt"; mouse_events: 1; description { state: "default" 0.0; - rel1 { + rel1 { to_x: "bg"; to_y: "up_bt"; relative: 1 1; @@ -21233,7 +21233,7 @@ collections { } } } - + /////////////////////////////////////////////////////////////////////////////// group { name: "elm/map/base/default"; script { @@ -21807,12 +21807,12 @@ collections { program { name: "open"; signal: "mouse,clicked,1"; source: "base"; - action: SIGNAL_EMIT "open" "elm"; + action: SIGNAL_EMIT "open" "elm"; } program { name: "bringin"; signal: "mouse,down,1,double"; source: "base"; - action: SIGNAL_EMIT "bringin" "elm"; + action: SIGNAL_EMIT "bringin" "elm"; } } } @@ -21854,12 +21854,12 @@ collections { program { name: "open"; signal: "mouse,clicked,1"; source: "base"; - action: SIGNAL_EMIT "open" "elm"; + action: SIGNAL_EMIT "open" "elm"; } program { name: "bringin"; signal: "mouse,down,1,double"; source: "base"; - action: SIGNAL_EMIT "bringin" "elm"; + action: SIGNAL_EMIT "bringin" "elm"; } } } @@ -21911,12 +21911,12 @@ collections { program { name: "open"; signal: "mouse,clicked,1"; source: "base"; - action: SIGNAL_EMIT "open" "elm"; + action: SIGNAL_EMIT "open" "elm"; } program { name: "bringin"; signal: "mouse,down,1,double"; source: "base"; - action: SIGNAL_EMIT "bringin" "elm"; + action: SIGNAL_EMIT "bringin" "elm"; } } } @@ -22001,7 +22001,7 @@ collections { ///////////////////////////////////////////////////////////////////////////// group { name: "elm/panel/base/left"; - images + images { image: "bt_base1.png" COMP; image: "bt_hilight.png" COMP; @@ -22011,170 +22011,170 @@ collections { image: "icon_arrow_left.png" COMP; image: "icon_arrow_right.png" COMP; } - parts + parts { - part + part { name: "bg"; type: RECT; mouse_events: 0; - description + description { state: "default" 0.0; color: 255 255 255 0; rel1.offset: 30 0; rel2.relative: 0.0 1.0; } - description + description { state: "visible" 0.0; inherit: "default" 0.0; rel2.relative: 1.0 1.0; } } - part + part { name: "base"; type: IMAGE; mouse_events: 0; - description + description { state: "default" 0.0; - rel2 + rel2 { offset: -20 -1; to_x: "bg"; } - image + image { normal: "bt_dis_base.png"; border: 4 4 4 4; } } } - part + part { name: "clipper"; type: RECT; mouse_events: 0; - description + description { state: "default" 0.0; - rel1 + rel1 { offset: 4 4; to: "base"; } - rel2 + rel2 { offset: -5 -5; to: "base"; } } } - part + part { name: "elm.swallow.content"; type: SWALLOW; clip_to: "clipper"; - description + description { state: "default" 0.0; rel1.to: "clipper"; rel2.to: "clipper"; } } - part + part { name: "btn"; type: IMAGE; mouse_events: 1; - description + description { state: "default" 0.0; max: 32 48; fixed: 1 1; align: 0.0 0.5; - rel1 + rel1 { relative: 1.0 0.0; offset: -3 0; to_x: "base"; } rel2.to_x: "bg"; - image + image { normal: "bt_base1.png"; border: 0 5 4 12; } fill.smooth: 0; } - description + description { state: "clicked" 0.0; inherit: "default" 0.0; } } - part + part { name: "btn_over"; type: IMAGE; mouse_events: 0; - description + description { state: "default" 0.0; rel1.to: "btn"; - rel2 + rel2 { relative: 1.0 0.5; to: "btn"; } - image + image { normal: "bt_hilight.png"; border: 0 7 7 0; } } } - part + part { name: "btn_over2"; type: IMAGE; mouse_events: 1; repeat_events: 1; ignore_flags: ON_HOLD; - description + description { state: "default" 0.0; rel1.to: "btn"; rel2.to: "btn"; - image + image { normal: "bt_shine.png"; border: 0 7 7 7; } } } - part + part { name: "btn_over3"; type: IMAGE; mouse_events: 1; repeat_events: 1; - description + description { state: "default" 0.0; color: 255 255 255 0; rel1.to: "btn"; rel2.to: "btn"; - image + image { normal: "bt_glow.png"; border: 12 12 12 12; } fill.smooth: 0; } - description + description { state: "clicked" 0.0; inherit: "default" 0.0; @@ -22182,12 +22182,12 @@ collections { color: 255 255 255 255; } } - part + part { name: "btn_icon"; type: IMAGE; repeat_events: 1; - description + description { state: "default" 0.0; rel1.to: "btn"; @@ -22197,7 +22197,7 @@ collections { max: 16 16; image.normal: "icon_arrow_right.png"; } - description + description { state: "visible" 0.0; inherit: "default" 0.0; @@ -22205,9 +22205,9 @@ collections { } } } - programs + programs { - program + program { name: "show"; signal: "elm,action,show"; @@ -22217,7 +22217,7 @@ collections { target: "btn_icon"; transition: LINEAR 0.5; } - program + program { name: "show2"; signal: "show"; @@ -22226,7 +22226,7 @@ collections { target: "btn_icon"; after: "show3"; } - program + program { name: "show3"; action: STATE_SET "visible" 0.0; @@ -22234,7 +22234,7 @@ collections { target: "btn_icon"; transition: LINEAR 0.5; } - program + program { name: "hide"; signal: "elm,action,hide"; @@ -22244,7 +22244,7 @@ collections { target: "btn_icon"; transition: LINEAR 0.5; } - program + program { name: "btn_click"; signal: "mouse,down,1"; @@ -22252,7 +22252,7 @@ collections { action: STATE_SET "clicked" 0.0; target: "btn"; } - program + program { name: "btn_unclick"; signal: "mouse,up,1"; @@ -22260,7 +22260,7 @@ collections { action: STATE_SET "default" 0.0; target: "btn"; } - program + program { name: "btn_click2"; signal: "mouse,down,1"; @@ -22268,7 +22268,7 @@ collections { action: STATE_SET "clicked" 0.0; target: "btn_over3"; } - program + program { name: "btn_unclick2"; signal: "mouse,up,1"; @@ -22277,7 +22277,7 @@ collections { transition: DECELERATE 0.5; target: "btn_over3"; } - program + program { name: "btn_unclick3"; signal: "mouse,up,1";