Enlightenment CVS committal
Author : xcomputerman
Project : e17
Module : apps/entrance
Dir : e17/apps/entrance/data/themes/taillights/parts
Modified Files:
bg.edc debug.edc entrance_session.edc login_area.edc
power_button.edc restart_button.edc session_group.edc
session_list_area.edc user_group.edc user_list_area.edc
Log Message:
Sanitize this theme
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/bg.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- bg.edc 7 Mar 2004 22:01:17 -0000 1.4
+++ bg.edc 25 Mar 2004 05:10:51 -0000 1.5
@@ -117,7 +117,7 @@
color, 255 255 255 255;
text {
text, "";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.Luxi";
size, 10;
fit, 0 0;
align, 1.0 0.5;
@@ -143,7 +143,7 @@
color, 255 255 255 255;
text {
text, "";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.Luxi";
size, 10;
fit, 0 0;
align, 1.0 0.5;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/debug.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- debug.edc 22 Dec 2003 23:24:22 -0000 1.1
+++ debug.edc 25 Mar 2004 05:10:51 -0000 1.2
@@ -16,7 +16,7 @@
#define TEXT_ON(txtrel, clipname, txtpname, txtstr) \
part { name, txtpname; type, TEXT; mouse_events, 0; \
clip_to, clipname; \
- effect, SOFT_SHADOW; description { \
+ effect, OUTLINE; description { \
state, "default" 0.0; visible, 1; \
rel1 { relative, 0.0 0.0; offset, 0 0; to, txtrel; } \
rel2 { relative, 1.0 1.0; offset, 0 0; to, txtrel; } \
@@ -146,7 +146,7 @@
name, "user_auth_button_text";
type, TEXT;
mouse_events, 0;
- effect, SOFT_SHADOW;
+ effect, OUTLINE;
clip_to, "EntranceDebugClip"; \
description
{
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/entrance_session.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- entrance_session.edc 8 Mar 2004 17:01:50 -0000 1.10
+++ entrance_session.edc 25 Mar 2004 05:10:51 -0000 1.11
@@ -186,7 +186,7 @@
color2, 0 0 0 0;
text {
text, "";
- font, "Edje.LuxiItalic";
+ font, "Edje.Luxi";
size, 14;
fit, 0 0;
align, 0.0 0.5;
@@ -201,14 +201,14 @@
to, "entrance_session_button";
} rel2 {
relative, 1.0 0.5;
- offset, 165 18;
+ offset, 65 18;
to, "entrance_session_button";
}
color, 255 255 255 255;
color2, 0 0 0 192;
text {
- text, "Session Chooser";
- font, "Edje.LuxiBoldItalic";
+ text, "Select";
+ font, "Edje.LuxiBold";
size, 14;
fit, 0 0;
align, 0.0 0.5;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/login_area.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- login_area.edc 9 Mar 2004 14:44:07 -0000 1.8
+++ login_area.edc 25 Mar 2004 05:10:51 -0000 1.9
@@ -31,7 +31,7 @@
offset, 10 10;
to, "login_border";
}
- color, 255 255 255 64;
+ color, 255 255 255 128;
}
description {
state, "visible" 1.0;
@@ -202,7 +202,7 @@
color2, 0 0 0 128;
text {
text, "";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.LuxiBold";
size, 9;
fit, 0 0;
align, 0.0 0.0;
@@ -439,7 +439,7 @@
name, "login_pass_description";
type, TEXT;
mouse_events, 0;
- effect, OUTLINE_SOFT_SHADOW;
+ effect, OUTLINE_SHADOW;
clip_to, "login_entry_pass_clip";
description {
state, "default" 0.0;
@@ -458,7 +458,7 @@
color3, 96 96 96 192;
text {
text, "Enter your password:";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.LuxiBold";
size, 14;
fit, 0 0;
align, 0.5 0.5;
@@ -469,7 +469,7 @@
name, "login_user_description";
type, TEXT;
mouse_events, 0;
- effect, OUTLINE_SOFT_SHADOW;
+ effect, OUTLINE_SHADOW;
clip_to, "login_entry_user_clip";
description {
state, "default" 0.0;
@@ -484,11 +484,11 @@
to, "login_entry";
}
color, 255 255 255 255;
- color2, 0 0 0 128;
+ color2, 0 0 0 192;
color3, 96 96 96 192;
text {
text, "Enter your username:";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.LuxiBold";
size, 14;
fit, 0 0;
align, 0.5 0.5;
@@ -499,7 +499,7 @@
name, "EntranceUserEntry";
type, TEXT;
mouse_events, 0;
- effect, OUTLINE_SOFT_SHADOW;
+ effect, SHADOW;
clip_to, "login_entry_user_clip";
description {
state, "default" 0.0;
@@ -513,12 +513,11 @@
offset, -10 -5;
to, "login_entry";
}
- color3, 0 0 0 255;
- color2, 192 192 192 255;
- color, 255 255 255 255;
+ color, 0 0 0 255;
+ color3, 0 0 0 64;
text {
text, "";
- font, "Edje.LuxiItalic";
+ font, "Edje.Luxi";
size, 14;
fit, 0 0;
align, 0.0 0.5;
@@ -529,7 +528,7 @@
name, "EntrancePassEntry";
type, TEXT;
mouse_events, 0;
- effect, OUTLINE_SOFT_SHADOW;
+ effect, SHADOW;
clip_to, "login_entry_pass_clip";
description {
state, "default" 0.0;
@@ -543,12 +542,11 @@
offset, -20 -5;
to, "login_entry";
}
- color3, 0 0 0 255;
- color2, 192 192 192 255;
- color, 255 255 255 255;
+ color, 0 0 0 255;
+ color3, 0 0 0 64;
text {
text, "";
- font, "Edje.LuxiItalic";
+ font, "Edje.Luxi";
size, 14;
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.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- power_button.edc 7 Mar 2004 22:01:17 -0000 1.5
+++ power_button.edc 25 Mar 2004 05:10:51 -0000 1.6
@@ -94,7 +94,7 @@
color2, 0 0 0 0;
text {
text, "Shut Down";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.Luxi";
size, 14;
fit, 0 0;
align, 0.0 0.5;
@@ -116,7 +116,7 @@
color2, 0 0 0 192;
text {
text, "Shut Down";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.Luxi";
size, 14;
fit, 0 0;
align, 0.0 0.5;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/restart_button.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- restart_button.edc 7 Mar 2004 22:01:17 -0000 1.5
+++ restart_button.edc 25 Mar 2004 05:10:51 -0000 1.6
@@ -95,7 +95,7 @@
color2, 0 0 0 0;
text {
text, "Restart";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.Luxi";
size, 14;
fit, 0 0;
align, 0.0 0.5;
@@ -117,7 +117,7 @@
color2, 0 0 0 192;
text {
text, "Restart";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.Luxi";
size, 14;
fit, 0 0;
align, 0.0 0.5;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/session_group.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- session_group.edc 8 Mar 2004 17:01:50 -0000 1.9
+++ session_group.edc 25 Mar 2004 05:10:51 -0000 1.10
@@ -76,7 +76,7 @@
rel2
{
relative, 1.0 1.0;
- offset, -51 0;
+ offset, -55 0;
}
color, 192 192 192 64;
}
@@ -92,7 +92,7 @@
rel2
{
relative, 1.0 1.0;
- offset, -53 0;
+ offset, -55 0;
}
color, 192 192 192 192;
}
@@ -144,7 +144,7 @@
rel2
{
relative, 1.0 1.0;
- offset, 45 -6;
+ offset, 45 0;
to, "EntranceSessionTitle";
}
color, 255 255 255 0;
@@ -156,13 +156,13 @@
rel1
{
relative, 1.0 0.0;
- offset, 0 1;
+ offset, 5 6;
to, "EntranceSessionTitle";
}
rel2
{
relative, 1.0 1.0;
- offset, 49 -1;
+ offset, 45 0;
to, "EntranceSessionTitle";
}
color, 255 255 255 0;
@@ -173,7 +173,7 @@
name, "EntranceSessionTitle";
type, TEXT;
mouse_events, 0;
- effect, OUTLINE_SOFT_SHADOW;
+ effect, OUTLINE_SHADOW;
clip_to, "base_clip";
description
{
@@ -197,7 +197,7 @@
text
{
text, "Doesn't Matter";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.LuxiBold";
size, 14;
align, 1.0 0.5;
fit, 0 0;
@@ -225,7 +225,7 @@
text
{
text, "Doesn't Matter";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.LuxiBold";
size, 14;
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.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- session_list_area.edc 8 Mar 2004 17:01:50 -0000 1.9
+++ session_list_area.edc 25 Mar 2004 05:10:51 -0000 1.10
@@ -28,7 +28,7 @@
offset, 10 10;
to, "session_list_border";
}
- color, 255 255 255 32;
+ color, 255 255 255 128;
}
description {
state, "visible" 1.0;
@@ -262,7 +262,7 @@
color3, 0 0 0 128;
text {
text, "Sessions";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.LuxiBold";
size, 8;
fit, 0 0;
align, 0.0 0.5;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/user_group.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- user_group.edc 7 Mar 2004 22:01:17 -0000 1.8
+++ user_group.edc 25 Mar 2004 05:10:51 -0000 1.9
@@ -153,7 +153,7 @@
text
{
text, "Doesn't Matter";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.LuxiBold";
size, 15;
align, 0.5 1.0;
fit, 0 0;
@@ -181,7 +181,7 @@
text
{
text, "Doesn't Matter";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.LuxiBold";
size, 15;
align, 0.5 1.0;
fit, 0 0;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/user_list_area.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- user_list_area.edc 7 Mar 2004 22:01:17 -0000 1.9
+++ user_list_area.edc 25 Mar 2004 05:10:51 -0000 1.10
@@ -29,7 +29,7 @@
offset, 10 10;
to, "user_list_border";
}
- color, 255 255 255 32;
+ color, 255 255 255 128;
}
description {
state, "visible" 1.0;
@@ -207,7 +207,7 @@
color2, 255 255 255 64;
text {
text, "Users";
- font, "Edje.LuxiBoldItalic";
+ font, "Edje.LuxiBold";
size, 8;
fit, 0 0;
align, 0.5 0.5;
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs