[digikam] [Bug 376438] New: Several i18n and RTL-layout issues
Posted by bugzilla_noreply on Feb 13, 2017; 10:59am URL: http://digikam.185.s1.nabble.com/digikam-Bug-376438-New-Several-i18n-and-RTL-layout-issues-tp4694058.html
Bug ID: 376438
Summary: Several i18n and RTL-layout issues
Product: digikam
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [hidden email] Reporter: [hidden email] Target Milestone: ---
I found out several i18n issues, I'm not sure what is the best way to solve
them, that's why I didn't post a PR directly.
I'll keep adding issues if I found more.
Now there are several RTL layout issues:
1. The welcome page view doesn't support RTL layout. I think adding dir="%1" in
html tag of digikam/about/main.html, and then replace it with "rtl" for RTL
layouts and "ltr" for LTR layouts in
https://cgit.kde.org/digikam.git/tree/app/views/welcomepageview.cpp#n179 will
solve it.
CSS file is fine.
2. Tooltips that appears when hovering icons in views aren't in RTL layout.
Screenshot: http://i.imgur.com/v3FWGGB.png 3. LTR text in panes are left-aligned, which is not good at all. Screenshot:
http://i.imgur.com/RBZbkpS.png The rating stars are left-aligned as well. Pure numbers are left-aligned. Same
goes for the tooltips.
4. Last for now is the splash screen. The most important problem is the
overlapping text (status and version). If the splash screen could be mirrored
it will be really good (not important for now, but should be ignored).
Screenshot: http://i.imgur.com/fx0Mi7n.png The slogan shouldn't be right-aligned unless the whole layout is RTL, as it
will look very wired.
--
You are receiving this mail because:
You are the assignee for the bug.