Summary: | Spectrum Analyzer doesn't work with VLC phonon backend | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Aaron <aaron> |
Component: | Context View/Spectrum Analyzer | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kirill.bogdanenko, TheCrasher |
Priority: | NOR | ||
Version: | 2.7-git | ||
Target Milestone: | 2.9 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/4bdca9194a60bb33a806db4d98e6ade503360209 | Version Fixed In: | |
Sentry Crash Report: |
Description
Aaron
2013-08-02 20:03:59 UTC
Of course we are aware that it does not currently work with Phonon-VLC. The VLC developers are working on the issue. As for adding a notification on failure, I suppose I could do that when the user tries to add the applet manually. We're in string freeze though, so it will have to wait until version 2.9. Git commit 2b87fb43c550e946acfb47b3c5b217a07fcefa0c by Mark Kretschmann. Committed on 22/08/2013 at 14:47. Pushed by markey into branch 'master'. Don't allow adding Analyzer applet when not supported. Also now shows an error message explaining why it can't be used. M +7 -0 src/EngineController.cpp M +5 -0 src/EngineController.h M +1 -1 src/context/Containment.h M +2 -19 src/context/ContextView.cpp M +0 -5 src/context/ContextView.h M +13 -4 src/context/containments/verticallayout/VerticalToolbarContainment.cpp M +2 -2 src/context/containments/verticallayout/VerticalToolbarContainment.h http://commits.kde.org/amarok/2b87fb43c550e946acfb47b3c5b217a07fcefa0c Git commit 4bdca9194a60bb33a806db4d98e6ade503360209 by Vedant Agarwala, on behalf of Mark Kretschmann. Committed on 22/08/2013 at 14:47. Pushed by vedanta into branch 'tagguessing'. Don't allow adding Analyzer applet when not supported. Also now shows an error message explaining why it can't be used. M +7 -0 src/EngineController.cpp M +5 -0 src/EngineController.h M +1 -1 src/context/Containment.h M +2 -19 src/context/ContextView.cpp M +0 -5 src/context/ContextView.h M +13 -4 src/context/containments/verticallayout/VerticalToolbarContainment.cpp M +2 -2 src/context/containments/verticallayout/VerticalToolbarContainment.h http://commits.kde.org/amarok/4bdca9194a60bb33a806db4d98e6ade503360209 |