changeset 2349:aa15ae72f7fb trunk

[svn] Replaced intricate part.
author js
date Tue, 16 Jan 2007 10:35:30 -0800
parents 564e8a1fe09a
children 54cb84d3a581
files ChangeLog migrate_config.sh
diffstat 2 files changed, 17 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 16 10:33:13 2007 -0800
+++ b/ChangeLog	Tue Jan 16 10:35:30 2007 -0800
@@ -1,3 +1,16 @@
+2007-01-16 18:33:13 +0000  Giacomo Lozito <james@develia.org>
+  revision [3706]
+  - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
+  trunk/src/audacious/Makefile           |    2 
+  trunk/src/audacious/main.c             |    1 
+  trunk/src/audacious/ui_fileinfo.c      |  233 --------------------
+  trunk/src/audacious/ui_fileinfo.h      |    7 
+  trunk/src/audacious/ui_fileinfopopup.c |  375 +++++++++++++++++++++++++++++++++
+  trunk/src/audacious/ui_fileinfopopup.h |   35 +++
+  trunk/src/audacious/ui_playlist.c      |   88 +++++++
+  7 files changed, 503 insertions(+), 238 deletions(-)
+
+
 2007-01-16 13:17:18 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [3704]
   - fix W:input.c(422) [input_check_file]:Implicit declaration 
--- a/migrate_config.sh	Tue Jan 16 10:33:13 2007 -0800
+++ b/migrate_config.sh	Tue Jan 16 10:35:30 2007 -0800
@@ -4,10 +4,10 @@
 # to the new XDG basedir equivalent.
 #
 
-BMP_RCPATH=${BMP_RCPATH:-".audacious"}
-XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"$HOME/.config"}
-XDG_DATA_HOME=${XDG_DATA_HOME:-"$HOME/.local/share"}
-XDG_CACHE_HOME=${XDG_CACHE_HOME:-"$HOME/.cache"}
+: ${BMP_RCPATH:=".audacious"}
+: ${XDG_CONFIG_HOME:="$HOME/.config"}
+: ${XDG_DATA_HOME:="$HOME/.local/share"}
+: ${XDG_CACHE_HOME:="$HOME/.cache"}
 
 rm -fr "$XDG_CONFIG_HOME/audacious"
 rm -fr "$XDG_DATA_HOME/audacious"