Version: 1.0 (using 4.4.76 (KDE 4.4.76 (KDE 4.5 >= 20100516)) "release 1", KDE:KDE4:UNSTABLE:Desktop / openSUSE_11.2) Compiler: gcc OS: Linux (i686) release 2.6.31.12-0.2-default The kcm modules are starting from the left to right when the System Settings in RTL mode. They should be from right to left as in kde 4.3. Please see the attached screenshot. How to reproduce: 1- run System Settings in RTL by : systemsettings -reverse
Created attachment 43803 [details] SystemSetting in RTL mode kde 4.3 vs kde 4.5
Affects any application which uses KCategorizedView... @ereslibre: Any ideas on how this regression occurred?
Rafael, could you please check this... it still exists in KDE 4.6 + Trunk...
This bug is fixed master. It is going to be backported to KDE 4.6. Fixed by revisions: fddd1c4378721c0f6d9c758d6923fa2acca113b4 (kdelibs) 0e65a4c2f6dde7f1dd5e4e3b568f62d2e6eaa7b5 (kdelibs) 50328345ddf12893c42872b782b948c68dd07e44 (kdelibs) 3158f651609bf1ca1b874badfeb9dde9d3e9874e (kde-workspace) 340ead143a1c36d4f6731f273eeaf6ddb45fa445 (kde-workspace)
Git commit bea45a78c40368a333197d13e443671c23e45505 by Rafael Fernández López. Committed on 23/04/2011 at 20:40. Pushed by ereslibre into branch 'KDE/4.6'. Take into account RightToLeft environments, and adapt two things: * Visual rect for items, that need to start from the very right and flow to the left. * Binary search to find items fast. The search needed to be adapted to reflect this new case. Following changes on drawers that need to be adapted on this kind of environments. CCBUG: 238508 M +37 -11 kdeui/itemviews/kcategorizedview.cpp http://commits.kde.org/kdelibs/bea45a78c40368a333197d13e443671c23e45505
Thank you Rafael for the fix :)