* Buildlink libX11 to ibus-python to fix build
Changelog:
1.5.13
src: Use cache file for compose table for launching time 7241f66 d5bf50c 706ba01 97e28cc
Add SetCursorLocationRelative D-Bus method (Daiki Ueno) (Rui Matos) b51c620
1.5.12
check for x11 for the ui too (Marc-Antoine Perennou) c0ced65
ibus-daemon update user cache when user observed path is updated 1d67867
panel: Constrain the candidate area to the current monitor bounds (Alexey Kotlyarov) 4a8024b
panel: Fix the default position of property panel with dual monitors 3ebeb65
setup: Fix PyGIWarning: GdkX11 was imported without specifying a version 49f3a73
engine: Change language code from ISO 639-2 to ISO 639-1 in simple.xml 3af58fa
Problems found locating distfiles:
Package anthy: missing distfile 2ch.t
Package anthy: missing distfile okinawa-20090801.t
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Changelog:
Release 1.5.11
dconf: Work around using dbus development builds and /etc/machine-id (Colin Walters) 49ee54f
Add ibus_keyval_convert_case and ibus_keyval_to_upper/lower methods (Peng Wu) 0ba6452
Add Swedish svdvorak in simple.xml (Albert Veli) f32e98f
Change ranks for minor keymaps in simple.xml 4a4bd5f
I18N for engine longnames on ibus-setup 8b18759 0215603
Put PropertyPanel at bottom right when desktop is KDE eb4ffa1
ibus-ui-gtk3: Draw gray color on PropertyPanel handle 020bd45
Fix compile error in client/x11/Makefile (Hodong Kim) cc88075 f6ba337
ibus-ui-gtk3: Enable absolute path of engine icon in KDE5 35d035b
ibus-ui-gtk3: Support language icon in KDE5. cb93cab 25593ed
xim: use gtk3 (Marc-Antoine Perennou) 4d49a66 0f9ea3d
Fix to show keyboard shortcuts in ibus-setup. 5d9109b
Fix to get X11 display name on GTK3 applications in GNOME Wayland ffdcc6c
Update xinput-ibus to check Qt5 libraries besides Qt4 ones 1a45642
Load locale compose files dynamically. 7ae585a 85f5433 3397fca
Set sync process_key_event in ibus-x11 b58351e
ibus-ui-gtk3: radio and check menu items work with GTK 3.16 64b8609
Support vertical writing with IBUS_INPUT_HINT_VERTICAL_WRITING 7fd6077
Enable to show a property on ibus panel icon 23c45b9
Release 1.5.10
Fix to lose a focus when move the focus from the delayed focus-in/out. f33e19b
Fix not to SEGV ibus-ui-gtk3 with wrong 'preload-engines' value. bb818e4
ibus-setup tries C since en_US.UTF-8 is not installed in Debian by default. by Osamu Aoki e250726
Remove "Release" modifiers key on ibus-setup. de3541d
Fixes ibus_engine_update_lookup_table_fast method by Peng Wu a7abce6
Fixes ibus_keyval_name method in c++ binding by Peng Wu f69ddc3
Carry current context content type into fake context when switching by Rui Matos 0977157
Show language rather than layout in xkb panel icon by Doug Rintoul 8f471ce
IMdkit: Track window property offsets correctly by Klemens Baum 576ebc3
Increase dbus timeout to 15 seconds 1b668f6
Run ibus_bus_preload_engines_async 30 seconds later in ibus-ui-gtk3 83451e4
gtk clients do not lose focus when chrome popup window takes the focus 38d3c5c
Release registry observed_paths and components if they are broken e6c8832
Add ibus panel icon for plasma-desktop in KDE5 aab56c2
Now ibus gtk panel enables AppIndicator when the desktop is KDE.
If you use KDE4, run ./configure --disable-appindicator in the build,
or do not set XDG_CURRENT_DESKTOP=KDE in the runtime.
* Enable preedit color on external preedit window with x11 applications. 2e8de03
* Do not fail ibus-setup when en_US.UTF-8 is not installed. a78c0b8
* Fix compose keys in French layout bepo variant. 6dcb2dd
* Set max-width-chars property in ibus-setup wrapped GtkLabel. 0be4664
* Add German (nodeadkeys) keymap in simple.xml. 318836a
* Delete Korean keymap. 386bafb
* Let ibus-ui-gtk3 not to show zero-lenght preedit text. 3469285
* Fix many memory leaks provided by Christophe Fergeau. 87fb61f
f3e8aaf 18687d7 d0aaf77 ca8cac8 f4d7cea 70ddaf1 0d15329 167d1d7
5d887bd b07dedf 6291feb
* Add Polish (qwertz) keymap in simple.xml ee4c5ec
* Fix escape key with Ctrl+Shift+U ISO 14755. 9bad0c9
* Update ibuscomposetable.h for pt-br. b6afffb
* Set up ibus engines when users log into the session for the first
time. 38fa3e8
* Do not sort ibus engines when they are saved by ibus-setup. a530075
* Update IBusKeymap jp. 8ef258e
* Run xmodmap after run setxkbmap -l layout. 14bd938
* Add ibus reset-config and read-config sub-commands. 3dcf247 9e5a2bd
* Fix ibus-setup SEGV in enginetreeview.py 10483bf
* Fix deprecated warnings with python3-gobject 3.13.3. a17dc8e
* Export the 'IBUS_SETUP_XID' environment variable for each engine
setup. b1b4e29
* Fix deprecated gtk3 GtkMisc, GtkAlignment and vala Gdk.X11Display 130d310
* Enhance UI to add engines on ibus-setup 3e6178c
* 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