replace enventor embedded image.

This commit is contained in:
Hermet Park 2016-05-26 01:59:42 +09:00
parent 75ff3baa67
commit 431c055a8f
17 changed files with 25 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

View File

@ -1,7 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
filesdir = $(datadir)/$(PACKAGE)/images
files_DATA = ENVENTOR_EMBEDDED_LOGO.png \
files_DATA = ENVENTOR_EMBEDDED_IMAGE.png \
ENVENTOR_EMBEDDED_TRIAB-01.png \
ENVENTOR_EMBEDDED_TRIAB-02.png \
ENVENTOR_EMBEDDED_TRIAB-03.png \
@ -13,6 +13,7 @@ files_DATA = ENVENTOR_EMBEDDED_LOGO.png \
ENVENTOR_EMBEDDED_TRIAB-09.png \
ENVENTOR_EMBEDDED_TRIAB-10.png \
ENVENTOR_EMBEDDED_TRIAB-11.png \
ENVENTOR_EMBEDDED_TRIAB-12.png
ENVENTOR_EMBEDDED_TRIAB-12.png \
enventor_logo.png
EXTRA_DIST = $(files_DATA)

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -3,7 +3,7 @@ collections {
group { "main";
/* TODO: Please replace embedded image files to your application image files. */
images {
image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
image: "ENVENTOR_EMBEDDED_IMAGE.png" COMP;
}
parts {
image { "logo";
@ -11,7 +11,7 @@ collections {
rel1.relative: 0.0 0.0;
rel2.relative: 0.5 0.5;
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_LOGO.png";
image.normal: "ENVENTOR_EMBEDDED_IMAGE.png";
aspect: 1 1;
aspect_preference: BOTH;
}

View File

@ -3,7 +3,7 @@ collections {
group { "main";
/* TODO: Please replace embedded image files to your application image files. */
images {
image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
image: "ENVENTOR_EMBEDDED_IMAGE.png" COMP;
}
parts {
rect { "clipper";
@ -19,7 +19,7 @@ collections {
rel1.relative: 0.0 0.0;
rel2.relative: 1.0 1.0;
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_LOGO.png";
image.normal: "ENVENTOR_EMBEDDED_IMAGE.png";
aspect: 1 1;
aspect_preference: BOTH;
}

View File

@ -3,7 +3,7 @@ collections {
group { "main";
/* TODO: Please replace embedded image files to your application image files. */
images {
image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
image: "ENVENTOR_EMBEDDED_IMAGE.png" COMP;
}
parts {
image { "logo";
@ -11,7 +11,7 @@ collections {
rel1.relative: 0.0 0.0;
rel2.relative: 1.0 1.0;
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_LOGO.png";
image.normal: "ENVENTOR_EMBEDDED_IMAGE.png";
aspect: 1 1;
aspect_preference: BOTH;
}

View File

@ -3,7 +3,7 @@ collections {
group { "main";
/* TODO: Please replace embedded image files to your application image files. */
images {
image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
image: "ENVENTOR_EMBEDDED_IMAGE.png" COMP;
}
parts {
image { "logo";
@ -11,7 +11,7 @@ collections {
rel1.relative: 0.0 0.0;
rel2.relative: 0.5 0.5;
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_LOGO.png";
image.normal: "ENVENTOR_EMBEDDED_IMAGE.png";
aspect: 1 1;
aspect_preference: BOTH;
map.on: 1;

View File

@ -3,7 +3,7 @@ collections {
group { "main";
/* TODO: Please replace embedded image files to your application image files. */
images {
image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
image: "ENVENTOR_EMBEDDED_IMAGE.png" COMP;
}
parts {
image { "logo";
@ -11,7 +11,7 @@ collections {
rel1.relative: 0.0 0.0;
rel2.relative: 0.5 0.5;
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_LOGO.png";
image.normal: "ENVENTOR_EMBEDDED_IMAGE.png";
aspect: 1 1;
aspect_preference: BOTH;
}

View File

@ -3,13 +3,13 @@ collections {
group { "main";
/* TODO: Please replace embedded image files to your application image files. */
images {
image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
image: "ENVENTOR_EMBEDDED_IMAGE.png" COMP;
}
parts {
image { "logo";
desc { "default";
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_LOGO.png";
image.normal: "ENVENTOR_EMBEDDED_IMAGE.png";
aspect: 1 1;
aspect_preference: BOTH;
map.on: 1;

View File

@ -18,7 +18,7 @@ EXTRA_DIST = \
holes_tiny_horiz.png \
holes_tiny_vert.png \
inset_shadow.png \
logo.png \
image.png \
full_logo.png \
frame_bg.png \
part_highlight.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

View File

@ -1,7 +1,7 @@
images {
image: "live_spacer.png" COMP;
image: "swallow.png" COMP;
image: "logo.png" COMP;
image: "image.png" COMP;
}
@ -15,7 +15,7 @@ group { "Image_bg";
parts {
image { name: "img";
desc {
image.normal: "logo.png";
image.normal: "image.png";
}
}
}

View File

@ -304,7 +304,7 @@ base_gui_init(void)
//Window icon
Evas_Object *icon = evas_object_image_add(evas_object_evas_get(win));
snprintf(buf, sizeof(buf), "%s/images/ENVENTOR_EMBEDDED_LOGO.png",
snprintf(buf, sizeof(buf), "%s/images/enventor_logo.png",
elm_app_data_dir_get());
evas_object_image_file_set(icon, buf, NULL);
elm_win_icon_object_set(win, icon);

View File

@ -404,7 +404,7 @@ elm_setup()
elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR);
elm_app_compile_data_dir_set(PACKAGE_DATA_DIR);
elm_app_compile_lib_dir_set(PACKAGE_LIB_DIR);
elm_app_info_set(main, "enventor", "images/ENVENTOR_EMBEDDED_LOGO.png");
elm_app_info_set(main, "enventor", "images/enventor_logo.png");
snprintf(EDJE_PATH, sizeof(EDJE_PATH), "%s/themes/enventor.edj",
elm_app_data_dir_get());

View File

@ -4,7 +4,7 @@ const char *TEMPLATE_GROUP[TEMPLATE_GROUP_LINE_CNT] =
{
" /* TODO: Please replace embedded image files to your application image files. */<br/>",
" images {<br/>",
" image: \"ENVENTOR_EMBEDDED_LOGO.png\" COMP;<br/>",
" image: \"ENVENTOR_EMBEDDED_IMAGE.png\" COMP;<br/>",
" }<br/>",
" parts {<br/>",
" image { \"XXX\";<br/>",
@ -17,7 +17,7 @@ const char *TEMPLATE_GROUP[TEMPLATE_GROUP_LINE_CNT] =
" min: 0 0;<br/>",
" visible: 1;<br/>",
" /* TODO: Please replace embedded image files to your application image files. */<br/>",
" image.normal: \"ENVENTOR_EMBEDDED_LOGO.png\";<br/>",
" image.normal: \"ENVENTOR_EMBEDDED_IMAGE.png\";<br/>",
" //aspect: 1 1;<br/>",
" }<br/>",
" }<br/>",
@ -50,7 +50,7 @@ const char *TEMPLATE_PART_IMAGE[TEMPLATE_PART_IMAGE_LINE_CNT] =
" desc { \"default\";<br/>",
" visible: 1;<br/>",
" /* TODO: Please replace embedded image files to your application image files. */<br/>",
" image.normal: \"ENVENTOR_EMBEDDED_LOGO.png\";<br/>",
" image.normal: \"ENVENTOR_EMBEDDED_IMAGE.png\";<br/>",
" //aspect: 1 1;<br/>"
};
@ -154,7 +154,7 @@ const char *TEMPLATE_PROG[TEMPLATE_PROG_LINE_CNT] =
const char *TEMPLATE_IMG[TEMPLATE_IMG_LINE_CNT] =
{
"image: \"ENVENTOR_EMBEDDED_LOGO.png\" COMP;<br/>"
"image: \"ENVENTOR_EMBEDDED_IMAGE.png\" COMP;<br/>"
};
#define TEMPLATE_IMG_BLOCK_LINE_CNT 4
@ -163,7 +163,7 @@ const char *TEMPLATE_IMG_BLOCK[TEMPLATE_IMG_BLOCK_LINE_CNT] =
{
"/* TODO: Please replace embedded image files to your application image files. */<br/>",
"images {<br/>",
" image: \"ENVENTOR_EMBEDDED_LOGO.png\" COMP;<br/>",
" image: \"ENVENTOR_EMBEDDED_IMAGE.png\" COMP;<br/>",
"}<br/>"
};