Bug 136182

Summary: Kmix configuration dialog shows opposite values for sliders orientation
Product: [Applications] kmix Reporter: Krzysztof Lichota <krzysiek>
Component: generalAssignee: Christian Esken <esken>
Status: RESOLVED FIXED    
Severity: minor CC: bluedzins
Priority: VLO    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Krzysztof Lichota 2006-10-23 13:51:01 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Ubuntu Packages

KMix configuration dialog shows 2 options for orientation of sliders: vertical and horizontal. But the meaning is just the opposite: when horizontal is selected, sliders are vertical, when vertical is selected, sliders are horizontal.

The suspected culprit is line 088 in viewsliders.cpp:
Qt::Orientation orientation = (_vflags & ViewBase::Vertical) ? Qt::Horizontal : Qt::Vertical;
Comment 1 Christian Esken 2006-10-24 07:40:39 UTC
It is orientation, not direction. So the behaviour is actually correct. If there is a clearer formulation, please let me know, so I can change this for KDE4.
Comment 2 Krzysztof Lichota 2006-10-24 08:42:34 UTC
I don't see the difference between orientation and direction. And the label says "Slider Orientation: ". The first thing that comes to mind are volume sliders.

You can fix it for KDE 3.5.6. The string freeze has been lifted.
For example you can change it to "Window orientation:".
Comment 3 Stefan Monov 2006-12-08 21:36:20 UTC
I agree with the reporter.
See also: https://bugzilla.novell.com/show_bug.cgi?id=130302
Comment 4 sheeettin 2007-05-17 22:01:57 UTC
As do I. I suggest that they be switched, because a vertical slider goes up-down and a horizontal one goes left-right.

I just helped someone else resolve this, and, in the process, was confused myself.
Comment 5 Christian Esken 2007-05-30 20:52:49 UTC
*** Bug 145853 has been marked as a duplicate of this bug. ***
Comment 6 Christian Esken 2007-06-16 21:41:56 UTC
Due to overwhelming agreement this has been changed in KDE4. This means: If you configure "horizontal", each single slider goes from left to right. If you configure "vertical", each single slider goes from bottom to top.
Comment 7 Christian Esken 2007-06-16 21:47:00 UTC
Fixed in KDE4 ... closing