Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(476)

Issue 5843059: Show language id on ibus-ui-gtk3.switcher window. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by fujiwara
Modified:
12 years, 1 month ago
Reviewers:
shawn.p.huang, Peng
CC:
shawn.p.huang_gmail.com
Base URL:
git://github.com/ibus/ibus.git@master
Visibility:
Public.

Description

Show language id on ibus-ui-gtk3.switcher window. BUG=RH#803177 TEST=Linux desktop

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M ui/gtk3/switcher.vala View 1 chunk +14 lines, -1 line 1 comment Download

Messages

Total messages: 8
fujiwara
12 years, 1 month ago (2012-03-18 09:21:56 UTC) #1
Peng
https://codereview.appspot.com/5843059/diff/1/ui/gtk3/switcher.vala File ui/gtk3/switcher.vala (right): https://codereview.appspot.com/5843059/diff/1/ui/gtk3/switcher.vala#newcode161 ui/gtk3/switcher.vala:161: var id = language; Maybe you would like to ...
12 years, 1 month ago (2012-03-18 14:21:09 UTC) #2
fujiwara
On 2012/03/18 14:21:09, Peng wrote: > https://codereview.appspot.com/5843059/diff/1/ui/gtk3/switcher.vala > File ui/gtk3/switcher.vala (right): > > https://codereview.appspot.com/5843059/diff/1/ui/gtk3/switcher.vala#newcode161 > ...
12 years, 1 month ago (2012-03-19 02:50:45 UTC) #3
Peng
On 2012/03/19 02:50:45, fujiwara wrote: > On 2012/03/18 14:21:09, Peng wrote: > > https://codereview.appspot.com/5843059/diff/1/ui/gtk3/switcher.vala > ...
12 years, 1 month ago (2012-03-19 04:13:09 UTC) #4
Peng
On 2012/03/19 04:13:09, Peng wrote: > On 2012/03/19 02:50:45, fujiwara wrote: > > On 2012/03/18 ...
12 years, 1 month ago (2012-03-21 03:53:13 UTC) #5
fujiwara
On 2012/03/21 03:53:13, Peng wrote: > On 2012/03/19 04:13:09, Peng wrote: > > On 2012/03/19 ...
12 years, 1 month ago (2012-03-21 05:02:23 UTC) #6
Peng
On 2012/03/21 05:02:23, fujiwara wrote: > On 2012/03/21 03:53:13, Peng wrote: > > On 2012/03/19 ...
12 years, 1 month ago (2012-03-21 12:57:12 UTC) #7
fujiwara
12 years, 1 month ago (2012-03-22 10:51:24 UTC) #8
On 2012/03/21 12:57:12, Peng wrote:
> On 2012/03/21 05:02:23, fujiwara wrote:
> > On 2012/03/21 03:53:13, Peng wrote:
> > > On 2012/03/19 04:13:09, Peng wrote:
> > > > On 2012/03/19 02:50:45, fujiwara wrote:
> > > > > On 2012/03/18 14:21:09, Peng wrote:
> > > > > > https://codereview.appspot.com/5843059/diff/1/ui/gtk3/switcher.vala
> > > > > > File ui/gtk3/switcher.vala (right):
> > > > > > 
> > > > > >
> > > >
> >
https://codereview.appspot.com/5843059/diff/1/ui/gtk3/switcher.vala#newcode161
> > > > > > ui/gtk3/switcher.vala:161: var id = language;
> > > > > > Maybe you would like to use ibus_get_language_name() to make the
> > language
> > > > name
> > > > > > more readable?
> > > > > 
> > > > > I think the symbol char is more useful than the language name as it
> could
> > > > narrow
> > > > > the window width and express a multi-lingual char.
> > > > 
> > > > lgmt
> > > 
> > > I found with CL, the ime switch popup dialog looks very ugly, especially
you
> > > enable some IME with very long name. Please try to make it looks better.
> > 
> > Because the very long name is very ugly.
> 
> Not exactly. I think alignment is not correct. All labels are not aligned
well.
> It is better to adjust it.

Probably I think the most easiest fix is to set the left alignment likes:
    "  en English (US)"
    "  あ Anthy"
    "  中 Intelligent Pinyin"
    "  jp Japanese"
    "  中 Pinyin"

If we have the format of "description id", I think a new button or label class
is needed for the left and right alignments to override draw() likes
GtkAccelLabel.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b