comparison ChangeLog @ 918:209bd85dc1b9 trunk

[svn] - statusicon: add an option to use mouse wheel to change playing song instead of volume
author giacomo
date Fri, 06 Apr 2007 11:47:07 -0700
parents c64da1c724b9
children d16737cc85f6
comparison
equal deleted inserted replaced
917:c64da1c724b9 918:209bd85dc1b9
1 2007-04-06 17:30:17 +0000 Giacomo Lozito <james@develia.org>
2 revision [1962]
3 - aosd: updated ghosd license
4 trunk/src/aosd/ghosd-license | 3 ++-
5 1 file changed, 2 insertions(+), 1 deletion(-)
6
7
1 2007-04-06 04:12:59 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> 8 2007-04-06 04:12:59 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [1960] 9 revision [1960]
3 revise reopen output code for #880. time count would be reset if output was closed. so I took two measures for it. 10 revise reopen output code for #880. time count would be reset if output was closed. so I took two measures for it.
4 - 1. time count will be recorded and restored on reopen. this seems to be right way, but it causes a short stoppage of playback. 11 - 1. time count will be recorded and restored on reopen. this seems to be right way, but it causes a short stoppage of playback.
5 - 2. introduce a new plugin option "force_reopen_audio". if this is set to FALSE (default), decoder will not reopen output. this is a bit rude, but does not cause any interruption. 12 - 2. introduce a new plugin option "force_reopen_audio". if this is set to FALSE (default), decoder will not reopen output. this is a bit rude, but does not cause any interruption.