Mon, 20 Apr 2009 00:12:18 +0100 |
Tony Vroon |
We do not care about hook_find(name) past the if-statement. Do not assign to a variable.
|
Sun, 19 Apr 2009 23:52:10 +0100 |
Tony Vroon |
Remove one instance where http_flag is declared and assigned, but otherwise unused. From code analysis, unique ID 2JxrMA.
|
Sun, 19 Apr 2009 23:43:13 +0100 |
Tony Vroon |
Remove declaration & assignment of numsongs, the variable is unused. From code analysis, unique ID q3QDmA.
|
Sun, 19 Apr 2009 23:39:14 +0100 |
Tony Vroon |
Stop assigning node, the variable is unused. Removes need for node and one PLAYLIST_LOCK/UNLOCK pair. From code analysis, unique ID 99OFUU.
|
Sun, 19 Apr 2009 23:26:48 +0100 |
Tony Vroon |
We only need the results of the stat once, do not bother with a variable at all. From code analysis, unique ID uYRsrf.
|
Sat, 18 Apr 2009 11:58:27 +0200 |
Tomasz Mon |
Spell Micha©È Lipski's name correctly
|
Fri, 17 Apr 2009 16:43:45 +0100 |
Tony Vroon |
Acknowledge contributions by Michal Lipski.
|
Thu, 16 Apr 2009 20:22:52 -0500 |
William Pitcock |
on_about_window_expose(): avoid NULL-dereference
|
Thu, 16 Apr 2009 20:14:28 -0500 |
William Pitcock |
audacious_rc_playlist_enqueue_to_temp(): drop totally unused value
|
Thu, 16 Apr 2009 20:07:38 -0500 |
William Pitcock |
prefswin_page_destroy(): add missing 'continue' instruction.
|
Thu, 16 Apr 2009 20:01:24 -0500 |
William Pitcock |
vis_playback_stop(): don't bother with assigning values when they are assigned again later.
|
Thu, 16 Apr 2009 19:57:44 -0500 |
William Pitcock |
Remove no longer relevant code.
|
Thu, 16 Apr 2009 19:49:20 -0500 |
William Pitcock |
Initialize rv to EXT_FALSE.
|
Tue, 14 Apr 2009 16:26:12 -0500 |
William Pitcock |
there was an 'a' here. how did that get there
|
Tue, 14 Apr 2009 15:16:54 -0500 |
William Pitcock |
Fix .M files being recognized as playlists.
|
Mon, 13 Apr 2009 01:18:06 -0400 |
John Lindgren |
On second thought, apply equalizer settings on (re)opening audio
|
Mon, 13 Apr 2009 00:53:26 -0400 |
John Lindgren |
Apply saved equalizer settings on startup
|
Sun, 12 Apr 2009 23:52:38 -0400 |
John Lindgren |
Heal the equalizer's clipping prevention of insanity
|
Sun, 12 Apr 2009 23:03:39 -0400 |
John Lindgren |
Hook up the equalizer (bug #24)
|
Sun, 12 Apr 2009 19:58:12 -0400 |
John Lindgren |
Updated Catalan translation from Ernest Adrogu«± (bug #25)
|
Sun, 12 Apr 2009 19:40:25 -0400 |
John Lindgren |
Spell Ernest Adrogu«±'s name correctly (bug #26)
|
Mon, 13 Apr 2009 00:27:33 +0100 |
Tony Vroon |
Unsigned integer != gsize.
|
Mon, 13 Apr 2009 00:19:52 +0100 |
Tony Vroon |
Functions were declared that are only used in specific situations. Move a code block up a bit and #ifdef appropriately.
|
Fri, 10 Apr 2009 20:02:45 -0400 |
John Lindgren |
Fix "audacious -p" crash and failing to play on startup
|
Fri, 10 Apr 2009 01:02:50 -0400 |
John Lindgren |
Only hide, do not destroy, window on delete-event (Debian bug #495427)
|
Thu, 09 Apr 2009 20:43:01 -0400 |
John Lindgren |
Fix "audtool help playback-seek-relative" crash (Debian bug #512910)
|
Wed, 04 Mar 2009 15:36:58 +0100 |
Michal Lipski |
Add 5px padding for label_time
|
Wed, 08 Apr 2009 18:56:10 +0100 |
Tony Vroon |
Translation to Basque by I«Ðaki Larra«Ðaga Murgoitio.
|
Sun, 05 Apr 2009 15:28:31 -0500 |
William Pitcock |
"default" -> "newui".
|
Sun, 05 Apr 2009 15:28:06 -0500 |
William Pitcock |
Add configdb entry "interface", and set default to "skinned".
|
Sun, 05 Apr 2009 15:24:15 -0500 |
William Pitcock |
Unbreak compile.
|
Fri, 13 Mar 2009 14:22:07 -0500 |
William Pitcock |
Add playlist_shift().
|
Thu, 21 May 2009 19:17:02 +0900 |
Yoshiki Yazawa |
renamed dbus symbol to audlegacy
|
Sat, 28 Mar 2009 19:27:30 +0900 |
Yoshiki Yazawa |
export on_skin_view_drag_data_received() for now.
|
Wed, 04 Mar 2009 13:02:14 +0000 |
Tony Vroon |
Acknowledge contributions from John Lindgren, Debian bug #517692.
|
Wed, 04 Mar 2009 12:44:30 +0000 |
Tony Vroon |
Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
|
Sun, 01 Mar 2009 23:17:11 -0600 |
William Pitcock |
Do NOT save the config if we are crashing. This is a *hideously* bad idea.
|
Sat, 28 Feb 2009 13:06:11 +0000 |
Tony Vroon |
-equalizer.c:34: warning: implicit declaration of function ¡Æoutput_set_eq¡Ç
|
Sat, 28 Feb 2009 02:35:27 +0000 |
Tony Vroon |
Sort by probe_priority. Noisy decision logic for the plugins while we work this out.
|
Fri, 27 Feb 2009 19:21:36 -0600 |
William Pitcock |
Implement core changes for output plugin probing.
|
Fri, 27 Feb 2009 19:16:28 -0600 |
William Pitcock |
get rid of OUTPUT_PLUGIN_INIT_OK, add OUTPUT_PLUGIN_INIT_FOUND_DEVICES.
|
Fri, 27 Feb 2009 17:38:36 -0600 |
William Pitcock |
Add OutputPlugin::probe_priority [public], used to set the priority in which this plugin should be probed.
|
Fri, 27 Feb 2009 17:37:10 -0600 |
William Pitcock |
Add OutputPluginInitStatus.
|
Wed, 18 Feb 2009 12:07:46 +0200 |
Andrew O. Shadoura |
include track number in D-Bus-exported metadata (fixes http://bugs.debian.org/514426)
|
Fri, 06 Feb 2009 17:57:58 +0200 |
Andrew O. Shadoura |
removed one more dependency
|
Fri, 06 Feb 2009 17:39:07 +0200 |
Andrew O. Shadoura |
remove redundant dependencies
|
Mon, 19 Jan 2009 01:05:43 +0000 |
Tony Vroon |
-dbus.c:278: warning: implicit declaration of function ¡Ærun_filebrowser¡Ç
|
Mon, 19 Jan 2009 01:00:11 +0000 |
Tony Vroon |
-auddrct.c:110: warning: implicit declaration of function ¡Ærun_filebrowser¡Ç
|
Fri, 16 Jan 2009 23:44:42 +0000 |
Tony Vroon |
Fix up: WARNING **: Could not load desktop file /usr/share/applications/audacious.desktop: No such file or directory - Session management may not work now.
|
Wed, 04 Feb 2009 07:31:14 +0900 |
Yoshiki Yazawa |
removed unnecessary spaces
|
Thu, 27 Nov 2008 22:07:26 +0900 |
Konosuke Watanabe |
Fix source path
|
Wed, 26 Nov 2008 11:53:37 +0900 |
Yoshiki Yazawa |
pkgconfig files should be installed in lib/pkgconfig
|
Wed, 26 Nov 2008 05:15:41 +0900 |
Yoshiki Yazawa |
we should use modified libdir insted of plugindir.
|
Wed, 26 Nov 2008 03:50:00 +0900 |
Yoshiki Yazawa |
moved private libraries to plugindir to avoid conflict with audacious.
|
Wed, 26 Nov 2008 02:56:18 +0900 |
Yoshiki Yazawa |
moved libSAD.h to src/audlegacy for the path for header files.
|
Wed, 26 Nov 2008 00:44:56 +0900 |
Yoshiki Yazawa |
rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
|
Sun, 02 Nov 2008 00:08:56 +0000 |
Tony Vroon |
Add datarootdir as a variable. Not having it causes loud whining from autoconf.
|
Sat, 01 Nov 2008 21:39:46 +0100 |
Jonathan Schleifer |
Clear .SUFFIXES first to prevent compiling files silently.
|
Thu, 16 Oct 2008 13:36:26 -0500 |
William Pitcock |
Exit immediately upon failing to launch interface.
|
Thu, 16 Oct 2008 12:59:14 -0500 |
William Pitcock |
Don't crash on an invalid interface.
|
Sat, 01 Nov 2008 20:09:43 +0100 |
Jonathan Schleifer |
Move one line to fix dependency generation.
|
Tue, 25 Nov 2008 16:03:56 +0900 |
Yoshiki Yazawa |
changed default values:
|
Tue, 25 Nov 2008 03:33:46 +0900 |
Yoshiki Yazawa |
revert 4769.
|
Tue, 25 Nov 2008 03:32:44 +0900 |
Yoshiki Yazawa |
changed data path to audlegacy.
|
Tue, 25 Nov 2008 02:14:56 +0900 |
Yoshiki Yazawa |
override includesibdir for compatibility.
|
Tue, 25 Nov 2008 00:23:50 +0900 |
Yoshiki Yazawa |
tweaked location of potfiles.
|
Mon, 24 Nov 2008 23:21:53 +0900 |
Yoshiki Yazawa |
renamed pkg-config files.
|
Mon, 24 Nov 2008 22:25:58 +0900 |
Yoshiki Yazawa |
- renamed executable as audlegacy
|
Mon, 24 Nov 2008 21:16:26 +0900 |
Yoshiki Yazawa |
audlegacy begins.
|
Sat, 11 Oct 2008 07:43:44 +0900 |
Yoshiki Yazawa |
- provide a way to query current interface.
|
Sat, 11 Oct 2008 02:32:37 +0900 |
Yoshiki Yazawa |
added audtool_disconnect().
|
Sat, 04 Oct 2008 23:48:49 +0100 |
Tony Vroon |
Only gtk.h should be included, as per -DGTK_DISABLE_SINGLE_INCLUDES (GTK+ 3 compatibility project).
|
Sat, 04 Oct 2008 23:44:03 +0100 |
Tony Vroon |
Only glib.h should be included, as per -DG_DISABLE_SINGLE_INCLUDES (GTK+ 3 compatibility project).
|
Sat, 04 Oct 2008 23:41:34 +0100 |
Tony Vroon |
Only gtk.h should be included, as per -DGTK_DISABLE_SINGLE_INCLUDES (GTK+ 3 compatibility project).
|
Thu, 02 Oct 2008 23:45:02 +0200 |
Jonathan Schleifer |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Thu, 02 Oct 2008 23:44:39 +0200 |
Jonathan Schleifer |
Update to latest rev of buildsys & move stuff that doesn't belong there
|
Thu, 02 Oct 2008 23:25:25 +0200 |
Jonathan Schleifer |
You have to include an XPM if you want to use it.
|
Thu, 02 Oct 2008 23:20:04 +0200 |
Jonathan Schleifer |
It is idiotic to exclude that printf out of the #ifdefs if it uses
|
Thu, 02 Oct 2008 23:17:53 +0200 |
Jonathan Schleifer |
Fix Makefile broken by Andrew O. Shadoura.
|
Tue, 30 Sep 2008 17:58:41 +0200 |
mf0102 |
remove XMMS-style fileopener
|
Mon, 29 Sep 2008 20:58:40 +0200 |
mf0102 |
renaming
|
Mon, 29 Sep 2008 20:56:05 +0200 |
mf0102 |
more cleanup
|
Mon, 29 Sep 2008 20:45:37 +0200 |
mf0102 |
pre-codechange indentation
|
Sat, 27 Sep 2008 17:56:22 +0100 |
Tony Vroon |
Replace deprecated g_strcasecmp with g_ascii_strncasecmp.
|
Fri, 26 Sep 2008 21:57:28 +0100 |
Tony Vroon |
Replace g_strncasecmp with g_ascii_strncasecmp.
|
Fri, 26 Sep 2008 21:46:42 +0100 |
Tony Vroon |
g_basename is deprecated, replace with g_path_get_basename.
|
Fri, 26 Sep 2008 21:38:00 +0100 |
Tony Vroon |
g_basename is deprecated, replace with g_path_get_basename.
|
Fri, 26 Sep 2008 21:02:49 +0100 |
Tony Vroon |
g_basename is deprecated, replace with g_path_get_basename.
|
Mon, 22 Sep 2008 20:14:12 +0300 |
Matti Hamalainen |
Moved HACKING and TODO under doc/.
|
Mon, 22 Sep 2008 06:46:46 +0300 |
Matti Hamalainen |
Buffered VFS file routies do not handle mixed seeks and reads/writes
|
Sun, 21 Sep 2008 15:08:30 +0200 |
mf0102 |
UI prettification, parts by desowin - thanks!
|
Wed, 17 Sep 2008 17:27:43 +0300 |
Matti Hamalainen |
Fix .hgtags mappings.
|
Wed, 17 Sep 2008 17:26:01 +0300 |
Matti Hamalainen |
Fix compilation flags.
|
Fri, 29 Aug 2008 02:15:06 +0300 |
Matti Hamalainen |
Require Cairo 1.2.6.
|
Fri, 29 Aug 2008 02:03:58 +0300 |
Matti Hamalainen |
Add check for 'tr' in configure.
|
Fri, 29 Aug 2008 02:02:15 +0300 |
Matti Hamalainen |
Synchronize buildsys.
|