Fedora Packages

emoji-picker-2.27.67-1.fc43 in Fedora Rawhide

↵ Return to the main page of emoji-picker
View build
Search for updates

Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files

Changelog

Date Author Change
2025-06-28 Mike FABIAN <mfabian at redhat dot com> - 2.27.67-1 - Update to Release 2.27.67 - Add time.sleep(self._ibus_event_sleep_seconds) after early commits of an m17n candidates (Resolves: https://github.com/mike-fabian/ibus-typing- booster/issues/764) - Translation update from Weblate (es 100%)
2025-06-25 Mike FABIAN <mfabian at redhat dot com> - 2.27.66-1 - Update to 2.27.66 - Improve show_selection_info command behaviour when getting the surrounding text fails (Return True, not False in that case) - Use `SurroundingText` dataclass to track surrounding text state; use `get_surrounding_text()` only to trigger an update - Use @dataclass always, also for Python 3.6 - Don’t use transliterated keys for compose sequences if the first input method is Japanese or Chinese (Resolves: https://github.com/mike- fabian/ibus-typing-booster/issues/760) - Translation update from Weblate (ko 100%, sv 100%)
2025-06-22 Mike FABIAN <mfabian at redhat dot com> - 2.27.65-1 - Update to 2.27.65 - Make the command `show-selection-info` work always, not only when “Minimum number of chars for completion” is 0 (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/757) - Make default symbols black and white when running on Gnome and gnome- shell ≥ 49.0 (See: https://gitlab.gnome.org/GNOME/gnome- shell/-/merge_requests/3753) - Enable translations for 5 more tooltips, use same texts as in the gsettings schema file - Make the symbols for active input mode and direct input mode configurable (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/749) - Make compose preedit representations configurable by changing the Compose file(s) (See: https://github.com/ibus/ibus/issues/2748#issuecomment-2944388273) - Translation update from Weblate (de 100%, ja 99.6%, ka 100%, pl 100%)
2025-06-11 Mike FABIAN <mfabian at redhat dot com> - 2.27.64-1 - Update to 2.27.64 - Do not start each transliteration with `minput_reset_ic()` to keep the m17n-lib state between commits (Resolves: https://github.com/mike- fabian/ibus-typing-booster/issues/746) - Update emoji annotations from CLDR
2025-06-02 Mike FABIAN <mfabian at redhat dot com> - 2.27.63-1 - Update to 2.27.63 - Make non-ASCII input work in m17n_translit.py also for the more exotic prefixes (Resolves: https://github.com/mike-fabian/ibus-typing- booster/issues/745) - Make database code more robust (Should fix some problems on FreeBSD) - Fix quoting for sqlite3 (Should fix some problems on FreeBSD) - Improve _xorg_locale_path() to find the path as well on FreeBSD - Add `Categories=Settings;` to the ibus-setup-typing-booster.desktop file (from the FreeBSD port) - Fix HunspellSuggestTestCase.test_sv_SE to work with sv_SE.dic as on Fedora 42 **and** on FreeBSD - Add preedit representations for the special dead keys used in the "French (BEPO, AFNOR) layout (Related: https://github.com/ibus/ibus/pull/2763 - Improve regexp for msymbol patterns triggering commits (Related: https://github.com/mike-fabian/ibus-typing-booster/issues/712) - Update emoji annotations from CLDR - Translation update from Weblate (es 100%, it 100%)
2025-05-21 Mike FABIAN <mfabian at redhat dot com> - 2.27.59-1 - Update to 2.27.59 - Make Super prefix ('s-') work when using an m17n input method using that prefix (Resolves: https://github.com/mike-fabian/ibus-typing- booster/issues/712) - Update emoji-data.txt, emoji-sequences.txt, emoji-test.txt, emoji- variation-sequences.txt, emoji-zwj-sequences.txt to the Unicode 17.0.0 draft as of 2025-05-14 - Update UnicodeData.txt, DerivedAge.txt, NameAliases.txt to the Unicode 17.0.0 draft as of 2025-05-14 - Update emoji annotations from CLDR - When _command_show_selection_info() can not get a selection, use the grapheme cluster directly left of the cursor as a fallback (Related: https://github.com/mike-fabian/ibus-typing-booster/issues/733)
2025-05-19 Mike FABIAN <mfabian at redhat dot com> - 2.27.56-1 - Update to 2.27.56 - Use the order of spellchecking suggestions coming from enchant for the score of the spellchecking candidates (Resolves: https://github.com/mike- fabian/ibus-typing-booster/issues/739) - Use @dataclass for PredictionCandidate instead of NamedTuple for Python 3.7+, fall back to the NamedTuple for Python < 3.7. - command `show_selection_info`: Instead of cancelling the selection, add the selection to the candidates (Related: https://github.com/mike- fabian/ibus-typing-booster/issues/733) - Parse NamesList.txt if available in the system (Related: https://github.com/mike-fabian/ibus-typing-booster/issues/698) - Translation update from Weblate (pl 100%)
2025-05-17 Mike FABIAN <mfabian at redhat dot com> - 2.27.54-1 - Update to 2.27.54 - Migrate emoji_picker.py from Gtk.main() to GLib.MainLoop() (Makes Control-C work even while flowboxes are filled) - emoji-picker: use a progress bar instead of a spinner (Spinner is currently broken in Gtk3 but the progress bar is nicer anyway) - Use GLib.timeout_add() in emoji-picker when typing into the search entry (That avoids starting a new search after every keypress when typing very fast, instead wait for a short pause in typing before starting a search.) - Add a new command `show_selection_info` to analyze a selection and show the Unicode code points, grapheme clusters, emoji sequences, … (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/733) - When committing with space while the preedit is empty, something might be selected in the lookup table which needs to be committed then (Related: https://github.com/mike-fabian/ibus-typing-booster/issues/707) - If a new label is selected in emoji-picker, stop filling the flowbox with contents for the old label (Resolves: https://github.com/mike- fabian/ibus-typing-booster/issues/734) - Add IBus.KEY_Escape to self._commit_trigger_keys (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/731) - Translation update from Weblate (kab 77.4%, ko 100%)
2025-05-12 Mike FABIAN <mfabian at redhat dot com> - 2.27.53-1 - Update to 2.27.53 - Get transliterated parts for preedit text using the raw input `self._typed_string` instead of the existing preedit text (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/726) - Fix modifier keybindings for Gtk4 (Resolves: https://github.com/mike- fabian/ibus-typing-booster/issues/725) - Add option to colour the “inner” m17n preedit not only when there are candidates but always (Resolves: https://github.com/mike-fabian/ibus- typing-booster/issues/719) - Translation update from Weblate (de 100%, fr 100%, ja 99.6%, ka 100%, sv 100%, uk 100%)
2025-05-10 Mike FABIAN <mfabian at redhat dot com> - 2.27.52-1 - Update to 2.27.52 - Don’t trigger a new search in emoji-picker when the search entry changes just by trailing or leading whitespace - Improve emoji matching (Resolves: https://github.com/mike-fabian/ibus- typing-booster/issues/705) - Apply the current case mode and normalization only to the parts of the preedit which do not belong to an “inner” preedit (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/717) - Show the code point and a comment in the lookup table for control characters or other invisible characters (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/715) - Do not ignore the composition exclusions for Hebrew when normalizing to NFC (Resolves: https://github.com/mike-fabian/ibus-typing- booster/issues/716)

Dependencies

Provides

  • application()
  • application(emoji-picker.desktop)
  • emoji-picker
  • metainfo()
  • metainfo(org.freedesktop.ibus.engine.typing_booster.emoji_picker.metainfo.xml)

Files


Sources on Pagure