| Summary: | add a notification settings for volume change events | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma-pa | Reporter: | Till Schäfer <till2.schaefer> |
| Component: | applet | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | max.schwarz, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.7.0 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/plasma-pa/6814a96da412578a4be47c5643ff6ea13dfdf9e6 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Till Schäfer
2016-07-07 14:57:17 UTC
Also, I personally have no use for the OSD and would like to disable it. As it appears in the center of the screen (why?), it often occludes content I am watching. Git commit 6814a96da412578a4be47c5643ff6ea13dfdf9e6 by David Rosca. Committed on 28/07/2016 at 14:54. Pushed by drosca into branch 'master'. Add option to enable volume feedback Play "pop" sound when changing volume Differential Revision: https://phabricator.kde.org/D2219 M +1 -0 CMakeLists.txt M +3 -0 applet/contents/config/main.xml M +53 -22 applet/contents/ui/ConfigGeneral.qml M +4 -0 applet/contents/ui/ListItemBase.qml M +18 -0 applet/contents/ui/main.qml A +50 -0 cmake/FindCanberra.cmake M +2 -0 src/qml/CMakeLists.txt M +2 -0 src/qml/plugin.cpp A +83 -0 src/qml/volumefeedback.cpp [License: LGPL] A +46 -0 src/qml/volumefeedback.h [License: LGPL] http://commits.kde.org/plasma-pa/6814a96da412578a4be47c5643ff6ea13dfdf9e6 |