https://bugs.kde.org/show_bug.cgi?id=386588
Radek Hušek <hu...@iuuk.mff.cuni.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/pla | |sma-workspace/bd5619e0155a4 | |977bb891c1f01218847cab2ef1b Status|CONFIRMED |RESOLVED --- Comment #2 from Radek Hušek <hu...@iuuk.mff.cuni.cz> --- 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 -- You are receiving this mail because: You are watching all bug changes.