e/connman: new images set for tech icons

SVN revision: 76078
This commit is contained in:
Bruno Dilly 2012-09-03 22:07:12 +00:00
parent bafd71dc9e
commit 73d4860c9a
8 changed files with 24 additions and 20 deletions

View File

@ -7902,6 +7902,22 @@ collections {
} \
}
#define CONNMAN_IMAGES_SET(_name, _min) \
images { \
set { \
name: "connman_"##_name; \
image { \
image: "connman_"##_name##"_128.png" COMP; \
size: (_min+1) (_min+1) 1000 1000; \
} \
image { \
image: "connman_"##_name##"_32.png" COMP; \
size: 1 1 _min _min; \
} \
} \
} \
#define CONNMAN_ICON(_icon) \
group { \
name: "e/modules/connman/icon/"##_icon; \
@ -7929,6 +7945,7 @@ collections {
} \
} \
parts { \
CONNMAN_IMAGES_SET(_icon, 32) \
part { \
name: "icon"; \
type: IMAGE; \
@ -7937,8 +7954,7 @@ collections {
state: "default" 0.0; \
aspect: 1 1; \
aspect_preference: BOTH; \
image.image: "connman_"##_icon##".png" COMP; \
image.normal: "connman_"##_icon##".png"; \
image.normal: "connman_"##_icon##; \
} \
description { \
state: "hidden" 0.0; \
@ -7972,21 +7988,6 @@ CONNMAN_ICON(ethernet)
#undef CONNMAN_ICON
#define CONNMAN_IMAGES_SET(_name, _min) \
images { \
set { \
name: "connman_"##_name; \
image { \
image: "connman_"##_name##"_128.png" COMP; \
size: (_min+1) (_min+1) 1000 1000; \
} \
image { \
image: "connman_"##_name##"_32.png" COMP; \
size: 1 1 _min _min; \
} \
} \
} \
group {
name: "e/modules/connman/icon/wifi";

View File

@ -74,9 +74,12 @@ ch-m2-3.png \
ch-s1-3.png \
ch-s2-3.png \
clock_base.png \
connman_bluetooth.png \
connman_cellular.png \
connman_ethernet.png \
connman_bluetooth_128.png \
connman_bluetooth_32.png \
connman_cellular_128.png \
connman_cellular_32.png \
connman_ethernet_128.png \
connman_ethernet_32.png \
connman_security1_128.png \
connman_security1_32.png \
connman_security2_128.png \

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB