[Goodies-commits] r4122 - xfmpc/trunk
Mike Massonnet
mmassonnet at xfce.org
Fri Mar 28 01:50:13 CET 2008
Author: mmassonnet
Date: 2008-03-28 00:50:12 +0000 (Fri, 28 Mar 2008)
New Revision: 4122
Modified:
xfmpc/trunk/ChangeLog
Log:
update changelog
Modified: xfmpc/trunk/ChangeLog
===================================================================
--- xfmpc/trunk/ChangeLog 2008-03-28 00:50:08 UTC (rev 4121)
+++ xfmpc/trunk/ChangeLog 2008-03-28 00:50:12 UTC (rev 4122)
@@ -1,3 +1,27 @@
+2008-03-28 Mike Massonnet <mmassonnet at gmail.com>
+
+Add multiple selection to the XfmpcDbbrowser tree view, and go to parent directory with backspace
+ * src/dbbrowser.c(xfmpc_dbbrowser_init):
+ - Enable rubber banding
+ * src/dbbrowser.c,
+ src/dbbrowser.h:
+ - Add new callback cb_key_pressed to add the selected rows on key Return
+ - New function xfmpc_dbbrowser_add_selected_rows
+ * src/dbbrowser.c(cb_key_pressed):
+ - Go to parent directory when key GDK_BackSpace is pressed
+
+2008-03-27 Mike Massonnet <mmassonnet at gmail.com>
+
+Fix bug in playlist when there is no current song
+ * src/mpdclient.c(xfmpc_mpdclient_get_pos):
+ - Return 0 if pos is < 0
+
+2008-03-26 Mike Massonnet <mmassonnet at gmail.com>
+
+Select the row when going to the parent directory
+ * src/dbbrowser.c:
+ - New property last_wdir to select the right row in the treeview
+
2008-03-21 Mike Massonnet <mmassonnet at gmail.com>
Add a database browser
@@ -14,7 +38,6 @@
* src/preferences.c:
- New preference for XfmpcDbbrowser to remember the last working directory
-
2008-03-02 Mike Massonnet <mmassonnet at gmail.com>
Fiddle the behavior of key presses on the filter entry.
More information about the Goodies-commits
mailing list