Intelligent Input Bus for Linux/Unix
Перейти к файлу
fujiwarat ad80999f5a Make all emoji dicts for fully qualified
Currently only emoji-en.dict enables fully qualified since it imports
emoji-test.txt and it causes to hardly compare emojis between
emoji-en.dict and emoji-$lang.dict when m_show_emoji_variant
is enabled. E.g. U+1F3CC-FE0F-200D-2642-FE0F
Now emoji-$lang.dict also import emoji-test.txt and enables
fully qualified.

R=penghuang@google.com

Review URL: https://codereview.appspot.com/323860043
2017-05-29 12:03:41 +09:00
bindings Change to use Unicode Emoji files instead of EmojiOne files 2017-04-28 13:10:03 +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 Update favorites category automatically by selecting emoji 2017-05-09 13:58:02 +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 engine: Add Malay and Mongolian keymaps 2017-05-24 11:52:19 +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 Release 1.5.16 2017-05-15 16:03:34 +09:00
setup ui/gtk3: Add ibus-emoji man mapge 2017-05-09 13:54:01 +09:00
src Make all emoji dicts for fully qualified 2017-05-29 12:03:41 +09:00
test Update test_client.py 2009-09-12 12:53:09 +08:00
tools ui/gtk3: Rename ibus-emoji.1.in to ibus-emoji.7.in 2017-05-10 11:50:08 +09:00
ui Make all emoji dicts for fully qualified 2017-05-29 12:03:41 +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 configure: Change relative paths to absolute ones 2017-05-22 12:04:28 +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>