Summary: | Anazyler should be disabled when the Context View is disabled, instead keeps running | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | ThomasvonderElbe |
Component: | Context View/Spectrum Analyzer | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | TheCrasher |
Priority: | NOR | ||
Version: | 2.8.0 | ||
Target Milestone: | 2.9 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/amarok/-/commit/6b10f5d938634570dc3cc11ce308e82ae9a5e019 | Version Fixed In: | |
Sentry Crash Report: |
Description
ThomasvonderElbe
2018-02-08 08:57:33 UTC
Not a bug, and something you can change easily. Amaroks Context View is a feature, not a bug. I think you misunderstood me. Of course is the Context View a feature! The bug is the following: If you close Context View ... the analyzer is still running. Right, changing description of the bug, then, as the initial one is not really clear. Thank you for reopening the bug! And thank you for improving the description of the bug! It's clearer now. Now one question remains for me: Now that we agree, that the Analyzer should be disabled when the Context View is disabled .... shouldn't the Analyzer also pause, when Amarok is idle and minimized? Why waste precious resources in this case? Should I open an additional bug report for this? A possibly relevant merge request was started @ https://invent.kde.org/multimedia/amarok/-/merge_requests/98 Git commit 6b10f5d938634570dc3cc11ce308e82ae9a5e019 by Tuomas Nurmi. Committed on 22/05/2024 at 17:33. Pushed by nurmi into branch 'master'. Don't feed analyzer new data if it is minimized or hidden M +1 -0 ChangeLog M +1 -0 src/MainWindow.h M +7 -1 src/context/applets/analyzer/plugin/AnalyzerBase.cpp M +4 -1 src/context/applets/analyzer/plugin/AnalyzerBase.h M +4 -0 src/context/applets/analyzer/plugin/BlockAnalyzer.cpp https://invent.kde.org/multimedia/amarok/-/commit/6b10f5d938634570dc3cc11ce308e82ae9a5e019 Thank you! Wonderful! :-) |