log src/audacious/ui_fileinfopopup.c @ 2512:3a1fc6f7c187 trunk

age author description
Thu, 08 Feb 2007 01:43:09 -0800 yaz [svn] - suppress warning trunk
Wed, 07 Feb 2007 10:23:29 -0800 nenolod [svn] - add some debugging assertions to this code trunk
Mon, 29 Jan 2007 10:11:01 -0800 nenolod [svn] - split out albumart locating functions into a seperate file and make the public API available in util.h trunk
Sat, 27 Jan 2007 08:22:15 -0800 yaz [svn] - make sure tooltip_file != NULL otherwise filepopup may crash in strcmp(). trunk
Thu, 25 Jan 2007 20:50:15 -0800 yaz [svn] enhancement to popup information settings trunk
Tue, 23 Jan 2007 16:43:13 -0800 giacomo [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams) trunk
Thu, 18 Jan 2007 07:32:07 -0800 giacomo [svn] - ensure that year/tracknumber/length fields are cleared if necessary trunk
Wed, 17 Jan 2007 12:26:55 -0800 giacomo [svn] - added progressbar with display of elapsed time for metadata tooltip trunk
Wed, 17 Jan 2007 08:13:07 -0800 giacomo [svn] - ui_fileinfopopup.c uses gtk code, no more glade in it trunk
Tue, 16 Jan 2007 16:49:21 -0800 giacomo [svn] - simplify and optimize the metadata tooltip trigger function trunk
Tue, 16 Jan 2007 10:33:13 -0800 giacomo [svn] - 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