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

Issue 6818102: Disable the IME switcher window with with switcher-delay-time == -1 (Closed)

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

Description

Disable IME switcher window when switcher-delay-time is less than 0

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated with message #2. #

Patch Set 3 : Fixed an xml parse error. #

Total comments: 1

Patch Set 4 : Updated with message #4. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -22 lines) Patch
M data/ibus.schemas.in View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M ui/gtk3/panel.vala View 1 2 3 6 chunks +31 lines, -4 lines 0 comments Download
M ui/gtk3/switcher.vala View 4 chunks +27 lines, -17 lines 0 comments Download

Messages

Total messages: 4
fujiwara
11 years, 5 months ago (2012-11-07 11:35:38 UTC) #1
Peng
https://codereview.appspot.com/6818102/diff/1/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): https://codereview.appspot.com/6818102/diff/1/ui/gtk3/panel.vala#newcode304 ui/gtk3/panel.vala:304: } Looks like it does not support change the ...
11 years, 5 months ago (2012-11-07 14:06:45 UTC) #2
fujiwara
On 2012/11/07 14:06:45, Peng wrote: > https://codereview.appspot.com/6818102/diff/1/ui/gtk3/panel.vala > File ui/gtk3/panel.vala (right): > > https://codereview.appspot.com/6818102/diff/1/ui/gtk3/panel.vala#newcode304 > ...
11 years, 5 months ago (2012-11-08 04:38:25 UTC) #3
Peng
11 years, 5 months ago (2012-11-08 21:36:06 UTC) #4
lgtm. with one comment

https://codereview.appspot.com/6818102/diff/6001/ui/gtk3/panel.vala
File ui/gtk3/panel.vala (right):

https://codereview.appspot.com/6818102/diff/6001/ui/gtk3/panel.vala#newcode332
ui/gtk3/panel.vala:332: if (m_engines.length > 2 && pressed &&
m_switcher_delay_time >= 0) {
I think check m_engines.length > 2 is not necessary.
Sometime users press ctrl+space is not for switching, they just want bring the
switch dialog to make check which engine is active.
Sign in to reply to this message.

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