Enlightenment CVS committal
Author : xcomputerman
Project : e17
Module : apps/entrance
Dir : e17/apps/entrance/data/themes/taillights/parts
Modified Files:
confirmation_dialog.edc entrance_session.edc error_string.edc
login_area.edc power_button.edc restart_button.edc
session_group.edc session_list_area.edc user_list_area.edc
Log Message:
Updates to TailLights theme - nicer looking fonts, more
transition effects (especially for buttons), translucent
confirmation dialogs
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/confirmation_dialog.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- confirmation_dialog.edc 24 Dec 2003 16:56:37 -0000 1.2
+++ confirmation_dialog.edc 1 Jan 2004 02:43:49 -0000 1.3
@@ -15,6 +15,7 @@
description { state, "default" 0.0; visible, 1; \
rel1 { relative, 0.0 0.0; offset, 0 0; to, cclip; } \
rel2 { relative, 1.0 1.0; offset, 0 0; to, cclip; } \
+ color, 255 255 255 144; \
image { normal, "menu_bg_small.png"; } \
fill { smooth, 0; size { relative, 0.0 0.0; offset, 64 64; } } } } \
part { name, cborder; type, IMAGE; mouse_events, 1; clip_to, cclip; \
@@ -30,49 +31,73 @@
image { normal, "menu_border.png"; } \
border, 25 80 20 20; } } \
part { name, cmsg; type, TEXT; mouse_events, 0; clip_to, cclip; \
- effect, SOFT_SHADOW; \
+ effect, OUTLINE; \
description { state, "default" 0.0; visible, 1; \
rel1 { relative, 0.0 0.0; offset, 23 0; to, cborder; } \
rel2 { relative, 1.0 0.0; offset, 0 20; to, cborder; } \
- color, 100 100 100 255; color3, 255 255 255 255; text \
- {text, ctitle; font,"Vera"; size, 8; fit, 0 0; align, 0.0 0.5; } \
+ color, 255 255 255 255; color2, 0 0 0 192; text \
+ {text, ctitle; font,"luxisr"; size, 8; fit, 0 0; align, 0.0 0.5; } \
} } \
part { name, cmsgstr; type, TEXT; mouse_events, 0; clip_to, cclip; \
- effect, SOFT_SHADOW; \
+ effect, OUTLINE_SOFT_SHADOW; \
description { state, "default" 0.0; visible, 1; \
rel1 { relative, 0.0 0.0; offset, 10 35; to, cborder; } \
rel2 { relative, 1.0 1.0; offset, -10 -52; to, cborder; } \
- color, 100 100 100 255; color3, 255 255 255 255; text \
- {text, cmsgmsg; font,"Vera"; size, 12; fit, 0 0; align, 0.5 0.5; } \
+ color, 255 255 255 255; color2, 0 0 0 192; color3, 64 64 64 192; text \
+ {text, cmsgmsg; font,"luxisr"; size, 12; fit, 0 0; align, 0.5 0.5; } \
} } \
part { name, cyes; type, IMAGE; mouse_events, 1; clip_to, cclip; \
description { state, "default" 0.0; visible, 1; \
rel1 { relative, 0.0 1.0; offset, 10 -50; to, cborder; } \
rel2 { relative, 0.5 1.0; offset, -5 -5; to, cborder; } \
image { normal, "metalsphere.png"; } \
- border, 20 20 20 20; } } \
+ border, 20 20 20 20; } \
+ description { state, "pressed" 0.0; visible, 1; \
+ rel1 { relative, 0.0 1.0; offset, 13 -47; to, cborder; } \
+ rel2 { relative, 0.5 1.0; offset, -2 -2; to, cborder; } \
+ image { normal, "metalsphere.png"; } \
+ border, 20 20 20 20; } \
+ } \
part { name, cyestxt; type, TEXT; mouse_events, 0; clip_to, cclip; \
- effect, SOFT_SHADOW; \
+ effect, SHADOW; \
description { state, "default" 0.0; visible, 1; \
rel1 { relative, 0.0 0.0; offset, 0 0; to, cyes; } \
rel2 { relative, 1.0 1.0; offset, 0 0; to, cyes; } \
- color, 100 100 100 255; color3, 255 255 255 255; text \
- {text, "Yes"; font,"Vera"; size, 10; fit, 0 0; align, 0.5 0.5; } \
- } } \
+ color, 0 0 0 192; color3, 255 255 255 192; text \
+ {text, "Yes"; font,"luxisb"; size, 11; fit, 0 0; align, 0.5 0.4; } \
+ } \
+ description { state, "hilited" 0.0; visible, 1; \
+ rel1 { relative, 0.0 0.0; offset, 0 0; to, cyes; } \
+ rel2 { relative, 1.0 1.0; offset, 0 0; to, cyes; } \
+ color, 144 64 0 255; color3, 255 255 255 255; text \
+ {text, "Yes"; font,"luxisb"; size, 11; fit, 0 0; align, 0.5 0.4; } \
+ } } \
part { name, cno; type, IMAGE; mouse_events, 1; clip_to, cclip; \
description { state, "default" 0.0; visible, 1; \
rel1 { relative, 0.5 1.0; offset, 5 -50; to, cborder; } \
rel2 { relative, 1.0 1.0; offset, -10 -5; to, cborder; } \
image { normal, "metalsphere.png"; } \
- border, 20 20 20 20; } } \
+ border, 20 20 20 20; } \
+ description { state, "pressed" 0.0; visible, 1; \
+ rel1 { relative, 0.5 1.0; offset, 8 -47; to, cborder; } \
+ rel2 { relative, 1.0 1.0; offset, -7 -2; to, cborder; } \
+ image { normal, "metalsphere.png"; } \
+ border, 20 20 20 20; } \
+ } \
part { name, cnotxt; type, TEXT; mouse_events, 0; clip_to, cclip; \
- effect, SOFT_SHADOW; \
+ effect, SHADOW; \
description { state, "default" 0.0; visible, 1; \
rel1 { relative, 0.0 0.0; offset, 0 0; to, cno; } \
rel2 { relative, 1.0 1.0; offset, 0 0; to, cno; } \
- color, 100 100 100 255; color3, 255 255 255 255; text \
- {text, "No"; font,"Vera"; size, 10; fit, 0 0; align, 0.5 0.5; } \
- } } \
+ color, 0 0 0 192; color3, 255 255 255 192; text \
+ {text, "No"; font,"luxisb"; size, 11; fit, 0 0; align, 0.5 0.4; } \
+ } \
+ description { state, "hilited" 0.0; visible, 1; \
+ rel1 { relative, 0.0 0.0; offset, 0 0; to, cno; } \
+ rel2 { relative, 1.0 1.0; offset, 0 0; to, cno; } \
+ color, 144 64 0 255; color3, 255 255 255 255; text \
+ {text, "No"; font,"luxisb"; size, 11; fit, 0 0; align, 0.5 0.4; } \
+ } } \
CONFIRMATION("Confirmation: System Reboot", "reboot_message",
"confirmation_reboot_clip", "confirmation_reboot_border", "reboot_bg",
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/entrance_session.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- entrance_session.edc 22 Dec 2003 19:43:10 -0000 1.1
+++ entrance_session.edc 1 Jan 2004 02:43:50 -0000 1.2
@@ -41,7 +41,7 @@
name, "session_description";
type, TEXT;
mouse_events, 0;
- effect, SOFT_SHADOW;
+ effect, OUTLINE;
description {
state, "default" 0.0;
visible, 0;
@@ -54,8 +54,8 @@
offset, 0 18;
to, "EntranceSession";
}
- color, 255 255 255 255;
- color3, 100 100 100 192;
+ color, 255 255 255 0;
+ color2, 0 0 0 0;
text {
text, "";
font, "Vera";
@@ -77,7 +77,7 @@
to, "EntranceSession";
}
color, 255 255 255 255;
- color3, 100 100 100 192;
+ color2, 0 0 0 192;
text {
text, "Session Chooser";
font, "Vera";
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/error_string.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- error_string.edc 22 Dec 2003 19:43:10 -0000 1.1
+++ error_string.edc 1 Jan 2004 02:43:50 -0000 1.2
@@ -36,14 +36,14 @@
part {
name, "error_string";
type, TEXT;
- effect, SOFT_SHADOW;
+ effect, OUTLINE;
mouse_events, 0;
clip_to, "error_string_clip";
#define ERROR(sname, sdescription) \
description { state, sname 0.0; visible, 1; \
rel1 { relative, 1.0 0.5; offset, 5 -15; to, "restart_button_description"; } \
rel2 { relative, 1.0 0.5; offset, 350 15; to, "restart_button_description"; } \
-color, 100 100 100 255; color3, 255 255 255 255; \
+color, 255 100 100 255; color3, 64 64 64 192; \
text { text, sdescription; \
font, "Vera"; size, 14; fit, 0 0; align, 0.0 0.5; } }
ERROR("default", "Unknown User");
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/login_area.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- login_area.edc 1 Jan 2004 00:26:30 -0000 1.2
+++ login_area.edc 1 Jan 2004 02:43:50 -0000 1.3
@@ -218,7 +218,7 @@
type, TEXT;
mouse_events, 0;
clip_to, "login_area_clip";
- effect, SOFT_OUTLINE;
+ effect, SHADOW;
description {
state, "default" 0.0;
visible, 1;
@@ -232,10 +232,10 @@
to, "login_border_title";
}
color, 255 255 255 255;
- color2, 64 64 64 255;
+ color2, 0 0 0 128;
text {
text, "";
- font, "Vera";
+ font, "luxisr";
size, 8;
fit, 0 0;
align, 0.0 0.0;
@@ -524,7 +524,7 @@
color3, 96 96 96 192;
text {
text, "Enter your password:";
- font, "Vera";
+ font, "luxisr";
size, 14;
fit, 0 0;
align, 0.5 0.5;
@@ -554,7 +554,7 @@
color3, 96 96 96 192;
text {
text, "Enter your username:";
- font, "Vera";
+ font, "luxisr";
size, 14;
fit, 0 0;
align, 0.5 0.5;
@@ -583,7 +583,7 @@
color3, 255 255 255 64;
text {
text, "";
- font, "Vera";
+ font, "luxisr";
size, 12;
fit, 0 0;
align, 0.0 0.5;
@@ -612,7 +612,7 @@
color3, 255 255 255 64;
text {
text, "";
- font, "Vera";
+ font, "luxisr";
size, 12;
fit, 0 0;
align, 0.0 0.5;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/power_button.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- power_button.edc 22 Dec 2003 19:43:10 -0000 1.1
+++ power_button.edc 1 Jan 2004 02:43:50 -0000 1.2
@@ -77,7 +77,7 @@
name, "power_button_description";
type, TEXT;
mouse_events, 0;
- effect, SOFT_SHADOW;
+ effect, OUTLINE;
description {
state, "default" 0.0;
visible, 0;
@@ -91,7 +91,7 @@
to, "power_button";
}
color, 255 255 255 0;
- color3, 100 100 100 0;
+ color2, 0 0 0 0;
text {
text, "Shut Down";
font, "Vera";
@@ -113,7 +113,7 @@
to, "power_button";
}
color, 255 255 255 255;
- color3, 100 100 100 192;
+ color2, 0 0 0 192;
text {
text, "Shut Down";
font, "Vera";
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/restart_button.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- restart_button.edc 22 Dec 2003 19:43:10 -0000 1.1
+++ restart_button.edc 1 Jan 2004 02:43:50 -0000 1.2
@@ -78,7 +78,7 @@
name, "restart_button_description";
type, TEXT;
mouse_events, 0;
- effect, SOFT_SHADOW;
+ effect, OUTLINE;
description {
state, "default" 0.0;
visible, 0;
@@ -92,7 +92,7 @@
to, "restart_button";
}
color, 255 255 255 0;
- color3, 100 100 100 0;
+ color2, 0 0 0 0;
text {
text, "Restart";
font, "Vera";
@@ -114,7 +114,7 @@
to, "restart_button";
}
color, 255 255 255 255;
- color3, 100 100 100 192;
+ color2, 0 0 0 192;
text {
text, "Restart";
font, "Vera";
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/session_group.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- session_group.edc 22 Dec 2003 19:43:10 -0000 1.1
+++ session_group.edc 1 Jan 2004 02:43:50 -0000 1.2
@@ -25,7 +25,7 @@
name, "EntranceSessionTitle";
type, TEXT;
mouse_events, 1;
- effect, SOFT_SHADOW;
+ effect, OUTLINE_SOFT_SHADOW;
description
{
state, "default" 0.0;
@@ -42,12 +42,13 @@
offset, 0 0;
to, "EntranceSessionIcon";
}
- color, 100 100 100 192;
- color3, 255 255 255 255;
+ color, 255 255 255 192;
+ color2, 0 0 0 128;
+ color3, 0 0 0 0;
text
{
text, "Doesn't Matter";
- font, "Vera";
+ font, "luxisr";
size, 13;
align, 1.0 0.5;
fit, 0 0;
@@ -69,12 +70,13 @@
offset, 0 0;
to, "EntranceSessionIcon";
}
- color, 255 255 255 192;
- color3, 100 100 100 255;
+ color, 255 255 255 255;
+ color2, 0 0 0 255;
+ color3, 0 0 0 128;
text
{
text, "Doesn't Matter";
- font, "Vera";
+ font, "luxisr";
size, 13;
align, 1.0 0.5;
fit, 0 0;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/session_list_area.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- session_list_area.edc 22 Dec 2003 19:43:10 -0000 1.1
+++ session_list_area.edc 1 Jan 2004 02:43:50 -0000 1.2
@@ -254,7 +254,7 @@
name, "session_label";
type, TEXT;
mouse_events, 0;
- effect, SOFT_SHADOW;
+ effect, SHADOW;
clip_to, "session_list_clip";
description {
state, "default" 0.0;
@@ -268,11 +268,11 @@
offset, -100 23;
to, "session_list_border";
}
- color, 100 100 100 255;
- color3, 255 255 255 192;
+ color, 255 255 255 255;
+ color3, 0 0 0 128;
text {
- text, ": Sessions";
- font, "Vera";
+ text, "Sessions";
+ font, "luxisr";
size, 8;
fit, 0 0;
align, 0.0 0.5;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/user_list_area.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- user_list_area.edc 22 Dec 2003 19:43:10 -0000 1.1
+++ user_list_area.edc 1 Jan 2004 02:43:50 -0000 1.2
@@ -202,7 +202,7 @@
name, "users_label";
type, TEXT;
mouse_events, 0;
- effect, SOFT_SHADOW;
+ effect, SOFT_OUTLINE;
clip_to, "user_list_clip";
description {
state, "default" 0.0;
@@ -216,11 +216,11 @@
offset, 0 22;
to, "user_list_border";
}
- color, 100 100 100 255;
- color3, 255 255 255 255;
+ color, 0 0 0 192;
+ color2, 255 255 255 64;
text {
text, "Users";
- font, "Vera";
+ font, "VeraBd";
size, 8;
fit, 0 0;
align, 0.5 0.5;
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs