Bug 338939

Summary: Fix right-to-left glitches in the UI [RTL, GUI]
Product: [Developer tools] kdevplatform Reporter: Milian Wolff <mail>
Component: shellAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: normal CC: sh.yaron
Priority: VLO Keywords: junior-jobs, rtl
Version First Reported In: git master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Milian Wolff 2014-09-09 10:15:19 UTC
Launching kdevelop with the `--reverse` flag or in an right-to-left environment, you'll notice some glitches in the GUI:

a) The defaults toolviews are not properly remapped, i.e. what is "left" in LTR is still "left" in RTL. This should be swapped so that e.g. the projects toolview is by default on the right.

b) the custom delegate we use in the project toolview does not support RTL and still renders LTR.


Reproducible: Always

Steps to Reproduce:
Launch `kdevelop --reverse`

Actual Results:  
unexpected RTL glitches