Intelligent Input Bus for Linux/Unix
Перейти к файлу
fujiwarat 290f786b82 ui/gtk3: Fix build failures
ibus-ui-emoijer needs to be built at last in ui/gtk3
Also fixed po/POTFILES.in for `make dist`
Now I moved libibusemojidialog.so and IBusEmojiDialog-1.0.[gir|typelib]
and ibus-emoji-dialog-1.0.vapi to noinst because now
ibus-ui-emojier is available and they are private libraries.

R=Shawn.P.Huang@gmail.com

Review URL: https://codereview.appspot.com/312610043
2017-04-17 16:00:26 +09:00
bindings tools: spawn the process of ibus-ui-emojier 2017-04-13 12:40:22 +09:00
bus bus: Add error messages for g_dbus_server_new_sync 2017-03-08 11:57:27 +09:00
client client/x11: Add XSetIOErrorHandler() for GNOME3 desktop 2017-03-15 11:48:24 +09:00
conf conf/gconf: Fix SEGV in ibus_config_gconf_get_values 2016-05-26 12:22:53 +09:00
data data: Fix a typo 2017-03-28 12:15:26 +09:00
debian Delete the python xdg dependency. 2013-07-05 13:03:49 +09:00
docs Fix doc builds 2015-07-13 17:58:30 +09:00
engine Fix Croatian language code in simple.xml 2016-08-02 11:54:07 +09:00
ibus Install pygtk2 libraries to python2 site-packages. 2014-02-03 13:07:40 +09:00
m4 Update source files with LGP 2.1 according to COPYING. 2013-08-09 13:48:17 +09:00
po ui/gtk3: Fix build failures 2017-04-17 16:00:26 +09:00
setup Move language setting from IBusEmojier to ibus-setup 2017-03-27 15:12:42 +09:00
src src: Enable unicode_alt in EmojiOne json file 2017-04-03 12:24:27 +09:00
test Update test_client.py 2009-09-12 12:53:09 +08:00
tools ui/gtk3: Fix build failures 2017-04-17 16:00:26 +09:00
ui ui/gtk3: Fix build failures 2017-04-17 16:00:26 +09:00
util util/IMdkit: Fix the range of memset() in i18nIc.c 2017-01-20 18:51:42 +09:00
AUTHORS Add maintainers 2015-06-22 11:34:32 +09:00
COPYING Change COPYING from LGPL 2.0 to LGPL 2.1 2008-10-06 10:39:43 +08:00
COPYING.unicode engine: Use annotations/en.xml from unocode.org but not emoji-list.html 2016-07-07 12:47:34 +09:00
Makefile.am Add 'ibus emoji' command for no ibus panel desktops 2017-03-06 18:14:26 +09:00
NEWS import ibus 2008-05-12 15:18:48 +08:00
README s/code.google.com/github.com/ in docs 2015-06-05 15:21:44 +09:00
autogen.sh Remove -Werror in autogen.sh since the build still have errors. 2013-12-13 11:56:41 +09:00
codereview.settings Add codereview.settings. 2010-09-08 15:58:31 +09:00
configure.ac Make more readable error messages if emoji xml files are missed 2017-03-21 12:56:23 +09:00
git.mk Minor fixes related to git.mk. 2012-02-01 10:00:42 +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 engine: Use annotations/en.xml from unocode.org but not emoji-list.html 2016-07-07 12:47:34 +09:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus Update xinput-ibus to check Qt5 libraries besides Qt4 ones 2015-05-01 11:42:41 +09: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:
Super + Space: Change input method.

For more detail please refer to https://github.com/ibus/ibus/wiki/ReadMe .


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