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

Issue 4875049: Add Disable signal when bus_ibus_impl_set_context_engine_from_desc is called. (Closed)

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

Description

Add Disable signal when bus_ibus_impl_set_context_engine_from_desc is called. BUG=#1261 TEST=Linux desktop

Patch Set 1 #

Total comments: 1

Patch Set 2 : Revised the patch. #

Patch Set 3 : Fixed a typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M bus/inputcontext.c View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4
fujiwara
This is separated from #4853041. Currently the engine hotkey uses bus_ibus_impl_set_context_engine_from_desc() in bus_ibus_impl_filter_keyboard_shortcuts(). When we ...
12 years, 8 months ago (2011-08-14 02:41:44 UTC) #1
Peng
http://codereview.appspot.com/4875049/diff/1/bus/inputcontext.c File bus/inputcontext.c (right): http://codereview.appspot.com/4875049/diff/1/bus/inputcontext.c#newcode2298 bus/inputcontext.c:2298: bus_input_context_disable (data->context); This Change is LGTM. But I have ...
12 years, 8 months ago (2011-08-14 04:33:36 UTC) #2
fujiwara
On 2011/08/14 04:33:36, Peng wrote: > http://codereview.appspot.com/4875049/diff/1/bus/inputcontext.c > File bus/inputcontext.c (right): > > http://codereview.appspot.com/4875049/diff/1/bus/inputcontext.c#newcode2298 > ...
12 years, 8 months ago (2011-08-24 07:32:09 UTC) #3
Peng
12 years, 8 months ago (2011-08-24 13:13:42 UTC) #4
LGTM
On 2011/08/24 07:32:09, fujiwara wrote:
> On 2011/08/14 04:33:36, Peng wrote:
> > http://codereview.appspot.com/4875049/diff/1/bus/inputcontext.c
> > File bus/inputcontext.c (right):
> > 
> > http://codereview.appspot.com/4875049/diff/1/bus/inputcontext.c#newcode2298
> > bus/inputcontext.c:2298: bus_input_context_disable (data->context);
> > This Change is LGTM. But I have a question. In issue 1261, the problem is
> > Disable signal is not sent to engine. But in here, unset_engine is called
> before
> > bus_input_context_disable(). I think the engine should not get the disable
> > signal. right?
> 
> Right. I didn't check the behavior.
> Now I'm thinking we don't have to call bus_input_context_unset_engine and
> 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