Wed, 05 Sep 2007 02:29:16 +0300 |
Matti Hamalainen |
Actually only use [!] marker in the subtune menu, not the whole info field.
|
Wed, 05 Sep 2007 02:23:09 +0300 |
Matti Hamalainen |
Branch merge.
|
Wed, 05 Sep 2007 02:22:40 +0300 |
Matti Hamalainen |
Kludge xspf plugin to "work" better with playlist entries which have
|
Wed, 05 Sep 2007 02:11:41 +0300 |
Matti Hamalainen |
Cleaned up the mutex locking of xs_play_file(). This seems to magically fix
|
Wed, 05 Sep 2007 02:09:02 +0300 |
Matti Hamalainen |
Merged fileinfo improvements from XMMS-SID: sub-tunes info selector menu
|
Wed, 05 Sep 2007 02:06:45 +0300 |
Matti Hamalainen |
Undefine DEBUG, it is probably not needed at the moment; Made mutex debugging
|
Wed, 05 Sep 2007 00:10:06 +0300 |
Matti Hamalainen |
Constify.
|
Wed, 05 Sep 2007 00:09:50 +0300 |
Matti Hamalainen |
Remove useless xs_memset()
|
Wed, 05 Sep 2007 00:29:16 +0200 |
mf0102 |
update-po, German translation, SID plugin translation adaption
|
Tue, 04 Sep 2007 23:12:43 +0300 |
Matti Hamalainen |
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
|
Tue, 04 Sep 2007 20:42:22 +0900 |
VDR dai (audacious) |
update Japanese translation
|
Tue, 04 Sep 2007 03:24:11 +0300 |
Matti Hamalainen |
Merged STIL parser fixes from XMMS-SID.
|
Mon, 03 Sep 2007 23:43:38 +0200 |
mf0102 |
Adapted plugins for internationalisation, update-po, German translation
|
Mon, 03 Sep 2007 17:46:16 +0300 |
Matti Hamalainen |
Use set_info(), blah and actually add at least the default sub-tune to
|
Mon, 03 Sep 2007 10:59:32 +0300 |
Matti Hamalainen |
Oops, && should've been ||, fixed.
|
Mon, 03 Sep 2007 09:37:32 +0300 |
Matti Hamalainen |
Fix fileinfo dialog to work with new subtune system.
|
Mon, 03 Sep 2007 09:06:54 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 03 Sep 2007 09:04:49 +0300 |
Matti Hamalainen |
Chainsaw, this is for you: Separate playlist entries added for sub-tunes;
|
Mon, 03 Sep 2007 08:45:34 +0300 |
Matti Hamalainen |
Constify arguments.
|
Mon, 03 Sep 2007 08:45:00 +0300 |
Matti Hamalainen |
Move xs_tuneinfo_*() function prototypes to xs_slsup.h
|
Mon, 03 Sep 2007 08:43:47 +0300 |
Matti Hamalainen |
Constify arguments.
|
Mon, 03 Sep 2007 07:06:15 +0300 |
Matti Hamalainen |
Constify.
|
Mon, 03 Sep 2007 06:28:17 +0300 |
Matti Hamalainen |
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
|
Mon, 03 Sep 2007 06:25:55 +0300 |
Matti Hamalainen |
Some macro additions for handling Gtk+/Glib stuff; Misc merges.
|
Mon, 03 Sep 2007 06:24:06 +0300 |
Matti Hamalainen |
Merge xs_curve changes.
|
Mon, 03 Sep 2007 04:33:47 +0300 |
Matti Hamalainen |
Updated glade-file for Aud-SID.
|
Sun, 02 Sep 2007 22:18:43 -0500 |
William Pitcock |
madplug: remove rpath. PUT THIS IN CONFIGURE.AC. -Wl,rpath= IS NOT PORTABLE. I WILL KEEP REMOVING THIS.
|
Sun, 02 Sep 2007 22:01:45 -0500 |
William Pitcock |
filewriter: fix symbol collisions
|
Sun, 02 Sep 2007 21:55:07 -0500 |
William Pitcock |
sexypsf: clean up symbol namespace
|
Mon, 03 Sep 2007 01:02:31 +0200 |
mf0102 |
automated merge
|
Mon, 03 Sep 2007 01:01:34 +0200 |
mf0102 |
German translation, about 50% complete
|
Mon, 03 Sep 2007 01:33:33 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 03 Sep 2007 01:26:49 +0300 |
Matti Hamalainen |
Start of major Aud-SID Tuples vs XMMS-SID cleanup.
|
Mon, 03 Sep 2007 01:23:36 +0300 |
Matti Hamalainen |
Move NLS support macros to xs_support.h
|
Sun, 02 Sep 2007 22:51:48 +0100 |
Tony Vroon |
Update codec names, remove now obsolete getsonginfo.
|
Sun, 02 Sep 2007 23:08:33 +0300 |
Matti Hamalainen |
Few minor changes, to amend differences between XMMS-SID and this.
|
Sun, 02 Sep 2007 23:00:33 +0300 |
Matti Hamalainen |
Merged.
|
Sun, 02 Sep 2007 22:58:45 +0300 |
Matti Hamalainen |
Fixes to make the fileinfo sub-tune info selector actually work.
|
Sun, 02 Sep 2007 21:34:37 +0300 |
Matti Hamalainen |
Merge fileinfo window fixes from XMMS-SID.
|
Sun, 02 Sep 2007 11:27:41 +0900 |
Yoshiki Yazawa |
make cuesheet plugin work again.
|
Sun, 02 Sep 2007 03:13:17 +0100 |
Tony Vroon |
Add a tuple builder. With thanks to ccr for the fallback logic; I hate C++.
|
Sun, 02 Sep 2007 02:06:06 +0300 |
Matti Hamalainen |
Some Audacious specific (for Tuple generation) mutex locks added.
|
Sun, 02 Sep 2007 01:31:55 +0300 |
Matti Hamalainen |
Merge thread locking/mutex fix from XMMS-SID. Fixes a race between
|
Sun, 02 Sep 2007 01:30:22 +0300 |
Matti Hamalainen |
Merge some changes from XMMS-SID
|
Sat, 01 Sep 2007 11:18:52 +0200 |
Sascha Hlusiak |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 31 Aug 2007 23:21:30 +0200 |
Sascha Hlusiak |
hotkey plugin: stripped unneeded #ifdefs from standalone version
|
Sat, 01 Sep 2007 06:02:34 +0300 |
Matti Hamalainen |
Use g_strdup().
|
Sat, 01 Sep 2007 06:02:20 +0300 |
Matti Hamalainen |
Always #define HAVE_MEMSET when building Audacious version of SID plugin.
|
Sat, 01 Sep 2007 06:01:53 +0300 |
Matti Hamalainen |
Fix indentation.
|
Sat, 01 Sep 2007 06:01:34 +0300 |
Matti Hamalainen |
Useless use of if() with g_free().
|
Sat, 01 Sep 2007 05:23:31 +0300 |
Matti Hamalainen |
Some cleanups; Removed useless heap allocations, use a small static buffer
|
Sat, 01 Sep 2007 01:00:13 +0100 |
Tony Vroon |
Correct title generation, use that tuple builder.
|
Fri, 31 Aug 2007 23:48:45 +0100 |
Tony Vroon |
It compiles, no segfault... So where is my title?
|
Fri, 31 Aug 2007 22:48:53 +0200 |
Sascha Hlusiak |
Include global hotkey plugin in build system (src/hotkey)
|
Fri, 31 Aug 2007 17:06:54 +0900 |
VDR dai (audacious) |
update Japanese translation
|
Fri, 31 Aug 2007 01:27:14 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|