Intelligent Input Bus for Linux/Unix
Перейти к файлу
Peng Huang ff5db2e177 Destroy IBusInputContext correctly in ibus-x11
BUG=none
TEST=Linux desktop

Review URL: http://codereview.appspot.com/4178062
2011-02-18 10:15:26 -05:00
bindings Remove block call in ibus-daemon, and use async call instead and clean up code. 2010-11-16 10:24:03 +09:00
bus s/LC_MESSAGES/LC_CTYPE/ in set_default_preload_engines. 2011-02-18 10:15:18 -05:00
client Destroy IBusInputContext correctly in ibus-x11 2011-02-18 10:15:26 -05:00
data Fix keyval and state in __keycode_button_clicked_cb 2010-10-21 18:14:55 +09:00
debian Fix build debian package error. 2011-01-27 18:01:34 -05:00
docs Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
gconf Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
ibus Support enable/disable hotkeys that enable or disable ibus unconditionally (i.e. not toggle.) 2011-02-11 23:48:42 +09:00
m4 Use gdbus in glib, and get rid of libdbus 2010-11-03 10:54:57 +09:00
memconf Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
po Ran 'make update-po' in po/. 2011-02-12 22:56:49 +09:00
setup Support enable/disable hotkeys that enable or disable ibus unconditionally (i.e. not toggle.) 2011-02-11 23:48:42 +09:00
src Do not create GSimpleAsyncResult in ibus_input_context_process_key_event 2011-02-16 15:49:09 -05:00
test Update test_client.py 2009-09-12 12:53:09 +08:00
ui Fix no defined '_' in EngineAbout 2010-11-17 09:49:06 +09:00
util Fix compiler warnings in util/IMdkit/. 2011-02-12 23:38:35 +09:00
.gitignore Add generated files into .gitignore 2010-11-22 10:21:02 +09:00
AUTHORS Add pt_BR.po from Glaucia Freitas <gcintra@redhat.com> 2010-07-27 11:23:30 +08:00
COPYING Change COPYING from LGPL 2.0 to LGPL 2.1 2008-10-06 10:39:43 +08:00
Makefile.am Change version to 1.3.99 2010-11-03 10:54:58 +09:00
NEWS import ibus 2008-05-12 15:18:48 +08:00
README Modify copying information 2009-10-23 15:58:14 +08:00
autogen.sh Use gdbus in glib, and get rid of libdbus 2010-11-03 10:54:57 +09:00
codereview.settings Add codereview.settings. 2010-09-08 15:58:31 +09:00
configure.ac Fix ibus_version in configure and translation domain in ibus-setup. 2010-11-16 13:38:24 +09:00
ibus-1.0.pc.in Add pkgdatadir in ibus-1.0.pc.in 2011-02-08 15:13:01 -05:00
ibus.spec.in Use gdbus in glib, and get rid of libdbus 2010-11-03 10:54:57 +09:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus.in Set QT_IM_MODULE=xim in case of no ibus-qt. 2011-01-26 00:09:43 -05:00

README

IBus - Input Bus

Introduction
===

IBus is an Intelligent Input Bus. It is a new input framework for Linux OS.
It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.


How to build & test IBus
===

ibus-setup:
It is a gtk program to enable and configure ibus.

ibus:
It is ibus daemon.

hotkeys:
Ctrl + Space: Enable or Disable input method
Ctrl + Shift: Change input method.

For more detail please refer to http://code.google.com/p/ibus/wiki/ReadMe .


Peng Huang <shawn.p.huang@gmail.com>