Summary: | System tray icon toggles muting on middle mouse button click (complete patch included) | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | Jens Rutschmann <Jens.Rutschmann> |
Component: | general | Assignee: | Christian Esken <esken> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | asraniel, jiha.kde.bugzilla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch based on KMix 2.6 (kde 3.5.4) |
Description
Jens Rutschmann
2006-10-03 18:09:05 UTC
Created attachment 18000 [details]
patch based on KMix 2.6 (kde 3.5.4)
U should try "Sound Mixer" kicker applet, the fastest way to change the volumes with mouse! Anyway I give u my votes *** This bug has been confirmed by popular vote. *** *** Bug 137705 has been marked as a duplicate of this bug. *** Is this feature included in the latest KDE versions or just with Kubuntu? As far as I know the code is not in the official KDE repository yet. I never knew that Kubuntu has this functionality. I have implemented the "middle mouse button mute/unmute" for KDE4. The patch from Jens Rutschmann as seen in Comment #1 is not in the KDE3.x branch, as I am only doing bugfixing there (maintenance mode). Conclusion: Will not be done for KDE3. Is done for KDE4. => Fixed SVN commit 735136 by esken: Cleanup layout code, and fix VerticalText widget layouting issues. New: MiddleMouse button on SysTray mutes/unmutes Master. BUGS: 135053 M +11 -0 kmixdockwidget.cpp M +1 -0 kmixdockwidget.h M +0 -2 kmixerwidget.cpp M +0 -13 mdwenum.cpp M +10 -19 mdwslider.cpp M +0 -1 mdwslider.h M +0 -10 mdwswitch.cpp M +5 -6 mixer.cpp M +15 -14 verticaltext.cpp M +1 -0 verticaltext.h M +0 -8 viewdockareapopup.cpp M +1 -4 viewsliders.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=735136 |