Enlightenment CVS committal

Author  : lok
Project : e17
Module  : proto

Dir     : e17/proto/emphasis


Modified Files:
        AUTHORS Makefile.am README TODO configure.in 


Log Message:
Make it build.
Handle mpd playlists.
Config panel is now a glade.
Pre-build eap added.
Added a quick made cover editor (read the README).

===================================================================
RCS file: /cvs/e/e17/proto/emphasis/AUTHORS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- AUTHORS     21 Jul 2006 04:05:27 -0000      1.2
+++ AUTHORS     20 Aug 2006 22:48:49 -0000      1.3
@@ -1,7 +1,7 @@
 Main author:
 ============
 Samuel 'lok' Mendes <[EMAIL PROTECTED]>
-Jonathan 'aji' Aberman <?>
+Jonathan 'aji' Aberman <[EMAIL PROTECTED]>
 Floris 'any' Chabert <?>
 
 Thanks:
@@ -10,4 +10,4 @@
                Simon 'MoOm' Treny <[EMAIL PROTECTED]>
 Misc EFL       Carsten 'The Rasterman' Haitzler <[EMAIL PROTECTED]> + team
 Testing        Kevin 'KnX' Michel <?>
-Graphics       Jonathan 'aji' Aberman <?>
+Graphics       Jonathan 'aji' Aberman <[EMAIL PROTECTED]>
===================================================================
RCS file: /cvs/e/e17/proto/emphasis/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 8 Jul 2006 17:04:59 -0000       1.2
+++ Makefile.am 20 Aug 2006 22:48:49 -0000      1.3
@@ -4,11 +4,12 @@
 SUBDIRS = src data
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
-                       config.h.in config.sub configure install-sh \
-                      ltconfig ltmain.sh missing mkinstalldirs depcomp \
-                      stamp-h.in $(MYAPPNAME)_docs.tar \
-                      $(MYAPPNAME)_docs.tar.gz $(MYAPPNAME).c \
-                      debian/changelog
+                       config.h.in config.h.in~ config.sub configure \
+                                                         install-sh \
+                       ltconfig ltmain.sh missing mkinstalldirs depcomp \
+                       stamp-h stamp-h.in $(MYAPPNAME)_docs.tar \
+                       $(MYAPPNAME)_docs.tar.gz $(MYAPPNAME).c \
+                       debian/changelog
 
 dist-hook:
        ./gendoc; \
===================================================================
RCS file: /cvs/e/e17/proto/emphasis/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- README      21 Jul 2006 04:05:27 -0000      1.4
+++ README      20 Aug 2006 22:48:49 -0000      1.5
@@ -6,7 +6,7 @@
        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
-       Double middle click remove them on the same principe,
+       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.
@@ -15,7 +15,6 @@
 #####################################
 Description:
        Emphasis is a simple MPD (Music Player Daemon) client writen in C/Etk.
-       It's a clone of MpcOS-X
 
 #####################################
 Depends:
===================================================================
RCS file: /cvs/e/e17/proto/emphasis/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- TODO        21 Jul 2006 04:05:27 -0000      1.4
+++ TODO        20 Aug 2006 22:48:49 -0000      1.5
@@ -1,10 +1,21 @@
-*put the config dialog in the glade file
+== Bugfix ==
+-Un-Leak the writing of the config
+-Parse song title for & before put them in the label
+-Change prototypes of row_clicked callbacks
+
+== Global ==
 *Add crossfade config
 *Add a drag and drop to order the tree_pls
 *Make an OSD at song change
 *Make a special panel for stream support
 *Make a special panel for advanced search
 *Add bindings keys
+*Add "crossfade" cover
+*Fixe windows postion (not at startup)
+*Parse Song name (emphasis hate special caract like '&')
+*Add support of ID3 covers and path choose for cover
+*Grab media-keys 
+*Add a theme or media_tab_icons
 
 == Later ==
-*Support XMMS 2
+*Support XMMS 2 (later later later)
===================================================================
RCS file: /cvs/e/e17/proto/emphasis/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in        21 Jul 2006 04:05:27 -0000      1.6
+++ configure.in        20 Aug 2006 22:48:49 -0000      1.7
@@ -145,7 +145,7 @@
 libxml2_cflags=`xml2-config --cflags`
 
 # add your required libs / include here
-my_includes="$ecore_cflags $etk_cflags $enhance_cflags $libmpd_cflags 
$libxml2_cflags"
+my_includes="$ecore_cflags $etk_cflags $enhance_cflags $libmpd_cflags 
$libxml2_cflags -DHAVE_STRNDUP"
 my_libs="$ecore_libs $etk_libs $enhance_libs $libmpd_libs $libxml2_libs 
-lpthread"
 AC_SUBST(my_includes)
 AC_SUBST(my_libs)
@@ -155,6 +155,7 @@
 src/Makefile
 src/bin/Makefile
 data/Makefile
+data/eap/Makefile
 data/images/Makefile
 debian/changelog
 ],[



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to