A few widget icons. All widgets are covered now and should look pretty neat. Complain to the e-devel list if you can find any that are missing.

SVN revision: 36214
This commit is contained in:
toma 2008-09-24 14:07:19 +00:00 committed by toma
parent ce1dc55d7b
commit bd73dd86c5
5 changed files with 88 additions and 29 deletions

View File

@ -111,6 +111,9 @@ images {
image: "e17_icon_window_remembers.png" COMP;
image: "e17_icon_check.png" COMP;
image: "e17_icon_add.png" COMP;
image: "e17_icon_new.png" COMP;
image: "e17_icon_del.png" COMP;
}
group {
@ -2334,6 +2337,87 @@ group {
}
}
group {
name: "e/icons/widget/add";
max: 32 32;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
max: 32 32;
image {
normal: "e17_icon_add.png";
}
}
}
}
}
group {
name: "e/icons/widget/add_fav";
max: 32 32;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
max: 32 32;
image {
normal: "e17_icon_favorites.png";
}
}
}
}
}
group {
name: "e/icons/widget/del";
max: 32 32;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
max: 32 32;
image {
normal: "e17_icon_del.png";
}
}
}
}
}
group {
name: "e/icons/widget/new";
max: 32 32;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
max: 32 32;
image {
normal: "e17_icon_new.png";
}
}
}
}
}
group {
name: "e/icons/widget/config";
max: 64 64;
@ -2354,6 +2438,7 @@ group {
}
}
// Dummy icon filler. Replace these with their own group and icon.
group {
name: "e/icons/enlightenment/engine";
@ -2380,32 +2465,3 @@ group {
}
}
}
group {
name: "e/icons/widget/add";
alias: "e/icons/widget/del";
//alias: "e/icons/widget/config";
alias: "e/icons/widget/new";
max: 64 64;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
max: 64 64;
image {
normal: "e17_icon_e_0.png";
}
}
}
}
}

View File

@ -319,6 +319,7 @@ e17_ibar_lamp_r.png \
e17_ibar_lamp_u.png \
e17_ibar_over_h.png \
e17_ibar_over_v.png \
e17_icon_add.png \
e17_icon_advanced.png \
e17_icon_appearance.png \
e17_icon_applications.png \
@ -327,6 +328,7 @@ e17_icon_behavior.png \
e17_icon_colors.png \
e17_icon_configuration.png \
e17_icon_check.png \
e17_icon_del.png \
e17_icon_desklock.png \
e17_icon_desklock_menu.png \
e17_icon_desktop.png \
@ -399,6 +401,7 @@ e17_icon_mouse_left.png \
e17_icon_mouse_middle.png \
e17_icon_mouse_right.png \
e17_icon_mouse_wheel.png \
e17_icon_new.png \
e17_icon_pager.png \
e17_icon_performance.png \
e17_icon_reboot.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB