Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/data


Modified Files:
        Makefile.am theme.edc 
Added Files:
        Vera.ttf 


Log Message:


text is back! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/data/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 23 Mar 2005 03:16:11 -0000      1.7
+++ Makefile.am 6 Feb 2006 08:31:29 -0000       1.8
@@ -28,6 +28,7 @@
 video_frame_top.png \
 whb.png \
 window_inner_shadow.png \
+Vera.ttf \
 theme.edc
 
 theme.edj: Makefile
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/data/theme.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- theme.edc   1 Oct 2005 08:30:34 -0000       1.5
+++ theme.edc   6 Feb 2006 08:31:29 -0000       1.6
@@ -28,6 +28,10 @@
   image: "pnl.png"                 COMP;
 }
 
+fonts {
+   font: "Vera.ttf"   "Vera";
+}
+
 collections {
    group {
       name: "background";
@@ -103,7 +107,7 @@
         }
       }
    }
-#if 0   
+#if 0
    group {
       name: "video_controller";
       parts {
@@ -445,11 +449,11 @@
            name: "video_progress_img";
            mouse_events: 0;
            clip_to: "panel_clip";
-            fixed: 1 1;
            description {
               state: "default" 0.0;
               min:   9 16;
               align: 0.5 1.0;
+              fixed: 1 1;
               rel1 {
                  relative: 0.5  0.0;
                  offset:   0    0;
@@ -612,7 +616,7 @@
                  text: "Video Progress";
                  font: "Vera";
                  size: 6;
-                 align: 0.0: 1.0;
+                 align: 0.0 1.0;
               };
            }
         }
@@ -849,31 +853,6 @@
            }
         }
         part {
-           name: "video_progress_txt";
-           type: TEXT;
-           mouse_events: 0;
-           description {
-              state: "default" 0.0;
-              rel1 {
-                 to:       "video_frame_bottom";
-                 relative: 0.0  0.0;
-                 offset:   0    8;
-              }
-              rel2 {
-                 to:       "video_frame_bottom";
-                 relative: 1.0  1.0;
-                 offset:   -1   -13;
-              }
-              color:       0 0 0 255;
-              text {
-                 text: "Video Progress";
-                 font: "Vera";
-                 size: 6;
-                 align: 0.0 0.5;
-              };
-           }
-        }
-        part {
            name: "video_speed_txt";
            type: TEXT;
            mouse_events: 0;
@@ -1118,6 +1097,33 @@
               color: 20 20 255 20;
            }
         }
+        part {
+           name: "video_progress_txt";
+           type: TEXT;
+           mouse_events: 0;
+           effect: OUTLINE;
+           description {
+              state: "default" 0.0;
+              align: 1.0 1.0;
+              rel1 {
+                 relative: 1.0  1.0;
+                 offset:   -2    -2;
+              }
+              rel2 {
+                 relative: 1.0  1.0;
+                 offset:   -2   -2;
+              }
+              color:       255 255 255 255;
+              color2:      0 0 0 255;
+              text {
+                 text: "XX:XX:XX / XX:XX:XX";
+                 font: "Vera";
+                 size: 10;
+                 align: 1.0 1.0;
+                 min: 1 1;
+              };
+           }
+        }
       }
       programs {
         // emit signals:




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to