[detour commit] r701 - in branches/e17: . bits

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 19, 2009, 1:56:01 AM2/19/09
to detour-the...@googlegroups.com
Author: alberto.castro.leiva
Date: Wed Feb 18 22:54:48 2009
New Revision: 701

Modified:
branches/e17/TODO
branches/e17/bits/background.edc
branches/e17/bits/fileman.edc

Log:
Hmm what is this.


Modified: branches/e17/TODO
==============================================================================
--- branches/e17/TODO (original)
+++ branches/e17/TODO Wed Feb 18 22:54:48 2009
@@ -3,7 +3,7 @@
fix:
-battery module
-temperature module
- -syscon.edc
+ -syscon.edc [done]
-about_e.edc
-init.edc
-screen resolution icons
@@ -34,13 +34,15 @@
battery.edc: text
init.edc: check button
border: urgent/icon animation
+efm/icon: bg/drop/shadow non-standard size images

== Redo ==
-Screen Resolution Settings icons.
+Screen Resolution Settings icons including the "Check" mark.
-about_e.edc: ugly design, use [TABS]
-init.edc: better design

== Improve ==
+pager: popup
pager: states/anim for urgent windows on a desktop
scrollframe.edc: go over "part" names. Its hard to follow the code.
ibar: e/modules/ibar[ibox]/drop images

Modified: branches/e17/bits/background.edc
==============================================================================
--- branches/e17/bits/background.edc (original)
+++ branches/e17/bits/background.edc Wed Feb 18 22:54:48 2009
@@ -5,7 +5,7 @@
name: "e/desktop/background";

data {
- item: "style" "0";
+ //item: "style" "0";
}

parts {

Modified: branches/e17/bits/fileman.edc
==============================================================================
--- branches/e17/bits/fileman.edc (original)
+++ branches/e17/bits/fileman.edc Wed Feb 18 22:54:48 2009
@@ -182,15 +182,17 @@
name: "icon_box_shadow";
type: IMAGE;
mouse_events: 0;
-
+ clip_to: "e.swallow.icon_clip";
+
description {
state: "default" 0.0;
+ color: 255 255 255 221;
visible: 0;

rel1 {
to: "icon_box";
relative: 0.0 0.0;
- offset: -4 -3;
+ offset: -4 -4;
}

rel2 {
@@ -201,7 +203,7 @@

image {
normal: "images/fileman_im1.png";
- border: 6 6 6 6;
+ border: 8 8 8 8;
}

fill {
@@ -220,33 +222,65 @@
inherit: "default" 0.0;
visible: 1;
}
- }
+ }
+
+ part {
+ name: "icon_box";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ visible: 0;
+ align: 0.5 0.5;
+ color: 7 7 7 192;
+
+ rel1 {
+ to: "e.swallow.icon";
+ relative: 0.0 0.0;
+ offset: -1 -1;
+ }
+
+ rel2 {
+ to: "e.swallow.icon";
+ relative: 1.0 1.0;
+ offset: 0 0;
+ }
+ }
+
+ description {
+ state: "visible" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ }
+ }

part {
name: "icon_box_bg";
type: IMAGE;
mouse_events: 0;
-
+ clip_to: "e.swallow.icon_clip";
+
description {
state: "default" 0.0;
visible: 0;

- rel1 {
- to: "icon_box";
- relative: 0.0 0.0;
- offset: 1 1;
+ rel1 {
+ to: "icon_box";
+ relative: 0.0 0.0;
+ offset: 1 1;
}

- rel2 {
- to: "icon_box";
- relative: 1.0 1.0;
- offset: -2 -2;
+ rel2 {
+ to: "icon_box";
+ relative: 1.0 1.0;
+ offset: -2 -2;
}

image {
normal: "images/fileman_im2.png";
}
-
+
fill {
#if USE_SMOOTH_IMAGES == 0
smooth: 0;
@@ -255,10 +289,10 @@
smooth: 1;
#endif
#endif
-
- size {
- relative: 0 0;
- offset: 16 16;
+
+ size {
+ relative: 0 0;
+ offset: 16 16;
}
}
}
@@ -266,43 +300,11 @@
description {
state: "visible" 0.0;
inherit: "default" 0.0;
- color: 255 255 255 221;
visible: 1;
}
}

part {
- name: "icon_box";
- type: RECT;
- mouse_events: 0;
-
- description {
- state: "default" 0.0;
- align: 0.5 0.5;
- color: 7 7 7 221;
- visible: 0;
-
- rel1 {
- to: "e.swallow.icon";
- relative: 0.0 0.0;
- offset: -1 -1;
- }
-
- rel2 {
- to: "e.swallow.icon";
- relative: 1.0 1.0;
- offset: 0 0;
- }
- }
-
- description {
- state: "visible" 0.0;
- inherit: "default" 0.0;
- visible: 1;
- }
- }
-
- part {
name: "icon0";
type: RECT;
mouse_events: 0;
@@ -393,10 +395,14 @@
part {
name: "e.swallow.icon";
type: SWALLOW;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
align: 0.5 0.5;
+ color: 255 255 255 128;

rel1 {
to: "icon";
@@ -409,6 +415,27 @@
}

part {
+ name: "e.swallow.icon_clip";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ color: 235 235 235 255;
+ }
+
+ description {
+ state: "hover" 0.0;
+ color: 255 255 255 255;
+ }
+
+ description {
+ state: "selected" 0.0;
+ color: 229 229 229 255;
+ }
+ }
+
+ part {
name: "e.text.label";
type: TEXT;
effect: SHADOW;
@@ -593,15 +620,17 @@
name: "icon_box_shadow";
type: IMAGE;
mouse_events: 0;
-
+ clip_to: "e.swallow.icon_clip";
+
description {
state: "default" 0.0;
+ color: 255 255 255 221;
visible: 0;
-
+
rel1 {
to: "icon_box";
relative: 0.0 0.0;
- offset: -4 -3;
+ offset: -4 -4;
}

rel2 {
@@ -612,7 +641,7 @@

image {
normal: "images/fileman_im1.png";
- border: 6 6 6 6;
+ border: 8 8 8 8;
}

fill {
@@ -631,33 +660,65 @@
inherit: "default" 0.0;
visible: 1;
}
- }
+ }
+
+ part {
+ name: "icon_box";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ visible: 0;
+ align: 0.5 0.5;
+ color: 7 7 7 192;
+
+ rel1 {
+ to: "e.swallow.icon";
+ relative: 0.0 0.0;
+ offset: -1 -1;
+ }
+
+ rel2 {
+ to: "e.swallow.icon";
+ relative: 1.0 1.0;
+ offset: 0 0;
+ }
+ }
+
+ description {
+ state: "visible" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ }
+ }

part {
name: "icon_box_bg";
type: IMAGE;
mouse_events: 0;
-
+ clip_to: "e.swallow.icon_clip";
+
description {
state: "default" 0.0;
visible: 0;

- rel1 {
- to: "icon_box";
- relative: 0.0 0.0;
- offset: 1 1;
+ rel1 {
+ to: "icon_box";
+ relative: 0.0 0.0;
+ offset: 1 1;
}

- rel2 {
- to: "icon_box";
- relative: 1.0 1.0;
- offset: -2 -2;
+ rel2 {
+ to: "icon_box";
+ relative: 1.0 1.0;
+ offset: -2 -2;
}

image {
normal: "images/fileman_im2.png";
}
-
+
fill {
#if USE_SMOOTH_IMAGES == 0
smooth: 0;
@@ -666,10 +727,10 @@
smooth: 1;
#endif
#endif
-
- size {
- relative: 0 0;
- offset: 16 16;
+
+ size {
+ relative: 0 0;
+ offset: 16 16;
}
}
}
@@ -677,38 +738,6 @@
description {
state: "visible" 0.0;
inherit: "default" 0.0;
- color: 255 255 255 221;
- visible: 1;
- }
- }
-
- part {
- name: "icon_box";
- type: RECT;
- mouse_events: 0;
-
- description {
- state: "default" 0.0;
- align: 0.5 0.5;
- color: 7 7 7 221;
- visible: 0;
-
- rel1 {
- to: "e.swallow.icon";
- relative: 0.0 0.0;
- offset: -1 -1;
- }
-
- rel2 {
- to: "e.swallow.icon";
- relative: 1.0 1.0;
- offset: 0 0;
- }
- }
-
- description {
- state: "visible" 0.0;
- inherit: "default" 0.0;
visible: 1;
}
}
@@ -804,10 +833,14 @@
part {
name: "e.swallow.icon";
type: SWALLOW;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
align: 0.5 0.5;
+ color: 255 255 255 128;

rel1 {
to: "icon";
@@ -820,6 +853,27 @@
}

part {
+ name: "e.swallow.icon_clip";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ color: 235 235 235 255;
+ }
+
+ description {
+ state: "hover" 0.0;
+ color: 255 255 255 255;
+ }
+
+ description {
+ state: "selected" 0.0;
+ color: 229 229 229 255;
+ }
+ }
+
+ part {
name: "e.text.label";
type: TEXT;
effect: SHADOW;
@@ -1004,15 +1058,17 @@
name: "icon_box_shadow";
type: IMAGE;
mouse_events: 0;
-
+ clip_to: "e.swallow.icon_clip";
+
description {
state: "default" 0.0;
+ color: 255 255 255 221;
visible: 0;

rel1 {
to: "icon_box";
relative: 0.0 0.0;
- offset: -4 -3;
+ offset: -4 -4;
}

rel2 {
@@ -1023,7 +1079,7 @@

image {
normal: "images/fileman_im1.png";
- border: 6 6 6 6;
+ border: 8 8 8 8;
}

fill {
@@ -1042,78 +1098,78 @@
inherit: "default" 0.0;
visible: 1;
}
- }
+ }

part {
- name: "icon_box_bg";
- type: IMAGE;
+ name: "icon_box";
+ type: RECT;
mouse_events: 0;

description {
state: "default" 0.0;
visible: 0;
+ align: 0.5 0.5;
+ color: 7 7 7 192;

- rel1 {
- to: "icon_box";
- relative: 0.0 0.0;
- offset: 1 1;
- }
-
- rel2 {
- to: "icon_box";
- relative: 1.0 1.0;
- offset: -2 -2;
+ rel1 {
+ to: "e.swallow.icon";
+ relative: 0.0 0.0;
+ offset: -1 -1;
}
-
- image {
- normal: "images/fileman_im2.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
-
- size {
- relative: 0 0;
- offset: 16 16;
- }
- }
+
+ rel2 {
+ to: "e.swallow.icon";
+ relative: 1.0 1.0;
+ offset: 0 0;
+ }
}

description {
state: "visible" 0.0;
inherit: "default" 0.0;
- color: 255 255 255 221;
visible: 1;
}
- }
+ }

part {
- name: "icon_box";
- type: RECT;
+ name: "icon_box_bg";
+ type: IMAGE;
mouse_events: 0;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
- align: 0.5 0.5;
- color: 7 7 7 221;
- visible: 0;
+ visible: 0;

- rel1 {
- to: "e.swallow.icon";
- relative: 0.0 0.0;
- offset: -1 -1;
+ rel1 {
+ to: "icon_box";
+ relative: 0.0 0.0;
+ offset: 1 1;
}

- rel2 {
- to: "e.swallow.icon";
- relative: 1.0 1.0;
- offset: 0 0;
+ rel2 {
+ to: "icon_box";
+ relative: 1.0 1.0;
+ offset: -2 -2;
+ }
+
+ image {
+ normal: "images/fileman_im2.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+
+ size {
+ relative: 0 0;
+ offset: 16 16;
+ }
}
}

@@ -1215,10 +1271,14 @@
part {
name: "e.swallow.icon";
type: SWALLOW;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
align: 0.5 0.5;
+ color: 255 255 255 128;

rel1 {
to: "icon";
@@ -1231,6 +1291,27 @@
}

part {
+ name: "e.swallow.icon_clip";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ color: 235 235 235 255;
+ }
+
+ description {
+ state: "hover" 0.0;
+ color: 255 255 255 255;
+ }
+
+ description {
+ state: "selected" 0.0;
+ color: 229 229 229 255;
+ }
+ }
+
+ part {
name: "e.text.label";
type: TEXT;
effect: SHADOW;
@@ -1414,15 +1495,17 @@
name: "icon_box_shadow";
type: IMAGE;
mouse_events: 0;
-
+ clip_to: "e.swallow.icon_clip";
+
description {
state: "default" 0.0;
+ color: 255 255 255 221;
visible: 0;
-
+
rel1 {
to: "icon_box";
relative: 0.0 0.0;
- offset: -4 -3;
+ offset: -4 -4;
}

rel2 {
@@ -1433,7 +1516,7 @@

image {
normal: "images/fileman_im1.png";
- border: 6 6 6 6;
+ border: 8 8 8 8;
}

fill {
@@ -1452,33 +1535,65 @@
inherit: "default" 0.0;
visible: 1;
}
- }
-
+ }
+
+ part {
+ name: "icon_box";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ visible: 0;
+ align: 0.5 0.5;
+ color: 7 7 7 192;
+
+ rel1 {
+ to: "e.swallow.icon";
+ relative: 0.0 0.0;
+ offset: -1 -1;
+ }
+
+ rel2 {
+ to: "e.swallow.icon";
+ relative: 1.0 1.0;
+ offset: 0 0;
+ }
+ }
+
+ description {
+ state: "visible" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ }
+ }
+
part {
name: "icon_box_bg";
type: IMAGE;
mouse_events: 0;
-
+ clip_to: "e.swallow.icon_clip";
+
description {
state: "default" 0.0;
visible: 0;

- rel1 {
- to: "icon_box";
- relative: 0.0 0.0;
- offset: 1 1;
+ rel1 {
+ to: "icon_box";
+ relative: 0.0 0.0;
+ offset: 1 1;
}

- rel2 {
- to: "icon_box";
- relative: 1.0 1.0;
- offset: -2 -2;
+ rel2 {
+ to: "icon_box";
+ relative: 1.0 1.0;
+ offset: -2 -2;
}

image {
normal: "images/fileman_im2.png";
}
-
+
fill {
#if USE_SMOOTH_IMAGES == 0
smooth: 0;
@@ -1488,9 +1603,9 @@
#endif
#endif

- size {
- relative: 0 0;
- offset: 16 16;
+ size {
+ relative: 0 0;
+ offset: 16 16;
}
}
}
@@ -1498,38 +1613,6 @@
description {
state: "visible" 0.0;
inherit: "default" 0.0;
- color: 255 255 255 221;
- visible: 1;
- }
- }
-
- part {
- name: "icon_box";
- type: RECT;
- mouse_events: 0;
-
- description {
- state: "default" 0.0;
- align: 0.5 0.5;
- color: 7 7 7 221;
- visible: 0;
-
- rel1 {
- to: "e.swallow.icon";
- relative: 0.0 0.0;
- offset: -1 -1;
- }
-
- rel2 {
- to: "e.swallow.icon";
- relative: 1.0 1.0;
- offset: 0 0;
- }
- }
-
- description {
- state: "visible" 0.0;
- inherit: "default" 0.0;
visible: 1;
}
}
@@ -1625,10 +1708,14 @@
part {
name: "e.swallow.icon";
type: SWALLOW;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
align: 0.5 0.5;
+ color: 255 255 255 128;

rel1 {
to: "icon";
@@ -1641,6 +1728,27 @@
}

part {
+ name: "e.swallow.icon_clip";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ color: 235 235 235 255;
+ }
+
+ description {
+ state: "hover" 0.0;
+ color: 255 255 255 255;
+ }
+
+ description {
+ state: "selected" 0.0;
+ color: 229 229 229 255;
+ }
+ }
+
+ part {
name: "e.text.label";
type: TEXT;
effect: SHADOW;
@@ -1847,37 +1955,70 @@
name: "icon_box_shadow";
type: IMAGE;
mouse_events: 0;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
+ color: 255 255 255 221;
visible: 0;

rel1 {
to: "icon_box";
relative: 0.0 0.0;
- offset: -4 -3;
+ offset: -4 -4;
+ }
+
+ rel2 {
+ to: "icon_box";
+ relative: 1.0 1.0;
+ offset: 3 3;
+ }
+
+ image {
+ normal: "images/fileman_im1.png";
+ border: 8 8 8 8;
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "visible" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ }
+ }
+
+ part {
+ name: "icon_box";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ visible: 0;
+ align: 0.5 0.5;
+ color: 7 7 7 192;
+
+ rel1 {
+ to: "e.swallow.icon";
+ relative: 0.0 0.0;
+ offset: -1 -1;
}
-
+
rel2 {
- to: "icon_box";
+ to: "e.swallow.icon";
relative: 1.0 1.0;
- offset: 3 3;
- }
-
- image {
- normal: "images/fileman_im1.png";
- border: 6 6 6 6;
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
+ offset: 0 0;
+ }
}

description {
@@ -1885,12 +2026,13 @@
inherit: "default" 0.0;
visible: 1;
}
- }
+ }

part {
name: "icon_box_bg";
type: IMAGE;
mouse_events: 0;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
@@ -1920,7 +2062,7 @@
smooth: 1;
#endif
#endif
-
+
size {
relative: 0 0;
offset: 16 16;
@@ -1931,38 +2073,6 @@
description {
state: "visible" 0.0;
inherit: "default" 0.0;
- color: 255 255 255 221;
- visible: 1;
- }
- }
-
- part {
- name: "icon_box";
- type: RECT;
- mouse_events: 0;
-
- description {
- state: "default" 0.0;
- align: 0.5 0.5;
- color: 7 7 7 221;
- visible: 0;
-
- rel1 {
- to: "e.swallow.icon";
- relative: 0.0 0.0;
- offset: -1 -1;
- }
-
- rel2 {
- to: "e.swallow.icon";
- relative: 1.0 1.0;
- offset: 0 0;
- }
- }
-
- description {
- state: "visible" 0.0;
- inherit: "default" 0.0;
visible: 1;
}
}
@@ -2059,24 +2169,47 @@
part {
name: "e.swallow.icon";
type: SWALLOW;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
align: 0.5 0.5;
+ color: 255 255 255 128;

rel1 {
- to: "icon";
+ to: "icon";
}

rel2 {
- to: "icon";
+ to: "icon";
}
}
}

part {
+ name: "e.swallow.icon_clip";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ color: 235 235 235 255;
+ }
+
+ description {
+ state: "hover" 0.0;
+ color: 255 255 255 255;
+ }
+
+ description {
+ state: "selected" 0.0;
+ color: 229 229 229 255;
+ }
+ }
+
+ part {
name: "e.text.label";
type: TEXT;
effect: SHADOW;
@@ -2291,15 +2424,17 @@
name: "icon_box_shadow";
type: IMAGE;
mouse_events: 0;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
+ color: 255 255 255 221;
visible: 0;

rel1 {
to: "icon_box";
relative: 0.0 0.0;
- offset: -4 -3;
+ offset: -4 -4;
}

rel2 {
@@ -2310,7 +2445,7 @@

image {
normal: "images/fileman_im1.png";
- border: 6 6 6 6;
+ border: 8 8 8 8;
}

fill {
@@ -2329,7 +2464,7 @@
inherit: "default" 0.0;
visible: 1;
}
- }
+ }

part {
name: "icon_box";
@@ -2338,9 +2473,9 @@

description {
state: "default" 0.0;
- align: 0.5 0.5;
- color: 7 7 7 221;
visible: 0;
+ align: 0.5 0.5;
+ color: 7 7 7 192;

rel1 {
to: "e.swallow.icon";
@@ -2352,7 +2487,7 @@
to: "e.swallow.icon";
relative: 1.0 1.0;
offset: 0 0;
- }
+ }
}

description {
@@ -2360,12 +2495,13 @@
inherit: "default" 0.0;
visible: 1;
}
- }
-
+ }
+
part {
name: "icon_box_bg";
type: IMAGE;
mouse_events: 0;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
@@ -2395,7 +2531,7 @@
smooth: 1;
#endif
#endif
-
+
size {
relative: 0 0;
offset: 16 16;
@@ -2406,7 +2542,6 @@
description {
state: "visible" 0.0;
inherit: "default" 0.0;
- color: 255 255 255 221;
visible: 1;
}
}
@@ -2503,24 +2638,47 @@
part {
name: "e.swallow.icon";
type: SWALLOW;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
align: 0.5 0.5;
+ color: 255 255 255 128;

rel1 {
- to: "icon";
+ to: "icon";
}

rel2 {
- to: "icon";
+ to: "icon";
}
}
}

part {
+ name: "e.swallow.icon_clip";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ color: 235 235 235 255;
+ }
+
+ description {
+ state: "hover" 0.0;
+ color: 255 255 255 255;
+ }
+
+ description {
+ state: "selected" 0.0;
+ color: 229 229 229 255;
+ }
+ }
+
+ part {
name: "e.text.label";
type: TEXT;
effect: SHADOW;
@@ -2695,15 +2853,17 @@
name: "icon_box_shadow";
type: IMAGE;
mouse_events: 0;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
+ color: 255 255 255 221;
visible: 0;

rel1 {
to: "icon_box";
relative: 0.0 0.0;
- offset: -4 -3;
+ offset: -4 -4;
}

rel2 {
@@ -2714,7 +2874,7 @@

image {
normal: "images/fileman_im1.png";
- border: 6 6 6 6;
+ border: 8 8 8 8;
}

fill {
@@ -2733,12 +2893,44 @@
inherit: "default" 0.0;
visible: 1;
}
- }
+ }
+
+ part {
+ name: "icon_box";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ visible: 0;
+ align: 0.5 0.5;
+ color: 7 7 7 192;
+
+ rel1 {
+ to: "e.swallow.icon";
+ relative: 0.0 0.0;
+ offset: -1 -1;
+ }
+
+ rel2 {
+ to: "e.swallow.icon";
+ relative: 1.0 1.0;
+ offset: 0 0;
+ }
+ }
+
+ description {
+ state: "visible" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ }
+ }

part {
name: "icon_box_bg";
type: IMAGE;
mouse_events: 0;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
@@ -2779,38 +2971,6 @@
description {
state: "visible" 0.0;
inherit: "default" 0.0;
- color: 255 255 255 221;
- visible: 1;
- }
- }
-
- part {
- name: "icon_box";
- type: RECT;
- mouse_events: 0;
-
- description {
- state: "default" 0.0;
- align: 0.5 0.5;
- color: 7 7 7 221;
- visible: 0;
-
- rel1 {
- to: "e.swallow.icon";
- relative: 0.0 0.0;
- offset: -1 -1;
- }
-
- rel2 {
- to: "e.swallow.icon";
- relative: 1.0 1.0;
- offset: 0 0;
- }
- }
-
- description {
- state: "visible" 0.0;
- inherit: "default" 0.0;
visible: 1;
}
}
@@ -2933,7 +3093,7 @@

description {
state: "default" 0.0;
- color: 255 255 255 221;
+ color: 235 235 235 255;
}

description {
@@ -3207,26 +3367,28 @@
name: "icon_box_shadow";
type: IMAGE;
mouse_events: 0;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
+ color: 255 255 255 221;
visible: 0;

rel1 {
to: "icon_box";
relative: 0.0 0.0;
- offset: -3 -3;
+ offset: -4 -4;
}

rel2 {
to: "icon_box";
relative: 1.0 1.0;
- offset: 2 3;
+ offset: 3 3;
}

image {
normal: "images/fileman_im1.png";
- border: 6 6 6 6;
+ border: 8 8 8 8;
}

fill {
@@ -3243,15 +3405,46 @@
description {
state: "visible" 0.0;
inherit: "default" 0.0;
- color: 255 255 255 225;
visible: 1;
}
- }
+ }
+
+ part {
+ name: "icon_box";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ visible: 0;
+ align: 0.5 0.5;
+ color: 7 7 7 192;
+
+ rel1 {
+ to: "e.swallow.icon";
+ relative: 0.0 0.0;
+ offset: -1 -1;
+ }
+
+ rel2 {
+ to: "e.swallow.icon";
+ relative: 1.0 1.0;
+ offset: 0 0;
+ }
+ }
+
+ description {
+ state: "visible" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ }
+ }

part {
name: "icon_box_bg";
type: IMAGE;
mouse_events: 0;
+ clip_to: "e.swallow.icon_clip";

description {
state: "default" 0.0;
@@ -3292,38 +3485,6 @@
description {
state: "visible" 0.0;
inherit: "default" 0.0;
- color: 255 255 255 221;
- visible: 1;
- }
- }
-
- part {
- name: "icon_box";
- type: RECT;
- mouse_events: 0;
-
- description {
- state: "default" 0.0;
- visible: 0;
- align: 0.5 0.5;
- color: 7 7 7 221;
-
- rel1 {
- to: "e.swallow.icon";
- relative: 0.0 0.0;
- offset: -1 -1;
- }
-
- rel2 {
- to: "e.swallow.icon";
- relative: 1.0 1.0;
- offset: 0 0;
- }
- }
-
- description {
- state: "visible" 0.0;
- inherit: "default" 0.0;
visible: 1;
}
}
@@ -3427,7 +3588,6 @@
aspect: 1.0 1.0;
aspect_preference: BOTH;
align: 0.5 0.5;
- color: 255 255 255 128;

rel1 {
to: "icon";
@@ -3446,7 +3606,7 @@

description {
state: "default" 0.0;
- color: 255 255 255 221;
+ color: 235 235 235 255;
}

description {

Reply all
Reply to author
Forward
0 new messages