Mon, 28 Jul 2008 11:36:34 -0500 |
William Pitcock |
branch merge.
|
Mon, 28 Jul 2008 11:34:39 -0500 |
William Pitcock |
Patch from Steve Cotton <steve0001@s.cotton.clara.co.uk> to resolve a
|
Thu, 17 Jul 2008 21:59:39 +0300 |
Matti Hamalainen |
Fix infinite playlist update when entry->tuple == NULL. Patch from Skotlex,
|
Thu, 17 Jul 2008 00:18:16 +0200 |
Tomasz Mon |
introduce new playlist widget
|
Sun, 06 Jul 2008 17:55:40 +0200 |
mf0102 |
move all files belonging to the legacy UI to legacy/
|
Sun, 15 Jun 2008 00:00:55 +0300 |
Matti Hamalainen |
Proper updating of playlist->tail was missing from some functions.
|
Wed, 04 Jun 2008 23:30:29 +0300 |
Matti Hamalainen |
Use str_assert_utf8() where it makes sense in the core.
|
Sat, 31 May 2008 14:19:52 +0200 |
Tomasz Mon |
prevent endless loop
|
Wed, 21 May 2008 18:40:05 +0200 |
Tomasz Mon |
implement event_queue_with_data_free()
|
Wed, 21 May 2008 17:11:15 +0200 |
Tomasz Mon |
move playback_set_sample_params function call to playlist.c
|
Wed, 14 May 2008 00:35:09 +0200 |
mf0102 |
- rename dock.c to ui_dock.c
|
Thu, 08 May 2008 22:49:52 +0200 |
mf0102 |
moved away some stuff from main.c
|
Wed, 30 Apr 2008 04:35:59 +0300 |
Matti Hamalainen |
Check if the playlist scanning thread has already been stopped, so that we don't crash in thread joining.
|
Wed, 23 Apr 2008 20:11:10 +0200 |
mf0102 |
hookified many function calls
|
Wed, 23 Apr 2008 18:53:14 +0200 |
mf0102 |
reindent the code before messing with it
|
Wed, 23 Apr 2008 14:36:00 +0200 |
mf0102 |
renamed playlist_fileinfo* to ui_fileinfo_show* and reworked those
|
Tue, 22 Apr 2008 11:28:53 +0200 |
mf0102 |
- make a lot of stuff static
|
Tue, 22 Apr 2008 10:55:35 +0200 |
mf0102 |
- renamed some files to reflect their UI contents
|
Mon, 31 Mar 2008 06:36:41 +0300 |
Matti Hamalainen |
bmp_config_* -> aud_config_*
|
Fri, 28 Mar 2008 02:18:10 +0000 |
Ivan N. Zlatev |
Mark the playlist as modified when moving/adding/removing/sorting/randomizing the playlist, so that the jump to file cache picks up the change.
|
Tue, 25 Mar 2008 21:16:16 +0200 |
Matti Hamalainen |
Fixed a segfault when trying to open fileinfo window while no file is
|
Tue, 18 Mar 2008 14:57:10 +0100 |
mf0102 |
move some more GUI functions
|
Sat, 15 Mar 2008 00:26:49 +0100 |
mf0102 |
remove more ui_* references
|
Fri, 22 Feb 2008 22:18:20 +0100 |
Tomasz Mon |
check if playlistwin_list is UiSkinnedPlaylist before accessing it contents
|
Wed, 13 Feb 2008 03:54:41 -0600 |
William Pitcock |
playlist_compare_artist(): Avoid NULL dereferences.
|
Sun, 10 Feb 2008 12:31:44 +0100 |
stefano |
Implemented support for multiple subplugins inside a plugin (see bug #148) and PluginHeader finalization
|
Wed, 30 Jan 2008 20:32:50 +0300 |
Eugene Zagidullin |
update titles after 3 sec. delay when custom template changed
|
Wed, 30 Jan 2008 19:41:03 +0300 |
Eugene Zagidullin |
update titles when formatter template changes even if tuples is up to date
|
Sat, 12 Jan 2008 06:35:23 -0600 |
William Pitcock |
Make sure "if (pr)" doesn't get optimized out. (Bugzilla #30)
|
Tue, 25 Dec 2007 01:16:26 -0600 |
Jussi Judin |
Fixes memory leak in playlist_add_files() function when using extension probing and trying to add file with unknown extension. (Bugzilla #44)
|
Tue, 25 Dec 2007 01:00:52 -0600 |
Jussi Judin |
Fixes memory leak in usage of playlist_free() function. (Bugzilla #36)
|
Tue, 25 Dec 2007 00:57:19 -0600 |
Jussi Judin |
Fixes memory leaks when adding files to playlist (Bugzilla #34)
|
Mon, 24 Dec 2007 23:05:10 -0600 |
Jussi Judin |
Fixes memory leak in playlist_entry_get_info() due not freeing probe result (Bugzilla #38)
|
Wed, 19 Dec 2007 00:55:07 -0600 |
Jussi Judin |
Fix memory leak in filter_by_extension() (Bugzilla #29)
|
Sun, 16 Dec 2007 20:54:53 +0900 |
Yoshiki Yazawa |
avoid unnecessary serial increment.
|
Sun, 16 Dec 2007 19:03:05 +0900 |
Yoshiki Yazawa |
now jtf follows on-demand metadata loading.
|
Sat, 08 Dec 2007 02:14:10 +0900 |
Yoshiki Yazawa |
deep copy is needed!
|
Sat, 08 Dec 2007 01:14:18 +0900 |
Yoshiki Yazawa |
quick fix for the bug which had prevented to add remote url when "Detect file formats on demand" was disabled.
|
Fri, 07 Dec 2007 01:11:25 +0900 |
Yoshiki Yazawa |
- modified playlist_load_ins_file() and playlist_load_ins_file_tuple(). path builder and ext_hash checker
|
Tue, 04 Dec 2007 03:34:41 +0300 |
Eugene Zagidullin |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Tue, 04 Dec 2007 03:33:15 +0300 |
Eugene Zagidullin |
oops...
|
Tue, 04 Dec 2007 01:02:16 +0200 |
Cristi Magherusan |
fixed(URI-fied) "remove unavailable files"
|
Mon, 03 Dec 2007 09:54:19 -0600 |
William Pitcock |
Use vfs_is_remote() instead of is_http().
|
Mon, 03 Dec 2007 02:36:52 +0300 |
Eugene Zagidullin |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 03 Dec 2007 02:36:16 +0300 |
Eugene Zagidullin |
disabled editing remote tags: 2nd attempt :)
|
Sat, 01 Dec 2007 23:38:18 +0100 |
Christian Birchinger |
Handle streams inside m3u files better. If thres a better way than is_http() to detect streams, let me know.
|
Tue, 27 Nov 2007 17:42:52 +0300 |
Eugene Zagidullin |
added tag editing capabilities, maybe raw yet
|
Wed, 21 Nov 2007 01:25:36 +0900 |
Yoshiki Yazawa |
remove duplicated code between playlist_set_info() and playlist_set_info_old_abi(). now playlist_set_info_old_abi() become wrapper function for playlist_set_info().
|
Wed, 21 Nov 2007 00:46:54 +0900 |
Yoshiki Yazawa |
improve on-demand probing:
|
Sun, 18 Nov 2007 21:39:28 +0900 |
Yoshiki Yazawa |
- add subtune support to on demand probing.
|
Sun, 18 Nov 2007 14:49:52 +0900 |
Yoshiki Yazawa |
revise check code to handle http:// properly.
|
Sat, 17 Nov 2007 17:07:46 +0900 |
Yoshiki Yazawa |
- revive on-demand metadata retrieving. in the combination with "Detect file formats on demand", now audacious can load large directory in a few seconds.
|
Thu, 15 Nov 2007 21:25:25 +0100 |
mf0102 |
fixed bug in extension filtering function
|
Fri, 16 Nov 2007 02:49:24 +0900 |
Yoshiki Yazawa |
make filter_by_extension() case insensitive.
|
Thu, 15 Nov 2007 16:34:09 +0900 |
Yoshiki Yazawa |
when "Detect file formats on demand" is specified, filter unplayable files on loading by the hash table of all available extensions.
|
Sat, 10 Nov 2007 15:55:12 +0900 |
Yoshiki Yazawa |
- redefine playlist_incr_serial as a macro.
|
Sat, 10 Nov 2007 00:47:40 +0900 |
Yoshiki Yazawa |
to get rid of annoying side effects, an independent function for playlist serial increment has been provided.
|
Fri, 09 Nov 2007 20:32:06 +0900 |
Yoshiki Yazawa |
increment playlist serial number on loading playlist file.
|
Fri, 09 Nov 2007 19:39:27 +0900 |
Yoshiki Yazawa |
- serial number has been added to playlist structure so that changes of the current playlist can be notified.
|
Mon, 29 Oct 2007 22:21:42 +0900 |
Yoshiki Yazawa |
- many remained audacious remote functions have been implemented.
|