From 106a0bb896ace7160e1e6856014a3feb03307c4a Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 16 Mar 2021 11:02:55 +0000 Subject: TH - ransitions - mark lots of them to be affected by transition multi --- data/elementary/themes/edc/gadman.edc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/elementary/themes/edc/gadman.edc') diff --git a/data/elementary/themes/edc/gadman.edc b/data/elementary/themes/edc/gadman.edc index 55ed610e2f..251c9d66db 100644 --- a/data/elementary/themes/edc/gadman.edc +++ b/data/elementary/themes/edc/gadman.edc @@ -55,7 +55,7 @@ group { name: "e/gadman/full_bg"; program { signal: "e,state,visibility,show"; source: "e"; action: STATE_SET "visible" 0.0; - transition: DECELERATE 0.4; + transition: DECELERATE 0.4 USE_DURATION_FACTOR 1; target: "bg"; } program { @@ -66,7 +66,7 @@ group { name: "e/gadman/full_bg"; program { signal: "e,state,visibility,hide"; source: "e"; action: STATE_SET "default" 0.0; - transition: DECELERATE 0.4; + transition: DECELERATE 0.4 USE_DURATION_FACTOR 1; target: "bg"; after: "hide_stop"; } @@ -79,7 +79,7 @@ group { name: "e/gadman/full_bg"; program { signal: "e,state,visibility,show,custom"; source: "e"; action: STATE_SET "visible" 0.0; - transition: DECELERATE 0.4; + transition: DECELERATE 0.4 USE_DURATION_FACTOR 1; target: "custom_bg"; } program { @@ -90,7 +90,7 @@ group { name: "e/gadman/full_bg"; program { signal: "e,state,visibility,hide,custom"; source: "e"; action: STATE_SET "default" 0.0; - transition: DECELERATE 0.4; + transition: DECELERATE 0.4 USE_DURATION_FACTOR 1; target: "custom_bg"; after: "hide_stop"; } -- cgit v1.2.1 From b1426bf022ac280444d3b545eb558fcb5012abb7 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 21 Mar 2021 00:05:02 +0000 Subject: TH - efl radio --- data/elementary/themes/edc/gadman.edc | 102 ++++++++++++++-------------------- 1 file changed, 42 insertions(+), 60 deletions(-) (limited to 'data/elementary/themes/edc/gadman.edc') diff --git a/data/elementary/themes/edc/gadman.edc b/data/elementary/themes/edc/gadman.edc index 251c9d66db..3d3a89d9ab 100644 --- a/data/elementary/themes/edc/gadman.edc +++ b/data/elementary/themes/edc/gadman.edc @@ -1,3 +1,5 @@ +// FIXME: FLAT: improve for flat + group { name: "e/gadman/popup"; parts { part { name: "bg"; type: RECT; @@ -51,51 +53,43 @@ group { name: "e/gadman/full_bg"; } } } - programs { - program { - signal: "e,state,visibility,show"; source: "e"; + programs { + program { signal: "e,state,visibility,show"; source: "e"; action: STATE_SET "visible" 0.0; transition: DECELERATE 0.4 USE_DURATION_FACTOR 1; target: "bg"; } - program { - signal: "e,state,visibility,show,now"; source: "e"; + program { signal: "e,state,visibility,show,now"; source: "e"; action: STATE_SET "visible" 0.0; target: "bg"; } - program { - signal: "e,state,visibility,hide"; source: "e"; + program { signal: "e,state,visibility,hide"; source: "e"; action: STATE_SET "default" 0.0; transition: DECELERATE 0.4 USE_DURATION_FACTOR 1; target: "bg"; after: "hide_stop"; } - program { - signal: "e,state,visibility,hide,now"; source: "e"; + program { signal: "e,state,visibility,hide,now"; source: "e"; action: STATE_SET "default" 0.0; target: "bg"; after: "hide_stop"; } - program { - signal: "e,state,visibility,show,custom"; source: "e"; + program { signal: "e,state,visibility,show,custom"; source: "e"; action: STATE_SET "visible" 0.0; transition: DECELERATE 0.4 USE_DURATION_FACTOR 1; target: "custom_bg"; } - program { - signal: "e,state,visibility,show,custom,now"; source: "e"; + program { signal: "e,state,visibility,show,custom,now"; source: "e"; action: STATE_SET "visible" 0.0; target: "custom_bg"; } - program { - signal: "e,state,visibility,hide,custom"; source: "e"; + program { signal: "e,state,visibility,hide,custom"; source: "e"; action: STATE_SET "default" 0.0; transition: DECELERATE 0.4 USE_DURATION_FACTOR 1; target: "custom_bg"; after: "hide_stop"; } - program { - signal: "e,state,visibility,hide,custom,now"; source: "e"; + program { signal: "e,state,visibility,hide,custom,now"; source: "e"; action: STATE_SET "default" 0.0; target: "custom_bg"; after: "hide_stop"; @@ -328,13 +322,13 @@ group { name: "e/gadman/control"; visible: 0; } } - part { name: "resizeh1"; type: RECT; + part { name: "resizev1"; type: RECT; description { state: "default" 0.0; rel1.to: "base"; rel2.to: "base"; - rel2.relative: 0.5 1.0; - align: 0.0 0.5; - max: 7 99999; + rel2.relative: 1.0 0.5; + align: 0.5 0.0; + max: 99999 7; color: 0 0 0 0; } description { state: "off" 0.0; @@ -342,13 +336,13 @@ group { name: "e/gadman/control"; visible: 0; } } - part { name: "resizeh2"; type: RECT; + part { name: "resizev2"; type: RECT; description { state: "default" 0.0; rel1.to: "base"; rel2.to: "base"; - rel1.relative: 0.5 0.0; - align: 1.0 0.5; - max: 7 99999; + rel1.relative: 0.0 0.5; + align: 0.5 1.0; + max: 99999 7; color: 0 0 0 0; } description { state: "off" 0.0; @@ -356,13 +350,13 @@ group { name: "e/gadman/control"; visible: 0; } } - part { name: "resizev1"; type: RECT; + part { name: "resizeh1"; type: RECT; description { state: "default" 0.0; rel1.to: "base"; rel2.to: "base"; - rel2.relative: 1.0 0.5; - align: 0.5 0.0; - max: 99999 7; + rel2.relative: 0.5 1.0; + align: 0.0 0.5; + max: 7 99999; color: 0 0 0 0; } description { state: "off" 0.0; @@ -370,13 +364,13 @@ group { name: "e/gadman/control"; visible: 0; } } - part { name: "resizev2"; type: RECT; + part { name: "resizeh2"; type: RECT; description { state: "default" 0.0; rel1.to: "base"; rel2.to: "base"; - rel1.relative: 0.0 0.5; - align: 0.5 1.0; - max: 99999 7; + rel1.relative: 0.5 0.0; + align: 1.0 0.5; + max: 7 99999; color: 0 0 0 0; } description { state: "off" 0.0; @@ -386,47 +380,39 @@ group { name: "e/gadman/control"; } } programs { - program { - signal: "e,state,hsize,on"; source: "e"; + program { signal: "e,state,hsize,on"; source: "e"; action: STATE_SET "default" 0.0; target: "resizeh1"; target: "resizeh2"; } - program { - signal: "e,state,hsize,off"; source: "e"; + program { signal: "e,state,hsize,off"; source: "e"; action: STATE_SET "off" 0.0; target: "resizeh1"; target: "resizeh2"; } - program { - signal: "e,state,vsize,on"; source: "e"; + program { signal: "e,state,vsize,on"; source: "e"; action: STATE_SET "default" 0.0; target: "resizev1"; target: "resizev2"; } - program { - signal: "e,state,vsize,off"; source: "e"; + program { signal: "e,state,vsize,off"; source: "e"; action: STATE_SET "off" 0.0; target: "resizev1"; target: "resizev2"; } - program { - signal: "e,state,move,on"; source: "e"; + program { signal: "e,state,move,on"; source: "e"; action: STATE_SET "default" 0.0; target: "move"; } - program { - signal: "e,state,move,off"; source: "e"; + program { signal: "e,state,move,off"; source: "e"; action: STATE_SET "off" 0.0; target: "move"; } - program { - signal: "e,state,focused"; source: "e"; + program { signal: "e,state,focused"; source: "e"; action: STATE_SET "active" 0.0; target: "base"; } - program { - signal: "e,state,unfocused"; source: "e"; + program { signal: "e,state,unfocused"; source: "e"; action: STATE_SET "default" 0.0; target: "base"; } @@ -451,8 +437,7 @@ group { name: "e/gadman/control"; target: _DST2; \ after: _NAME"1"; \ } \ - program { \ - signal: "mouse,out"; source: _SRC; \ + program { signal: "mouse,out"; source: _SRC; \ action: ACTION_STOP; \ target: _NAME"0"; \ target: _NAME"1"; \ @@ -468,25 +453,22 @@ group { name: "e/gadman/control"; ARROWPULSE("pulse2", "resizev2", "av20", "av21") ARROWPULSE("pulse3", "resizeh1", "ah10", "ah11") ARROWPULSE("pulse4", "resizeh2", "ah20", "ah21") -#undef ARROWPULSE +#undef ARROWPULSE #define PROGSET(_SRC, _ACT) \ - program { \ - signal: "mouse,down,1"; source: _SRC; \ + program { signal: "mouse,down,1"; source: _SRC; \ action: SIGNAL_EMIT "e,action,"_ACT",start" ""; \ } \ - program { \ - signal: "mouse,up,1"; source: _SRC; \ + program { signal: "mouse,up,1"; source: _SRC; \ action: SIGNAL_EMIT "e,action,"_ACT",stop" ""; \ } \ - program { \ - signal: "mouse,move"; source: _SRC; \ + program { signal: "mouse,move"; source: _SRC; \ action: SIGNAL_EMIT "e,action,"_ACT",go" ""; \ } PROGSET("move", "move") - PROGSET("resizeh1", "resize,left") - PROGSET("resizeh2", "resize,right") PROGSET("resizev1", "resize,up") PROGSET("resizev2", "resize,down") + PROGSET("resizeh1", "resize,left") + PROGSET("resizeh2", "resize,right") #undef PROGSET } } -- cgit v1.2.1