log

age author description
2009-05-01 John Lindgren Use g_filename_to_uri on command line items that do not contain "://" (bug #51)
2009-04-28 Tony Vroon Credit Carlo Bramini for patching in bug #47.
2009-04-26 John Lindgren This warning message was a mistake.
2009-04-26 John Lindgren Enable opening jump to file dialog from audtool.
2009-04-26 John Lindgren Use playlist_get_mtime, not plain stat, when sorting by date (bug #20)
2009-04-26 John Lindgren When deleting last playlist, set title to "Untitled Playlist", as for a new one.
2009-04-26 John Lindgren Fix a crash when deleting a playlist.
2009-04-26 John Lindgren Eliminate a double free (bug #30)
2009-04-24 Tony Vroon Acknowledge contribution by Edward Sheldrake in bug #12.
2009-04-24 Tony Vroon Do not leave the audio device open when using stop after current song, patch by Edward Sheldrake closes bug #12.
2009-04-24 Tony Vroon Acknowledge contribution by John Wehle for bug #46.
2009-04-19 Tony Vroon We do not care about hook_find(name) past the if-statement. Do not assign to a variable.
2009-04-19 Tony Vroon Remove one instance where http_flag is declared and assigned, but otherwise unused. From code analysis, unique ID 2JxrMA.
2009-04-19 Tony Vroon Remove declaration & assignment of numsongs, the variable is unused. From code analysis, unique ID q3QDmA.
2009-04-19 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.
2009-04-19 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.
2009-04-18 Tomasz Mon Spell Michał Lipski's name correctly
2009-04-17 Tony Vroon Acknowledge contributions by Michal Lipski.
2009-04-17 William Pitcock on_about_window_expose(): avoid NULL-dereference
2009-04-17 William Pitcock audacious_rc_playlist_enqueue_to_temp(): drop totally unused value
2009-04-17 William Pitcock prefswin_page_destroy(): add missing 'continue' instruction.
2009-04-17 William Pitcock vis_playback_stop(): don't bother with assigning values when they are assigned again later.
2009-04-17 William Pitcock Remove no longer relevant code.
2009-04-17 William Pitcock Initialize rv to EXT_FALSE.
2009-04-14 William Pitcock there was an 'a' here. how did that get there
2009-04-14 William Pitcock Fix .M files being recognized as playlists.
2009-04-13 John Lindgren On second thought, apply equalizer settings on (re)opening audio
2009-04-13 John Lindgren Apply saved equalizer settings on startup
2009-04-13 John Lindgren Heal the equalizer's clipping prevention of insanity
2009-04-13 John Lindgren Hook up the equalizer (bug #24)
2009-04-12 John Lindgren Updated Catalan translation from Ernest Adrogué (bug #25)
2009-04-12 John Lindgren Spell Ernest Adrogué's name correctly (bug #26)
2009-04-12 Tony Vroon Unsigned integer != gsize.
2009-04-12 Tony Vroon Functions were declared that are only used in specific situations. Move a code block up a bit and #ifdef appropriately.
2009-04-11 John Lindgren Fix "audacious -p" crash and failing to play on startup
2009-04-10 John Lindgren Only hide, do not destroy, window on delete-event (Debian bug #495427)
2009-04-10 John Lindgren Fix "audtool help playback-seek-relative" crash (Debian bug #512910)
2009-03-04 Michal Lipski Add 5px padding for label_time
2009-04-08 Tony Vroon Translation to Basque by Iñaki Larrañaga Murgoitio.
2009-04-05 William Pitcock "default" -> "newui".
2009-04-05 William Pitcock Add configdb entry "interface", and set default to "skinned".
2009-04-05 William Pitcock Unbreak compile.
2009-03-13 William Pitcock Add playlist_shift().
2009-05-21 Yoshiki Yazawa renamed dbus symbol to audlegacy
2009-03-28 Yoshiki Yazawa export on_skin_view_drag_data_received() for now.
2009-03-04 Tony Vroon Acknowledge contributions from John Lindgren, Debian bug #517692.
2009-03-04 Tony Vroon Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
2009-03-02 William Pitcock Do NOT save the config if we are crashing. This is a *hideously* bad idea.
2009-02-28 Tony Vroon -equalizer.c:34: warning: implicit declaration of function ‘output_set_eq’
2009-02-28 Tony Vroon Sort by probe_priority. Noisy decision logic for the plugins while we work this out.
2009-02-28 William Pitcock Implement core changes for output plugin probing.
2009-02-28 William Pitcock get rid of OUTPUT_PLUGIN_INIT_OK, add OUTPUT_PLUGIN_INIT_FOUND_DEVICES.
2009-02-27 William Pitcock Add OutputPlugin::probe_priority [public], used to set the priority in which this plugin should be probed.
2009-02-27 William Pitcock Add OutputPluginInitStatus.
2009-02-18 Andrew O. Shadoura include track number in D-Bus-exported metadata (fixes http://bugs.debian.org/514426)
2009-02-06 Andrew O. Shadoura removed one more dependency
2009-02-06 Andrew O. Shadoura remove redundant dependencies
2009-01-19 Tony Vroon -dbus.c:278: warning: implicit declaration of function ‘run_filebrowser’
2009-01-19 Tony Vroon -auddrct.c:110: warning: implicit declaration of function ‘run_filebrowser’
2009-01-16 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.