[Goodies-commits] r6898 - in xfmpc/trunk: . src

Mike Massonnet mmassonnet at xfce.org
Sat Mar 14 10:20:14 CET 2009


Author: mmassonnet
Date: 2009-03-14 09:20:14 +0000 (Sat, 14 Mar 2009)
New Revision: 6898

Modified:
   xfmpc/trunk/IDEAS
   xfmpc/trunk/NEWS
   xfmpc/trunk/configure.in.in
   xfmpc/trunk/src/Makefile.am
Log:
prepare 0.1.0 release

Modified: xfmpc/trunk/IDEAS
===================================================================
--- xfmpc/trunk/IDEAS	2009-03-14 08:57:33 UTC (rev 6897)
+++ xfmpc/trunk/IDEAS	2009-03-14 09:20:14 UTC (rev 6898)
@@ -1,18 +1,11 @@
 Next release
 
-  - The 0.1.0 announcement
-  - Enumarate the songs in the playlist
-  - Options for the preferences dialog
-    ~ Song format (defaults to %artist - %title)
-    ~ Color / Font
-    ~ 
+  - Rewrite in Vala
 
 Unpredictable future
 
   - Reorder a song in the playlist (with DnD)
   - Editable shortcuts (accelerator maps from file)
   - Document the code (with gtk-doc syntax)
-  - XfmpcGoodies, a plugin interface (GModule) on a right side pane
-    ~ artwork
-    ~ random album playlist
+  - XfmpcGoodies (display artwork, ...), a plugin interface
 

Modified: xfmpc/trunk/NEWS
===================================================================
--- xfmpc/trunk/NEWS	2009-03-14 08:57:33 UTC (rev 6897)
+++ xfmpc/trunk/NEWS	2009-03-14 09:20:14 UTC (rev 6898)
@@ -1,11 +1,14 @@
-    0.1.0 (2009-0x-xx)
+    0.1.0 (2009-03-21)
 
 - Preferences dialog for the MPD server and the appearance
+- An about dialog
+- Display the song position in the playlist
 - The database browser shows filenames already in the playlist in bold
-- A status bar with the number of songs and the total time of the playlist
+- A statusbar with the number of songs and total time of the playlist
 - A Replace item in the database browser context menu
 - A Browse item in the database browser (search results) and the playlist
   context menus to go to the directory of a song
+- An information item in the playlist context menu
 - Fix misc bugs
 - New translations: Swedish, Turkish, Portuguese, Czech, Basque, Italian, Spanish
 

Modified: xfmpc/trunk/configure.in.in
===================================================================
--- xfmpc/trunk/configure.in.in	2009-03-14 08:57:33 UTC (rev 6897)
+++ xfmpc/trunk/configure.in.in	2009-03-14 09:20:14 UTC (rev 6898)
@@ -1,8 +1,7 @@
-dnl $Id$
 dnl
 dnl xfmpc - A graphical GTK+ MPD client focusing on low footprint
 dnl
-dnl 2008      Mike Massonnet <mmassonnet at xfce.org>
+dnl 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
 dnl
 
 dnl ***************************
@@ -12,7 +11,7 @@
 m4_define([xfmpc_version_minor], [1])
 m4_define([xfmpc_version_micro], [0])
 m4_define([xfmpc_version_build], [r at REVISION@])
-m4_define([xfmpc_version_tag], [svn]) # leave empty for release
+m4_define([xfmpc_version_tag], []) # leave empty for release
 m4_define([xfmpc_version], [xfmpc_version_major().xfmpc_version_minor().xfmpc_version_micro()ifelse(xfmpc_version_tag(), [svn], [xfmpc_version_tag()-xfmpc_version_build()], [xfmpc_version_tag()])])
 
 dnl ***************************

Modified: xfmpc/trunk/src/Makefile.am
===================================================================
--- xfmpc/trunk/src/Makefile.am	2009-03-14 08:57:33 UTC (rev 6897)
+++ xfmpc/trunk/src/Makefile.am	2009-03-14 09:20:14 UTC (rev 6898)
@@ -7,7 +7,6 @@
 	main-window.h							\
 	interface.c							\
 	interface.h							\
-	interface-ui.h							\
 	extended-interface.c						\
 	extended-interface.h						\
 	playlist.c							\
@@ -58,6 +57,5 @@
 endif
 
 EXTRA_DIST =								\
-	main-ui.xml							\
-	interface-ui.xml
+	main-ui.xml
 




More information about the Goodies-commits mailing list