[Goodies-commits] r3879 - in xfmpc/trunk: . po

Mike Massonnet mmassonnet at xfce.org
Sun Jan 27 14:55:14 CET 2008


Author: mmassonnet
Date: 2008-01-27 13:55:14 +0000 (Sun, 27 Jan 2008)
New Revision: 3879

Modified:
   xfmpc/trunk/ChangeLog
   xfmpc/trunk/NEWS
   xfmpc/trunk/README
   xfmpc/trunk/THANKS
   xfmpc/trunk/configure.in.in
   xfmpc/trunk/po/POTFILES.skip
Log:
Update random files and prepare trunk for a 0.0.2 tag


Modified: xfmpc/trunk/ChangeLog
===================================================================
--- xfmpc/trunk/ChangeLog	2008-01-27 13:55:06 UTC (rev 3878)
+++ xfmpc/trunk/ChangeLog	2008-01-27 13:55:14 UTC (rev 3879)
@@ -1,3 +1,74 @@
+2008-01-26 Mike Massonnet <mmassonnet at xfce.org>
+
+	* === Release 0.0.2 ===
+	* src/mpdclient.c, src/mpdclient.h, src/interface.c, src/interface.h:
+	  - XfmpcMpdclient is GObjectified
+	  - Each new instance increments the ref count
+
+2008-01-26 Mike Massonnet <mmassonnet at xfce.org>
+
+	* src/mpdclient.c, src/mpdclient.h:
+	  - Remove all the useless reconnections
+	  - Add status functions xfmpc_mpdclient_update_status,
+	    cb_xfmpc_mpdclient_status_changed, and xfmpc_mpdclient_update_status to:
+	    update the current status of mpd, a callback to mark the different status
+	    bits, and a function that returns a boolean to know if a bit was changed
+	    and reset it to 0 as it were read
+	* src/mpdclient.c(xfmpc_mpdclient_connect):
+	  - Send password
+	* src/interface.c:
+	  - Remove _refresh_volume and the delay to update the volume;  instead update
+	    the volume in mpd on value-changed signals from GtkVolumeButton
+	  - Make use of the changes in XfmpcMpdclient inside xfmpc_interface_refresh
+	* src/interface.c(xfmpc_interface_finalize):
+	  - Free XfmpcMpdclient
+
+2008-01-22 Mike Massonnet <mmassonnet at xfce.org>
+
+	* src/Makefile.am, src/preferences.c, src/preferences.h:
+	  - New GObject preferences interface
+	* src/interface.c(xfmpc_interface_class_init),
+	  src/interface.c(xfmpc_interface_finalize):
+	  - New finalize function
+	  - Unref XfmpcPreferences
+	* src/interface.c(xfmpc_interface_init):
+	  - Get a XfmpcPreferences
+	  - Read the position of the window
+	* src/interface.c(xfmpc_interface_closed):
+	  - Save the position of the window
+	* src/main.c:
+	  - Add transformation function G_TYPE_STRING to G_TYPE_INT
+
+2008-01-21 Mike Massonnet <mmassonnet at xfce.org>
+
+	* src/interface-ui.h, src/interface-ui.xml,
+	  src/interface.c:
+	  - Add keybinding Ctrl+V for volume
+
+2008-01-21 Mike Massonnet <mmassonnet at xfce.org>
+
+	* configure.in.in: Bump post-release
+
+2008-01-21 Mike Massonnet <mmassonnet at xfce.org>
+
+	* src/interface-ui.h, src/interface-ui.xml:
+	  - New files, XML reprensents the GtkUIManager, .h is auto-generated with
+	  exo-csource
+	* src/interface.c:
+	  - Add accelerators: Ctrl+B/P/S/F to respectively go backwards, play/pause,
+	  stop, and go forward
+
+2008-01-20 Mike Massonnet <mmassonnet at xfce.org>
+
+	* NEWS: A word about the first release
+
+2008-01-20 Mike Massonnet <mmassonnet at xfce.org>
+
+	* Makefile.am:
+	  - Add bzip support to distcheck
+	* po/POTFILES.skip:
+	  - New file, distcheck failed about translation and src/mpdclient.c
+
 2008-01-19	Mike Massonnet <mmassonnet at xfce.org>
 
 	* === Release 0.0.1 ===

Modified: xfmpc/trunk/NEWS
===================================================================
--- xfmpc/trunk/NEWS	2008-01-27 13:55:06 UTC (rev 3878)
+++ xfmpc/trunk/NEWS	2008-01-27 13:55:14 UTC (rev 3879)
@@ -1,3 +1,10 @@
+    0.0.2 (2008-01-27)
+
+- Keybindings (Ctrl+B/P/S/F/V) to go backwards, play/pause, stop, go forwards,
+  and open the volume slider.
+- A cleaner interface to libmpd, with status handling.
+- A GObjectified XfmpcMpdclient.
+
     0.0.1 (2008-01-20)
 
 First release, with controls and notink more

Modified: xfmpc/trunk/README
===================================================================
--- xfmpc/trunk/README	2008-01-27 13:55:06 UTC (rev 3878)
+++ xfmpc/trunk/README	2008-01-27 13:55:14 UTC (rev 3879)
@@ -15,6 +15,8 @@
 
 * libgtk+2 2.12
 * libxfcegui4 4.4.0
+* libxfce4util 4.4.0
+* libmpd 0.15.0
 
 
  Install

Modified: xfmpc/trunk/THANKS
===================================================================
--- xfmpc/trunk/THANKS	2008-01-27 13:55:06 UTC (rev 3878)
+++ xfmpc/trunk/THANKS	2008-01-27 13:55:14 UTC (rev 3879)
@@ -1,3 +1,3 @@
-Gimmix for the code and the inspiration.
+Gimmix for the motivation.
 Sonata for the effort into a clean interface.
 Ristretto and Xfce4 Mixer for the GObject inspiration.

Modified: xfmpc/trunk/configure.in.in
===================================================================
--- xfmpc/trunk/configure.in.in	2008-01-27 13:55:06 UTC (rev 3878)
+++ xfmpc/trunk/configure.in.in	2008-01-27 13:55:14 UTC (rev 3879)
@@ -12,7 +12,7 @@
 m4_define([xfmpc_version_minor], [0])
 m4_define([xfmpc_version_micro], [2])
 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/po/POTFILES.skip
===================================================================
--- xfmpc/trunk/po/POTFILES.skip	2008-01-27 13:55:06 UTC (rev 3878)
+++ xfmpc/trunk/po/POTFILES.skip	2008-01-27 13:55:14 UTC (rev 3879)
@@ -1 +1,2 @@
 src/mpdclient.c
+src/preferences.c




More information about the Goodies-commits mailing list