log src/audacious/playlist.c @ 3511:a1d398a05b52 trunk

age author description
Sun, 09 Sep 2007 23:21:49 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/core trunk
Sun, 09 Sep 2007 16:31:50 +0300 Matti Hamalainen Few bits of pre-integration shit. trunk
Sun, 09 Sep 2007 05:41:40 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/core trunk
Sat, 01 Sep 2007 07:09:38 +0300 Matti Hamalainen Fixed to comply with the Tuple API changes. trunk
Mon, 10 Sep 2007 14:18:18 +0930 Kieran Clancy merge trunk
Mon, 10 Sep 2007 14:16:20 +0930 Kieran Clancy Use old iterator when new one isn't found trunk
Mon, 10 Sep 2007 13:50:18 +0930 Kieran Clancy New functions for associating a filename with a playlist. Made title/filename setting more consistent. trunk
Mon, 10 Sep 2007 13:47:16 +0930 Kieran Clancy Allow non-active playlist to be saved to file trunk
Mon, 10 Sep 2007 13:45:41 +0930 Kieran Clancy Add playlist_playlists_equal for comparing entire playlists trunk
Mon, 10 Sep 2007 13:44:49 +0930 Kieran Clancy Don't stop playback when deleting a non-active playlist trunk
Sun, 09 Sep 2007 22:05:24 +0300 Matti Hamalainen Changed PLAYLIST_{UN}LOCK() macros to use playlist itself as argument, not trunk
Sun, 09 Sep 2007 21:36:42 +0300 Matti Hamalainen Implement playlist_get_info_scanning() with mutex locking. trunk
Sun, 09 Sep 2007 05:37:49 +0300 Matti Hamalainen Make the shutdown procedure more sane and improve playlist clearing trunk
Mon, 27 Aug 2007 01:45:47 +0930 Kieran Clancy Only set playlist name to filename if it didn't already have a name
Sun, 26 Aug 2007 07:23:52 +0930 Kieran Clancy Make playlist_load_ins handle the case when playlist is not the currently active one trunk
Sun, 26 Aug 2007 07:22:11 +0930 Kieran Clancy Remove unnecessary manipulation of playlist_iter trunk
Sat, 18 Aug 2007 00:31:51 +0200 Giacomo Lozito playlist_get_info_func works in a different thread, so trying to do UI updates from it eventually leads to UI freeze; fixed to schedule those updates in the main loop instead of doing them directly trunk
Mon, 13 Aug 2007 19:45:52 +0900 Yoshiki Yazawa add tuple_formatter_make_title_string(). it is a wrapper function to tuple_formatter_process_construct() to make title string. it falls back to the file name if the formatted string is blank or unavailable. trunk
Mon, 13 Aug 2007 00:03:33 -0700 Ben Tucker -Set the track "title" in metadata instead of "name" trunk
Sun, 12 Aug 2007 16:10:45 -0700 Ben Tucker Implemented TrackChange, StatusChange signals, with a stub for CapsChange. trunk
Sun, 12 Aug 2007 21:21:46 +0900 Yoshiki Yazawa - fix a bug that playlist_ins_url() always returns 1 even if no url has been added. now playlist_ins_url() returns number of new entries which actually added to the playlist. trunk
Sat, 11 Aug 2007 23:59:24 +0900 Yoshiki Yazawa rename xmms_get_gentitle_format() to get_gentitle_format(). trunk
Sat, 11 Aug 2007 15:03:51 +0900 Yoshiki Yazawa make preset title format work. trunk
Fri, 10 Aug 2007 05:22:35 -0500 William Pitcock audacious-core: convert to tuple-ng, remove titlestring API. trunk
Sat, 04 Aug 2007 16:48:06 +0200 mf0102 - fixed some cases where the playlist wasn't redrawn
Thu, 02 Aug 2007 14:14:32 +0200 Tomasz Mon port PlayList_List to gtk2 trunk
Wed, 01 Aug 2007 13:55:02 +0900 Yoshiki Yazawa now "hide seekbar on streaming" uses message passing. trunk
Wed, 25 Jul 2007 15:46:00 -0500 William Pitcock Remove mainwin_set_info_text() craq. Still some work to do. trunk
Tue, 24 Jul 2007 01:05:57 -0500 William Pitcock Use message passing to make sure the UI is updated in the main thread. trunk
Fri, 20 Jul 2007 20:17:57 -0500 William Pitcock Handle non-probe-for-tuple functions without crashing. trunk