Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/data


Modified Files:
        eplayer.edc eplayer.eet 


Log Message:
Added marker for playlist items
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/eplayer.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- eplayer.edc 17 Nov 2003 21:03:10 -0000      1.10
+++ eplayer.edc 18 Nov 2003 17:58:53 -0000      1.11
@@ -1128,10 +1128,11 @@
                        name, "quit";
                        type, TEXT;
                        mouse_events, 1;
-
+                       effect, SOFT_OUTLINE;
                        description {
                                state, "default" 0.0;
                                color, 255 255 255 255;
+                               align, 0.5 0.5;
                                rel1 {
                                        relative, 1.0 0.0;
                                        offset,   -25 0;
@@ -1150,7 +1151,7 @@
                        description {
                                state, "active" 0.0;
                                color, 255 0 0 255;
-
+                               align, 0.5 0.5;
                                rel1 {
                                        relative, 1.0 0.0;
                                        offset, -25 0;
@@ -1544,10 +1545,10 @@
                                        color, 0 0 0 0;
                                }
 
-                               /*description {
+                               description {
                                        state, "selected" 0.0;
-                                       color, 73 104 111 64;
-                               }*/
+                                       color, 73 104 111 128;
+                               }
                        }
 
                        part {
@@ -1590,14 +1591,30 @@
                }
 
                programs {
-                       /*program {
-                               name, "clicked";
+                       program {
+                               name, "selected_mouse";
                                signal, "mouse,clicked,1";
                                source, "*";
+                               action, SIGNAL_EMIT "PLAYLIST_ITEM_SELECTED" "";
+                       }
+
+                       program {
+                               name, "selected";
+                               signal, "PLAYLIST_ITEM_SELECTED";
+                               source, "";
                                action, STATE_SET "selected" 0.0;
-                               transition, LINEAR, 0.0;
+                               transition, LINEAR, 0.2;
                                target, "background";
-                       }*/
+                       }
+
+                       program {
+                               name, "unselected";
+                               signal, "PLAYLIST_ITEM_UNSELECTED";
+                               source, "";
+                               action, STATE_SET "default" 0.0;
+                               transition, LINEAR, 0.2;
+                               target, "background";
+                       }
 
                        program {
                                name, "dbl_clicked";
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/eplayer.eet,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
Binary files /tmp/cvsetHFs1 and /tmp/cvs8ATBdS differ




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to