Enlightenment CVS committal

Author  : rephorm
Project : misc
Module  : eplayer

Dir     : misc/eplayer/data


Modified Files:
        README 


Log Message:
update the theme readme

===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- README      28 Dec 2003 09:57:14 -0000      1.8
+++ README      16 Jan 2004 01:46:50 -0000      1.9
@@ -6,28 +6,28 @@
 
 The "eplayer" Edje emits the following signals:
 
-    action,     SIGNAL_EMIT "PLAY_PREVIOUS" "previous_button";
-    action,     SIGNAL_EMIT "PLAY_NEXT" "next_button";
+    action,     SIGNAL_EMIT "PLAY_PREVIOUS" "*";
+    action,     SIGNAL_EMIT "PLAY_NEXT" "*";
 
-    action,     SIGNAL_EMIT "PAUSE" "pause_button";
-    action,     SIGNAL_EMIT "PLAY" "play_button";
-    action,     SIGNAL_EMIT "STOP" "stop_button";
+    action,     SIGNAL_EMIT "PAUSE" "*";
+    action,     SIGNAL_EMIT "PLAY" "*";
+    action,     SIGNAL_EMIT "STOP" "*";
 
-    action,     SIGNAL_EMIT "SEEK_FORWARD" "seekforward_button";
-    action,     SIGNAL_EMIT "SEEK_BACK" "seekback_button";
+    action,     SIGNAL_EMIT "SEEK_FORWARD" "*";
+    action,     SIGNAL_EMIT "SEEK_BACK" "*";
 
-    action,     SIGNAL_EMIT "TOGGLE_TIME_DISPLAY_MODE" "time_text";
-    action,     SIGNAL_EMIT "TOGGLE_REPEAT_MODE" "repeat_mode";
+    action,     SIGNAL_EMIT "TOGGLE_TIME_DISPLAY_MODE" "*";
+    action,     SIGNAL_EMIT "TOGGLE_REPEAT_MODE" "*";
 
     action,     SIGNAL_EMIT "SWITCH_GROUP" "foo";
 
-    action,     SIGNAL_EMIT "QUIT" "quit";
+    action,     SIGNAL_EMIT "QUIT" "*";
 
 The "SWITCH_GROUP" signal is special. It will reload the Edje using the
 group "foo" (src argument). This way, you can easily implement
 collapsed/expanded states etc.
 
-The Edje provides the following parts for text display:
+The Edje provides the following parts for text display, etc:
 
     Part: "title"            -> Window Title
     Part: "artist_name"      -> Name of artist
@@ -36,6 +36,9 @@
     Part: "time_text"        -> Current pos in track ([-]00:00)
     Part: "vol_display_text" -> Current Volume Level (0 - 100)
 
+    Part: "playlist"         -> where to swallow the playlist
+    Part: "seeker"           -> draggable set to track position (%)
+
 
 The "playlist_item" Edje contains a "title" and a "length" part.
 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to