[Differential] [Commented On] D2000: Make it possible to adjust volume even if it's muted

2016-06-27 Thread drosca (David Rosca)
drosca added a comment. > Shall we do it this way (set opacity) for now I'd say let's go with it for now, unless VDG has better idea? In any case, this should go into master and not 5.7. REPOSITORY rPLASMAPA Plasma Audio Volume Applet REVISION DETAIL https://phabricator.kde.org/D200

[Differential] [Commented On] D2000: Make it possible to adjust volume even if it's muted

2016-06-26 Thread xuetianweng (Xuetian Weng)
xuetianweng added a comment. In https://phabricator.kde.org/D2000#36954, @drosca wrote: > The same is in applet, disabled slider is greyed out. And Jens has a point here, it would be better if we come up with a different way to visualize muted stream without changing opacity of sliders (

[Differential] [Commented On] D2000: Make it possible to adjust volume even if it's muted

2016-06-26 Thread xuetianweng (Xuetian Weng)
xuetianweng added inline comments. INLINE COMMENTS > drosca wrote in VolumeSlider.qml:44 > It should also change opacity when muted here. I'd rather not, because this is widget style, and disable style is actually "grey out". REPOSITORY rPLASMAPA Plasma Audio Volume Applet REVISION DETAIL

[Differential] [Commented On] D2000: Make it possible to adjust volume even if it's muted

2016-06-25 Thread jensreuterberg (Jens Reuterberg)
jensreuterberg added a comment. How is this presented to the user, visually? I mean when using shortcuts the pop-up (early morning the oms/cms/abbreviation-thing) that shows you sound is muted, or lowered/raised is on screen for just a flicker - which for most are enough since the informatio

[Differential] [Commented On] D2000: Make it possible to adjust volume even if it's muted

2016-06-25 Thread drosca (David Rosca)
drosca added inline comments. INLINE COMMENTS > VolumeSlider.qml:44 > visible: HasVolume > -enabled: VolumeWritable && !Muted > +enabled: VolumeWritable > It should also change opacity when muted here. REPOSITORY rPLASMAPA Plasma Audio Volume Applet REVISION DETAIL