Mercurial > audlegacy
graph
-
[svn] -Renamed MPRIS /TrackList Shuffle method to Random trunkTue, 15 May 2007 21:53:37 -0700, by magma
-
[svn] - remove -laudacious from audacious.pc.in. -laudclient will be put into audacious.pc if --enable-dbus is specified. trunkMon, 14 May 2007 01:10:54 -0700, by yaz
-
[svn] Implemented CMD_IS_ADVANCE and CMD_TOGGLE_ADVANCE. Added partial MPRIS support. Root is complete, Player is partially implemented, and TrackList has not been started. trunkSun, 13 May 2007 18:38:53 -0700, by magma
-
[svn] Added a hook when building dependencies so that the dbus-bindings are created first without producing any error messages. trunkSun, 13 May 2007 11:57:18 -0700, by magma
-
[svn] Added CMD_GET_INFO and CMD_PLAYLIST_GET_TUPLE_DATA replacements; Changed some formatting and used unsigned numbers where appropriate. trunkSun, 13 May 2007 02:31:11 -0700, by magma
-
[svn] Fixed link error caused by libaudclient being in LDADD for audacious. trunkSun, 13 May 2007 01:29:56 -0700, by magma
-
[svn] Reverted the modifications that were initially needed for DBus support. trunkSat, 12 May 2007 15:22:58 -0700, by magma
-
[svn] Added lots of comments (styled after beepctrl). trunkSat, 12 May 2007 14:35:30 -0700, by magma
-
[svn] - encode songtitle in utf8 before passing to XChat. trunkFri, 11 May 2007 21:57:25 -0700, by nenolod
-
[svn] - clean up command_send(). tips from deitarion. trunkFri, 11 May 2007 21:35:06 -0700, by nenolod
-
[svn] - final version of the /sendtrack command. :( trunkFri, 11 May 2007 21:30:39 -0700, by nenolod
-
[svn] - add /SENDTRACK which can DCC the current track to a user trunkFri, 11 May 2007 21:27:02 -0700, by nenolod
-
[svn] - add stop, pause, next, prev, play functions trunkFri, 11 May 2007 21:19:21 -0700, by nenolod
-
[svn] - change the appearance that backtraces are presented as trunkFri, 11 May 2007 19:31:36 -0700, by nenolod
-
[svn] - adjust build order for libaudclient and audacious. reported by Crazy_Hopper. trunkFri, 11 May 2007 19:31:07 -0700, by nenolod
-
[svn] - add an xchat script which wraps our DBus API using dbus-python. trunkFri, 11 May 2007 17:20:46 -0700, by nenolod
-
[svn] - added auddrct.c/h, a migration api for plugins that once used xmms_remote; to be completed trunkFri, 11 May 2007 16:27:54 -0700, by giacomo
-
[svn] - finish some stubs to make audtool work for my scripts trunkFri, 11 May 2007 12:35:52 -0700, by nenolod
-
[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. trunkFri, 11 May 2007 11:52:56 -0700, by magma
-
[svn] - build audtool if libaudclient will be built. trunkFri, 11 May 2007 08:59:22 -0700, by nenolod
-
[svn] Added stubs in audctrl.c for the unimplemented functions defined in audctrl.h. trunkFri, 11 May 2007 01:42:32 -0700, by magma
-
[svn] - log when dbus has been successfully started up trunkThu, 10 May 2007 13:21:55 -0700, by nenolod
-
[svn] - rename xmms_remote namespace to audacious_remote namespace trunkThu, 10 May 2007 12:30:19 -0700, by nenolod
-
[svn] Remove documentation about XMMS controlsocket compatibility. This code trunkWed, 09 May 2007 21:19:09 -0700, by nenolod
-
[svn] Fix build without --enable-dbus -- this will render an audacious which trunkWed, 09 May 2007 21:16:57 -0700, by nenolod
-
[svn] - bind to the right dbus interfaces, but this still has problems building trunkWed, 09 May 2007 17:14:46 -0700, by nenolod
-
[svn] MCS_LIBS != LIBMCS_LIBS, allow audacious binary to link. trunkWed, 09 May 2007 16:43:29 -0700, by chainsaw
-
[svn] - make this build again, most functionality does not work trunkWed, 09 May 2007 15:37:59 -0700, by nenolod
-
[svn] - disable audtool for now, needs to be ported to DBus. trunkWed, 09 May 2007 15:14:52 -0700, by nenolod
-
[svn] - some progress towards making audtool build again trunkWed, 09 May 2007 14:58:26 -0700, by nenolod
-
[svn] - move configdb public API to audacious proper trunkWed, 09 May 2007 14:38:41 -0700, by nenolod
-
[svn] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus. trunkWed, 09 May 2007 14:36:37 -0700, by magma
-
[svn] - drop controlsocket code. this probably does not compile yet. trunkWed, 09 May 2007 14:03:11 -0700, by nenolod
-
[svn] Completed the implementation of all the stubs in dbus.c, and commented the creation of the mpris dbus bindings to fix compilation issues. trunkTue, 08 May 2007 10:26:29 -0700, by magma
-
[svn] - rename *class prototypes to *klass to avoid keyword collisions in sun studio and icc. trunkMon, 07 May 2007 17:09:15 -0700, by nenolod
-
[svn] - fix cuesheet bug in a better way (e.g. unbreak http:// streams) trunkSun, 06 May 2007 15:16:34 -0700, by nenolod
-
[svn] Improved DBus initialization and fixed a warning. trunkSat, 05 May 2007 16:50:36 -0700, by magma
-
[svn] Fixed licensing issues and DBus node/interface names. Also implemented playlist advance and reverse. trunkSat, 05 May 2007 16:24:08 -0700, by magma
-
[svn] Fixed formatting. Tabs + tw=2 ==> spaces + tw=4. trunkSat, 05 May 2007 16:04:39 -0700, by 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. trunkSat, 05 May 2007 15:37:54 -0700, by magma
-
[svn] - Made the Space key pause/unpause playback (like e.g. mplayer) trunkWed, 02 May 2007 10:34:59 -0700, by mf0102
-
[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. trunkFri, 27 Apr 2007 10:22:03 -0700, by yaz
-
[svn] XDG path fixes in documentation, submitted by nine on irc.atheme.org trunkThu, 19 Apr 2007 09:24:13 -0700, by chainsaw
-
[svn] Modified playlist_compare_artist so that a leading "the" in an artist's trunkTue, 17 Apr 2007 23:36:31 -0700, by magma
-
[svn] - make the evil 'reload plugins' button behave a bit better trunkMon, 16 Apr 2007 04:19:03 -0700, by giacomo
-
[svn] - workaround for linuxthread's broken implementation of sigwait(). trunkThu, 12 Apr 2007 00:16:37 -0700, by yaz
-
[svn] - unsigned char should be used during id3v1 parse. closes #888. trunkWed, 11 Apr 2007 00:28:41 -0700, by yaz
-
[svn] - use pthread_sigmask(SIG_BLOCK, ...) instead of of SIG_SETMASK trunkTue, 10 Apr 2007 14:16:32 -0700, by nenolod
-
[svn] - playlist_get_length_nolock() -> playlist_get_length(), no need for trunkTue, 10 Apr 2007 11:27:26 -0700, by nenolod
-
[svn] - playlist_set_info() does not change the playlist and shouldn't block trunkTue, 10 Apr 2007 11:25:39 -0700, by nenolod
-
[svn] - tuple operations do not change the structure of the playlist and trunkTue, 10 Apr 2007 11:20:21 -0700, by nenolod
-
[svn] - unlock many playlist operations that do not really need locking trunkTue, 10 Apr 2007 11:12:56 -0700, by nenolod
-
[svn] - probe remote sources (hardcoded to http://, https://) in the background. trunkTue, 10 Apr 2007 10:17:48 -0700, by nenolod
-
[svn] - do not use the signal handler at all on linuxthreads and hope for the best trunkTue, 10 Apr 2007 09:45:30 -0700, by nenolod
-
[svn] - handle sigwait(2) brokenness on linuxthreads trunkTue, 10 Apr 2007 08:39:56 -0700, by nenolod
-
[svn] - remove the unplayable files dialog. it is more annoying than useful. trunkMon, 09 Apr 2007 13:29:20 -0700, by nenolod
-
[svn] - use execinfo.h to provide more useful information about crashes trunkSun, 08 Apr 2007 18:05:09 -0700, by nenolod
-
[svn] - fixed c++ish declaration in a c file (part 7) trunkSat, 07 Apr 2007 05:36:05 -0700, by giacomo
-
[svn] - fixed c++ish declaration in a c file (part 6) trunkSat, 07 Apr 2007 05:29:39 -0700, by giacomo
-
[svn] - fixed c++ish declaration in a c file (part 5) trunkSat, 07 Apr 2007 05:25:22 -0700, by giacomo
-
[svn] - fixed c++ish declaration in a c file (part 4) trunkSat, 07 Apr 2007 05:15:25 -0700, by giacomo
-
[svn] - fixed c++ish declaration in a c file (part 3) trunkSat, 07 Apr 2007 05:08:36 -0700, by giacomo
-
[svn] - fixed c++ish declaration in a c file (part 2) trunkSat, 07 Apr 2007 04:56:27 -0700, by giacomo
-
[svn] - fix alt+click enqueue. this is more like vincent ratier's original patch except that it's C90-capable for freebsd 4. trunkThu, 05 Apr 2007 17:01:26 -0700, by nenolod
-
[svn] - patch by Vincent Ratier to add Alt+Click enqueue to the playlist editor. Closes #860. trunkThu, 05 Apr 2007 06:11:33 -0700, by nenolod
-
[svn] - don't resample if source rate matches the internal clock rate. closes #881. trunkThu, 05 Apr 2007 05:56:00 -0700, by nenolod
-
[svn] - synchronize SRC conversion patch with upstream trunkThu, 05 Apr 2007 05:32:15 -0700, by nenolod
-
[svn] - fix doublesize motion events. patch by gagern, closes #856. trunkSat, 31 Mar 2007 19:33:04 -0700, by nenolod
-
[svn] Don't show a warning dialog when trying to add .{jpeg,jpg,txt} files. trunkMon, 26 Mar 2007 09:21:40 -0700, by js
-
[svn] - glib-2.13.0 requires g_thread_init() to be called before all other GLib functions. trunkSat, 24 Mar 2007 23:25:20 -0700, by yaz