Intelligent Input Bus for Linux/Unix
Перейти к файлу
Peng Huang 0e6fa20c25 Fix build debian package error.
BUG=
TEST=make dpkg

Review URL: http://codereview.appspot.com/4013046
2011-01-27 18:01:34 -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 Fix some race conditions during create engine, also fix dpkg build error. 2011-01-21 10:57:54 -05:00
client Export async version ibus_input_context_process_key_event. 2011-01-27 11:18:21 -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 Fix typo in the default configuration of the trigger hotkeys. 2011-01-16 11:35:09 +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 Change version to 1.3.99 2010-11-03 10:54:58 +09:00
setup Add global variable DOMAINNAME to replace "ibus10" in everywhere. 2010-11-16 14:02:34 +09:00
src Export async version ibus_input_context_process_key_event. 2011-01-27 11:18:21 -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 Support gtk3 2010-06-05 21:28:04 +08: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 Change version to 1.3.99 2010-11-03 10:54:58 +09: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>