platform/upstream/ibus.git
12 years agoEnable to fall back /etc/machine-id
fujiwarat [Fri, 27 Apr 2012 02:27:03 +0000 (11:27 +0900)]
Enable to fall back /etc/machine-id

http://cgit.freedesktop.org/dbus/dbus/commit/dbus/dbus-sysdeps-unix.c?id=66e52541d5bdd4927a5c702963749760643313f4

BUG=http://code.google.com/p/ibus/issues/detail?id=1389
TEST=Linux desktop

Review URL: https://codereview.appspot.com/6111060

12 years agoFix make check.
Daiki Ueno [Wed, 18 Apr 2012 01:37:07 +0000 (10:37 +0900)]
Fix make check.

The make variable TESTS is reserved by automake:
https://www.gnu.org/software/automake/manual/automake.html#index-TESTS-832
and thus it causes error when make check:
 make[4]: Entering directory `/home/ueno/devel/ibus/src'
 /bin/sh: line 9: ./tests: Is a directory
 FAIL: tests

BUG=none
TEST=manually

Review URL: https://codereview.appspot.com/6056043

12 years agoAdd options to disable to build UI and engines.
fujiwarat [Tue, 17 Apr 2012 01:25:58 +0000 (10:25 +0900)]
Add options to disable to build UI and engines.

TEST=Linux desktop

Review URL: https://codereview.appspot.com/6031059

12 years agoFix the order of arguments in NameOwnerChanged
fujiwarat [Mon, 16 Apr 2012 01:19:57 +0000 (10:19 +0900)]
Fix the order of arguments in NameOwnerChanged

BUG=RH#799571
TEST=Linux desktop

Review URL: https://codereview.appspot.com/6022044

12 years agoIgnore mouse masks in ui/gtk3/keybindingmanager for accessibility.
fujiwarat [Tue, 10 Apr 2012 02:31:49 +0000 (11:31 +0900)]
Ignore mouse masks in ui/gtk3/keybindingmanager for accessibility.

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5975069

12 years agoFix ibus-x11 SEGV in _process_key_event_done.
fujiwarat [Fri, 6 Apr 2012 03:11:35 +0000 (12:11 +0900)]
Fix ibus-x11 SEGV in _process_key_event_done.

IMForwardEvent() calls _Xi18nFindClient() and it could return NULL.
Maybe the connect_id would be disconnected during the async
process_key_event.
This fix checks XIM_DISCONNECT in ims_protocol_handler() to cancel
IMForwardEvent() in _process_key_event_done().

BUG=RH#769135
TEST=Linux desktop

Review URL: https://codereview.appspot.com/5498090

12 years agoFix ibus-setup SEGV on C locale.
fujiwarat [Thu, 5 Apr 2012 01:44:26 +0000 (10:44 +0900)]
Fix ibus-setup SEGV on C locale.

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5976076

12 years agoFix typo in ibusfactory.c.
Yusuke Sato [Tue, 3 Apr 2012 09:31:47 +0000 (18:31 +0900)]
Fix typo in ibusfactory.c.

BUG=None
TEST=None

Review URL: https://codereview.appspot.com/5969068

12 years agoEnable bindtextdomain in ibus-ui-gtk3.
fujiwarat [Fri, 23 Mar 2012 02:40:29 +0000 (11:40 +0900)]
Enable bindtextdomain in ibus-ui-gtk3.

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5876049

12 years agoAdd --help in ibus tool.
fujiwarat [Fri, 23 Mar 2012 02:25:28 +0000 (11:25 +0900)]
Add --help in ibus tool.

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5868046

12 years agoSet the custom font in ui.gtk3.CandidatePanel.
fujiwarat [Tue, 20 Mar 2012 05:25:56 +0000 (14:25 +0900)]
Set the custom font in ui.gtk3.CandidatePanel.

BUG=RH#803250
TEST=Linux desktop

Review URL: https://codereview.appspot.com/5845047

12 years agoShow language id on ibus-ui-gtk3.switcher window.
fujiwarat [Mon, 19 Mar 2012 07:20:55 +0000 (16:20 +0900)]
Show language id on ibus-ui-gtk3.switcher window.

BUG=RH#803177
TEST=Linux desktop

Review URL: https://codereview.appspot.com/5843059

12 years agoibus-daemon: make sure to focus out engine when unset.
Daiki Ueno [Thu, 15 Mar 2012 05:42:43 +0000 (14:42 +0900)]
ibus-daemon: make sure to focus out engine when unset.

BUG=none
TEST=manual

Review URL: https://codereview.appspot.com/5824046

12 years agogtk3: show language name on the IME menu.
Daiki Ueno [Thu, 15 Mar 2012 04:21:08 +0000 (13:21 +0900)]
gtk3: show language name on the IME menu.

BUG=https://bugzilla.redhat.com/show_bug.cgi?id=803177
TEST=manual

Review URL: https://codereview.appspot.com/5819049

12 years agogtk3: honor lookup table labels and orientation
Daiki Ueno [Wed, 14 Mar 2012 02:07:47 +0000 (11:07 +0900)]
gtk3: honor lookup table labels and orientation

BUG=none
TEST=manual

Review URL: https://codereview.appspot.com/5798074

12 years agolibibus: Fix a refcount issue in ibus_prop_list_deserialize()
Peng Huang [Tue, 13 Mar 2012 16:02:15 +0000 (12:02 -0400)]
libibus: Fix a refcount issue in ibus_prop_list_deserialize()

BUG=None
TEST=Linux desktop

Review URL: https://codereview.appspot.com/5796079

12 years agoFix to ungrab ui/gtk3/switcher for GTK 3.3.18 and GLib 2.31.20
fujiwarat [Mon, 12 Mar 2012 01:29:23 +0000 (10:29 +0900)]
Fix to ungrab ui/gtk3/switcher for GTK 3.3.18 and GLib 2.31.20

BUG=RH#800897
TEST=Linux desktop

Review URL: https://codereview.appspot.com/5795048

12 years agoRemove some unused code.
Peng Huang [Wed, 7 Mar 2012 05:41:14 +0000 (00:41 -0500)]
Remove some unused code.

BUG=None
TEST=Make

Review URL: https://codereview.appspot.com/5756061

12 years agoRefine coding style.
Peng Huang [Wed, 7 Mar 2012 05:40:47 +0000 (00:40 -0500)]
Refine coding style.

BUG=None
TEST=Manually

Review URL: https://codereview.appspot.com/5753058

12 years agoShrink the IME switcher window size if necessary.
Peng Huang [Wed, 7 Mar 2012 05:39:17 +0000 (00:39 -0500)]
Shrink the IME switcher window size if necessary.

BUG=None
TEST=Manually

Review URL: https://codereview.appspot.com/5753056

12 years agoRestrict config notification to panel.
Daiki Ueno [Tue, 6 Mar 2012 01:03:25 +0000 (10:03 +0900)]
Restrict config notification to panel.

BUG=none
TEST=manual

Review URL: https://codereview.appspot.com/5729064

12 years agoFix python library to load libibus.so.Y
fujiwarat [Mon, 5 Mar 2012 04:25:53 +0000 (13:25 +0900)]
Fix python library to load libibus.so.Y

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5731060

12 years agoEnhance make dist
fujiwarat [Mon, 5 Mar 2012 01:19:05 +0000 (10:19 +0900)]
Enhance make dist

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5730046

12 years agoRevert Gdk.DeviceManager.list_devices to work with vala 0.15
fujiwarat [Mon, 5 Mar 2012 01:14:07 +0000 (10:14 +0900)]
Revert Gdk.DeviceManager.list_devices to work with vala 0.15

Fixed a build error in ui/gtk3 with vala 0.15

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5720068

12 years agoibus-setup: improve ibus-daemon auto start
Daiki Ueno [Fri, 2 Mar 2012 06:58:36 +0000 (15:58 +0900)]
ibus-setup: improve ibus-daemon auto start

Instead of repeatedly launch the daemon and wait, start it once and wait for
IBusBus::connected signal for 5 seconds.

BUG=none
TEST=manually on Fedora 17

Review URL: https://codereview.appspot.com/5716045

12 years agoChange LT_VERSION_INFO so that SONAME is changed for ibus 1.5.
fujiwarat [Fri, 2 Mar 2012 02:18:38 +0000 (11:18 +0900)]
Change LT_VERSION_INFO so that SONAME is changed for ibus 1.5.

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5707059

12 years agoibus-setup: minor typo fixes of GI enum names
Daiki Ueno [Fri, 2 Mar 2012 01:27:47 +0000 (10:27 +0900)]
ibus-setup: minor typo fixes of GI enum names

BUG=none
TEST=manual

Review URL: https://codereview.appspot.com/5710049

12 years agoFix build errors in ui/gtk3 with vala-0.15.1 and gtk3-3.3.14
fujiwarat [Thu, 1 Mar 2012 03:09:07 +0000 (12:09 +0900)]
Fix build errors in ui/gtk3 with vala-0.15.1 and gtk3-3.3.14

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5704053

12 years agoFix no gconf engines_order and the engine setup button on ibus-setup.
fujiwarat [Thu, 1 Mar 2012 02:55:48 +0000 (11:55 +0900)]
Fix no gconf engines_order and the engine setup button on ibus-setup.

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5702057

12 years agoFix to launch ibus-setup without running ibus-daemon.
fujiwarat [Thu, 1 Mar 2012 02:38:15 +0000 (11:38 +0900)]
Fix to launch ibus-setup without running ibus-daemon.

BUG=RH#796070
TEST=Linux desktop

Review URL: https://codereview.appspot.com/5704054

12 years agoFix page_up and page_down signals in ibus-ui-gtk3
fujiwarat [Thu, 1 Mar 2012 02:33:52 +0000 (11:33 +0900)]
Fix page_up and page_down signals in ibus-ui-gtk3

BUG=RH#796555
TEST=Linux desktop

Review URL: https://codereview.appspot.com/5705050

12 years agoSimplify ibus_config_watch tests using fixtures.
Daiki Ueno [Thu, 1 Mar 2012 01:50:37 +0000 (10:50 +0900)]
Simplify ibus_config_watch tests using fixtures.

BUG=none
TEST=manual

Review URL: https://codereview.appspot.com/5702058

12 years agoAdd ibus_config_watch/unwatch.
Daiki Ueno [Wed, 29 Feb 2012 08:00:32 +0000 (17:00 +0900)]
Add ibus_config_watch/unwatch.

Currently IBusConfig proxy is notified every config value change.
e.g. ibus-m17n will get notified even when ibus-anthy's config values
are changed.

With this patch, IBusConfig proxy will be able to restrict
notification by calling ibus_config_watch().  For example, after:

ibus_config_watch (config, "engine/M17N/hi/inscript", NULL);

it will be notified value changes only under
"engine/M17N/hi/inscript" section.

BUG=none
TEST=manually with modified ibus-m17n

Review URL: https://codereview.appspot.com/5091045

12 years agoFix to return false in ibus_simple_engine_process_key_event
fujiwarat [Wed, 29 Feb 2012 06:44:00 +0000 (15:44 +0900)]
Fix to return false in ibus_simple_engine_process_key_event

IM clients expect filter_keypress returns FALSE when IME is disabled.
Now we use the simple engine instead of the disabled state so
it would be better that process_key_event returns FALSE for ASCII.

BUG=RH#769133
TEST=Linux desktop

Review URL: https://codereview.appspot.com/5707057

12 years agodconf: remove workaround for self-write notification.
Daiki Ueno [Wed, 29 Feb 2012 03:58:46 +0000 (12:58 +0900)]
dconf: remove workaround for self-write notification.

BUG=none
TEST=manual

Review URL: https://codereview.appspot.com/5709051

12 years agoRemove redefinition of typedef IBusEngineSimplePrivate.
Peng Huang [Mon, 27 Feb 2012 15:28:18 +0000 (10:28 -0500)]
Remove redefinition of typedef IBusEngineSimplePrivate.

BUG=None
TEST=Make on Linux desktop

Review URL: https://codereview.appspot.com/5699087

12 years agoRefine inline doc and test for ibus_bus_get_engines_by_names().
Peng Huang [Mon, 27 Feb 2012 14:57:47 +0000 (09:57 -0500)]
Refine inline doc and test for ibus_bus_get_engines_by_names().

BUG=None
TEST=Manually

Review URL: https://codereview.appspot.com/5697067

12 years agoFix build with vala 0.14.2.
Daiki Ueno [Mon, 27 Feb 2012 04:34:15 +0000 (13:34 +0900)]
Fix build with vala 0.14.2.

BUG=none
TEST=manual

Review URL: https://codereview.appspot.com/5697071

12 years agoMerge remote-tracking branch 'origin/devel'
Peng Huang [Sun, 26 Feb 2012 21:28:40 +0000 (16:28 -0500)]
Merge remote-tracking branch 'origin/devel'

TEST=Linux Desktop

Review URL: https://codereview.appspot.com/5517048

12 years agoAdd ibus_unset_log_handler to remove the handler in ibus_set_log_handler
fujiwarat [Thu, 23 Feb 2012 03:07:44 +0000 (12:07 +0900)]
Add ibus_unset_log_handler to remove the handler in ibus_set_log_handler

TEST=Linux desktop

Review URL: https://codereview.appspot.com/5690064

12 years agoibus-engine-simple: Use icon ibus-keyboard for xkb layouts.
Peng Huang [Tue, 31 Jan 2012 15:40:40 +0000 (10:40 -0500)]
ibus-engine-simple: Use icon ibus-keyboard for xkb layouts.

12 years agovala: Fix vala binding
Peng Huang [Fri, 27 Jan 2012 15:18:59 +0000 (10:18 -0500)]
vala: Fix vala binding

12 years agoibus-ui-gtk3: Add quit item in menu.
Peng Huang [Fri, 27 Jan 2012 14:51:26 +0000 (09:51 -0500)]
ibus-ui-gtk3: Add quit item in menu.

12 years agoibus-ui-gtk3: Use longname in IME switch UI.
Peng Huang [Tue, 24 Jan 2012 17:15:40 +0000 (12:15 -0500)]
ibus-ui-gtk3: Use longname in IME switch UI.

12 years agolibibus: Fix some reference issues.
Peng Huang [Tue, 24 Jan 2012 17:15:13 +0000 (12:15 -0500)]
libibus: Fix some reference issues.

12 years agolibibus: add test case for ibus_bus_get_engines_by_names.
Peng Huang [Mon, 23 Jan 2012 19:21:42 +0000 (14:21 -0500)]
libibus: add test case for ibus_bus_get_engines_by_names.

12 years agolibibus: Fix annotation of ibus_bus_get_engines_by_names.
Peng Huang [Mon, 23 Jan 2012 18:59:24 +0000 (13:59 -0500)]
libibus: Fix annotation of ibus_bus_get_engines_by_names.

12 years agoibus-ui-gtk2: Do not release gtk2 ui in tarball but keep them in repo.
Peng Huang [Mon, 23 Jan 2012 18:27:59 +0000 (13:27 -0500)]
ibus-ui-gtk2: Do not release gtk2 ui in tarball but keep them in repo.

12 years agoFix review issues.
Peng Huang [Mon, 23 Jan 2012 17:27:10 +0000 (12:27 -0500)]
Fix review issues.

12 years agoibus-ui-gtk3: Disable panel when Panel name owership is lost.
Peng Huang [Fri, 13 Jan 2012 16:52:53 +0000 (11:52 -0500)]
ibus-ui-gtk3: Disable panel when Panel name owership is lost.

12 years agoibus-daemon: Fix a matchrule parse issue.
Peng Huang [Fri, 13 Jan 2012 16:29:49 +0000 (11:29 -0500)]
ibus-daemon: Fix a matchrule parse issue.

12 years agoibus-ui-gtk3: Fix hotkey issue when xkb -option ctrl:swapcap is using.
Peng Huang [Thu, 12 Jan 2012 15:41:00 +0000 (10:41 -0500)]
ibus-ui-gtk3: Fix hotkey issue when xkb -option ctrl:swapcap is using.

12 years agoibus-ui-gtk3: Hide the candidate window during starting up.
Peng Huang [Thu, 12 Jan 2012 15:12:44 +0000 (10:12 -0500)]
ibus-ui-gtk3: Hide the candidate window during starting up.

12 years agoibus-ui-gtk3: Fix a crash when config module is not ready.
Peng Huang [Thu, 12 Jan 2012 15:05:37 +0000 (10:05 -0500)]
ibus-ui-gtk3: Fix a crash when config module is not ready.

12 years agoRename xinput-ibus.in to xinput-ibus
Peng Huang [Thu, 12 Jan 2012 03:18:10 +0000 (22:18 -0500)]
Rename xinput-ibus.in to xinput-ibus

12 years agoibus-daemon: Move global variables into separated files.
Peng Huang [Thu, 12 Jan 2012 01:41:16 +0000 (20:41 -0500)]
ibus-daemon: Move global variables into separated files.

12 years agoDo not create IBusInputContext in focus_in virtual function
Peng Huang [Wed, 11 Jan 2012 22:27:01 +0000 (17:27 -0500)]
Do not create IBusInputContext in focus_in virtual function

12 years agoReenable test casues for ibus-daemon
Peng Huang [Wed, 11 Jan 2012 22:26:44 +0000 (17:26 -0500)]
Reenable test casues for ibus-daemon

12 years agoFix match rule parsing bug.
Peng Huang [Wed, 11 Jan 2012 22:25:59 +0000 (17:25 -0500)]
Fix match rule parsing bug.

12 years agoIgnore some unused bits in modifiers
Peng Huang [Wed, 11 Jan 2012 16:20:36 +0000 (11:20 -0500)]
Ignore some unused bits in modifiers

12 years agoRefine ibus_get_language_name() test case
Peng Huang [Fri, 6 Jan 2012 20:17:32 +0000 (15:17 -0500)]
Refine ibus_get_language_name() test case

12 years agoRemove some unused code and fix a focus issue
Peng Huang [Fri, 6 Jan 2012 19:52:40 +0000 (14:52 -0500)]
Remove some unused code and fix a focus issue

12 years agoCreate __languages_dict with g_hash_table_new_full
Peng Huang [Fri, 6 Jan 2012 19:52:18 +0000 (14:52 -0500)]
Create __languages_dict with g_hash_table_new_full

12 years agoFix a bug in simple.xml.in.in
Peng Huang [Fri, 6 Jan 2012 17:28:42 +0000 (12:28 -0500)]
Fix a bug in simple.xml.in.in

12 years agoMove current language to the first place in the IME combobox
Peng Huang [Fri, 6 Jan 2012 17:17:04 +0000 (12:17 -0500)]
Move current language to the first place in the IME combobox

12 years agoFix a bug in ibus_get_language_name and add a unit test
Peng Huang [Fri, 6 Jan 2012 16:55:24 +0000 (11:55 -0500)]
Fix a bug in ibus_get_language_name and add a unit test

12 years agoFix a build error
Peng Huang [Fri, 6 Jan 2012 16:07:15 +0000 (11:07 -0500)]
Fix a build error

12 years agoRemove some useless xkb layout
Peng Huang [Fri, 6 Jan 2012 15:57:31 +0000 (10:57 -0500)]
Remove some useless xkb layout

12 years agorefine code for reviewing
Peng Huang [Thu, 5 Jan 2012 22:34:30 +0000 (17:34 -0500)]
refine code for reviewing

12 years agoExecute ibus-setup in panel correctly
Peng Huang [Thu, 5 Jan 2012 20:11:14 +0000 (15:11 -0500)]
Execute ibus-setup in panel correctly

12 years agoWIP
Peng Huang [Thu, 5 Jan 2012 19:59:35 +0000 (14:59 -0500)]
WIP

12 years agoEscape some desc
Peng Huang [Thu, 5 Jan 2012 19:34:59 +0000 (14:34 -0500)]
Escape some desc

12 years agoGenerate simple.xml.in.in from xkb layouts
Peng Huang [Thu, 5 Jan 2012 19:27:58 +0000 (14:27 -0500)]
Generate simple.xml.in.in from xkb layouts

12 years agoDeprecated ibus python library.
Peng Huang [Wed, 4 Jan 2012 22:41:21 +0000 (17:41 -0500)]
Deprecated ibus python library.

12 years agoWIP add gtkpanel.xml for gtk3 ui
Peng Huang [Wed, 4 Jan 2012 22:08:03 +0000 (17:08 -0500)]
WIP add gtkpanel.xml for gtk3 ui

12 years agoWIP Disable gtk2 ui in rpm spec file.
Peng Huang [Wed, 4 Jan 2012 21:48:16 +0000 (16:48 -0500)]
WIP Disable gtk2 ui in rpm spec file.

12 years agoWIP add --enable-python-library
Peng Huang [Wed, 4 Jan 2012 21:02:20 +0000 (16:02 -0500)]
WIP add --enable-python-library

12 years agoWIP IME and sys menus.
Peng Huang [Wed, 4 Jan 2012 20:35:00 +0000 (15:35 -0500)]
WIP IME and sys menus.

12 years agoAdd restart and exit commands in ibus tools
Peng Huang [Wed, 4 Jan 2012 15:52:28 +0000 (10:52 -0500)]
Add restart and exit commands in ibus tools

12 years agoMake registered IME visible to panel.
Peng Huang [Thu, 22 Dec 2011 16:25:17 +0000 (11:25 -0500)]
Make registered IME visible to panel.

12 years agoChange IME icon on systray.
Peng Huang [Mon, 19 Dec 2011 21:18:40 +0000 (16:18 -0500)]
Change IME icon on systray.

12 years agoDelay showing switch popup window to avoid annonying.
Peng Huang [Mon, 19 Dec 2011 20:36:59 +0000 (15:36 -0500)]
Delay showing switch popup window to avoid annonying.

12 years agoWIP move all conf components into conf dir
Peng Huang [Sat, 17 Dec 2011 20:20:29 +0000 (15:20 -0500)]
WIP move all conf components into conf dir

12 years agoWIP fix gtk3 setup issues
Peng Huang [Sat, 17 Dec 2011 20:07:07 +0000 (15:07 -0500)]
WIP fix gtk3 setup issues

12 years agoWIP fix some issues with gtk3 and gi
Peng Huang [Sat, 17 Dec 2011 15:55:26 +0000 (10:55 -0500)]
WIP fix some issues with gtk3 and gi

12 years agoWIP port setup ui to gtk3
Peng Huang [Fri, 16 Dec 2011 23:02:54 +0000 (18:02 -0500)]
WIP port setup ui to gtk3

12 years agoWIP port enginecombobox.py icon.py to gtk3
Peng Huang [Fri, 16 Dec 2011 20:11:49 +0000 (15:11 -0500)]
WIP port enginecombobox.py icon.py to gtk3

12 years agoWIP port engineabout.py to gtk3
Peng Huang [Fri, 16 Dec 2011 19:44:11 +0000 (14:44 -0500)]
WIP port engineabout.py to gtk3

12 years agoRemove some unused module in py file
Peng Huang [Fri, 16 Dec 2011 19:10:51 +0000 (14:10 -0500)]
Remove some unused module in py file

12 years agoComment out all debug log in ibusenginesimple.c
Peng Huang [Fri, 16 Dec 2011 18:25:41 +0000 (13:25 -0500)]
Comment out all debug log in ibusenginesimple.c

12 years agoRefine ibus.bash
Peng Huang [Fri, 16 Dec 2011 16:39:57 +0000 (11:39 -0500)]
Refine ibus.bash

12 years agoUse xkb:layout:us as default engine.
Peng Huang [Thu, 15 Dec 2011 23:38:53 +0000 (18:38 -0500)]
Use xkb:layout:us as default engine.

12 years agoset xkblayout in 'ibus engine' command
Peng Huang [Thu, 15 Dec 2011 23:27:18 +0000 (18:27 -0500)]
set xkblayout in 'ibus engine' command

12 years agoFix bash completion issue
Peng Huang [Thu, 15 Dec 2011 23:14:45 +0000 (18:14 -0500)]
Fix bash completion issue

12 years agoWIP app ibus bash completion script and fix rpmbuild
Peng Huang [Thu, 15 Dec 2011 22:56:16 +0000 (17:56 -0500)]
WIP app ibus bash completion script and fix rpmbuild

12 years agoWIP add ibus switch-engine command
Peng Huang [Thu, 15 Dec 2011 17:29:30 +0000 (12:29 -0500)]
WIP add ibus switch-engine command

12 years agoWIP ibus list-engine command
Peng Huang [Thu, 15 Dec 2011 17:05:49 +0000 (12:05 -0500)]
WIP ibus list-engine command

12 years agoWIP add a shell tool.
Peng Huang [Wed, 14 Dec 2011 21:35:04 +0000 (16:35 -0500)]
WIP add a shell tool.

12 years agoRename ui/gtk to ui/gtk2
Peng Huang [Wed, 14 Dec 2011 20:21:49 +0000 (15:21 -0500)]
Rename ui/gtk to ui/gtk2

12 years agoBump the version and fix rpmbuild script
Peng Huang [Wed, 14 Dec 2011 17:54:39 +0000 (12:54 -0500)]
Bump the version and fix rpmbuild script