Changelog for
ibus-debugsource-1.5.31-1.3.x86_64.rpm :
* Fri Nov 08 2024 Cliff Zhao
- Upstream update to 1.5.31
* Enhance CI for generic
* Enhance CI for Wayland
* Enhance compose keys
* Update compose keys with latest Xorg and GTK
* Use localectl to get current XKB in Wayland instead of setxkbmap
* Update XKB engines
* Update Unicode category
* Change IBus unique name for security issue
* Ignore Super modifier for compose keys for GNOME Wayland
* Fix X11 application and game issues
* Fix Emoji issues
* Fix Flatpak issues
* Fix preedit issues with m17n:sa:itrans
* Code maintenance
* Sun Jul 07 2024 Fuminobu Takeyama - 1.5.30- Upstream update to 1.5.30
* Fix Super key is not handled in GTK 4 applications
* ui/gtk3: Fix SEGV with Super-space in Wayland
* tools: Fix ibus start/restart in Plasma Wayland 5696033
* ui/gtk3: Fix ibus-daemon timeout in Plasma Wayland
* ui/gtk3: Set Indicator status at launching time
* Implement preedit color in Plasma Wayland
* Implement ibus start/restart for Plasma Wayland
* Show preferences menu item in activate menu
* Fix control keys with game application
* Fix typing freeze with barcode reader
* Fix preedit issue with X applications
* setup/enginedialog: Improve the search for engines- Refresh ibus-ui-gtk3-restart-via-systemd.patch- Drop patches merged by the upstream
* ibus-complete-preedit-signals-for-postprocesskeyevent.patch
* ibus-enginesimple-dont-commit-any-characters.patch
* Thu Feb 22 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Sun Feb 04 2024 Jean Delvare - Fix dead keys with non-English keyboard in some applications (MAME, Wine) (boo#1218135) ibus-complete-preedit-signals-for-postprocesskeyevent.patch ibus-enginesimple-dont-commit-any-characters.patch
* Fri Jan 19 2024 Callum Farmer - Use %_libexecdir as the basis of %_ibus_libexecdir (bsc#1174075)
* Sat Dec 02 2023 Hillwood Yang - Update version to 1.5.29
* Add DeleteSurroundingText to PostProcessKeyEvent
* Add preedit D-Bus signals to PostProcessKeyEvent
* Tab should not be committed by IM
* Translate keycodes with CapsLock
* Update org.freedesktop.ibus.gschema.xml
* Implement Plasma Wayland
* Distinguish Arabic XKB and Keypad XKB options
* Update simple.xml with xkeyboard-config 2.39
* Fix key typing issues
* Fix Emoji and Unicode issues
* Fix setup dialog SEGV
* Fix remote desktop issue
* Enhance CI
* Update translations- Drop ibus-fix-key-release.patch, merged by upstream
* Wed Oct 04 2023 Marguerite Su - macros.ibus:
* set %ibus_table_index_post() to %nil. it\'ll trigger ibus-table-createdb to create_indexes() for the existing db. but according to upstream, create_indexes() is now a dummy function, and it didn\'t bring any performance improvements before. and on rpmlint side, it will modify the final filelist.
* Fri Mar 31 2023 Andreas Schneider - Fix key typing order
* This prevents that keys get stuck in games with wine/proton (steam)
* Added ibus-fix-key-release.patch
* Thu Mar 09 2023 Avinesh Kumar - Update version to 1.5.28
* Implement new process_key_event for ibus-x11
* Convert internal EN compose table to GResource
* Enhance surrounding text
* Enhance CI
* Update ibusunicodegen.h with Unicode 15.0.0
* Update simple.xml with xkeyboard-config 2.38-1
* Fix SEGVs
* Fri Nov 18 2022 Fuminobu Takeyama - Switch to use systemd service file to start ibus daemon
* Fix boo#1201421
* Add ibus-ui-gtk3-restart-via-systemd.patch
* Enable ibus-autostart for xdg-autostart-generator
* Mon Aug 29 2022 Fuminobu Takeyama - Do not run ibus-autostart with xdg-autostart-generator (KDE etc.)
* A workaround for boo#1202841
* Please use org.freedesktop.IBus.session.generic.service instead (See boo#1201421)
* Sat Aug 27 2022 Fuminobu Takeyama - 1.5.27- Upstream update to 1.5.27
* Disable XKB engines in Plasma Wayland
* ibusimcontext keycode - 8 for gtk3 keycode generation
* client/gtk2: Revert CCedilla change for pt-BR
* Add IBUS_CAP_OSK to IBusCapabilite
* Enable ibus restart in GNOME desktop
* Add ibus im-module command
* Implement new process_key_event for GTK4
* src/ibusengine: Add focus_in_id()/focus_out_id() class methods
* Delete xkb:latam:: in denylist.txt
* Enhance Xutf8TextListToTextProperty
* Revert Emoji shoftcut key to Super-space
* Update simple.xml with xkeyboard-config 2.36
* Fix refcounting issues
* Drop ibus-fix-refcounting-issues.patch
* Fix bashisms in org.freedesktop.IBus.session.GNOME.service
* Update xkb-latin-layouts in gschema
* Use our own prefix to look up systemd user services dir
* Add functionality to change IBus panel themes with available GTK themes
* Update translation- Refresh im-engines-precede-xkb.patch- Add pkgconfig(libnotify) for the GTK4 flavor
* Mon Aug 22 2022 Fuminobu Takeyama - Fix ibus-setup to support python3 (boo#1202063)
* Update setup-switch-im.patch- Remove X-GNOME-
* from ibus-autostart.desktop (boo#1201421, boo#1201728)
* ibus-autostart still does not work with systemd-xdg-autostart-generator
* Tue Apr 19 2022 Yifan Jiang - Add patch ibus-fix-refcounting-issues.patch: This addresses the possible GLib warnings, fixes the possible double unrefs happening on IBusText used in signals, and fixes the missing unrefs on IBusText objects created from static strings (gh#ibus/ibus#2387, gh#ibus/ibus#2393).
* Tue Mar 29 2022 Fuminobu Takeyama - Add install/uninstall scripts for the user service files- Drop ibus-missing-include.patch
* fix build error under Leap 15.4
* Sun Mar 27 2022 Hillwood Yang - Update version to 1.5.26
* Enhance compose keys
* Enhance Emoji features
* Implement clear preedit for GTK4
* Calculate keycode from keysym in GTK3 forward-key-event
* Fix to send char position at update_preedit_text
* Deprecate gettext.bind_textdomain_codeset() since Python 3.8
* Fix ibus_key_event_from_string for gobject-introspection
* Fix a key event loop with forwarding keys
* Delete gnome-autogen dependency
* Change XKB layout string color in panel
* Add IBUS_INPUT_HINT_PRIVATE for browser private mode
* mkdir socket dirs instead of socket paths
* Add org.freedesktop.IBus.session.generic.service
* Check XDG_SESSION_DESKTOP for Plasma desktop
* Update simple.xml with xkeyboard-config 2.35.1
* Update ibusunicodegen.h with unicode-ucd 14.0.0
* Enhance CI
* Fix typos
* Fix wrong cursor location in gtk3 apps
* Update URLS
* invalidate cache based on symlink mtime too
* Fix unref problems with floating references
* Update man page for Emoji shortcut key
* Add systemd unit file
* Fix forward key keycode for GTK4- Drop ibus-fix-wrong-cursor-location.patch, merged by upstream
* Wed Jan 05 2022 Dominique Leuenberger - Do not introduce ibus-gtk4-32bit unless there will be demand for it: drop its definition from baselibs.conf.