Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/data


Modified Files:
        README 


Log Message:
Applied atmos' PLAYLIST_ITEM_REMOVE patch, added Makefile.am's for benr's streamline 
theme
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- README      7 Dec 2003 13:08:48 -0000       1.7
+++ README      28 Dec 2003 09:57:14 -0000      1.8
@@ -6,22 +6,22 @@
 
 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" "previous_button";
+    action,     SIGNAL_EMIT "PLAY_NEXT" "next_button";
 
-       action,     SIGNAL_EMIT "PAUSE" "pause_button";
-       action,     SIGNAL_EMIT "PLAY" "play_button";
-       action,     SIGNAL_EMIT "STOP" "stop_button";
+    action,     SIGNAL_EMIT "PAUSE" "pause_button";
+    action,     SIGNAL_EMIT "PLAY" "play_button";
+    action,     SIGNAL_EMIT "STOP" "stop_button";
 
-       action,     SIGNAL_EMIT "SEEK_FORWARD" "seekforward_button";
-       action,     SIGNAL_EMIT "SEEK_BACK" "seekback_button";
+    action,     SIGNAL_EMIT "SEEK_FORWARD" "seekforward_button";
+    action,     SIGNAL_EMIT "SEEK_BACK" "seekback_button";
 
-       action,     SIGNAL_EMIT "TOGGLE_TIME_DISPLAY_MODE" "time_text";
-       action,     SIGNAL_EMIT "TOGGLE_REPEAT_MODE" "repeat_mode";
+    action,     SIGNAL_EMIT "TOGGLE_TIME_DISPLAY_MODE" "time_text";
+    action,     SIGNAL_EMIT "TOGGLE_REPEAT_MODE" "repeat_mode";
 
-       action,     SIGNAL_EMIT "SWITCH_GROUP" "foo";
+    action,     SIGNAL_EMIT "SWITCH_GROUP" "foo";
 
-       action,     SIGNAL_EMIT "QUIT" "quit";
+    action,     SIGNAL_EMIT "QUIT" "quit";
 
 The "SWITCH_GROUP" signal is special. It will reload the Edje using the
 group "foo" (src argument). This way, you can easily implement
@@ -29,21 +29,22 @@
 
 The Edje provides the following parts for text display:
 
-       Part: "title"            -> Window Title
-       Part: "artist_name"      -> Name of artist
-       Part: "album_name"       -> Name of album
-       Part: "song_name"        -> Name of song
-       Part: "time_text"        -> Current pos in track ([-]00:00)
-       Part: "vol_display_text" -> Current Volume Level (0 - 100)
+    Part: "title"            -> Window Title
+    Part: "artist_name"      -> Name of artist
+    Part: "album_name"       -> Name of album
+    Part: "song_name"        -> Name of song
+    Part: "time_text"        -> Current pos in track ([-]00:00)
+    Part: "vol_display_text" -> Current Volume Level (0 - 100)
 
 
 The "playlist_item" Edje contains a "title" and a "length" part.
 
 These parts emit the following signals:
 
-       action,     SIGNAL_EMIT "PLAYLIST_SCROLL_UP" "";
-       action,     SIGNAL_EMIT "PLAYLIST_SCROLL_DOWN" "";
-       action,     SIGNAL_EMIT "PLAYLIST_ITEM_PLAY" "";
+    action,     SIGNAL_EMIT "PLAYLIST_SCROLL_UP" "";
+    action,     SIGNAL_EMIT "PLAYLIST_SCROLL_DOWN" "";
+    action,     SIGNAL_EMIT "PLAYLIST_ITEM_PLAY" "";
+    action,     SIGNAL_EMIT "PLAYLIST_ITEM_REMOVE" "";
 
 
 ---------------------------------------------------------




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to