billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=003252025746d0f5e6c3aac5d7d1e4ecc543bc03
commit 003252025746d0f5e6c3aac5d7d1e4ecc543bc03 Author: Boris Faure <[email protected]> Date: Sat Aug 9 11:27:51 2014 +0200 add terminology to mild-based themes --- data/themes/mild.edc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/data/themes/mild.edc b/data/themes/mild.edc index 6021c0b..e6e8b01 100644 --- a/data/themes/mild.edc +++ b/data/themes/mild.edc @@ -445,6 +445,31 @@ collections { } //////////////////////////////////////////////////////////////////// + // miniview + part { name: "terminology.miniview"; type: SWALLOW; + description { state: "default" 0.0; + //color: 255 255 255 0; + visible: 0; + } + description { state: "on" 0.0; + inherit: "default" 0.0; + visible: 1; + //color: 255 255 255 255; + } + } + + program { + signal: "miniview,off"; source: "terminology"; + action: STATE_SET "default" 0.0; + target: "terminology.miniview"; + } + program { + signal: "miniview,on"; source: "terminology"; + action: STATE_SET "on" 0.0; + target: "terminology.miniview"; + } + + //////////////////////////////////////////////////////////////////// // a place terminology will place an entry box for internal commands part { name: "cmdclip"; type: RECT; description { state: "default" 0.0; --
