Package: bluemindo / 0.3-4

Metadata

Package Version Patches format
bluemindo 0.3-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00_hscale_adjustment.patch | (download)

data/glade/mainwindow.glade | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 corrects seekbar's adjustment, so it covers the whole song, including the 10 last seconds
01_random_playlist.patch | (download)

src/modules/explorer/views/playlists.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use randrange instead of randint, to avoid tracebacks in the random playlists
02_album_view_threads.patch | (download)

src/modules/explorer/views/albums.py | 17 9 + 8 - 0 !
1 file changed, 9 insertions(+), 8 deletions(-)

 use idle_add where needed to avoid freezes and crashs
03_random_playlists.patch | (download)

src/modules/explorer/views/playlists.py | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 random mode avoids duplicates and add exactly the number of tracks requested, unless there aren't enough tracks
04_status_icon.patch | (download)

src/modules/trayicon/__init__.py | 23 18 + 5 - 0 !
1 file changed, 18 insertions(+), 5 deletions(-)

 update icon when using gtk.statusicon aswell
05_manpage_typo.patch | (download)

data/misc/bluemindo.1 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix a typo in manual
06_use_hashlib.patch | (download)

src/common/functions.py | 2 1 + 1 - 0 !
src/plugins/audioscrobbler/config.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 use hashlib instead of the deprecated md5 module
07_object_new.patch | (download)

src/common/config.py | 4 2 + 2 - 0 !
src/common/functions.py | 2 1 + 1 - 0 !
src/gui/volumemanagement.py | 4 2 + 2 - 0 !
src/media/gstreamer.py | 4 2 + 2 - 0 !
src/modules/explorer/playlist.py | 4 2 + 2 - 0 !
src/modules/explorer/views/albums.py | 4 2 + 2 - 0 !
src/modules/explorer/views/basic.py | 2 1 + 1 - 0 !
src/modules/explorer/views/full.py | 4 2 + 2 - 0 !
src/modules/explorer/views/lightweight.py | 4 2 + 2 - 0 !
src/modules/explorer/views/normal.py | 4 2 + 2 - 0 !
src/modules/explorer/views/playlists.py | 4 2 + 2 - 0 !
src/modules/explorer/views/webradios.py | 2 1 + 1 - 0 !
12 files changed, 21 insertions(+), 21 deletions(-)

 call object.__new__ without arguments