diff options
| author | Nicole Vreden <damba@mecka.net> | 2010-02-28 19:00:49 +0100 |
|---|---|---|
| committer | Nicole Vreden <damba@mecka.net> | 2010-02-28 19:00:49 +0100 |
| commit | ae265f858a7de7b68404e730d03ab4f97a7873df (patch) | |
| tree | 029962fcca9601741440cf84d195f616b231c184 /src/YalpClients/EflClient/yalp_gui.edc | |
| parent | cc027af517e9a83ec7a57869cceba08045882698 (diff) | |
doku, EflClient: minor fixes
Signed-off-by: Nicole Vreden <damba@mecka.net>
Diffstat (limited to 'src/YalpClients/EflClient/yalp_gui.edc')
| -rwxr-xr-x | src/YalpClients/EflClient/yalp_gui.edc | 81 |
1 files changed, 70 insertions, 11 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc index 516c61b..316ac16 100755 --- a/src/YalpClients/EflClient/yalp_gui.edc +++ b/src/YalpClients/EflClient/yalp_gui.edc @@ -14,6 +14,7 @@ collections description { state: "default" 0.0; + color: 0 0 0 0; rel1 { relative: 0.0 0.0; @@ -32,17 +33,20 @@ collections name: "video"; type: SWALLOW; mouse_events: 1; - description { + description + { state: "default" 0.0; - aspect: 1.7 1.8; + aspect: 0.75 1.25; rel1 { - relative: 0.0 0.0; + /*relative: 0.3 0.2;*/ + relative: 0.35 0.3; offset: 0 0; } rel2 { - relative: 1.0 1.0; + /*relative: 0.75 0.8;*/ + relative: 0.7 0.7; offset: 0 0; } } @@ -181,12 +185,12 @@ collections color: 30 89 114 175; rel1 { - relative: 0.15 0.85; + relative: 0.05 0.85; offset: 0 0; } rel2 { - relative: 0.35 0.9; + relative: 0.2 0.9; offset: 0 0; } } @@ -216,12 +220,46 @@ collections color: 30 89 114 175; rel1 { - relative: 0.45 0.85; + relative: 0.3 0.85; offset: 0 0; } rel2 { - relative: 0.65 0.9; + relative: 0.45 0.9; + offset: 0 0; + } + } + description + { + state: "default" 1.0; + color: 0 0 0 0; + rel1 + { + relative: 0.0 0.85; + } + rel2 + { + relative: -0.5 0.9; + } + } + } + part + { + name: "pause_buttonframe"; + type: SWALLOW; + mouse_events: 1; + description + { + state: "default" 0.0; + color: 30 89 114 175; + rel1 + { + relative: 0.55 0.85; + offset: 0 0; + } + rel2 + { + relative: 0.7 0.9; offset: 0 0; } } @@ -251,7 +289,7 @@ collections color: 30 89 114 175; rel1 { - relative: 0.75 0.85; + relative: 0.8 0.85; offset: 0 0; } rel2 @@ -321,6 +359,7 @@ collections target: "searchframe"; target: "find_buttonframe"; target: "medialist_buttonframe"; + target: "pause_buttonframe"; target: "stop_buttonframe"; target: "hide_buttonframe"; target: "medialist"; @@ -338,6 +377,7 @@ collections target: "find_buttonframe"; target: "medialist_buttonframe"; target: "stop_buttonframe"; + target: "pause_buttonframe"; target: "hide_buttonframe"; target: "medialist"; target: "searcharea"; @@ -347,13 +387,13 @@ collections { name: "show_frames_video"; source: "video"; - //source: "main"; signal: "mouse,clicked,1"; action: STATE_SET "default" 0.0; target: "find_buttonframe"; target: "searchframe"; - target: "medialist_buttonframe"; + //target: "medialist_buttonframe"; target: "stop_buttonframe"; + target: "pause_buttonframe"; target: "hide_buttonframe"; target: "medialist"; target: "searcharea"; @@ -370,11 +410,30 @@ collections target: "searchframe"; target: "medialist_buttonframe"; target: "stop_buttonframe"; + target: "pause_buttonframe"; target: "hide_buttonframe"; target: "medialist"; target: "searcharea"; transition:SINUSOIDAL 1; } + + program + { + name: "show_play_on_pause"; + source: "pause_buttonframe"; + signal: "mouse,clicked,1"; + action: STATE_SET "default" 0.0; + target: "medialist_buttonframe"; + } + + program + { + name: "show_play_on_stop"; + source: "stop_buttonframe"; + signal: "mouse,clicked,1"; + action: STATE_SET "default" 0.0; + target: "medialist_buttonframe"; + } } } } |
