head 1.2; access; symbols pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2020.07.26.22.37.12; author nia; state dead; branches; next 1.1; commitid 5MHhuZZrIIqGQDhC; 1.1 date 2020.06.09.17.49.24; author nia; state Exp; branches; next ; commitid 2vjYaGx7HD2wLzbC; desc @@ 1.2 log @strawberry: Update to 0.6.13 0.6.13: Bugfixes: * Fixed cut-off text in about dialog. * Fixed increasing play count when stop after track is enabled. * Fixed showing/hiding playing widget when playback is started while window is hidden. * Fixed "Show in file browser" to also work on local songs that are not in the collection. * Fixed "Show in file browser" to work with PCManFM file manager. * Fixed audio analyzer to work with S24LE and F32LE audio formats. * Fixed playlist background image not loading. * Fixed a memory leak when switching between playlists. * Removed use of HTML in systemtray tooltip on KDE, since KDE no longer renders HTML in the systemtray. Enhancements: * Replaced use of C style casts. * Adapted use of C++11 override. * Improved CMake build files. * Added new on startup options to show maximized or minimized. * Builtin TagLib code is updated and improved. * Made most icon sizes configurable in the settings, and increased default sizes for icons. * Improved fancy tabbar to use font sizes from the theme instead of fixed sizes. * Moving the currently playing song to the top when the playlist is manually shuffled. * Added "a taste of Strawbs" background image. * Fixed unit test for testing playlist model. * Added new unit tests for tagreader. @ text @$NetBSD: patch-src_analyzer_analyzerbase.cpp,v 1.1 2020/06/09 17:49:24 nia Exp $ analyzerbase.cpp:(.text+0x14): undefined reference to `vtable for Analyzer::Base' XXX: Someone who understands C++ more should look at this... --- src/analyzer/analyzerbase.cpp.orig 2020-04-07 14:46:17.199829715 +0000 +++ src/analyzer/analyzerbase.cpp @@@@ -65,6 +65,8 @@@@ Analyzer::Base::Base(QWidget *parent, ui new_frame_(false), is_playing_(false) {} +Analyzer::Base::~Base() { delete fht_; } + void Analyzer::Base::hideEvent(QHideEvent*) { timer_.stop(); } void Analyzer::Base::showEvent(QShowEvent*) { timer_.start(timeout(), this); } @ 1.1 log @strawberry: Update to 0.6.12 0.6.12: Bugfixes: * Fixed height of about dialog. Enhancements: * Only save settings for pages that actually has been changed. * Replaced use of deprecated Qt functionality as of 5.15. * Made scrobbler show error dialog for all errors when show error dialog option is on. * Dont append disc to album titles for Subsonic and Tidal. * Sort folders added from file view. * Changed default collection grouping to album - disc. @ text @d1 1 a1 1 $NetBSD$ @