comparison ChangeLog @ 2349:aa15ae72f7fb trunk

[svn] Replaced intricate part.
author js
date Tue, 16 Jan 2007 10:35:30 -0800
parents 564e8a1fe09a
children 54cb84d3a581
comparison
equal deleted inserted replaced
2348:564e8a1fe09a 2349:aa15ae72f7fb
1 2007-01-16 18:33:13 +0000 Giacomo Lozito <james@develia.org>
2 revision [3706]
3 - 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)
4 trunk/src/audacious/Makefile | 2
5 trunk/src/audacious/main.c | 1
6 trunk/src/audacious/ui_fileinfo.c | 233 --------------------
7 trunk/src/audacious/ui_fileinfo.h | 7
8 trunk/src/audacious/ui_fileinfopopup.c | 375 +++++++++++++++++++++++++++++++++
9 trunk/src/audacious/ui_fileinfopopup.h | 35 +++
10 trunk/src/audacious/ui_playlist.c | 88 +++++++
11 7 files changed, 503 insertions(+), 238 deletions(-)
12
13
1 2007-01-16 13:17:18 +0000 William Pitcock <nenolod@sacredspiral.co.uk> 14 2007-01-16 13:17:18 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [3704] 15 revision [3704]
3 - fix W:input.c(422) [input_check_file]:Implicit declaration 16 - fix W:input.c(422) [input_check_file]:Implicit declaration
4 'vfs_buffered_file_new_from_uri' (automatic function fallback to int) 17 'vfs_buffered_file_new_from_uri' (automatic function fallback to int)
5 as reported by sun cc 18 as reported by sun cc