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

Issue 9462047: Add another status icon for IME mode.

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

Description

Show property icons by engine on panel.

Patch Set 1 #

Patch Set 2 : Fixed a typo. #

Patch Set 3 : Add ibus_engine_set_icon_property_key. #

Patch Set 4 : Updated to show all properties as icons. #

Total comments: 4

Patch Set 5 : Updated for message #5. #

Total comments: 2

Patch Set 6 : Updated with message #9. #

Patch Set 7 : Fixed unref and revised menus. #

Patch Set 8 : Revised the icon order. #

Patch Set 9 : Revised the icon order. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -32 lines) Patch
M data/ibus.schemas.in View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M setup/main.py View 1 2 3 4 2 chunks +10 lines, -2 lines 0 comments Download
M setup/setup.ui View 1 2 3 5 chunks +28 lines, -8 lines 0 comments Download
M src/ibusattrlist.c View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/gtk3/panel.vala View 1 2 3 4 5 6 7 8 9 chunks +34 lines, -10 lines 0 comments Download
M ui/gtk3/property.vala View 1 2 3 4 5 6 7 4 chunks +177 lines, -8 lines 0 comments Download

Messages

Total messages: 12
fujiwara
Probably I think adding another icon for IME input mode would be the solution to ...
10 years, 11 months ago (2013-05-21 15:54:17 UTC) #1
Peng
On 2013/05/21 15:54:17, fujiwara wrote: > Probably I think adding another icon for IME input ...
10 years, 11 months ago (2013-05-23 03:53:45 UTC) #2
fujiwara
On 2013/05/23 03:53:45, Peng wrote: > On 2013/05/21 15:54:17, fujiwara wrote: > > Probably I ...
10 years, 9 months ago (2013-08-01 01:37:16 UTC) #3
fujiwara
On 2013/08/01 01:37:16, fujiwara wrote: > On 2013/05/23 03:53:45, Peng wrote: > > On 2013/05/21 ...
10 years, 8 months ago (2013-09-05 03:55:32 UTC) #4
Peng
https://codereview.appspot.com/9462047/diff/11001/ui/gtk3/property.vala File ui/gtk3/property.vala (right): https://codereview.appspot.com/9462047/diff/11001/ui/gtk3/property.vala#newcode23 ui/gtk3/property.vala:23: class IconProperty : IBus.Property { could you please add ...
10 years, 8 months ago (2013-09-06 02:42:09 UTC) #5
Peng
On 2013/09/06 02:42:09, Peng wrote: > https://codereview.appspot.com/9462047/diff/11001/ui/gtk3/property.vala > File ui/gtk3/property.vala (right): > > https://codereview.appspot.com/9462047/diff/11001/ui/gtk3/property.vala#newcode23 > ...
10 years, 8 months ago (2013-09-06 02:42:56 UTC) #6
fujiwara
I also changed "-" to U+2013: https://wiki.gnome.org/GnomeGoals/UnicodeUsage https://codereview.appspot.com/9462047/diff/11001/ui/gtk3/property.vala File ui/gtk3/property.vala (right): https://codereview.appspot.com/9462047/diff/11001/ui/gtk3/property.vala#newcode23 ui/gtk3/property.vala:23: class IconProperty ...
10 years, 8 months ago (2013-09-06 08:44:54 UTC) #7
fujiwara
On 2013/09/06 02:42:56, Peng wrote: > On 2013/09/06 02:42:09, Peng wrote: > > https://codereview.appspot.com/9462047/diff/11001/ui/gtk3/property.vala > ...
10 years, 8 months ago (2013-09-06 08:47:25 UTC) #8
Peng
https://codereview.appspot.com/9462047/diff/18001/ui/gtk3/property.vala File ui/gtk3/property.vala (right): https://codereview.appspot.com/9462047/diff/18001/ui/gtk3/property.vala#newcode38 ui/gtk3/property.vala:38: show_icon(); Still not very clear for me. Why setting_show ...
10 years, 7 months ago (2013-09-09 14:40:51 UTC) #9
Peng
On 2013/09/09 14:40:51, Peng wrote: > https://codereview.appspot.com/9462047/diff/18001/ui/gtk3/property.vala > File ui/gtk3/property.vala (right): > > https://codereview.appspot.com/9462047/diff/18001/ui/gtk3/property.vala#newcode38 > ...
10 years, 7 months ago (2013-09-09 20:16:01 UTC) #10
fujiwara
I updated the patch so that all property icons are shown. Also menu items are ...
10 years, 7 months ago (2013-09-10 09:26:52 UTC) #11
fujiwara
10 years, 7 months ago (2013-09-11 14:32:25 UTC) #12
On 2013/09/10 09:26:52, fujiwara wrote:
> I updated the patch so that all property icons are shown.
> Also menu items are moved into property icons.
> 
> I also thought gnome-applet but it's need to be implemented per the desktop
> panel library and gnome-panel is no longer available in Fedora. So I think
> gnome-applet is not an option now.
> 
> https://codereview.appspot.com/9462047/diff/18001/ui/gtk3/property.vala
> File ui/gtk3/property.vala (right):
> 
>
https://codereview.appspot.com/9462047/diff/18001/ui/gtk3/property.vala#newco...
> ui/gtk3/property.vala:38: show_icon();
> On 2013/09/09 14:40:51, Peng wrote:
> > Still not very clear for me. Why setting_show is true, you call show_icon(),
> but
> > when it is false, you call m_property_icon.set_visible(false). It is not
> > consistent 
> 
> Done.

Revised the patch.
Sign in to reply to this message.

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