Mercurial > audlegacy
graph
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkThu, 02 Aug 2007 01:38:22 -0500, by William Pitcock
-
Split off CJK implementation from guess.c logic. trunkThu, 02 Aug 2007 01:38:15 -0500, by William Pitcock
-
Added my g15composer-based Python script for displaying Now Playing info on the LCD of the Logitech G15 Gaming Keyboard. trunkWed, 01 Aug 2007 22:04:59 -0400, by ssokolow
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkWed, 01 Aug 2007 08:08:25 -0500, by William Pitcock
-
Automated merge with ssh://kustodian@hg.atheme.org//hg/audacious trunkWed, 01 Aug 2007 14:50:23 +0200, by Strahinja Kustudic
-
Allow libguess to be extended for other languages using a common API. trunkWed, 01 Aug 2007 07:11:38 -0500, by William Pitcock
-
oops, using a C0X extension (break-from-if) probably isn't cool here. trunkWed, 01 Aug 2007 03:38:35 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkWed, 01 Aug 2007 03:37:06 -0500, by William Pitcock
-
Don't explicitly trust the mimetype, still do a probe. trunkWed, 01 Aug 2007 03:36:57 -0500, by William Pitcock
-
now "hide seekbar on streaming" uses message passing. trunkWed, 01 Aug 2007 13:55:02 +0900, by Yoshiki Yazawa
-
temporal fix for update problem which randomly caused by scrolling in playlist. trunkMon, 30 Jul 2007 20:42:40 +0900, by Yoshiki Yazawa
-
ran update-po, fixed POTFILES.in and updated German translation trunkSun, 29 Jul 2007 17:35:31 +0200, by mf0102
-
mainwin_update_song_info() should not return FALSE when time < 0 otherwise neither playtime display nor hide seekbar on streaming work. trunkSat, 28 Jul 2007 16:53:56 +0900, by Yoshiki Yazawa
-
revive dsd's titlebar patch (r3083) due to it works fine with message passing UI update. trunkSat, 28 Jul 2007 16:07:14 +0900, by Yoshiki Yazawa
-
Un-shortcircuit some code that I didn't mean to. trunkFri, 27 Jul 2007 19:44:14 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkFri, 27 Jul 2007 19:41:37 -0500, by William Pitcock
-
Don't display the seek bar if length is -1. There is probably a more efficient way of doing this, but I'm lazy. desowin@ can always fix this later. trunkFri, 27 Jul 2007 19:41:25 -0500, by William Pitcock
-
Automated merge with ssh://mf0102@hg.atheme-project.org//hg/audacious trunkSat, 28 Jul 2007 01:12:03 +0200, by mf0102
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkFri, 27 Jul 2007 15:28:34 -0500, by William Pitcock
-
Track playback monitor thread in InputPlayback.thread. trunkFri, 27 Jul 2007 15:28:26 -0500, by William Pitcock
-
Gracefully handle playback being NULL even if playback_get_playing() is TRUE during playback init. trunkFri, 27 Jul 2007 03:16:09 +0200, by Christian Birchinger
-
I don't think that's needed. If you revert it, use playback_get_playing() instead. trunkFri, 27 Jul 2007 00:31:46 +0200, by Christian Birchinger
-
Automated merge with ssh://hg.atheme-project.org//hg/audacious trunkThu, 26 Jul 2007 23:54:39 +0200, by Christian Birchinger
-
Don't call playback_get_time() if not playing in mainwin_idle_func(). trunkThu, 26 Jul 2007 23:54:07 +0200, by Christian Birchinger
-
Automated merge with ssh://mf0102@hg.atheme-project.org//hg/audacious trunkThu, 26 Jul 2007 22:39:43 +0200, by mf0102
-
Automated merge with ssh://hg.atheme-project.org//hg/audacious trunkThu, 26 Jul 2007 22:33:34 +0200, by Christian Birchinger
-
Only set the filename in the dialog if it has been defined before by a previous load or save opeation. trunkThu, 26 Jul 2007 22:33:25 +0200, by Christian Birchinger
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkThu, 26 Jul 2007 14:25:23 -0500, by William Pitcock
-
Hardcoded a dummy path to use with cdaudio-ng plugin trunkThu, 26 Jul 2007 12:10:34 +0300, by Calin Crisan ccrisan
-
playback_seek(): several WTFs in here (probably from XMMS) fixed trunkWed, 25 Jul 2007 19:10:53 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkWed, 25 Jul 2007 15:46:06 -0500, by William Pitcock
-
Remove mainwin_set_info_text() craq. Still some work to do. trunkWed, 25 Jul 2007 15:46:00 -0500, by William Pitcock
-
Automated merge with ssh://mf0102@hg.atheme-project.org//hg/audacious trunkWed, 25 Jul 2007 22:39:53 +0200, by mf0102
-
- Took over the German translation and fixed tiny language inaccuracies trunkWed, 25 Jul 2007 22:37:56 +0200, by mf0102
-
exclude cue:// from regular scheme check. it is temporal too. trunkWed, 25 Jul 2007 18:49:27 +0900, by Yoshiki Yazawa
-
Use message passing to make sure the UI is updated in the main thread. trunkTue, 24 Jul 2007 01:05:57 -0500, by William Pitcock
-
Send a message from the monitor thread to the main thread for audio errors, like we do with eof condition. trunkMon, 23 Jul 2007 19:35:59 -0500, by William Pitcock
-
playback monitor thread: If forced stop occurs, do not queue "playback eof" signal. trunkMon, 23 Jul 2007 19:24:51 -0500, by William Pitcock