Enlightenment CVS committal

Author  : technikolor
Project : misc
Module  : envision

Dir     : misc/envision/data/default


Modified Files:
        trakvision.eet trakvision_parts.edc trakvision_progs.edc 


Log Message:
Added start to a seeker, fixed up the EDC, added a position timer (thanx to raster 
tutorial 6!), and resize now works.

===================================================================
RCS file: /cvsroot/enlightenment/misc/envision/data/default/trakvision.eet,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
Binary files /tmp/cvsviET1j and /tmp/cvsYQvoxB differ
===================================================================
RCS file: /cvsroot/enlightenment/misc/envision/data/default/trakvision_parts.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- trakvision_parts.edc        15 Jul 2004 21:17:31 -0000      1.2
+++ trakvision_parts.edc        16 Jul 2004 09:43:55 -0000      1.3
@@ -298,8 +298,8 @@
                                         }
 
                                         rel2 {
-                                                relative, 0.0 0.0;
-                                                offset, 80 38;
+                                                relative, 1.0 1.0;
+                                                offset, -9 -7;
                                                 to, "lcd_backdrop";
                                         }
 
@@ -309,7 +309,7 @@
                                                 text, "0:00";
                                                 font, "Edje.micro"; 
                                                 size, 26;       
-                                                align, 0.5 0.5;      
+                                                align, 0.8 0.5;      
                                         }
                                 }
                         }
@@ -989,11 +989,11 @@
                 }
 
 
-                        /************ Misc Area - Swallow Me! 
****************************/
+                        /************ Seeker ****************************/
 
                 /* LCD Playlist Backdrop Image */
                 part {
-                        name, "misc_backdrop";
+                        name, "seeker_backdrop";
                         type, IMAGE;
                         mouse_events, 0;
                         description {
@@ -1021,7 +1021,7 @@
                 }
 
                 part {
-                        name, "misc";
+                        name, "seeker";
                         type, RECT;
                         mouse_events, 1;
 
@@ -1030,16 +1030,33 @@
 
                                 rel1 {
                                         relative, 0.0 0.0;
-                                        offset, 8 5;
-                                        to, "misc_backdrop";
+                                        offset, 5 5;
+                                        to, "seeker_backdrop";
+                                }
+
+                                rel2 {
+                                        relative, 0.0 0.0;
+                                        offset, 6 -6;
+                                        to, "seeker_backdrop";
+                                }
+                                color,  181 247 255 255;
+                        }
+
+                       description {
+                                state, "default" 1.0;
+
+                                rel1 {
+                                        relative, 0.0 0.0;
+                                        offset, 5 5;
+                                        to, "seeker_backdrop";
                                 }
 
                                 rel2 {
                                         relative, 1.0 1.0;
                                         offset, -6 -6;
-                                        to, "misc_backdrop";
+                                        to, "seeker_backdrop";
                                 }
-                                color, 0 0 0 0;
+                               color,  181 247 255 255;
                         }
                 }
 
===================================================================
RCS file: /cvsroot/enlightenment/misc/envision/data/default/trakvision_progs.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- trakvision_progs.edc        15 Jul 2004 21:39:40 -0000      1.4
+++ trakvision_progs.edc        16 Jul 2004 09:43:55 -0000      1.5
@@ -5,7 +5,7 @@
                                 source, "quit";
                                 action, STATE_SET "default" 1.0;
                                 target, "quit";
-                                transition, ACCELERATE 1.0;
+                                transition, ACCELERATE 0.1;
                         }
                         program {
                                 name, "quit_button_out";
@@ -13,7 +13,7 @@
                                 source, "quit";
                                 action, STATE_SET "default" 0.0;
                                 target, "quit";
-                                transition, DECELERATE 1.0;
+                                transition, SINUSOIDAL 1.0;
                         }
                         program {
                                 name, "quit_button_click";




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to