[Goodies-commits] r4516 - xfmpc/trunk
Mike Massonnet
mmassonnet at xfce.org
Sat Apr 5 13:17:54 CEST 2008
Author: mmassonnet
Date: 2008-04-05 11:17:54 +0000 (Sat, 05 Apr 2008)
New Revision: 4516
Modified:
xfmpc/trunk/ChangeLog
xfmpc/trunk/NEWS
xfmpc/trunk/configure.in.in
Log:
=== Release 0.0.5 ===
Modified: xfmpc/trunk/ChangeLog
===================================================================
--- xfmpc/trunk/ChangeLog 2008-04-05 11:17:49 UTC (rev 4515)
+++ xfmpc/trunk/ChangeLog 2008-04-05 11:17:54 UTC (rev 4516)
@@ -1,5 +1,46 @@
+2008-04-05 Mike Massonnet <mmassonnet at gmail.com>
+
+=== Release 0.0.5 ===
+
+2008-04-05 Mike Massonnet <mmassonnet at gmail.com>
+
+Fix src/Makefile.am to compile the -ui.xml files
+ * src/Makefile.am:
+ - Rules to compile -ui.xml as maintainer mode
+ - Distribute the .xml files
+
+2008-04-05 Mike Massonnet <mmassonnet at gmail.com>
+
+Rename xfmpc_mpdclient_new to xfmpc_mpdclient_get
+ * src/mpdclient.c,
+ src/mpdclient.h:
+ - Rename xfmpc_mpdclient_new to _get as it actually doesn't return new
+ objects, but increments the ref count
+ * src/dbbrowser.c,
+ src/extended-interface.c,
+ src/interface.c,
+ src/playlist.c:
+ - Update files to use new name function
+
+2008-04-05 Mike Massonnet <mmassonnet at gmail.com>
+
+Code moving, throw GtkWindow inside main.c and keep XfmpcInterface simpler
+ * src/main.c, src/interface.c:
+ - Move accelerators to main.c
+ - Move GtkWindow creation to main.c
+ * src/main.c(main):
+ - Call gtk_widget_show_all just after a new XfmpcInterface, and later again
+ for the rest of the ui
+ - Add a GtkHSeparator between XfmpcInterface and XfmpcExtendedInterface
+
2008-03-30 Mike Massonnet <mmassonnet at gmail.com>
+Forget to unref XfmpcMpdclient on XfmpcExtendedInterface finalize
+ * src/extended-interface.c(xfmpc_extended_interface_finalize):
+ - Unref XfmpcMpdclient
+
+2008-03-30 Mike Massonnet <mmassonnet at gmail.com>
+
Fix GTK-Criticals on empty playlist
* src/playlist.c(xfmpc_playlist_refresh_current_song):
- Check validity of GtkIter before setting the GtkListStore
Modified: xfmpc/trunk/NEWS
===================================================================
--- xfmpc/trunk/NEWS 2008-04-05 11:17:49 UTC (rev 4515)
+++ xfmpc/trunk/NEWS 2008-04-05 11:17:54 UTC (rev 4516)
@@ -1,3 +1,9 @@
+ 0.0.5 (2008-04-05)
+
+- Add Clear Playlist and Refresh Database buttons
+- Clean up XfmpcInterface, move GtkWindow code to main.c
+- Fix misc bugs
+
0.0.4 (2008-03-28)
- Add a database browser with the ability to add songs
Modified: xfmpc/trunk/configure.in.in
===================================================================
--- xfmpc/trunk/configure.in.in 2008-04-05 11:17:49 UTC (rev 4515)
+++ xfmpc/trunk/configure.in.in 2008-04-05 11:17:54 UTC (rev 4516)
@@ -12,7 +12,7 @@
m4_define([xfmpc_version_minor], [0])
m4_define([xfmpc_version_micro], [5])
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 ***************************
More information about the Goodies-commits
mailing list