e/connman: new images set for tech icons

SVN revision: 76078
devs/princeamd/enlightenment-0.17-elive
Bruno Dilly 11 years ago
parent bafd71dc9e
commit 73d4860c9a
  1. 35
      data/themes/default.edc
  2. 9
      data/themes/images/Makefile.am
  3. 0
      data/themes/images/connman_bluetooth_128.png
  4. BIN
      data/themes/images/connman_bluetooth_32.png
  5. 0
      data/themes/images/connman_cellular_128.png
  6. BIN
      data/themes/images/connman_cellular_32.png
  7. 0
      data/themes/images/connman_ethernet_128.png
  8. BIN
      data/themes/images/connman_ethernet_32.png

@ -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";

@ -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 \

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

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

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

Loading…
Cancel
Save