add miniview to nyanology and fix its makefile

This commit is contained in:
Boris Faure 2014-08-09 13:55:11 +02:00
parent 30825d3098
commit 87649b8de5
3 changed files with 25 additions and 2860 deletions

View File

@ -22,7 +22,7 @@ about.edc \
nyancursor.edc \
nyanology.edc
nyanology.edj: Makefile nyanology.edc
nyanology.edj: Makefile nyanology.edc about.edc nyancursor.edc
$(AM_V_EDJ)$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/nyanology/nyanology.edc \
$(top_builddir)/data/themes/nyanology/nyanology.edj

File diff suppressed because it is too large Load Diff

View File

@ -408,6 +408,30 @@ collections {
target: "terminology.tabmissed.label";
}
////////////////////////////////////////////////////////////////////
// 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";
}
////////////////////////////////////////////////////////////////////
// overlayed prettiness