source for .eet in.

SVN revision: 11457
This commit is contained in:
Carsten Haitzler 2004-08-31 06:42:19 +00:00
parent e135951db6
commit 5f23396980
27 changed files with 1236 additions and 3 deletions

View File

@ -1,4 +1,64 @@
filesdir = $(datadir)/emotion/data
files_DATA = theme.eet
EDJE_CC = edje_cc $(EDJE_FLAGS)
EDJE_FLAGS = -v
EXTRA_DIST = $(files_DATA)
filesdir = $(datadir)/emotion/data
files_DATA = \
theme.eet \
bpause.png \
bplay.png \
bstop.png \
e_logo.png \
fr1.png \
fr2.png \
fr3.png \
fr4.png \
fr5.png \
fr6.png \
fr7.png \
h_slider.png \
knob.png \
orb.png \
pnl.png \
sl.png \
tiles.png \
video_frame_bottom.png \
video_frame_left.png \
video_frame_right.png \
video_frame_top.png \
whb.png \
window_inner_shadow.png
EXTRA_DIST = \
bpause.png \
bplay.png \
bstop.png \
e_logo.png \
fr1.png \
fr2.png \
fr3.png \
fr4.png \
fr5.png \
fr6.png \
fr7.png \
h_slider.png \
knob.png \
orb.png \
pnl.png \
sl.png \
tiles.png \
video_frame_bottom.png \
video_frame_left.png \
video_frame_right.png \
video_frame_top.png \
whb.png \
window_inner_shadow.png \
theme.edc
theme.eet: Makefile
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/theme.edc \
$(top_builddir)/data/theme.eet
clean-local:
rm -f *.eet

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
legacy/emotion/data/fr1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

BIN
legacy/emotion/data/fr2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

BIN
legacy/emotion/data/fr3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

BIN
legacy/emotion/data/fr4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

BIN
legacy/emotion/data/fr5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
legacy/emotion/data/fr6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

BIN
legacy/emotion/data/fr7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 917 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
legacy/emotion/data/orb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

BIN
legacy/emotion/data/pnl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

BIN
legacy/emotion/data/sl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

BIN
legacy/emotion/data/whb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -499,6 +499,8 @@ video_obj_stopped_cb(void *data, Evas_Object *obj, void *event_info)
oe = data;
printf("video stopped!\n");
emotion_object_position_set(obj, 0.0);
emotion_object_play_set(obj, 1);
}
static void