log

age author description
Mon, 22 Jan 2007 01:01:33 -0800 nenolod [svn] - in vfs_buffered_file, we should only switch to live FD after 32768, trunk
Sun, 21 Jan 2007 20:45:17 -0800 nenolod [svn] - changes to the nature of URI handling in the VFS subsystem, will be trunk
Sun, 21 Jan 2007 07:11:08 -0800 nenolod [svn] - handle empty playlists gracefully trunk
Sun, 21 Jan 2007 04:28:28 -0800 hansmi [svn] Check for sz == 0 in vfs_buffered_file_new_from_uri(), return NULL if it's the case. trunk
Sun, 21 Jan 2007 03:32:36 -0800 nenolod [svn] - touch .depend after blanking it out trunk
Sun, 21 Jan 2007 03:00:31 -0800 nenolod [svn] - remove .depend on make clean trunk
Sat, 20 Jan 2007 21:30:24 -0800 iabervon [svn] Add a VFSFile method for getting metadata associated with the file. trunk
Sat, 20 Jan 2007 20:57:39 -0800 yaz [svn] - config.h is necessary to conditional compilation of chardet. trunk
Sat, 20 Jan 2007 16:55:37 -0800 nenolod [svn] - return NULL if vfs_fopen request failed trunk
Sat, 20 Jan 2007 04:48:41 -0800 mf0102 [svn] made strings.h for existing strings.c, cleanups trunk
Sat, 20 Jan 2007 03:39:28 -0800 nenolod [svn] - that should have been in vfs_fread trunk
Sat, 20 Jan 2007 03:07:30 -0800 nenolod [svn] - possible fix for VFSBufferedFile crash trunk
Fri, 19 Jan 2007 21:26:43 -0800 nenolod [svn] - turn off VFS debugging notices trunk
Fri, 19 Jan 2007 21:25:46 -0800 nenolod [svn] - new headless event loop trunk
Fri, 19 Jan 2007 20:57:49 -0800 nenolod [svn] - update POTFILES trunk
Fri, 19 Jan 2007 15:05:01 -0800 mf0102 [svn] fix a stupid bug of mine trunk
Fri, 19 Jan 2007 14:32:23 -0800 mf0102 [svn] some last good-night cleanup trunk
Fri, 19 Jan 2007 14:12:34 -0800 mf0102 [svn] cleanups in many regards trunk
Thu, 18 Jan 2007 13:45:05 -0800 mf0102 [svn] beautify and comment main.c trunk
Thu, 18 Jan 2007 13:21:57 -0800 mf0102 [svn] reformatting and g_return_if_fail() trunk
Thu, 18 Jan 2007 07:32:07 -0800 giacomo [svn] - ensure that year/tracknumber/length fields are cleared if necessary trunk
Thu, 18 Jan 2007 03:02:55 -0800 nenolod [svn] - security and warning fixes from ssommer@suse trunk
Thu, 18 Jan 2007 01:46:30 -0800 nenolod [svn] - Add GenericName and remove icon filename extension from .desktop file. trunk
Wed, 17 Jan 2007 21:46:23 -0800 nenolod [svn] - support for libmcs (pass --enable-mcs to configure) trunk
Wed, 17 Jan 2007 12:51:12 -0800 nenolod [svn] - add configdb backend based on libmcs. 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 12:11:16 -0800 mf0102 [svn] right-clicking on playlist entry automatically selects the entry if it was unselected before, closes #728 trunk
Wed, 17 Jan 2007 08:13:07 -0800 giacomo [svn] - ui_fileinfopopup.c uses gtk code, no more glade in it trunk
Wed, 17 Jan 2007 04:09:20 -0800 giacomo [svn] - removed other obsolete (and annoying) gdk_window_set_hints calls trunk
Wed, 17 Jan 2007 03:11:48 -0800 giacomo [svn] - added audacious_menu_main_show(x,y,button,time) in util.h, convenience function to display the audacious main popup menu trunk
Wed, 17 Jan 2007 02:24:15 -0800 nenolod [svn] - fix gconf backend trunk
Tue, 16 Jan 2007 16:49:21 -0800 giacomo [svn] - simplify and optimize the metadata tooltip trigger function trunk
Tue, 16 Jan 2007 11:12:11 -0800 js [svn] D'oh. I was really too tired when I wrote this. Fixed stupid bugs. trunk
Tue, 16 Jan 2007 10:35:30 -0800 js [svn] Replaced intricate part. 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
Tue, 16 Jan 2007 05:17:18 -0800 nenolod [svn] - fix W:input.c(422) [input_check_file]:Implicit declaration trunk
Tue, 16 Jan 2007 04:41:05 -0800 mf0102 [svn] removed xmms_create_dirbrowser, small config db fixes trunk
Tue, 16 Jan 2007 04:18:58 -0800 giacomo [svn] - in mainwin_real_show, do not return if a nullmask doesn't exist trunk
Mon, 15 Jan 2007 20:47:50 -0800 nenolod [svn] - fix potential overflow on bigendian (<= is not proper for boundschecking -- duh) trunk
Mon, 15 Jan 2007 19:28:19 -0800 nenolod [svn] - compare against the uri, not the VFSConstructor class the fd comes from trunk
Mon, 15 Jan 2007 19:24:54 -0800 nenolod [svn] - use vfs_rewind() instead of vfs_fseek(fd, 0, seek_set) which was wrong trunk
Mon, 15 Jan 2007 18:33:42 -0800 nenolod [svn] - automatically buffering deriv-class of VFSFile. will be used to speed up probing of network sources. trunk
Mon, 15 Jan 2007 12:39:22 -0800 giacomo [svn] - added audacious_get_localdir() in util.c/h, returns a string with the full path of audacious local datadir trunk
Mon, 15 Jan 2007 09:48:56 -0800 giacomo [svn] - removed a couple of useless gdk calls in mainwin_real_hide() trunk
Mon, 15 Jan 2007 09:18:27 -0800 giacomo [svn] - in playlistwin_hide(), pass focus to the player main window only if it's visible trunk
Mon, 15 Jan 2007 08:51:37 -0800 nenolod [svn] - special case for no uri schema trunk
Mon, 15 Jan 2007 08:48:46 -0800 nenolod [svn] - warning fixes trunk
Mon, 15 Jan 2007 08:44:39 -0800 nenolod [svn] - g_strsplit() wraps strsplit(3), and thus has different results on trunk
Mon, 15 Jan 2007 08:08:40 -0800 nenolod [svn] - only evaluate -DHAVE_CONFIG_H if we're in audacious core. closes #760. trunk
Sun, 14 Jan 2007 18:58:03 -0800 nenolod [svn] - gettext requires mkinstalldirs trunk
Sun, 14 Jan 2007 18:53:45 -0800 nenolod [svn] - warning cleanups trunk
Sun, 14 Jan 2007 10:54:06 -0800 mf0102 [svn] Wiped out some error messages trunk
Sun, 14 Jan 2007 02:50:21 -0800 mf0102 [svn] Added myself to the developer list trunk
Sat, 13 Jan 2007 17:02:39 -0800 js [svn] Fixed make install. trunk
Sat, 13 Jan 2007 16:41:21 -0800 js [svn] - Added script for migration to XDG basedir. trunk
Sat, 13 Jan 2007 16:09:38 -0800 js [svn] Fixed: audtool.c:883: warning: implicit declaration of function 'strncmp' trunk
Sat, 13 Jan 2007 16:07:48 -0800 js [svn] Fixed: configdb_rcfile.c:57: warning: suggest parentheses around assignment used as truth value trunk
Sat, 13 Jan 2007 15:04:38 -0800 nenolod [svn] - revert r3646 because it is not a user-friendly method of transitioning. trunk
Sat, 13 Jan 2007 14:49:55 -0800 nenolod [svn] - remove leftover remnants of automake from buildsystem trunk
Sat, 13 Jan 2007 14:40:03 -0800 nenolod [svn] - move manpages to subdir man/ trunk
Sat, 13 Jan 2007 14:35:56 -0800 nenolod [svn] - remove audacious.spec -- we don't use it for anything, and we're not trunk
Sat, 13 Jan 2007 14:27:13 -0800 nenolod [svn] - update bulgarian translation by proxy trunk
Sat, 13 Jan 2007 14:25:55 -0800 nenolod [svn] - update POTFILES.in for src/ transition trunk
Sat, 13 Jan 2007 09:34:48 -0800 js [svn] Fix missing s trunk
Sat, 13 Jan 2007 09:33:35 -0800 js [svn] Remove old shit. trunk
Sat, 13 Jan 2007 09:19:52 -0800 js [svn] Full support for XDG basedir added. The old config doesn't get automatically converted yet. trunk
Fri, 12 Jan 2007 12:33:07 -0800 js [svn] Same for -pipe. trunk
Fri, 12 Jan 2007 12:32:12 -0800 js [svn] Add -Wall to CFLAGS by default if the CC is gcc trunk
Fri, 12 Jan 2007 11:53:37 -0800 nenolod [svn] - fix: E:configdb_rcfile.c(45) [bmp_cfg_db_open]:Autoconversion of integer to pointer is not allowed in C99 trunk
Fri, 12 Jan 2007 11:43:40 -0800 nenolod [svn] - objective-make autodepend fixes trunk
Thu, 11 Jan 2007 05:47:16 -0800 js [svn] Added #ifdefs around $HOME/.audacious compatibility code trunk
Wed, 10 Jan 2007 05:19:46 -0800 nenolod [svn] - note that WAL (winamp "modern") skins are not supported trunk
Wed, 10 Jan 2007 05:14:52 -0800 nenolod [svn] - some more updates, e.g. IRC channel/mailing list/forums trunk
Wed, 10 Jan 2007 05:03:00 -0800 nenolod [svn] - update po metadata trunk
Wed, 10 Jan 2007 04:55:56 -0800 nenolod [svn] - put a stub in for 1.3 news here trunk
Wed, 10 Jan 2007 04:54:30 -0800 nenolod [svn] - i see no reason to keep the BMP changelogs trunk
Wed, 10 Jan 2007 04:46:52 -0800 nenolod [svn] - this was out of date like whoa trunk
Wed, 10 Jan 2007 04:18:25 -0800 nenolod [svn] - new e-mail address trunk
Tue, 09 Jan 2007 14:53:19 -0800 js [svn] Fuck, I forgot to quote the $ in the commit msg, so my home was in the ChangeLog. trunk
Tue, 09 Jan 2007 14:51:38 -0800 js [svn] Initial XDG basedir support. trunk
Tue, 09 Jan 2007 09:14:22 -0800 kiyoshi [svn] Revert stupid commit by js, because that does not make us XDG basedir compliant. trunk
Tue, 09 Jan 2007 07:45:01 -0800 js [svn] Change /home/js/.audacious to /home/js/.config/audacious trunk
Mon, 08 Jan 2007 21:55:14 -0800 nenolod [svn] - remove two unused labels trunk
Mon, 08 Jan 2007 14:01:50 -0800 nenolod [svn] - oops i think i forgot this \o/ trunk
Mon, 08 Jan 2007 03:08:15 -0800 nenolod [svn] - new bulgarian translator: Andrew Ivanov trunk
Sun, 07 Jan 2007 21:17:40 -0800 yaz [svn] libguess update: trunk
Sun, 07 Jan 2007 15:23:46 -0800 nenolod [svn] - fix XML definition for missing action: "track info" -> "current track info" trunk
Sun, 07 Jan 2007 15:21:28 -0800 nenolod [svn] - fix ** CRITICAL **: bmp_rcfile_write_string: assertion `value != NULL' trunk
Sun, 07 Jan 2007 15:14:59 -0800 nenolod [svn] - remove the static assertion for playlistwin_list != NULL and just trunk
Sun, 07 Jan 2007 14:14:14 -0800 js [svn] WTF addr? ITYM ptr! trunk
Sun, 07 Jan 2007 00:51:04 -0800 nenolod [svn] - log crashes in .audacious/log trunk
Sun, 07 Jan 2007 00:49:42 -0800 nenolod [svn] - reverse the nature of the crash handler trunk
Sun, 07 Jan 2007 00:47:47 -0800 nenolod [svn] - add memory_pool_add(): adds a pre-allocated element to a memory pool trunk
Sat, 06 Jan 2007 13:29:29 -0800 giacomo [svn] - strenghtened penalty check in playback_initiate to handle some extreme situations (such as no output plugins loaded) trunk
Sat, 06 Jan 2007 12:33:11 -0800 giacomo [svn] - fix uninitialized integer, that was bringing troubles if the last playlist item was not available for playback trunk
Fri, 05 Jan 2007 19:25:19 -0800 nenolod [svn] - update to objective-make II trunk
Fri, 05 Jan 2007 18:56:29 -0800 nenolod [svn] - use -Wl,-h for defining the SONAME for POSIX compatibility trunk
Fri, 05 Jan 2007 18:50:00 -0800 nenolod [svn] - update bugreporting address trunk
Fri, 05 Jan 2007 17:59:08 -0800 nenolod [svn] - fix "load files" action trunk
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
Fri, 05 Jan 2007 12:17:04 -0800 hansmi [svn] Translate new strings trunk
Fri, 05 Jan 2007 11:40:46 -0800 hansmi [svn] Switch to poedit, hence the big diff. Update fuzzy translations. New ones still left untouched. trunk
Fri, 05 Jan 2007 01:16:37 -0800 alxorlov [svn] Update russian translation trunk
Thu, 04 Jan 2007 23:45:10 -0800 nenolod [svn] - update cy.po (again): trunk
Thu, 04 Jan 2007 22:21:40 -0800 nenolod [svn] - fix XML handler reference (action="view roll up player" -> "roll up player") trunk
Thu, 04 Jan 2007 20:22:10 -0800 nenolod [svn] - update cy.po: trunk
Thu, 04 Jan 2007 17:22:49 -0800 deitarion [svn] Fix the accidental overlap between the contents of README.bmp/NEWS.bmp and the PC bitmap magic bytes. trunk
Thu, 04 Jan 2007 15:55:20 -0800 kustodian [svn] Fixed one small typo trunk
Thu, 04 Jan 2007 15:40:06 -0800 giacomo [svn] - untransatable strings: fixed the fix :) trunk
Thu, 04 Jan 2007 15:37:58 -0800 kustodian [svn] Serbian language upadated (once again) trunk
Thu, 04 Jan 2007 15:30:25 -0800 kiyoshi [svn] update copyright notice and make another string translateable trunk
Thu, 04 Jan 2007 15:15:18 -0800 kiyoshi [svn] fix giacomo's untranslatable strings and update po/ trunk
Thu, 04 Jan 2007 14:55:34 -0800 kustodian [svn] Serbian language upadated trunk
Thu, 04 Jan 2007 13:56:51 -0800 kiyoshi [svn] Make a string in ui_playist.c translatable, and update po/ 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
Thu, 04 Jan 2007 08:11:28 -0800 giacomo [svn] - namespace for playlist menus (part 3, hopefully the last); separated concepts and actions for current_track_info and playlist_track_info, the second still needs some work trunk
Thu, 04 Jan 2007 07:49:55 -0800 kiyoshi [svn] Update po/; translators, you *will* need to update your translations. trunk
Thu, 04 Jan 2007 07:40:01 -0800 giacomo [svn] - add missing actions-equalizer.h (these things love to be forgotten, it seems) trunk
Thu, 04 Jan 2007 07:31:59 -0800 giacomo [svn] - small copyright corrections trunk
Thu, 04 Jan 2007 05:45:38 -0800 giacomo [svn] - given some decent namespacing to playlist menus (part 2, the end) trunk