Bug 338939 - Fix right-to-left glitches in the UI [RTL, GUI]
Summary: Fix right-to-left glitches in the UI [RTL, GUI]
Status: REPORTED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: shell (show other bugs)
Version: git master
Platform: Other Linux
: VLO normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: junior-jobs, rtl
Depends on:
Blocks:
 
Reported: 2014-09-09 10:15 UTC by Milian Wolff
Modified: 2020-11-08 06:23 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 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