Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/entrance
Dir : e17/apps/entrance/data/themes/taillights/parts
Modified Files:
bg.edc confirmation_dialog.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
Added Files:
Makefile.am
Log Message:
update to use embedded fonts, attempt to make taillights eventually pass make dist
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/bg.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- bg.edc 23 Feb 2004 22:51:18 -0000 1.3
+++ bg.edc 7 Mar 2004 22:01:17 -0000 1.4
@@ -117,7 +117,7 @@
color, 255 255 255 255;
text {
text, "";
- font, "Vera";
+ font, "Edje.LuxiBoldItalic";
size, 10;
fit, 0 0;
align, 1.0 0.5;
@@ -143,7 +143,7 @@
color, 255 255 255 255;
text {
text, "";
- font, "Vera";
+ font, "Edje.LuxiBoldItalic";
size, 10;
fit, 0 0;
align, 1.0 0.5;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/confirmation_dialog.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- confirmation_dialog.edc 1 Jan 2004 02:43:49 -0000 1.3
+++ confirmation_dialog.edc 7 Mar 2004 22:01:17 -0000 1.4
@@ -36,7 +36,7 @@
rel1 { relative, 0.0 0.0; offset, 23 0; to, cborder; } \
rel2 { relative, 1.0 0.0; offset, 0 20; to, cborder; } \
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; } \
+ {text, ctitle; font,"Edje.LuxiItalic"; size, 8; fit, 0 0; align, 0.0 0.5; } \
} } \
part { name, cmsgstr; type, TEXT; mouse_events, 0; clip_to, cclip; \
effect, OUTLINE_SOFT_SHADOW; \
@@ -44,7 +44,7 @@
rel1 { relative, 0.0 0.0; offset, 10 35; to, cborder; } \
rel2 { relative, 1.0 1.0; offset, -10 -52; to, cborder; } \
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; } \
+ {text, cmsgmsg; font,"Edje.LuxiItalic"; 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; \
@@ -64,13 +64,13 @@
rel1 { relative, 0.0 0.0; offset, 0 0; to, cyes; } \
rel2 { relative, 1.0 1.0; offset, 0 0; to, cyes; } \
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; } \
+ {text, "Yes"; font,"Edje.LuxiBold"; 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; } \
+ {text, "Yes"; font,"Edje.LuxiBold"; 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; \
@@ -90,13 +90,13 @@
rel1 { relative, 0.0 0.0; offset, 0 0; to, cno; } \
rel2 { relative, 1.0 1.0; offset, 0 0; to, cno; } \
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; } \
+ {text, "No"; font,"Edje.LuxiBold"; 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; } \
+ {text, "No"; font,"Edje.LuxiBold"; size, 11; fit, 0 0; align, 0.5 0.4; } \
} } \
CONFIRMATION("Confirmation: System Reboot", "reboot_message",
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/entrance_session.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- entrance_session.edc 7 Mar 2004 15:04:36 -0000 1.8
+++ entrance_session.edc 7 Mar 2004 22:01:17 -0000 1.9
@@ -47,7 +47,7 @@
to_y, "bottom_bar";
} rel2 {
relative, 0.0 1.0;
- offset, 68 -2;
+ offset, 63 -2;
to_y, "bottom_bar";
}
image
@@ -69,7 +69,7 @@
to_y, "bottom_bar";
} rel2 {
relative, 0.0 1.0;
- offset, 68 -2;
+ offset, 63 -2;
to_y, "bottom_bar";
}
image
@@ -91,7 +91,7 @@
to_y, "bottom_bar";
} rel2 {
relative, 0.0 1.0;
- offset, 68 -2;
+ offset, 63 -2;
to_y, "bottom_bar";
}
image
@@ -135,11 +135,11 @@
visible, 1;
rel1 {
relative, 1.0 0.0;
- offset, -200 2;
+ offset, -197 2;
to, "entrance_session_button";
} rel2 {
relative, 1.0 1.0;
- offset, 0 -2;
+ offset, 3 -2;
to, "entrance_session_button";
}
color, 255 255 255 0;
@@ -186,8 +186,8 @@
color2, 0 0 0 0;
text {
text, "";
- font, "Vera";
- size, 12;
+ font, "Edje.LuxiItalic";
+ size, 14;
fit, 0 0;
align, 0.0 0.5;
}
@@ -197,19 +197,19 @@
visible, 1;
rel1 {
relative, 1.0 0.5;
- offset, 2 -18;
+ offset, 0 -18;
to, "entrance_session_button";
} rel2 {
relative, 1.0 0.5;
- offset, 146 18;
+ offset, 165 18;
to, "entrance_session_button";
}
color, 255 255 255 255;
color2, 0 0 0 192;
text {
text, "Session Chooser";
- font, "Vera";
- size, 12;
+ font, "Edje.LuxiBoldItalic";
+ 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.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- login_area.edc 10 Jan 2004 06:47:29 -0000 1.6
+++ login_area.edc 7 Mar 2004 22:01:17 -0000 1.7
@@ -202,8 +202,8 @@
color2, 0 0 0 128;
text {
text, "";
- font, "luxisr";
- size, 8;
+ font, "Edje.LuxiBoldItalic";
+ size, 9;
fit, 0 0;
align, 0.0 0.0;
}
@@ -458,7 +458,7 @@
color3, 96 96 96 192;
text {
text, "Enter your password:";
- font, "luxisr";
+ font, "Edje.LuxiBoldItalic";
size, 14;
fit, 0 0;
align, 0.5 0.5;
@@ -488,7 +488,7 @@
color3, 96 96 96 192;
text {
text, "Enter your username:";
- font, "luxisr";
+ font, "Edje.LuxiBoldItalic";
size, 14;
fit, 0 0;
align, 0.5 0.5;
@@ -517,7 +517,7 @@
color3, 255 255 255 64;
text {
text, "";
- font, "luxisr";
+ font, "Edje.LuxiBoldItalic";
size, 12;
fit, 0 0;
align, 0.0 0.5;
@@ -546,7 +546,7 @@
color3, 255 255 255 64;
text {
text, "";
- font, "luxisr";
+ font, "Edje.LuxiBoldItalic";
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.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- power_button.edc 23 Feb 2004 22:51:19 -0000 1.4
+++ power_button.edc 7 Mar 2004 22:01:17 -0000 1.5
@@ -7,12 +7,12 @@
visible, 1;
rel1 {
relative, 1.0 0.0;
- offset, 2 2;
+ offset, 0 2;
to_x, "session_description";
to_y, "bottom_bar";
} rel2 {
relative, 1.0 1.0;
- offset, 52 -4;
+ offset, 50 -4;
to_x, "session_description";
to_y, "bottom_bar";
}
@@ -31,12 +31,12 @@
visible, 1;
rel1 {
relative, 1.0 0.0;
- offset, 2 2;
+ offset, 0 2;
to_x, "session_description";
to_y, "bottom_bar";
} rel2 {
relative, 1.0 1.0;
- offset, 52 -4;
+ offset, 50 -4;
to_x, "session_description";
to_y, "bottom_bar";
}
@@ -94,8 +94,8 @@
color2, 0 0 0 0;
text {
text, "Shut Down";
- font, "Vera";
- size, 12;
+ font, "Edje.LuxiBoldItalic";
+ size, 14;
fit, 0 0;
align, 0.0 0.5;
}
@@ -109,15 +109,15 @@
to, "power_button";
} rel2 {
relative, 1.0 0.5;
- offset, 96 18;
+ offset, 106 18;
to, "power_button";
}
color, 255 255 255 255;
color2, 0 0 0 192;
text {
text, "Shut Down";
- font, "Vera";
- size, 12;
+ font, "Edje.LuxiBoldItalic";
+ 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.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- restart_button.edc 23 Feb 2004 22:51:19 -0000 1.4
+++ restart_button.edc 7 Mar 2004 22:01:17 -0000 1.5
@@ -95,8 +95,8 @@
color2, 0 0 0 0;
text {
text, "Restart";
- font, "Vera";
- size, 12;
+ font, "Edje.LuxiBoldItalic";
+ size, 14;
fit, 0 0;
align, 0.0 0.5;
}
@@ -117,8 +117,8 @@
color2, 0 0 0 192;
text {
text, "Restart";
- font, "Vera";
- size, 12;
+ font, "Edje.LuxiBoldItalic";
+ 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.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- session_group.edc 7 Mar 2004 15:04:37 -0000 1.6
+++ session_group.edc 7 Mar 2004 22:01:17 -0000 1.7
@@ -155,7 +155,7 @@
text
{
text, "Doesn't Matter";
- font, "luxisr";
+ font, "Edje.LuxiBoldItalic";
size, 14;
align, 1.0 0.5;
fit, 0 0;
@@ -184,7 +184,7 @@
text
{
text, "Doesn't Matter";
- font, "luxisr";
+ font, "Edje.LuxiBoldItalic";
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.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- session_list_area.edc 7 Mar 2004 15:04:37 -0000 1.7
+++ session_list_area.edc 7 Mar 2004 22:01:17 -0000 1.8
@@ -169,10 +169,10 @@
visible, 1;
rel1 {
relative, 1.0 0.5;
- offset, -245 -SESSION_LIST_HEIGHT;
+ offset, -250 -SESSION_LIST_HEIGHT;
} rel2 {
relative, 1.0 0.5;
- offset, -25 SESSION_LIST_HEIGHT;
+ offset, -30 SESSION_LIST_HEIGHT;
}
border, 25 80 20 20;
image
@@ -262,7 +262,7 @@
color3, 0 0 0 128;
text {
text, "Sessions";
- font, "luxisr";
+ font, "Edje.LuxiBoldItalic";
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.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- user_group.edc 7 Mar 2004 15:04:37 -0000 1.7
+++ user_group.edc 7 Mar 2004 22:01:17 -0000 1.8
@@ -153,7 +153,7 @@
text
{
text, "Doesn't Matter";
- font, "luxisr";
+ font, "Edje.LuxiBoldItalic";
size, 15;
align, 0.5 1.0;
fit, 0 0;
@@ -181,7 +181,7 @@
text
{
text, "Doesn't Matter";
- font, "luxisr";
+ font, "Edje.LuxiBoldItalic";
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.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- user_list_area.edc 7 Mar 2004 15:04:37 -0000 1.8
+++ user_list_area.edc 7 Mar 2004 22:01:17 -0000 1.9
@@ -207,7 +207,7 @@
color2, 255 255 255 64;
text {
text, "Users";
- font, "VeraBd";
+ font, "Edje.LuxiBoldItalic";
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