From fa3e3513bd0e3d44d739cd77ae2a5b89b48816dd Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 9 Sep 2013 10:00:44 +0100 Subject: [PATCH] reorder background group to work with enventor for demo --- data/themes/default-dino.edc | 162 +++++++++++++++++------------------ 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/data/themes/default-dino.edc b/data/themes/default-dino.edc index 642cca64..7b8c9e35 100644 --- a/data/themes/default-dino.edc +++ b/data/themes/default-dino.edc @@ -1,83 +1,6 @@ collections { - -////////////////////////////////////////////////////////////////////////////// - //// the background and general container for the terminal - group { name: "terminology/core"; - parts { - //////////////////////////////////////////////////////////////////// - // background handling - part { name: "fade"; type: RECT; - description { state: "default" 0.0; - } - description { state: "translucent" 0.0; - inherit: "default" 0.0; - color: 255 255 255 128; - } - } - program { - signal: "translucent,on"; source: "terminology"; - action: STATE_SET "translucent" 0.0; - target: "fade"; - } - program { - signal: "translucent,off"; source: "terminology"; - action: STATE_SET "default" 0.0; - target: "fade"; - } - part { name: "terminology.background"; type: SWALLOW; - clip_to: "fade"; - description { state: "default" 0.0; - } - description { state: "image" 0.0; - inherit: "default" 0.0; - } - description { state: "scale" 0.0; - inherit: "default" 0.0; - } - description { state: "edje" 0.0; - inherit: "default" 0.0; - } - description { state: "movie" 0.0; - inherit: "default" 0.0; - } - } - program { - signal: "media,off"; source: "terminology"; - action: STATE_SET "default" 0.0; - target: "terminology.background"; - } - program { - signal: "media,image"; source: "terminology"; - action: STATE_SET "image" 0.0; - target: "terminology.background"; - } - program { - signal: "media,scale"; source: "terminology"; - action: STATE_SET "scale" 0.0; - target: "terminology.background"; - } - program { - signal: "media,edje"; source: "terminology"; - action: STATE_SET "edje" 0.0; - target: "terminology.background"; - } - program { - signal: "media,movie"; source: "terminology"; - action: STATE_SET "movie" 0.0; - target: "terminology.background"; - } - - //////////////////////////////////////////////////////////////////// - // actual text grid for chars, cursors, selectiond etc. goes here - part { name: "terminology.content"; type: SWALLOW; - description { state: "default" 0.0; - rel1.offset: 1 1; - rel2.offset: -2 -2; - } - } - } - } - + + //// the background and general container for the terminal group { name: "terminology/background"; images { @@ -572,8 +495,7 @@ collections { target: "bell_anim"; after: "bell_anim"; } - program { - name: "bell_anim"; + program { name: "bell_anim"; signal: "bell"; source: "terminology"; action: STATE_SET "animate" 0.0; transition: LINEAR 0.8; @@ -882,6 +804,84 @@ collections { } } } + +////////////////////////////////////////////////////////////////////////////// + //// the background and general container for the terminal + group { name: "terminology/core"; + parts { + //////////////////////////////////////////////////////////////////// + // background handling + part { name: "fade"; type: RECT; + description { state: "default" 0.0; + } + description { state: "translucent" 0.0; + inherit: "default" 0.0; + color: 255 255 255 128; + } + } + program { + signal: "translucent,on"; source: "terminology"; + action: STATE_SET "translucent" 0.0; + target: "fade"; + } + program { + signal: "translucent,off"; source: "terminology"; + action: STATE_SET "default" 0.0; + target: "fade"; + } + part { name: "terminology.background"; type: SWALLOW; + clip_to: "fade"; + description { state: "default" 0.0; + } + description { state: "image" 0.0; + inherit: "default" 0.0; + } + description { state: "scale" 0.0; + inherit: "default" 0.0; + } + description { state: "edje" 0.0; + inherit: "default" 0.0; + } + description { state: "movie" 0.0; + inherit: "default" 0.0; + } + } + program { + signal: "media,off"; source: "terminology"; + action: STATE_SET "default" 0.0; + target: "terminology.background"; + } + program { + signal: "media,image"; source: "terminology"; + action: STATE_SET "image" 0.0; + target: "terminology.background"; + } + program { + signal: "media,scale"; source: "terminology"; + action: STATE_SET "scale" 0.0; + target: "terminology.background"; + } + program { + signal: "media,edje"; source: "terminology"; + action: STATE_SET "edje" 0.0; + target: "terminology.background"; + } + program { + signal: "media,movie"; source: "terminology"; + action: STATE_SET "movie" 0.0; + target: "terminology.background"; + } + + //////////////////////////////////////////////////////////////////// + // actual text grid for chars, cursors, selectiond etc. goes here + part { name: "terminology.content"; type: SWALLOW; + description { state: "default" 0.0; + rel1.offset: 1 1; + rel2.offset: -2 -2; + } + } + } + } group { name: "terminology/base"; parts {