Summary: | KMix changes playback and capture together with mouse wheel or keyboard shortcuts | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | Gerion <gerion.entrup> |
Component: | general | Assignee: | Christian Esken <esken> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmix/ff429cc9fd0889e632a7916b263bed4e4a64d4e1 | Version Fixed In: | 4.11 |
Sentry Crash Report: |
Description
Gerion
2012-05-28 20:59:51 UTC
Questions: - What is a "loader button"? - How do you move the volume slider (mouse wheel, drag slider, ...)? - Where do you move the slider (Main window, Dock Icon, Dock Popup)? PS: You can open a new Tab that only shows playback controls. Then you have no problem. Does that solve your expectation that only the playback volume should change? Sorry for my bad english. With the "loader button" I mean the keys on the keyboard, that decrease or increase the volume. I drag the volume slider in the main window. I could not try out your hint with the new Tab, because the PC is in repair at the moment. Acknowledged. It should be fixed. 1) Volume keys 2) Mousewheel 3) Dragging slider should already work (unless running unstable/trunk) Git commit 207fa53763d83e8031be622c9006e41b97195d48 by Christian Esken. Committed on 04/02/2013 at 23:30. Pushed by esken into branch 'master'. Use a fixed volume step of n% instead of honoring mouse delta (which is more appropriate for text documents). Also Mouse Wheel now only affects EITHER playback OR capture Related: bug 313579 M +1 -1 apps/kmix.cpp M +0 -1 core/mixdevice.cpp M +14 -14 core/mixer.cpp M +0 -3 core/mixer.h M +29 -8 core/volume.cpp M +6 -1 core/volume.h M +9 -9 gui/kmixdockwidget.cpp M +9 -7 gui/ksmallslider.cpp M +67 -46 gui/mdwslider.cpp M +1 -3 gui/mdwslider.h http://commits.kde.org/kmix/207fa53763d83e8031be622c9006e41b97195d48 Git commit ff429cc9fd0889e632a7916b263bed4e4a64d4e1 by Christian Esken. Committed on 05/02/2013 at 00:30. Pushed by esken into branch 'master'. Global Keyboard Shortcuts XF86Audio* now only affect EITHER playback OR capture M +4 -6 apps/kmix.cpp M +48 -0 core/mixdevice.cpp M +1 -0 core/mixdevice.h M +5 -41 gui/mdwslider.cpp http://commits.kde.org/kmix/ff429cc9fd0889e632a7916b263bed4e4a64d4e1 |