e/connman: use better security theme

Images by Marina Proni



SVN revision: 76072
This commit is contained in:
Bruno Dilly 2012-09-03 22:06:34 +00:00
parent e7c49be60c
commit eafb9d2f7e
9 changed files with 37 additions and 23 deletions

View File

@ -7896,6 +7896,21 @@ CONNMAN_ICON(ethernet)
#undef CONNMAN_ICON
#define CONNMAN_IMAGES_SET(_name) \
images { \
set { \
name: "connman_"##_name; \
image { \
image: "connman_"##_name##"_128.png" COMP; \
size: 33 33 1000 1000; \
} \
image { \
image: "connman_"##_name##"_32.png" COMP; \
size: 1 1 32 32; \
} \
} \
} \
group {
name: "e/modules/connman/icon/wifi";
@ -8135,6 +8150,10 @@ CONNMAN_ICON(ethernet)
group {
name: "e/modules/connman/end";
CONNMAN_IMAGES_SET(security1)
CONNMAN_IMAGES_SET(security2)
parts {
part {
name: "state";
@ -8172,27 +8191,18 @@ CONNMAN_ICON(ethernet)
aspect_preference: BOTH;
color: 255 255 255 0;
rel1.relative: 0.3 0;
image.image: "connman_unsecure.png" COMP;
image.normal: "connman_unsecure.png";
}
description {
state: "unsecure" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
image.normal: "connman_security1";
}
description {
state: "almost_secure" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
image.image: "connman_almost_secure.png" COMP;
image.normal: "connman_almost_secure.png";
}
description {
state: "secure" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
image.image: "connman_secure.png" COMP;
image.normal: "connman_secure.png";
image.normal: "connman_security2";
}
}
}
@ -8229,7 +8239,7 @@ CONNMAN_ICON(ethernet)
name: "security,none";
signal: "e,security,none";
source: "e";
action: STATE_SET "unsecure" 0.0;
action: STATE_SET "default" 0.0;
target: "security";
}
program {
@ -8249,6 +8259,7 @@ CONNMAN_ICON(ethernet)
}
}
#undef CONNMAN_IMAGES_SET
/////////////////////////////////////////////////////////////////////////////
/*** MOD: BLUEZ ***/

View File

@ -74,23 +74,26 @@ ch-m2-3.png \
ch-s1-3.png \
ch-s2-3.png \
clock_base.png \
connman_almost_secure.png \
connman_bluetooth.png \
connman_cellular.png \
connman_ethernet.png \
connman_online.png \
connman_ready.png \
connman_secure.png \
connman_unsecure.png \
connman_wifi_0_off.png \
connman_wifi_0_on.png \
connman_wifi_1_off.png \
connman_wifi_1_on.png \
connman_wifi_2_off.png \
connman_wifi_2_on.png \
connman_wifi_3_off.png \
connman_wifi_3_on.png \
connman_wifi_not.png \
connman_security1_128.png \
connman_security1_32.png \
connman_security2_128.png \
connman_security2_32.png \
connman_wifi_0_on_128.png \
connman_wifi_0_on_32.png \
connman_wifi_1_on_128.png \
connman_wifi_1_on_32.png \
connman_wifi_2_on_128.png \
connman_wifi_2_on_32.png \
connman_wifi_3_on_128.png \
connman_wifi_3_on_32.png \
connman_wifi_off_128.png \
connman_wifi_off_32.png \
dia_botshad.png \
dia_grad.png \
dia_topshad.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB