Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/data/themes/streamline


Modified Files:
        streamline_progs.edc streamline_small_progs.edc 


Log Message:
playback control button/signal fixes
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/streamline/streamline_progs.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- streamline_progs.edc        30 Oct 2004 03:15:59 -0000      1.3
+++ streamline_progs.edc        7 May 2005 22:05:05 -0000       1.4
@@ -55,8 +55,8 @@
                                 source,     "previous_button";
                                 /* Emit signal to handler "previous file", 
from part/sender "previous_button" */
                                 /* Catch with the following Edje code in your 
app */
-                                /* edje_object_signal_callback_add(edje, 
"PLAY_PREVIOUS", "previous_button", function) */
-                                action,     SIGNAL_EMIT "PLAY_PREVIOUS" 
"previous_button";
+                                /* edje_object_signal_callback_add(edje, 
"playback.prev", "previous_button", function) */
+                                action,     SIGNAL_EMIT "playback.prev" 
"previous_button";
                         }
 
                         program {
@@ -146,7 +146,7 @@
                                 name,       "play_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "play_button";
-                                action,     SIGNAL_EMIT "PLAY" "play_button";
+                                action,     SIGNAL_EMIT "playback.play" 
"play_button";
                         }
                         /**************** Pause ****************/
                         program {
@@ -190,7 +190,7 @@
                                 name,       "pause_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "pause_button";
-                                action,     SIGNAL_EMIT "PAUSE" "pause_button";
+                                action,     SIGNAL_EMIT "playback.pause" 
"pause_button";
                         }
 
                         /**************** Seek Forward ********************/
@@ -247,7 +247,7 @@
                                 name,       "next_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "next_button";
-                                action,     SIGNAL_EMIT "PLAY_NEXT" 
"next_button";
+                                action,     SIGNAL_EMIT "playback.next" 
"next_button";
                         }
 
                         /* Volume Button Proggies */
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/streamline/streamline_small_progs.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- streamline_small_progs.edc  28 Apr 2005 08:09:53 -0000      1.4
+++ streamline_small_progs.edc  7 May 2005 22:05:05 -0000       1.5
@@ -22,7 +22,7 @@
                                 name,       "previous_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "previous_button";
-                                action,     SIGNAL_EMIT "PLAY_PREVIOUS" 
"previous_button";
+                                action,     SIGNAL_EMIT "playback.prev" 
"previous_button";
                         }
 
                         /* Play */
@@ -47,7 +47,7 @@
                                 name,      "play_click_emission";
                                 signal,    "mouse,up,1";
                                 source,    "play_button";
-                                action,    SIGNAL_EMIT "PLAY" "play_button";
+                                action,    SIGNAL_EMIT "playback.play" 
"play_button";
                         }
 
                         /* Pause */
@@ -72,7 +72,7 @@
                                 name,      "pause_click_emission";
                                 signal,    "mouse,up,1";
                                 source,    "pause_button";
-                                action,    SIGNAL_EMIT "PAUSE" "pause_button";
+                                action,    SIGNAL_EMIT "playback.pause" 
"pause_button";
                         }
                         /* Next */
                         program {
@@ -96,7 +96,7 @@
                                 name,       "next_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "next_button";
-                                action,     SIGNAL_EMIT "PLAY_NEXT" 
"next_button";
+                                action,     SIGNAL_EMIT "playback.next" 
"next_button";
                         }
 
 




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to