Branch: refs/heads/master
Home: http://github.com/phuang/ibus-m17n
Commit: 873c971eeff6a4050fbdaad4dce9424154858cd0
http://github.com/phuang/ibus-m17n/commit/873c971eeff6a4050fbdaad4dce9424154858cd0
Author: Peng Huang <[email protected]>
Date: 2010-09-18 (Sat, 18 Sep 2010)
Changed paths:
A codereview.settings
Log Message:
-----------
Add code coderview.settings.
This is for us to use codereview.appspot.com for code reviews.
Instructions to use codereview.appspot.com:
1. Get depot_tools and add PATH to the directory
http://dev.chromium.org/developers/how-tos/depottools
2. In your local IBus git repository,
% git checkout master
% git checkout -b somefix
make changes
% git cl upload
do code reviews at codereview.appspot.com
once it's done, run "git cl push" if you can commit.
otherwise, ask committers to commit on behalf.
BUG=none
Review URL: http://codereview.appspot.com/2209043
Commit: ce391a28fa8851a373c666b320e0add700a7355a
http://github.com/phuang/ibus-m17n/commit/ce391a28fa8851a373c666b320e0add700a7355a
Author: Peng Huang <[email protected]>
Date: 2010-09-20 (Mon, 20 Sep 2010)
Changed paths:
M src/engine.c
Log Message:
-----------
Fix bug in ibus_m17n_engine_reset.
Reset MInputContext of m17n-lib in ibus_m17n_engine_reset to fix
crosbug.com/6825 and crosbug.com/6826
BUG=chromium-os:6825,chromium-os:6826
TEST=manual
Review URL: http://codereview.appspot.com/2226043
Commit: 78642b1b311f918de8816c96dc791b0541dab9d2
http://github.com/phuang/ibus-m17n/commit/78642b1b311f918de8816c96dc791b0541dab9d2
Author: Daiki Ueno <[email protected]>
Date: 2010-09-20 (Mon, 20 Sep 2010)
Changed paths:
M src/main.c
Log Message:
-----------
Don't init IBusBus in print_engines_xml().
Bus initialization in print_engines_xml is not necessary, as Peng suggested in:
http://github.com/ibus/ibus-m17n/commit/f52ba533eb86baa427df9107dd01670a85d17ab1#L6R78
BUG=none
TEST=Manual
Review URL: http://codereview.appspot.com/2235043
Commit: 08e0631045f53c49e623570f302dc823e69ae5c0
http://github.com/phuang/ibus-m17n/commit/08e0631045f53c49e623570f302dc823e69ae5c0
Author: Peng Huang <[email protected]>
Date: 2010-09-21 (Tue, 21 Sep 2010)
Changed paths:
M src/engine.c
Log Message:
-----------
Use MInputContext::arg and remove the table for ic and engine.
BUG=none
TEST=manual
Review URL: http://codereview.appspot.com/2260041
Commit: 19aed4a7fd85da805551367c31dc0f63ac13d99c
http://github.com/phuang/ibus-m17n/commit/19aed4a7fd85da805551367c31dc0f63ac13d99c
Author: Daiki Ueno <[email protected]>
Date: 2010-10-14 (Thu, 14 Oct 2010)
Changed paths:
M src/m17nutil.c
Log Message:
-----------
Give higher rank for all Indic engines.
Currently only representative engines (e.g. m17n:hi:inscript) are given
rank > 0. However, Indic users want more input engines selected by default.
So we give rank = 2 for representative engines and 1 for other engines.
This patch rewrites the code for the default engine configuration using
g_pattern_match*().
BUG=none
TEST=manual
Review URL: http://codereview.appspot.com/2502041
Commit: d5d0ffac8302b6fbcbb40eef0a8e836c73c5eea0
http://github.com/phuang/ibus-m17n/commit/d5d0ffac8302b6fbcbb40eef0a8e836c73c5eea0
Author: Daiki Ueno <[email protected]>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M src/engine.c
Log Message:
-----------
Simplify AltGr handling.
A keyboard with AltGr key should handle 4 shift levels:
(1) no modifier keys are held
(2) Shift key is pressed
(3) AltGr key is pressed
(4) both Shift and AltGr keys are pressed
However, ibus-m17n currently can only handle 1-3.
This patch simplifies the code and allows ibus-m17n to handle 4.
BUG=none
TEST=manual
Review URL: http://codereview.appspot.com/2329045
Commit: edf2d3a50edc3a64d354a632934b23acf4b7fbf8
http://github.com/phuang/ibus-m17n/commit/edf2d3a50edc3a64d354a632934b23acf4b7fbf8
Author: Daiki Ueno <[email protected]>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M src/m17nutil.c
M src/setup.c
Log Message:
-----------
Clear errno to 0 before calling strtol/strtoul.
To handle errors of strtol/strtoul correctly, errno should be cleared
beforehand.
BUG=none
TEST=manual
Review URL: http://codereview.appspot.com/2338043
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en