Summary: | Change volume on scroll. | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Sefa Eyeoglu <contact> |
Component: | Media Player widget | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bugseforuns, nate, plasma-bugs, simonandric5 |
Priority: | NOR | Flags: | kde:
Usability?
|
Version: | 5.11.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-workspace/bd5619e0155a4977bb891c1f01218847cab2ef1b | Version Fixed In: | |
Sentry Crash Report: |
Description
Sefa Eyeoglu
2017-11-06 15:13:03 UTC
I was actually considering to add it, given we even have a (so far unused) OSD specifically for that. Git commit bd5619e0155a4977bb891c1f01218847cab2ef1b by Radek Hušek. Committed on 03/04/2018 at 18:24. Pushed by husek into branch 'master'. [Media controller] Add simple volume control Summary: Add simple volume control to Media Controller applet. Volume can by changed by: - mouse wheel on applet icon (3 % step), and - new global shortcuts (5 % step, unbound by default). There is no mute support currently (mpris interface does not have a mute method so we would have to keep track of old volume). Test Plan: Tested in daily use with Cantata and SMPlayer. There is no UI change. Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: broulik, nicolasfella, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11021 M +9 -0 applets/mediacontroller/contents/ui/main.qml M +8 -0 dataengines/mpris2/mpris2.operations M +22 -0 dataengines/mpris2/multiplexedservice.cpp M +20 -0 dataengines/mpris2/playeractionjob.cpp M +26 -0 dataengines/mpris2/playercontrol.cpp M +2 -0 dataengines/mpris2/playercontrol.h https://commits.kde.org/plasma-workspace/bd5619e0155a4977bb891c1f01218847cab2ef1b |