Bug 136182 - Kmix configuration dialog shows opposite values for sliders orientation
Summary: Kmix configuration dialog shows opposite values for sliders orientation
Status: RESOLVED FIXED
Alias: None
Product: kmix
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: VLO minor
Target Milestone: ---
Assignee: Christian Esken
URL:
Keywords:
: 145853 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-23 13:51 UTC by Krzysztof Lichota
Modified: 2007-06-16 21:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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