Enlightenment CVS committal

Author  : boykot
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/data/themes/iio/programs


Modified Files:
        playlist.edc 
Added Files:
        controls_to.edc switch.edc 


Log Message:
Better contrast. Images are clearer.
Divided the main background that holds the the theme together into three seperate
parts. This allows us to slide and hide the playlist and other parts.
Added playlist_add and delete buttons.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/iio/programs/playlist.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- playlist.edc        28 Feb 2004 05:26:25 -0000      1.3
+++ playlist.edc        8 Mar 2004 09:53:29 -0000       1.4
@@ -3,10 +3,12 @@
        action, SIGNAL_EMIT "PLAYLIST_ITEM_SELECTED" ""; }
 
 program { name, "selected"; signal, "PLAYLIST_ITEM_SELECTED"; source, "";
-       action, STATE_SET "selected" 0.0; transition, LINEAR, 0.2; target, 
"background"; }
+       action, STATE_SET "selected" 0.0; transition, LINEAR, 0.2; 
+       target, "title"; target, "length"; target, "background"; }
 
 program { name, "unselected"; signal, "PLAYLIST_ITEM_UNSELECTED"; source, "";
-       action, STATE_SET "default" 0.0; transition, LINEAR, 0.2; target, 
"background"; }
+       action, STATE_SET "default" 0.0; transition, LINEAR, 0.2; 
+       target, "title"; target, "length"; target, "background"; }
 
 program { name, "dbl_clicked"; signal, "mouse,down,1,double"; source, "*";
        action, SIGNAL_EMIT "PLAYLIST_ITEM_PLAY" ""; }
@@ -15,7 +17,5 @@
        action, SIGNAL_EMIT "PLAYLIST_SCROLL_UP" ""; }
 
 program { name, "scroll_down"; signal, "mouse,wheel,0,1"; source, "*";
-       action, SIGNAL_EMIT "PLAYLIST_SCROLL_DOWN" ""; }
-
-}
+       action, SIGNAL_EMIT "PLAYLIST_SCROLL_DOWN" ""; } }
 




-------------------------------------------------------
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

Reply via email to