The last commit unfortunately had the wrong bug number:
commit 26baabb3e0 (origin/c10s, mfabian5/c10s, c10s)
Author: Mike FABIAN <mfabian@redhat.com>
Date: Tue Jul 9 18:03:48 2024 +0200
Resolves: RHEL-36633 Do not require gnome-session, gnome-shell, gnome-desktop-testing, ibus-desktop-testing, gnome-shell-extension-no-overview for the CI test
The current CI test does not need these at all, they were only
required for the old test which used ibus-desktop-testing-runner and
Xvfb, gnome-shell-extension-no-overview seems unavailable on c10s and
that makes the CI test fail for no reason.
RHEL-36633 is the similar issue for ibus-table, for
ibus-typing-booster the correct issue is RHEL-36638
Also update to 2.25.3
- Name of Sinhala input method changed in m17n-db-1.8.6: si-wijesekera ➡️ si-wijesekara
- Translation update from Weblate (new: ru 12.3%, uk 100%)
The current CI test does not need these at all, they were only
required for the old test which used ibus-desktop-testing-runner and
Xvfb, gnome-shell-extension-no-overview seems unavailable on c10s and
that makes the CI test fail for no reason.
Also: Update to 2.25.12
- Correct calculation of caret when a key which triggered a commit *increases* the length of the transliteration
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/519)
- Do the retransliteration of the input_phrase currently only when the cursor is at the end of the typed string
- Translation update from Weblate (cs 100%)
- Update emoji annotations from CLDR
- Drop Python < 3.6 support
- Fix test_0_gtk.py: typing booster now avoids clearing the input in do_reset() when the preedit is empty
- Remove dependency on Xvfb from ibus-typing-booster.spec
- Support compose sequences containing ASCII keys written as <U00XX> code points
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/510)
- Translation update from Weblate (pt 91.3%)
- If Shift+something is pressed and then released, do not swallow the release of the Shift key
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/504)
- Decrease grid_row_spacing from 5 to 1 pixels to make the setup tool still fit on a 1024x768 pixel screen
- Pass key which triggered cancel command to application
if self._min_char_complete == 0 and there are no candidates
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/505)
- Update emoji annotations from CLDR
- Translation update from Weblate (ka 100%)
- Improve handling of punctuation marks when writing (French) French
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/480)
- fix build on rawhide, in the check section of the spec file
use `export XDG_DATA_DIRS=/tmp:%{_datadir}` instead of just
`export XDG_DATA_DIRS=/tmp`, otherwise enchant2 fails.
- Really clear the preedit when it is empty, don’t just hide it
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/476)
Just hiding a non-empty preedit is not enough because of
IBus.PreeditFocusMode.COMMIT a non-empty preedit is still
committed on focus out, even when it is hidden.
- improve _return_false() and remove _commit_or_forward_key_event_or_return_false()
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/463)
- Make characters for Biángbiángmiàn easily searchable
- emoji-picker: Update default for current Unicode release 15.1
- Support several backends for playing sounds
(Resolves: rhbz#2237675 https://bugzilla.redhat.com/show_bug.cgi?id=2237675)
- Update UnicodeData.txt to current Unicode 15.1.0
and emoji data files to current Unicode 15.1
- Update emoji annotations from CLDR
- Move self._gsettings.connect('changed', self.on_gsettings_value_changed)
in __init__() *after* defining self._set_get_functions
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/454)
(Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2171140)
- Translation update from Weblate (ar 100%)
- Update emoji annotations from CLDR
- Add m17n-db-devel to BuildRequires to be able to get the version of m17n-db to avoid skipping some test cases unnecessarily
- Return empty program_name and window_title in get_active_window_xprop()
when xprop results are unexpected
(Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2175009)
- Update emoji annotations from CLDR
- Use appstream-util validate-relax
- Add functions to get and set variables for m17n input methods
- Update emoji annotations from CLDR
- Translation update from Weblate (bn added 42% complete)
- Test cases for bn-national-jatiya.mim
- Add more icons in different sizes to the appdata.xml files
- Stop calling self.set_wmclass('emoji-picker', 'Emoji Picker') (avoid deprecation warning)
- Make it possible to use custom labels for different dictionary matches
- Distinguish dictionary matches shown by flags in the candidate list if
some flags are identical
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/358)
- Update emoji annotations from CLDR
- Avoid selection changed events when clearing the shortcut treeview
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/355)
- Correctly remember how often user shortcuts were used
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/353)
- Update emoji data files for current Unicode 15.0 DRAFT
- Update UnicodeData.txt to UnicodeData-15.0.0d6.txt
- Update emoji annotations from CLDR
- Use AT-SPI first to get the active window only on wayland, on X11 use xprop immediately
- Translation update from Weblate (sv updated to 100%)
- do not use appstream-util in the check section of the .spec file,
appstream-util is unmaintained.