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

Issue 6822102: Add Ctrl+space customization. (Closed)

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

Description

Add Ctrl+space customization.

Patch Set 1 #

Patch Set 2 : Fixed typo. #

Total comments: 5

Patch Set 3 : Updated with message #2. #

Total comments: 2

Patch Set 4 : Updated with message #6. #

Total comments: 5

Patch Set 5 : Removed for loop. #

Patch Set 6 : Removed ibus-dconf dependency. #

Total comments: 2

Patch Set 7 : Updated key names. #

Total comments: 29

Patch Set 8 : Updated with message #16. #

Patch Set 9 : Updated with message #19 #

Patch Set 10 : Updated with the latest master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -106 lines) Patch
M data/ibus.schemas.in View 1 2 3 4 5 6 1 chunk +13 lines, -1 line 0 comments Download
M setup/keyboardshortcut.py View 1 2 3 4 5 6 7 8 4 chunks +46 lines, -44 lines 0 comments Download
M setup/main.py View 1 2 3 4 5 6 7 3 chunks +24 lines, -20 lines 0 comments Download
M setup/setup.ui View 1 2 3 4 5 6 7 11 chunks +13 lines, -12 lines 0 comments Download
M ui/gtk3/panel.vala View 1 2 3 4 5 6 7 8 chunks +99 lines, -29 lines 0 comments Download

Messages

Total messages: 21
fujiwara
11 years, 5 months ago (2012-11-09 15:01:26 UTC) #1
Peng
https://codereview.appspot.com/6822102/diff/1007/data/ibus.schemas.in File data/ibus.schemas.in (right): https://codereview.appspot.com/6822102/diff/1007/data/ibus.schemas.in#newcode53 data/ibus.schemas.in:53: <long>The shortcut keys for turning input method on or ...
11 years, 5 months ago (2012-11-12 18:42:57 UTC) #2
Peng
On 2012/11/09 15:01:26, fujiwara wrote: BTW, Did you test it with super, melt, menu modifier ...
11 years, 5 months ago (2012-11-12 18:43:56 UTC) #3
fujiwara
On 2012/11/12 18:43:56, Peng wrote: > On 2012/11/09 15:01:26, fujiwara wrote: > > BTW, Did ...
11 years, 5 months ago (2012-11-17 12:57:02 UTC) #4
fujiwara
On 2012/11/12 18:42:57, Peng wrote: > https://codereview.appspot.com/6822102/diff/1007/data/ibus.schemas.in > File data/ibus.schemas.in (right): > > https://codereview.appspot.com/6822102/diff/1007/data/ibus.schemas.in#newcode53 > ...
11 years, 5 months ago (2012-11-17 13:10:33 UTC) #5
Peng
https://codereview.appspot.com/6822102/diff/8001/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): https://codereview.appspot.com/6822102/diff/8001/ui/gtk3/panel.vala#newcode155 ui/gtk3/panel.vala:155: string[] ACCELERATOR_IME_HOTKEYS = {}; The up letter variable name ...
11 years, 5 months ago (2012-11-18 00:44:44 UTC) #6
fujiwara
On 2012/11/18 00:44:44, Peng wrote: > https://codereview.appspot.com/6822102/diff/8001/ui/gtk3/panel.vala > File ui/gtk3/panel.vala (right): > > https://codereview.appspot.com/6822102/diff/8001/ui/gtk3/panel.vala#newcode155 > ...
11 years, 5 months ago (2012-11-18 07:17:26 UTC) #7
Peng
https://codereview.appspot.com/6822102/diff/16002/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): https://codereview.appspot.com/6822102/diff/16002/ui/gtk3/panel.vala#newcode160 ui/gtk3/panel.vala:160: "trigger-accel"); trigger-accel? https://codereview.appspot.com/6822102/diff/16002/ui/gtk3/panel.vala#newcode282 ui/gtk3/panel.vala:282: m_config.watch("general/hotkey", "trigger_accel"); but here is ...
11 years, 5 months ago (2012-11-18 14:48:11 UTC) #8
fujiwara
On 2012/11/18 14:48:11, Peng wrote: > https://codereview.appspot.com/6822102/diff/16002/ui/gtk3/panel.vala > File ui/gtk3/panel.vala (right): > > https://codereview.appspot.com/6822102/diff/16002/ui/gtk3/panel.vala#newcode160 > ...
11 years, 5 months ago (2012-11-19 01:39:17 UTC) #9
Peng
https://codereview.appspot.com/6822102/diff/16002/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): https://codereview.appspot.com/6822102/diff/16002/ui/gtk3/panel.vala#newcode368 ui/gtk3/panel.vala:368: if (section == "general/hotkey" && name == "trigger_accel") { ...
11 years, 5 months ago (2012-11-19 15:45:44 UTC) #10
fujiwara
On 2012/11/19 15:45:44, Peng wrote: I removed a for loop in setup/main.py since enable and ...
11 years, 5 months ago (2012-11-20 01:19:46 UTC) #11
fujiwara
https://codereview.appspot.com/6822102/diff/16002/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): https://codereview.appspot.com/6822102/diff/16002/ui/gtk3/panel.vala#newcode368 ui/gtk3/panel.vala:368: if (section == "general/hotkey" && name == "trigger_accel") { ...
11 years, 5 months ago (2012-11-26 09:59:21 UTC) #12
Peng
https://codereview.appspot.com/6822102/diff/12004/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): https://codereview.appspot.com/6822102/diff/12004/ui/gtk3/panel.vala#newcode284 ui/gtk3/panel.vala:284: m_config.watch("panel", "use_custom_font"); I don't know why you insist using ...
11 years, 5 months ago (2012-11-26 16:54:51 UTC) #13
fujiwara
On 2012/11/26 16:54:51, Peng wrote: > https://codereview.appspot.com/6822102/diff/12004/ui/gtk3/panel.vala > File ui/gtk3/panel.vala (right): > > https://codereview.appspot.com/6822102/diff/12004/ui/gtk3/panel.vala#newcode284 > ...
11 years, 5 months ago (2012-11-28 04:10:20 UTC) #14
fujiwara
I updated the key name to minimize the risk. https://codereview.appspot.com/6822102/diff/12004/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): https://codereview.appspot.com/6822102/diff/12004/ui/gtk3/panel.vala#newcode284 ui/gtk3/panel.vala:284: ...
11 years, 5 months ago (2012-11-29 10:28:22 UTC) #15
Peng
https://codereview.appspot.com/6822102/diff/22003/setup/keyboardshortcut.py File setup/keyboardshortcut.py (right): https://codereview.appspot.com/6822102/diff/22003/setup/keyboardshortcut.py#newcode193 setup/keyboardshortcut.py:193: keys = shortcut.split('>') Use rsplit please https://codereview.appspot.com/6822102/diff/22003/setup/keyboardshortcut.py#newcode250 setup/keyboardshortcut.py:250: out ...
11 years, 5 months ago (2012-11-29 13:26:44 UTC) #16
Peng
11 years, 5 months ago (2012-11-29 13:26:46 UTC) #17
fujiwara
https://codereview.appspot.com/6822102/diff/22003/setup/keyboardshortcut.py File setup/keyboardshortcut.py (right): https://codereview.appspot.com/6822102/diff/22003/setup/keyboardshortcut.py#newcode193 setup/keyboardshortcut.py:193: keys = shortcut.split('>') On 2012/11/29 13:26:44, Peng wrote: > ...
11 years, 4 months ago (2012-12-03 07:40:50 UTC) #18
Peng
https://codereview.appspot.com/6822102/diff/22003/setup/keyboardshortcut.py File setup/keyboardshortcut.py (right): https://codereview.appspot.com/6822102/diff/22003/setup/keyboardshortcut.py#newcode193 setup/keyboardshortcut.py:193: keys = shortcut.split('>') On 2012/12/03 07:40:50, fujiwara wrote: > ...
11 years, 4 months ago (2012-12-03 13:25:22 UTC) #19
fujiwara
https://codereview.appspot.com/6822102/diff/22003/setup/keyboardshortcut.py File setup/keyboardshortcut.py (right): https://codereview.appspot.com/6822102/diff/22003/setup/keyboardshortcut.py#newcode193 setup/keyboardshortcut.py:193: keys = shortcut.split('>') On 2012/12/03 13:25:23, Peng wrote: > ...
11 years, 4 months ago (2012-12-04 03:32:24 UTC) #20
Peng
11 years, 4 months ago (2012-12-04 15:43:32 UTC) #21
lgtm. thanks
Sign in to reply to this message.

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