yet another trailing whitespace deletion.

last try with CIA-49 bot at #edevelop :-/


SVN revision: 46005
This commit is contained in:
Gustavo Sverzut Barbieri 2010-02-09 03:34:23 +00:00
parent 296853c141
commit e3171c7c82
1 changed files with 62 additions and 62 deletions

View File

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