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

Issue 213760043: Add ibus_keyval_convert_case and ibus_keyval_to_upper/lower methods (Closed)

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

Description

Add ibus_keyval_convert_case and ibus_keyval_to_upper/lower methods In some input method setup dialog, customization of shortcut keys are supported. But in python Gtk+, when grab the shortcut key, the gdk_keyval_to_lower method will be used. This patch adds ibus_keyval_convert_case and ibus_keyval_to_upper/lower methods, so ibus-libpinyin can drop the Gdk 3.x C++ dependency. BUG=https://code.google.com/p/ibus/issues/detail?id=1766 TEST=

Patch Set 1 #

Total comments: 1

Patch Set 2 : export ibus_keyval_convert_case method #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -0 lines) Patch
M src/ibuskeynames.c View 1 2 2 chunks +147 lines, -0 lines 0 comments Download
M src/ibuskeys.h View 1 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Peng Wu
Please review it, thanks.
9 years, 2 months ago (2015-03-05 07:01:55 UTC) #1
fujiwara
https://codereview.appspot.com/213760043/diff/1/src/ibuskeynames.c File src/ibuskeynames.c (right): https://codereview.appspot.com/213760043/diff/1/src/ibuskeynames.c#newcode204 src/ibuskeynames.c:204: ibus_keyval_convert_case (keyval, NULL, &result); No declaration of ibus_keyval_convert_case() causes ...
9 years, 2 months ago (2015-03-05 08:36:41 UTC) #2
fujiwara
lgtm
9 years, 2 months ago (2015-03-06 07:25:29 UTC) #3
Peng
On 2015/03/06 07:25:29, fujiwara wrote: > lgtm lgtm
9 years, 2 months ago (2015-03-06 17:15:17 UTC) #4
fujiwara
9 years, 2 months ago (2015-03-09 04:40:48 UTC) #5
Committed.
Please close the CL.
Thanks.
Sign in to reply to this message.

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