log

age author description
Fri, 11 May 2007 17:20:46 -0700 nenolod [svn] - add an xchat script which wraps our DBus API using dbus-python. trunk
Fri, 11 May 2007 16:27:54 -0700 giacomo [svn] - added auddrct.c/h, a migration api for plugins that once used xmms_remote; to be completed trunk
Fri, 11 May 2007 13:02:49 -0700 nenolod [svn] - call SongFrames not SongLength trunk
Fri, 11 May 2007 12:49:05 -0700 nenolod [svn] - split handlers out to handlers.c trunk
Fri, 11 May 2007 12:39:47 -0700 nenolod [svn] - avoid null dereferences trunk
Fri, 11 May 2007 12:35:52 -0700 nenolod [svn] - finish some stubs to make audtool work for my scripts trunk
Fri, 11 May 2007 12:22:38 -0700 nenolod [svn] - BSDify code trunk
Fri, 11 May 2007 11:52:56 -0700 magma [svn] Implemented more of the stubs in audctrl; Added more methods to objects.xml with implementations in dbus.c. I'm still trying to get plugins working with libaudclient. trunk
Fri, 11 May 2007 08:59:22 -0700 nenolod [svn] - build audtool if libaudclient will be built. trunk
Fri, 11 May 2007 01:42:32 -0700 magma [svn] Added stubs in audctrl.c for the unimplemented functions defined in audctrl.h. trunk
Thu, 10 May 2007 16:59:22 -0700 yaz [svn] - build fix. trunk
Thu, 10 May 2007 14:13:20 -0700 nenolod [svn] - fix ABI trunk
Thu, 10 May 2007 13:21:55 -0700 nenolod [svn] - log when dbus has been successfully started up trunk
Thu, 10 May 2007 12:30:19 -0700 nenolod [svn] - rename xmms_remote namespace to audacious_remote namespace trunk
Wed, 09 May 2007 21:21:02 -0700 nenolod [svn] - enable dbus support by default trunk
Wed, 09 May 2007 21:19:09 -0700 nenolod [svn] Remove documentation about XMMS controlsocket compatibility. This code trunk
Wed, 09 May 2007 21:16:57 -0700 nenolod [svn] Fix build without --enable-dbus -- this will render an audacious which trunk
Wed, 09 May 2007 17:14:46 -0700 nenolod [svn] - bind to the right dbus interfaces, but this still has problems building trunk
Wed, 09 May 2007 16:43:29 -0700 chainsaw [svn] MCS_LIBS != LIBMCS_LIBS, allow audacious binary to link. trunk
Wed, 09 May 2007 15:42:13 -0700 nenolod [svn] - fix compilation trunk
Wed, 09 May 2007 15:41:21 -0700 nenolod [svn] - this needs work. lots of work. trunk
Wed, 09 May 2007 15:37:59 -0700 nenolod [svn] - make this build again, most functionality does not work trunk
Wed, 09 May 2007 15:14:52 -0700 nenolod [svn] - disable audtool for now, needs to be ported to DBus. trunk
Wed, 09 May 2007 15:07:50 -0700 nenolod [svn] - make audacious build again trunk
Wed, 09 May 2007 15:03:50 -0700 nenolod [svn] - make widgetcore build again trunk
Wed, 09 May 2007 14:58:26 -0700 nenolod [svn] - some progress towards making audtool build again trunk
Wed, 09 May 2007 14:41:39 -0700 nenolod [svn] - fix boilerplate trunk
Wed, 09 May 2007 14:40:01 -0700 nenolod [svn] - rename to libaudclient trunk
Wed, 09 May 2007 14:38:41 -0700 nenolod [svn] - move configdb public API to audacious proper trunk
Wed, 09 May 2007 14:36:37 -0700 magma [svn] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus. trunk
Wed, 09 May 2007 14:35:33 -0700 nenolod [svn] - drop client code trunk
Wed, 09 May 2007 14:03:11 -0700 nenolod [svn] - drop controlsocket code. this probably does not compile yet. trunk
Tue, 08 May 2007 23:24:26 -0700 yaz [svn] - add dependency for dbus bindings. trunk
Tue, 08 May 2007 12:30:53 -0700 nenolod [svn] - remove unused function 'extname' trunk
Tue, 08 May 2007 10:26:29 -0700 magma [svn] Completed the implementation of all the stubs in dbus.c, and commented the creation of the mpris dbus bindings to fix compilation issues. trunk
Mon, 07 May 2007 18:04:06 -0700 nenolod [svn] - define mpris /Player object in XML. trunk
Mon, 07 May 2007 17:56:35 -0700 nenolod [svn] - define mpris /TrackList object in XML. trunk
Mon, 07 May 2007 17:51:05 -0700 nenolod [svn] - add mpris root node to dbus-bindings. trunk
Mon, 07 May 2007 17:09:15 -0700 nenolod [svn] - rename *class prototypes to *klass to avoid keyword collisions in sun studio and icc. trunk
Sun, 06 May 2007 15:16:34 -0700 nenolod [svn] - fix cuesheet bug in a better way (e.g. unbreak http:// streams) trunk
Sat, 05 May 2007 16:50:36 -0700 magma [svn] Improved DBus initialization and fixed a warning. trunk
Sat, 05 May 2007 16:37:04 -0700 nenolod [svn] - update manpage for autoconf 2.60 trunk
Sat, 05 May 2007 16:28:41 -0700 nenolod [svn] - i forgot a ! trunk
Sat, 05 May 2007 16:28:04 -0700 nenolod [svn] - fix licensing trunk
Sat, 05 May 2007 16:24:08 -0700 magma [svn] Fixed licensing issues and DBus node/interface names. Also implemented playlist advance and reverse. trunk
Sat, 05 May 2007 16:04:39 -0700 magma [svn] Fixed formatting. Tabs + tw=2 ==> spaces + tw=4. trunk
Sat, 05 May 2007 15:37:54 -0700 magma [svn] Added basic DBus support, disabled by default with a configuration option to enable it. The general and playback information/manipulation methods are currently the only ones implemented. That is version, play, pause, stop, playing, paused, stopped, status, and seek. There are stubs for many unimplemented methods. trunk
Wed, 02 May 2007 10:34:59 -0700 mf0102 [svn] - Made the Space key pause/unpause playback (like e.g. mplayer) trunk
Mon, 30 Apr 2007 21:07:19 -0700 yaz [svn] - make --enable-chardet default. trunk
Mon, 30 Apr 2007 20:49:38 -0700 yaz [svn] maintenance of build system: trunk
Fri, 27 Apr 2007 10:22:03 -0700 yaz [svn] - temporal workaround for a bug which introduced in r4360. without this patch, cuesheet plugin endlessly adds entries in a cue sheet to the current playlist. trunk
Sun, 22 Apr 2007 02:56:17 -0700 nenolod [svn] - update Welsh translation trunk
Fri, 20 Apr 2007 06:49:07 -0700 ertzing [svn] trunk
Fri, 20 Apr 2007 04:49:29 -0700 ertzing [svn] Some more bad escapes trunk
Fri, 20 Apr 2007 04:45:22 -0700 ertzing [svn] Fix some wrong escape sequences trunk
Thu, 19 Apr 2007 09:24:13 -0700 chainsaw [svn] XDG path fixes in documentation, submitted by nine on irc.atheme.org trunk
Thu, 19 Apr 2007 08:25:50 -0700 kustodian [svn] Updated Serbian translations trunk
Tue, 17 Apr 2007 23:36:31 -0700 magma [svn] Modified playlist_compare_artist so that a leading "the" in an artist's trunk
Mon, 16 Apr 2007 04:19:03 -0700 giacomo [svn] - make the evil 'reload plugins' button behave a bit better trunk
Sun, 15 Apr 2007 20:00:32 -0700 dai [svn] * Update Japanese translation. trunk
Sat, 14 Apr 2007 13:25:06 -0700 nenolod [svn] - disable debugging notices trunk
Sat, 14 Apr 2007 13:20:43 -0700 nenolod [svn] - run update-po. closes #891. trunk
Thu, 12 Apr 2007 10:53:22 -0700 alxorlov [svn] Update russian translation. trunk
Thu, 12 Apr 2007 00:16:37 -0700 yaz [svn] - workaround for linuxthread's broken implementation of sigwait(). trunk
Wed, 11 Apr 2007 00:28:41 -0700 yaz [svn] - unsigned char should be used during id3v1 parse. closes #888. trunk
Tue, 10 Apr 2007 14:17:31 -0700 nenolod [svn] - chase r4268 (patch by Joker) trunk
Tue, 10 Apr 2007 14:16:32 -0700 nenolod [svn] - use pthread_sigmask(SIG_BLOCK, ...) instead of of SIG_SETMASK trunk
Tue, 10 Apr 2007 11:29:48 -0700 nenolod [svn] - chase r4368. trunk
Tue, 10 Apr 2007 11:29:11 -0700 nenolod [svn] - chase r4368. trunk
Tue, 10 Apr 2007 11:27:26 -0700 nenolod [svn] - playlist_get_length_nolock() -> playlist_get_length(), no need for trunk
Tue, 10 Apr 2007 11:25:39 -0700 nenolod [svn] - playlist_set_info() does not change the playlist and shouldn't block trunk
Tue, 10 Apr 2007 11:20:21 -0700 nenolod [svn] - tuple operations do not change the structure of the playlist and trunk
Tue, 10 Apr 2007 11:12:56 -0700 nenolod [svn] - unlock many playlist operations that do not really need locking trunk
Tue, 10 Apr 2007 10:17:48 -0700 nenolod [svn] - probe remote sources (hardcoded to http://, https://) in the background. trunk
Tue, 10 Apr 2007 09:45:30 -0700 nenolod [svn] - do not use the signal handler at all on linuxthreads and hope for the best trunk
Tue, 10 Apr 2007 08:42:11 -0700 nenolod [svn] - include missing header trunk
Tue, 10 Apr 2007 08:39:56 -0700 nenolod [svn] - handle sigwait(2) brokenness on linuxthreads trunk
Mon, 09 Apr 2007 17:55:56 -0700 nenolod [svn] - unbreak the build trunk
Mon, 09 Apr 2007 13:29:20 -0700 nenolod [svn] - remove the unplayable files dialog. it is more annoying than useful. trunk
Sun, 08 Apr 2007 18:05:09 -0700 nenolod [svn] - use execinfo.h to provide more useful information about crashes trunk
Sat, 07 Apr 2007 05:36:05 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 7) trunk
Sat, 07 Apr 2007 05:29:39 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 6) trunk
Sat, 07 Apr 2007 05:25:22 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 5) trunk
Sat, 07 Apr 2007 05:15:25 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 4) trunk
Sat, 07 Apr 2007 05:08:36 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 3) trunk
Sat, 07 Apr 2007 04:56:27 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 2) trunk
Sat, 07 Apr 2007 04:36:14 -0700 giacomo [svn] - fixed c++ish declaration in a c file trunk
Thu, 05 Apr 2007 17:16:09 -0700 nenolod [svn] - fix crashes related to alt+click enqueue trunk
Thu, 05 Apr 2007 17:01:26 -0700 nenolod [svn] - fix alt+click enqueue. this is more like vincent ratier's original patch except that it's C90-capable for freebsd 4. trunk
Thu, 05 Apr 2007 09:26:13 -0700 giacomo [svn] - allow the player to start with all of its windows hidden (but give a warning to the user, whose display can be disabled); also, try to remember player windows positions when they stay hidden between sessions trunk
Thu, 05 Apr 2007 06:11:33 -0700 nenolod [svn] - patch by Vincent Ratier to add Alt+Click enqueue to the playlist editor. Closes #860. trunk
Thu, 05 Apr 2007 05:56:00 -0700 nenolod [svn] - don't resample if source rate matches the internal clock rate. closes #881. trunk
Thu, 05 Apr 2007 05:32:15 -0700 nenolod [svn] - synchronize SRC conversion patch with upstream trunk
Tue, 03 Apr 2007 11:54:52 -0700 nenolod [svn] - this probably fixes bug #858 trunk
Sat, 31 Mar 2007 19:33:04 -0700 nenolod [svn] - fix doublesize motion events. patch by gagern, closes #856. trunk
Mon, 26 Mar 2007 09:21:40 -0700 js [svn] Don't show a warning dialog when trying to add .{jpeg,jpg,txt} files. trunk
Sat, 24 Mar 2007 23:25:20 -0700 yaz [svn] - glib-2.13.0 requires g_thread_init() to be called before all other GLib functions. trunk
Fri, 23 Mar 2007 10:51:02 -0700 yaz [svn] - rename libgnuintl.h.in to libgnuintl.h trunk
Fri, 23 Mar 2007 10:16:00 -0700 yaz [svn] - included gettext didn't compile. closes #866 trunk
Thu, 22 Mar 2007 22:20:59 -0700 yaz [svn] - add support for writing relative path. trunk
Thu, 22 Mar 2007 00:38:29 -0700 yaz [svn] improve save/load playlist UI: trunk
Wed, 21 Mar 2007 13:47:48 -0700 giacomo [svn] - give focus to jump_to_track window before filling it with information; this way user can start typing while huge playlists are loaded trunk
Wed, 21 Mar 2007 05:51:52 -0700 nenolod [svn] - reassign copyright to yaz. trunk
Wed, 21 Mar 2007 03:25:21 -0700 yaz [svn] - clear playlist attribute when playlist_clear() is called. trunk
Wed, 21 Mar 2007 02:13:02 -0700 yaz [svn] improve support for static playlist. trunk
Wed, 21 Mar 2007 01:59:48 -0700 yaz [svn] tweak UI behaviors: trunk
Tue, 20 Mar 2007 23:58:31 -0700 nenolod [svn] - fixes for mowgli pre-GIT. trunk
Tue, 20 Mar 2007 22:00:11 -0700 nenolod [svn] - use a managed heap for playlist entry node allocation. trunk
Tue, 20 Mar 2007 21:40:54 -0700 nenolod [svn] - typo trunk
Tue, 20 Mar 2007 21:39:00 -0700 nenolod [svn] - integrate libmowgli requirement into buildsystem trunk
Mon, 19 Mar 2007 08:41:23 -0700 yaz [svn] - tweak wrong indentations. trunk
Mon, 19 Mar 2007 08:35:08 -0700 yaz [svn] simplify and enhance signal handler: trunk
Fri, 16 Mar 2007 19:21:54 -0700 giacomo [svn] - prevent skin list overlap when it's populated for the first time and user quickly switchs to other tabs in the prefswin trunk
Fri, 16 Mar 2007 19:07:19 -0700 nenolod [svn] - performance is better without r4270. trunk
Fri, 16 Mar 2007 18:44:03 -0700 nenolod [svn] - run gtkevents while populating the list. trunk
Fri, 16 Mar 2007 18:11:57 -0700 nenolod [svn] - update pl.po, closes #839. trunk
Fri, 16 Mar 2007 00:25:44 -0700 nenolod [svn] - [security, backport to 1.3] fix improper comparisons of hashtables used by the plugin loader. trunk
Thu, 15 Mar 2007 19:25:27 -0700 nenolod [svn] - plugin reloading. trunk
Thu, 15 Mar 2007 18:44:52 -0700 nenolod [svn] - due to some bug in buffer management, bump the buffer side of things up to ~40kb instead of 32kb for now. trunk
Tue, 13 Mar 2007 13:32:56 -0700 nenolod [svn] - add Doxygen files trunk