Enlightenment CVS committal

Author  : lok
Project : e17
Module  : apps/emphasis

Dir     : e17/apps/emphasis


Modified Files:
        README TODO configure.in 


Log Message:
Another aji's patch :
Shuffle added.
A change in the config doesn't require to relaunch emphasis anymore.
Keybinding added on 'c' to clear the playlist.
Keybinding added on 's' to shuffle the playlist.
textblock bug solved.

===================================================================
RCS file: /cvs/e/e17/apps/emphasis/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- README      20 Aug 2006 22:48:49 -0000      1.5
+++ README      14 Jan 2007 19:27:43 -0000      1.6
@@ -2,25 +2,29 @@
 
 #####################################
 Features:
-       Drag and drop between medialib treeview and playlist is supported.
-       Double left click on a row of medialib treeview add it with a search to 
the playlist,
-               and play it if the server is on status "stop".
-               ex : double left click on an album row will add all this album
-       Middle click remove them on the same principe,
-       Select a row in the playlist and push "d" to delete it from the 
playlist.
-       Right click open a contextual menu. 
-       A click on the progress bar seek the right time on the song.
-       Select a medialib tree and type some letters will search for 
"pattern.*", Esc to cancel
+  Drag and drop between medialib treeview and playlist is supported.
+  Double left click on a row of medialib treeview add it with a search
+  to the playlist, and play it if the server is on status "stop".
+  ex : double left click on an album row will add all this album.
+  Middle click remove them on the same principe,
+  Select a row in the playlist and push "d" to delete it from the playlist.
+  Push "c" or "s" to clear or shuffle the current playlist.
+  Right click open a contextual menu. 
+  A click on the progress bar seek the right time on the song.
+  "Ctrl+r" on artist/album/track tree selects randomly a row.
+  Select a medialib tree and type some letters will search for "pattern.*",
+  Esc to cancel.
 
 #####################################
 Description:
-       Emphasis is a simple MPD (Music Player Daemon) client writen in C/Etk.
+  Emphasis is a simple MPD (Music Player Daemon) client writen in C/Etk.
 
 #####################################
 Depends:
-       libmpd 0.12.0 ( svn co https://svn.musicpd.org/libmpd/trunk libmpd )
-       mpd 0.12.0 ( svn co https://svn.musicpd.org/mpd/trunk mpd )
-       A special debian repository for this version :
-               http://musicpd.org/~normalperson/debian/
+  libmpd 0.12.0 ( svn co https://svn.musicpd.org/libmpd/trunk libmpd )
+  mpd 0.12.0 ( svn co https://svn.musicpd.org/mpd/trunk mpd )
+  A special debian repository for this version :
+    http://musicpd.org/~normalperson/debian/
 
-       Ecore and Etk ( Enlightenment DR17 cvs: [EMAIL PROTECTED]:/var/cvs/e )
+  Ecore, Etk and Enhance
+    ( Enlightenment DR17 cvs: [EMAIL PROTECTED]:/var/cvs/e )
===================================================================
RCS file: /cvs/e/e17/apps/emphasis/TODO,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- TODO        30 Dec 2006 13:46:38 -0000      1.6
+++ TODO        14 Jan 2007 19:27:43 -0000      1.7
@@ -1,5 +1,12 @@
+== Details ==
+-Updater/completer cette doc !
+-Revoir le "namespace" des fonctions
+-Trier les callbacks (soit des emphasis_`part`_callback.c soit dans les 
fichiers emphasis_`part`.c)
+-Emphasis_Song dans data_list et convert_mpd_song dans convert ?
+-Faire une routine de quit qui prend en param Emphasis_Gui *gui
+
 == Bugfix ==
--Un-Leak the writing of the config
+-Un-Leak the writing of the config << up-to-date?
 -Change prototypes of row_clicked callbacks
 -Fixe cover "refresh" (sometime)
 
@@ -9,10 +16,8 @@
 *Make a special panel for stream support
 *Add bindings keys
 *Add "crossfade" cover
-*Fixe windows postion (not at startup)
 *Add support of ID3 covers and path choose for cover
 *Grab media-keys 
-*Add a theme or media_tab_icons
 *Add lyrics
 
 == Later ==
===================================================================
RCS file: /cvs/e/e17/apps/emphasis/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- configure.in        9 Oct 2006 20:36:46 -0000       1.10
+++ configure.in        14 Jan 2007 19:27:43 -0000      1.11
@@ -124,7 +124,8 @@
         AC_MSG_ERROR([libmpd not found.])
        ]
 )
-if test `pkg-config --modversion libmpd` = "0.12.4"; then
+
+if `pkg-config --atleast-version=0.12.4 libmpd`; then
  libmpd_v_cflags="-DLIBMPD_0_12_4"
 else
  libmpd_v_cflags="-DLIBMPD_0_12_0"



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to