* Add Czech (qwerty) keymap.
* Update supported vala version to 0.20.
* Send panel input purpose.
* Keep track of content-type change after focus-in
* Fix leak in ibus_get_local_machine_id()
* Do not show property panel by default.
* Do not move property panel with focus-in in case panel is always shown.
* data/dconf: Don't run "dconf update" if $(DESTDIR) is set
* Support python3 [1]
* Fix to show Property Panel when the mode is auto hide.
* Do not let property panel follow cursor when it's always shown.
* Fix a build error of Gdk.EventKey with vala 0.23.2
* Use XKB layout string instead of ibus-keyboard icon on panel.
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
* Add french layout variant oss to simple engine
* Replace datadir/man with mandir.
* Implement lookup-table-orientation in ibus-ui-gtk3.
* Always save the content-type cache for gnome-shell password.
* Update en-us compose table and add locale tables for xkb engines.
* Wayland: Fix Small typo
* Fix gir annotations.
* simple.xml.in: add Slovak qwerty layout variant
* Delete the up/down button message on ibus-setup.
* Fix candidate panel not to be out of screen.
* Update translations.
* Remove -Werror in autogen.sh since the build still have errors.
* Add Property Panel to show IME properties.
News of 1.5.0
* Improve ibus performance by replace some python components with vala implementations.
* Improve IME switch UI and logic, and support shortcut customization.
Integrate IME and XKB keyboard layouts. Now ibus can manage both IME and XKB layouts.
* Improve gobject-introspection support.
* Improve vala language support.
* New functions to restrict config signal: ibus_config_watch/unwatch
* Remove gnome-icon-theme-legacy dependency.
* Add version property in IBusEngineDesc.
* Add IBusProperty.symbol for the short label.
* Support dconf 0.13.4
* Add ibus command line tool.
* Improve unit test.
* ibus-daemon now monitors .xml files by default
* "make check" does not require "make install"
* Support out-of-tree build
* pygobject override is added to help migrate from the old python binding
* Many bug fixings.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Changes:
* Fix compatible issues with gnome-do and chromium-browser.
* Fix XIM compatible issue in ppc64 platform.
* Fix some build problems with gtk3
* Sort input method in setup with strcoll
* Fix some problem in Makefile for NteBSD
ChangeLog
Comment out test-keymap test case.
Limit typing rate to 800 hits/minutes, and fix make distcheck error.
Catch exceptions from os.kill.
Fix CPU 100% usage with signal.SIGCHLD
Fix keyval and state in __keycode_button_clicked_cb
Destroy existing connection before creating a new connection, and only create the fake context once.
Move the candidate window just above the cursor when the window and a preedit string overlap.
Remove compiler warnings.
Enable key snooper by default again, except Chrome/Chromium browsers, to fix application compatibility issues like 1068.
Always consume the hotkey, even if the hotkey associated engine already activated.
Fix race condition in bus_ibus_impl_create_engine()
Fix a build error of IBus-1.0.gir with gobject-introspection 0.9.6
Fix a typo.
Remove unused dbus-1 package in gir includes
Implement stress tool for ibus.
Fix a build error with GTK3 gdkkeysyms.h
Update gu.po from Sweta Kothari <swkothar@redhat.com>
Fix g_assertion failure in bus_ibus_impl_{load,save}_global_engine_name functions.
Add some comments about registry
Add Emacs modeline for .c and .h files.
Move the log handler code from bus/main.cc to src/ibusshare.cc.
Add codereview.settings.
Add time info in log message from satorux@chromium.org
Fix memory leak in ibus_input_context_process_key_event by Fujiwarat
Fix segv in bus_engine_proxy_process_key_event_reply_cb
Set CFLAGS to "-Wall -Werror" in autogen.sh
Fix property issue.
Update fr.po
Fix a build warning
IBus means 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.