Fri, 05 Jan 2007 17:31:19 -0800 |
giacomo |
[svn] - avoid cpu raising when get_info_on_demand and get_info_on_load are both FALSE; and prevent the combo from happening at all
trunk
|
Thu, 04 Jan 2007 08:46:19 -0800 |
giacomo |
[svn] - in playlist_fileinfo(), try to find a decoder for the selected entry before falling back to default info window
trunk
|
Tue, 02 Jan 2007 22:03:33 -0800 |
nenolod |
[svn] - rename mainwin.c to ui_main.c and such
trunk
|
Tue, 02 Jan 2007 21:57:04 -0800 |
nenolod |
[svn] - rename equalizer.c to ui_equalizer.c
trunk
|
Sun, 31 Dec 2006 19:57:29 -0800 |
nenolod |
[svn] - bmp_playback_* -> playback_* -- i knew something smelled rotten here, hmm.
trunk
|
Fri, 29 Dec 2006 14:33:09 -0800 |
giacomo |
[svn] - deletion of the last playlist is now handled directly in playlist_remove_playlist (patch by Joker) ; small code changes in playlist manager
trunk
|
Fri, 22 Dec 2006 17:35:11 -0800 |
giacomo |
[svn] - playlist manager, work done for data consistency; now it should react and update when it is active and playlists are created/modified/deleted outside the manager (i.e. with keyboard shortcuts)
trunk
|
Mon, 18 Dec 2006 14:47:48 -0800 |
giacomo |
[svn] fixed bug #699 about playlist->queue with patch provided by bug reporter
trunk
|
Mon, 18 Dec 2006 13:11:23 -0800 |
giacomo |
[svn] - allow user to choose a regex library between gnu (default), oniguruma, pcre (experimental); oniguruma and pcre support utf-8 encoding
trunk
|
Sun, 17 Dec 2006 08:52:31 -0800 |
nenolod |
[svn] - move vfs from libaudacious to main audacious
trunk
|
Sat, 16 Dec 2006 07:56:32 -0800 |
giacomo |
[svn] - changed playlist_shuffle_list to pick a playlist as parameter instead of calling playlist_get_active
trunk
|
Sat, 16 Dec 2006 05:41:27 -0800 |
giacomo |
[svn] - clear and free a playlist passed to playlist_remove_playlist
trunk
|
Sat, 16 Dec 2006 05:18:19 -0800 |
giacomo |
[svn] added playlist_free and ensure that each created playlist is freed in mainwin_quit_cb; the list of playlists is freed there as well
trunk
|
Sat, 16 Dec 2006 04:49:16 -0800 |
giacomo |
[svn] - made playlistwin_update_list depend on passed Playlist* instead of blindly using playlist_get_active(); this solves many locking issues with multiple playlists, but SHOULD be reviewed in every place playlistwin_update_list is used; added a playlist_new_from_selected() call too
trunk
|
Sat, 16 Dec 2006 02:52:03 -0800 |
giacomo |
[svn] - multiple playlist support requires separated locking; each Playlist holds its GMutex now; removed playlist_get function cause it doesn't fit with this scheme
trunk
|
Fri, 15 Dec 2006 21:14:16 -0800 |
nenolod |
[svn] - log a warning if deprecated functions from <= 1.2 are used
trunk
|
Fri, 15 Dec 2006 11:22:42 -0800 |
giacomo |
[svn] do not assume that a tuple field exists just cause the tuple does, regexec hates null strings
trunk
|
Fri, 15 Dec 2006 11:14:46 -0800 |
giacomo |
[svn] added a regex-based search option in playlist that allows to select playlist entries using multiple match criteria
trunk
|
Fri, 15 Dec 2006 08:23:51 -0800 |
nenolod |
[svn] - add playlist_select_playlist() to select a literal playlist
trunk
|
Fri, 15 Dec 2006 07:52:09 -0800 |
nenolod |
[svn] - use playlist_get_active() at the top of each thread.
trunk
|
Fri, 15 Dec 2006 07:40:18 -0800 |
nenolod |
[svn] - ip_data.stop shouldn't be handled here, but should be handled by the callee of playlist_clear().
trunk
|
Fri, 15 Dec 2006 07:38:23 -0800 |
nenolod |
[svn] - add some basic code for the manipulation of temporary playlists
trunk
|
Fri, 15 Dec 2006 07:28:29 -0800 |
nenolod |
[svn] - add playlist_select_next(), playlist_select_prev()
trunk
|
Fri, 15 Dec 2006 07:25:30 -0800 |
nenolod |
[svn] - remove static Playlist default_playlist
trunk
|
Fri, 15 Dec 2006 07:23:19 -0800 |
nenolod |
[svn] - remove all improper uses of playlist_get()
trunk
|
Fri, 15 Dec 2006 07:20:41 -0800 |
nenolod |
[svn] - dynamically allocate the playlist at startup and fix some lingering improper uses of playlist_get()
trunk
|
Tue, 12 Dec 2006 08:38:32 -0800 |
nenolod |
[svn] - move to GPLv2-only. Based on my interpretation of the license, we are
trunk
|
Mon, 11 Dec 2006 06:25:24 -0800 |
nenolod |
[svn] - when clearing a playlist's entries, make sure to reset the playlist's
trunk
|
Mon, 11 Dec 2006 05:49:54 -0800 |
nenolod |
[svn] - provide the old ABI for plugins (intermediate layer).
trunk
|
Mon, 11 Dec 2006 05:47:05 -0800 |
nenolod |
[svn] - make sure &default_playlist (temporary construct) has full padding.
trunk
|
Mon, 11 Dec 2006 05:29:44 -0800 |
nenolod |
[svn] - avoid a crash
trunk
|
Mon, 11 Dec 2006 04:19:56 -0800 |
nenolod |
[svn] - finish conversion to new API.
trunk
|
Mon, 11 Dec 2006 04:08:43 -0800 |
nenolod |
[svn] - much closer now
trunk
|
Mon, 11 Dec 2006 03:44:07 -0800 |
nenolod |
[svn] - more updates
trunk
|
Mon, 11 Dec 2006 03:35:52 -0800 |
nenolod |
[svn] - update playlist_ins(), playlist_add().
trunk
|
Mon, 11 Dec 2006 03:30:07 -0800 |
nenolod |
[svn] - update playlist_delete_filenames() and friends
trunk
|
Mon, 11 Dec 2006 03:25:21 -0800 |
nenolod |
[svn] - this commit breaks the API. I'm not done here, but hopefully the new API is
trunk
|
Sat, 09 Dec 2006 01:55:27 -0800 |
nenolod |
[svn] - fix urldecode dependencies
trunk
|
Wed, 06 Dec 2006 03:41:04 -0800 |
nenolod |
[svn] - playlist_scan_thread_is_going should not be TRUE if the playlist is
trunk
|
Mon, 04 Dec 2006 00:57:49 -0800 |
nazca |
[svn] Playlist shuffle behaviour should now be a little more consistant.
trunk
|
Thu, 30 Nov 2006 04:27:49 -0800 |
yaz |
[svn] - clean up
trunk
|
Thu, 30 Nov 2006 03:16:08 -0800 |
yaz |
[svn] rewrite scan thread with g_cond_wait():
trunk
|
Wed, 29 Nov 2006 12:45:02 -0800 |
chainsaw |
[svn] Allow \ to / conversion to be switched on & off, by external contributor Chris Kehler <cbkehler@sympatico.ca>.
trunk
|
Sat, 25 Nov 2006 19:19:56 -0800 |
nenolod |
[svn] - xmms_urldecode_path() is no longer needed due to NewVFS layer.
trunk
|
Wed, 22 Nov 2006 21:05:20 -0800 |
nenolod |
[svn] - remove newui
trunk
|
Sun, 12 Nov 2006 06:55:04 -0800 |
nenolod |
[svn] - some newui stuff (and also turn it off again, giacomo will need to look at a few things)
trunk
|
Sun, 12 Nov 2006 03:09:28 -0800 |
nenolod |
[svn] - avoid freeing a NULL pointer in ui_fileinfo.c
trunk
|
Thu, 12 Oct 2006 21:12:58 -0700 |
yaz |
[svn] - pls doesn't go along with PLAYLIST_LOCK in playlist_save().
trunk
|
Fri, 06 Oct 2006 10:50:55 -0700 |
yaz |
[svn] - mtime=-1 has been introduced to represent "uninitialized".
trunk
|
Thu, 05 Oct 2006 08:55:13 -0700 |
nenolod |
[svn] - better handle the stream condition
trunk
|
Thu, 05 Oct 2006 04:03:19 -0700 |
nenolod |
[svn] - and finally special tuples are treated as they should be
trunk
|
Thu, 05 Oct 2006 03:26:36 -0700 |
nenolod |
[svn] - results from more profiling
trunk
|
Thu, 05 Oct 2006 03:03:56 -0700 |
nenolod |
[svn] - more mtime = 0 checks
trunk
|
Thu, 05 Oct 2006 02:43:17 -0700 |
nenolod |
[svn] - ditto for playlist_get_songtime().
trunk
|
Thu, 05 Oct 2006 02:41:57 -0700 |
nenolod |
[svn] - tuples with an mtime of 0 don't need to be checked
trunk
|
Thu, 05 Oct 2006 01:54:37 -0700 |
nenolod |
[svn] - try not to reject tuples that have an mtime of 0. (special tuples referring to URIs)
trunk
|
Thu, 05 Oct 2006 01:31:41 -0700 |
nenolod |
[svn] - make sure the PlaylistEntry has a tuple.
trunk
|
Thu, 28 Sep 2006 08:36:43 -0700 |
yaz |
[svn] - fix for "playlist.c:1482: Mutex not locked!"
trunk
|
Fri, 15 Sep 2006 21:36:31 -0700 |
yaz |
[svn] - no more busy loop if a file in playlist disappears.
trunk
|
Fri, 15 Sep 2006 18:51:16 -0700 |
yaz |
[svn] - omit get_mtime from playlist_get_info_func().
trunk
|
Thu, 14 Sep 2006 13:27:38 -0700 |
giacomo |
[svn] - fix for issue that was fixed in r1946 and then appeared again later :)
trunk
|
Thu, 07 Sep 2006 22:26:54 -0700 |
nenolod |
[svn] - revert back to r2216
trunk
|
Thu, 07 Sep 2006 21:44:05 -0700 |
nenolod |
[svn] - abstractionalize a lot of stuff, build still broken, live with it
trunk
|
Tue, 29 Aug 2006 11:35:30 -0700 |
yaz |
[svn] - prevents input_check_file() working on loading playlist.
trunk
|
Wed, 23 Aug 2006 07:46:33 -0700 |
yaz |
[svn] - modified time (mtime) has been introduced into tuple
trunk
|
Sun, 20 Aug 2006 12:20:36 -0700 |
nhjm449 |
[svn] - Don't explode when loading http streams from xspf files.
trunk
|
Sat, 19 Aug 2006 12:28:56 -0700 |
yaz |
[svn] - xspf stores all meta data in tuples now.
trunk
|
Thu, 10 Aug 2006 19:45:21 -0700 |
nenolod |
[svn] - hmm, calling plc->load() might be a good idea!
trunk
|
Thu, 10 Aug 2006 19:35:03 -0700 |
nenolod |
[svn] - m3u works again
trunk
|
Thu, 10 Aug 2006 19:04:17 -0700 |
nenolod |
[svn] - sanity checking for saving
trunk
|
Thu, 10 Aug 2006 19:03:21 -0700 |
nenolod |
[svn] - some experimental shit
trunk
|
Thu, 10 Aug 2006 18:49:44 -0700 |
nenolod |
[svn] - saving now uses PlaylistContainer class.
trunk
|
Thu, 10 Aug 2006 18:36:15 -0700 |
nenolod |
[svn] - some minimal integration
trunk
|
Wed, 09 Aug 2006 02:47:22 -0700 |
nenolod |
[svn] this massive commit does the following:
trunk
|
Mon, 07 Aug 2006 16:34:31 -0700 |
giacomo |
[svn] - when audacious is started and track detail on current song are requested, try to check if a decoder exists before falling back to the tuple display dialog
trunk
|
Wed, 02 Aug 2006 16:00:13 -0700 |
chainsaw |
[svn] Fix postal code.
trunk
|
Tue, 25 Jul 2006 12:12:29 -0700 |
nenolod |
[svn] via Christian Birchinger <joker -at- netswarm.net>:
trunk
|
Sun, 16 Jul 2006 09:11:31 -0700 |
nenolod |
[svn] - sort by track number
trunk
|
Thu, 29 Jun 2006 00:38:22 -0700 |
yaz |
[svn] - m3u file should be written in locale encoding.
trunk
|
Wed, 28 Jun 2006 19:24:02 -0700 |
nenolod |
[svn] - hookup tuple->formatter
trunk
|
Wed, 28 Jun 2006 13:50:30 -0700 |
nenolod |
[svn] - why are we requiring a lock in functions that are in the nolock namespace?
trunk
|
Fri, 16 Jun 2006 03:50:38 -0700 |
nenolod |
[svn] - if entry->tuple == NULL, then probe the file for a decoder and build the appropriate tuple for that entry
trunk
|
Thu, 15 Jun 2006 22:58:15 -0700 |
nenolod |
[svn] - improvements
trunk
|
Thu, 15 Jun 2006 22:23:39 -0700 |
nenolod |
[svn] - hook up fileinfo box stuff
trunk
|
Thu, 15 Jun 2006 05:50:10 -0700 |
nenolod |
[svn] - playlist_compare_artist(): more sanity checking.
trunk
|
Thu, 15 Jun 2006 05:07:23 -0700 |
nenolod |
[svn] - sort by Artist
trunk
|
Thu, 15 Jun 2006 04:54:42 -0700 |
nenolod |
[svn] - use tuplecache to optimise title sorts
trunk
|
Wed, 14 Jun 2006 22:39:13 -0700 |
nenolod |
[svn] - if a PlaylistEntry does not have a cached tuple, generate it on demand.
trunk
|
Wed, 14 Jun 2006 22:17:20 -0700 |
nenolod |
[svn] - more sanity for input_get_song_tuple()
trunk
|
Wed, 14 Jun 2006 20:58:37 -0700 |
nenolod |
[svn] - use tuples internally
trunk
|
Sat, 10 Jun 2006 21:44:36 -0700 |
nenolod |
[svn] - make it work for real
trunk
|
Sat, 10 Jun 2006 21:02:24 -0700 |
nenolod |
[svn] - Allow to do format detection on demand; instead of immediately on add
trunk
|
Wed, 10 May 2006 19:13:49 -0700 |
nhjm449 |
[svn] - Queue fix from ircubic (bug #490)
trunk
|
Fri, 28 Apr 2006 22:46:00 -0700 |
nhjm449 |
[svn] - jumptofile and queue support fun
trunk
|
Sun, 16 Apr 2006 16:38:46 -0700 |
chainsaw |
[svn] Convert \ path separators to /. Support was already present, but was not enabled before. Closes bug #461.
trunk
|
Mon, 10 Apr 2006 17:18:44 -0700 |
nhjm449 |
[svn] - Fix playlist_set_position when paused
trunk
|
Thu, 30 Mar 2006 21:10:03 -0800 |
nhjm449 |
[svn] - more output-stopping fun!
trunk
|
Thu, 30 Mar 2006 21:04:21 -0800 |
nhjm449 |
[svn] - stop the psuedo output plugin when using 'no playlist advance' or 'stop after current song'
trunk
|
Wed, 29 Mar 2006 23:22:03 -0800 |
nhjm449 |
[svn] - 'stop after current song' feature
trunk
|
Wed, 29 Mar 2006 19:57:35 -0800 |
nhjm449 |
[svn] - should fix the ability to change songs while paused
trunk
|
Sat, 18 Mar 2006 14:48:04 -0800 |
giacomo |
[svn] shortened the compare-dups-by-path function
trunk
|
Sat, 18 Mar 2006 14:31:38 -0800 |
giacomo |
[svn] added multiple 'remove duplicates' (by title, by filename, by path+filename)
trunk
|
Sat, 18 Mar 2006 07:34:43 -0800 |
giacomo |
[svn] added a 'remove duplicates' option to the playlist removal menu
trunk
|
Sun, 12 Feb 2006 08:59:11 -0800 |
chainsaw |
[svn] Use g_strchug instead of g_strstrip during playlist load. Trailing whitespace can be a valid occurance. Closes bug #282.
trunk
|
Sat, 28 Jan 2006 09:21:21 -0800 |
nenolod |
[svn] remove libaudcore, we never did anything with it
trunk
|
Wed, 11 Jan 2006 06:11:10 -0800 |
nenolod |
[svn] Add a sanity check for crappily written plugins in the decoder cache.
trunk
|
Sat, 07 Jan 2006 10:13:28 -0800 |
nenolod |
[svn] Generate cache content on demand if it was not previously there.
trunk
|
Sat, 07 Jan 2006 10:02:25 -0800 |
nenolod |
[svn] Do not generate a cache when loading a playlist.
trunk
|
Tue, 03 Jan 2006 12:54:18 -0800 |
nenolod |
[svn] - Rename playlistwin stuff to ui_playlist.*
trunk
|
Thu, 29 Dec 2005 22:44:13 -0800 |
nenolod |
[svn] This commit reduces the amount of times we probe a source down to ONE
trunk
|
Thu, 29 Dec 2005 22:10:26 -0800 |
nenolod |
[svn] Cache the decoder used for each PlaylistEntry. This reduces the amount
trunk
|
Wed, 14 Dec 2005 08:35:56 -0800 |
nenolod |
[svn] Update header locations.
trunk
|
Mon, 24 Oct 2005 03:06:47 -0700 |
nenolod |
[svn] Import audacious source.
trunk
|