summaryrefslogtreecommitdiff
path: root/res/edc/widgets/button.edc
diff options
context:
space:
mode:
Diffstat (limited to 'res/edc/widgets/button.edc')
-rw-r--r--res/edc/widgets/button.edc177
1 files changed, 0 insertions, 177 deletions
diff --git a/res/edc/widgets/button.edc b/res/edc/widgets/button.edc
index 9c9ac6f..eb3cdcc 100644
--- a/res/edc/widgets/button.edc
+++ b/res/edc/widgets/button.edc
@@ -1984,24 +1984,6 @@ group {
}
}
part {
- name: "map";
- type: RECT;
- scale: 1;
- description {
- state: "default" 0.0;
- perspective {
- zplane: 0;
- focal: 1000;
- }
- visible: 0;
- }
- description {
- state: "selected" 0.0;
- inherit: "default" 0.0;
- perspective.zplane: -100;
- }
- }
- part {
name: PART_RECENT_CONTENT_THUMBNAIL;
type: SWALLOW;
scale: 1;
@@ -2012,15 +1994,10 @@ group {
to: PART_RECENT_CONTENT_TEXTBG;
relative: 1.0 0.0;
}
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
}
part {
@@ -2040,15 +2017,10 @@ group {
image.normal: IMAGE_PREVIEW_PLAY;
min: 120 120;
fixed: 1 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
}
part {
@@ -2085,10 +2057,6 @@ group {
align: 1.0 0.0;
fixed: 1 1;
visible: 0;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "show" 0.0;
@@ -2099,12 +2067,10 @@ group {
description {
state: "default,selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
description {
state: "show,selected" 0.0;
inherit: "show" 0.0;
- map.on: 1;
}
}
part {
@@ -2124,15 +2090,10 @@ group {
color: COLOR_ITEM_FOCUS;
fixed: 0 1;
visible: 0;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
visible: 1;
}
description {
@@ -2162,15 +2123,10 @@ group {
color: COLOR_ITEM_FOCUS;
fixed: 1 0;
visible: 0;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
visible: 1;
}
description {
@@ -2200,15 +2156,10 @@ group {
color: COLOR_ITEM_FOCUS;
fixed: 1 0;
visible: 0;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
visible: 1;
}
description {
@@ -2235,10 +2186,6 @@ group {
min: 0 198;
align: 0.5 1.0;
fixed: 0 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
}
part {
@@ -2250,17 +2197,12 @@ group {
rel1.to: PART_RECENT_CONTENT_TEXTBG;
rel2.to: PART_RECENT_CONTENT_TEXTBG;
visible: 0;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
visible: 1;
color: COLOR_ITEM_FOCUS;
- map.on: 1;
}
description {
state: "selected_0" 0.0;
@@ -2326,15 +2268,10 @@ group {
align: 0.5 0.0;
color: COLOR_TEXT_FOCUS;
fixed: 0 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
description {
state: "selected_0" 0.0;
@@ -2377,15 +2314,10 @@ group {
align: 0.5 0.0;
color: COLOR_TEXT_FOCUS;
fixed: 0 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
description {
state: "selected_0" 0.0;
@@ -2430,15 +2362,10 @@ group {
min: 100 20;
align: 0.0 0.0;
fixed: 1 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
}
@@ -2461,15 +2388,10 @@ group {
min: 100 20;
align: 1.0 0.0;
fixed: 1 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
}
part {
@@ -2502,15 +2424,10 @@ group {
min: 0 30;
align: 0.5 0.0;
fixed: 0 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
}
part {
@@ -2631,16 +2548,6 @@ group {
name: SIG_BTN_CLICKED;
signal: SIG_BTN_CLICKED;
source: SIG_SOURCE_SRC;
- action: STATE_SET "selected" 0.0;
- target: "map";
- transition: TRANSITION_CLICK;
- after: "after_selected";
- }
- program {
- name: "after_selected";
- action: STATE_SET "default" 0.0;
- target: "map";
- transition: TRANSITION_CLICK;
after: "item_selected";
}
program {
@@ -2704,24 +2611,6 @@ group {
}
}
part {
- name: "map";
- type: RECT;
- scale: 1;
- description {
- state: "default" 0.0;
- perspective {
- zplane: 0;
- focal: 1000;
- }
- visible: 0;
- }
- description {
- state: "selected" 0.0;
- inherit: "default" 0.0;
- perspective.zplane: -100;
- }
- }
- part {
name: PART_PLAYING_CONTENT_THUMBNAIL;
type: SWALLOW;
scale: 1;
@@ -2732,15 +2621,10 @@ group {
to: "bg_text";
relative: 1.0 0.0;
}
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
}
part {
@@ -2777,10 +2661,6 @@ group {
align: 1.0 0.0;
fixed: 1 1;
visible: 0;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "show" 0.0;
@@ -2791,12 +2671,10 @@ group {
description {
state: "default,selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
description {
state: "show,selected" 0.0;
inherit: "show" 0.0;
- map.on: 1;
}
}
part {
@@ -2816,15 +2694,10 @@ group {
color: COLOR_ITEM_FOCUS;
fixed: 0 1;
visible: 0;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
visible: 1;
}
description {
@@ -2854,15 +2727,10 @@ group {
color: COLOR_ITEM_FOCUS;
fixed: 1 0;
visible: 0;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
visible: 1;
}
description {
@@ -2892,15 +2760,10 @@ group {
color: COLOR_ITEM_FOCUS;
fixed: 1 0;
visible: 0;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
visible: 1;
}
description {
@@ -2928,16 +2791,11 @@ group {
align: 0.5 1.0;
color: COLOR_ITEM_BG;
fixed: 0 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
color: COLOR_ITEM_FOCUS;
- map.on: 1;
}
}
part {
@@ -2949,16 +2807,11 @@ group {
rel1.to: "defaultbg_text";
rel2.to: "defaultbg_text";
color: COLOR_ITEM_BG;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
color: COLOR_ITEM_FOCUS;
- map.on: 1;
}
description {
state: "selected_0" 0.0;
@@ -3024,16 +2877,11 @@ group {
align: 0.5 0.0;
color: COLOR_TEXT_TITLE;
fixed: 0 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
color: COLOR_TEXT_FOCUS;
- map.on: 1;
}
description {
state: "selected_0" 0.0;
@@ -3077,16 +2925,11 @@ group {
align: 0.5 0.0;
color: COLOR_TEXT_INFO;
fixed: 0 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
color: COLOR_TEXT_FOCUS;
- map.on: 1;
}
description {
state: "selected_0" 0.0;
@@ -3130,16 +2973,11 @@ group {
align: 0.5 0.0;
color: COLOR_TEXT_INFO;
fixed: 0 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
color: COLOR_TEXT_FOCUS;
- map.on: 1;
}
description {
@@ -3163,15 +3001,10 @@ group {
align: 0.5 0.0;
color: COLOR_ITEM_BORDER;
fixed: 0 1;
- map {
- perspective_on: 1;
- perspective: "map";
- }
}
description {
state: "selected" 0.0;
inherit: "default" 0.0;
- map.on: 1;
}
}
part {
@@ -3340,16 +3173,6 @@ group {
name: SIG_BTN_CLICKED;
signal: SIG_BTN_CLICKED;
source: SIG_SOURCE_SRC;
- action: STATE_SET "selected" 0.0;
- target: "map";
- transition: TRANSITION_CLICK;
- after: "after_selected";
- }
- program {
- name: "after_selected";
- action: STATE_SET "default" 0.0;
- target: "map";
- transition: TRANSITION_CLICK;
after: "item_selected";
}
program {