Wed, 01 Aug 2007 13:55:02 +0900 |
Yoshiki Yazawa |
now "hide seekbar on streaming" uses message passing.
trunk
|
Mon, 30 Jul 2007 20:42:40 +0900 |
Yoshiki Yazawa |
temporal fix for update problem which randomly caused by scrolling in playlist.
trunk
|
Sun, 29 Jul 2007 17:35:31 +0200 |
mf0102 |
ran update-po, fixed POTFILES.in and updated German translation
trunk
|
Sat, 28 Jul 2007 14:48:21 +0300 |
Cristi Magherusan |
merge
trunk
|
Sat, 28 Jul 2007 14:45:48 +0300 |
Cristi Magherusan |
fixed crashes
trunk
|
Sat, 28 Jul 2007 16:53:56 +0900 |
Yoshiki Yazawa |
mainwin_update_song_info() should not return FALSE when time < 0 otherwise neither playtime display nor hide seekbar on streaming work.
trunk
|
Sat, 28 Jul 2007 16:07:14 +0900 |
Yoshiki Yazawa |
revive dsd's titlebar patch (r3083) due to it works fine with message passing UI update.
trunk
|
Fri, 27 Jul 2007 19:44:14 -0500 |
William Pitcock |
Un-shortcircuit some code that I didn't mean to.
trunk
|
Fri, 27 Jul 2007 19:41:37 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Fri, 27 Jul 2007 19:41:25 -0500 |
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.
trunk
|
Sat, 28 Jul 2007 01:12:03 +0200 |
mf0102 |
Automated merge with ssh://mf0102@hg.atheme-project.org//hg/audacious
trunk
|
Sat, 28 Jul 2007 01:11:38 +0200 |
mf0102 |
- Further translation efforts
trunk
|
Sat, 28 Jul 2007 01:38:07 +0300 |
Cristi Magherusan |
another damn merge
trunk
|
Sat, 28 Jul 2007 01:28:48 +0300 |
Cristi Magherusan |
bound the Enter key to the play button
trunk
|
Sat, 28 Jul 2007 01:27:59 +0300 |
Cristi Magherusan |
lastfm radio GUI
trunk
|
Fri, 27 Jul 2007 15:28:34 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Fri, 27 Jul 2007 15:28:26 -0500 |
William Pitcock |
Track playback monitor thread in InputPlayback.thread.
trunk
|
Fri, 27 Jul 2007 03:16:09 +0200 |
Christian Birchinger |
Gracefully handle playback being NULL even if playback_get_playing() is TRUE during playback init.
trunk
|
Fri, 27 Jul 2007 00:31:46 +0200 |
Christian Birchinger |
I don't think that's needed. If you revert it, use playback_get_playing() instead.
trunk
|
Thu, 26 Jul 2007 23:54:39 +0200 |
Christian Birchinger |
Automated merge with ssh://hg.atheme-project.org//hg/audacious
trunk
|
Thu, 26 Jul 2007 23:54:07 +0200 |
Christian Birchinger |
Don't call playback_get_time() if not playing in mainwin_idle_func().
trunk
|
Thu, 26 Jul 2007 22:39:43 +0200 |
mf0102 |
Automated merge with ssh://mf0102@hg.atheme-project.org//hg/audacious
trunk
|
Thu, 26 Jul 2007 22:39:16 +0200 |
mf0102 |
Continue translating
trunk
|
Thu, 26 Jul 2007 22:33:34 +0200 |
Christian Birchinger |
Automated merge with ssh://hg.atheme-project.org//hg/audacious
trunk
|
Thu, 26 Jul 2007 22:33:25 +0200 |
Christian Birchinger |
Only set the filename in the dialog if it has been defined before by a previous load or save opeation.
trunk
|
Thu, 26 Jul 2007 14:59:29 -0500 |
William Pitcock |
Remove unnecessary switch statement.
trunk
|
Thu, 26 Jul 2007 14:25:23 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Thu, 26 Jul 2007 14:22:26 -0500 |
William Pitcock |
get_current_input_playback() cleanups.
trunk
|
Thu, 26 Jul 2007 12:10:34 +0300 |
Calin Crisan ccrisan |
Hardcoded a dummy path to use with cdaudio-ng plugin
trunk
|
Wed, 25 Jul 2007 19:10:53 -0500 |
William Pitcock |
playback_seek(): several WTFs in here (probably from XMMS) fixed
trunk
|
Wed, 25 Jul 2007 16:28:54 -0500 |
William Pitcock |
Unbreak vfs_is_writeable().
trunk
|
Wed, 25 Jul 2007 15:46:06 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Wed, 25 Jul 2007 15:46:00 -0500 |
William Pitcock |
Remove mainwin_set_info_text() craq. Still some work to do.
trunk
|
Wed, 25 Jul 2007 22:39:53 +0200 |
mf0102 |
Automated merge with ssh://mf0102@hg.atheme-project.org//hg/audacious
trunk
|
Wed, 25 Jul 2007 22:37:56 +0200 |
mf0102 |
- Took over the German translation and fixed tiny language inaccuracies
trunk
|
Wed, 25 Jul 2007 18:49:27 +0900 |
Yoshiki Yazawa |
exclude cue:// from regular scheme check. it is temporal too.
trunk
|
Tue, 24 Jul 2007 22:26:32 +0200 |
mf0102 |
- Assertion not being called anymore
trunk
|
Tue, 24 Jul 2007 13:17:23 -0500 |
William Pitcock |
__AUDACIOUS_PLUGIN_API__ is now 3.
trunk
|
Tue, 24 Jul 2007 01:05:57 -0500 |
William Pitcock |
Use message passing to make sure the UI is updated in the main thread.
trunk
|
Mon, 23 Jul 2007 19:35:59 -0500 |
William Pitcock |
Send a message from the monitor thread to the main thread for audio errors, like we do with eof condition.
trunk
|
Mon, 23 Jul 2007 19:33:59 -0500 |
William Pitcock |
Remove check for playback->error.
trunk
|
Mon, 23 Jul 2007 19:24:51 -0500 |
William Pitcock |
playback monitor thread: If forced stop occurs, do not queue "playback eof" signal.
trunk
|
Mon, 23 Jul 2007 17:14:47 -0500 |
William Pitcock |
Remove debugging notices.
trunk
|
Mon, 23 Jul 2007 17:14:14 -0500 |
William Pitcock |
Made a mistake here. Fixing!
trunk
|
Mon, 23 Jul 2007 17:10:52 -0500 |
William Pitcock |
New threading model for playback. Playback code should now *block*.
trunk
|
Mon, 23 Jul 2007 16:42:30 -0500 |
William Pitcock |
Add playback_eof(). Plugins should use this instead of playback->eof = 1.
trunk
|
Mon, 23 Jul 2007 16:13:54 -0500 |
William Pitcock |
Death to genevent functions.
trunk
|
Mon, 23 Jul 2007 15:55:40 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|