Compare commits

...

7 Commits

Author SHA1 Message Date
discomfitor 8a6bbbe2c8 use a manly siren for demos 2013-10-20 08:16:41 +01:00
Mike Blumenkrantz fa3e3513bd reorder background group to work with enventor for demo 2013-10-20 08:16:41 +01:00
Mike Blumenkrantz 8d3730a93f another terminology demo, now with dinosaurs 2013-10-20 08:16:41 +01:00
Mike Blumenkrantz ec88245da9 add nausea bell effect 2013-10-20 08:16:41 +01:00
Mike Blumenkrantz 449553cbdf lengthen spin transition and add some wiggling 2013-10-20 08:16:41 +01:00
Mike Blumenkrantz 72815d0f72 fix red clip 2013-10-20 08:16:41 +01:00
Mike Blumenkrantz 19f26e50af add spin-beep demo theme 2013-10-20 08:16:41 +01:00
17 changed files with 10603 additions and 1 deletions

View File

@ -11,6 +11,9 @@ EDJE_FLAGS = $(EDJE_FLAGS_VERBOSE_$(V)) -id $(top_srcdir)/data/themes/images -fd
filesdir = $(pkgdatadir)/themes
files_DATA = \
default.edj \
default-dino.edj \
default-nausea.edj \
default-spin.edj \
mild.edj \
black.edj \
solarized.edj \
@ -22,13 +25,28 @@ am__v_EDJ_ = $(am__v_EDJ_$(AM_DEFAULT_VERBOSITY))
am__v_EDJ_0 = @echo " EDJ " $@;
EXTRA_DIST = default.edc mild.edc black.edc mustang.edc default_colors.in.edc
EXTRA_DIST = default.edc default-spin.edc default-nausea.edc default-dino.edc mild.edc black.edc mustang.edc default_colors.in.edc
default.edj: Makefile default.edc default_colors.in.edc
$(AM_V_EDJ)$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/default.edc \
$(top_builddir)/data/themes/default.edj
default-spin.edj: Makefile default-spin.edc default_colors.in.edc
$(AM_V_EDJ)$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/default-spin.edc \
$(top_builddir)/data/themes/default-spin.edj
default-nausea.edj: Makefile default-nausea.edc default_colors.in.edc
$(AM_V_EDJ)$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/default-nausea.edc \
$(top_builddir)/data/themes/default-nausea.edj
default-dino.edj: Makefile default-dino.edc default_colors.in.edc
$(AM_V_EDJ)$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/default-dino.edc \
$(top_builddir)/data/themes/default-dino.edj
mild.edj: Makefile mild.edc default_colors.in.edc
$(AM_V_EDJ)$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/mild.edc \

3522
data/themes/default-dino.edc Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3533
data/themes/default-spin.edc Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.