| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ibus-table | Distribution: SUSE Linux Enterprise 15 |
| Version: 1.17.1 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.1.2 | Build date: Sat Mar 9 02:02:24 2024 |
| Group: System/I18n/Chinese | Build host: nebbiolo |
| Size: 2934296 | Source RPM: ibus-table-1.17.1-150600.1.2.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/mike-fabian/ibus-table/ | |
| Summary: The Table engine for IBus platform | |
The package contains general Table engine for IBus platform.
LGPL-2.1-or-later
* Fri Jul 14 2023 hillwood@opensuse.org
- Update version to 1.17.1
* Fix mypy warnings
* 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=2215466)
* Translation update from Weblate
* Fri Apr 07 2023 pirateclip@protonmail.com
update: 1.16.14 -> 1.17.0
- New option commit_invalid_mode: Choose what happens when a character not in
valid input characters is typed
- More translations
* Fri Nov 11 2022 pirateclip@protonmail.com
update: 1.16.13 -> 1.16.14
- Fix a problem in C/POSIX and invalid locales: Use lower() on LC_MESSAGES only
if it is a string and not None
* Thu Nov 03 2022 pirateclip@protonmail.com
update: 1.16.12 -> 1.16.13
- Get program name of focused window also when ibus cannot get it
- Use focus id if available (it is available for ibus >= 1.5.27)
- Use IBus.PreeditFocusMode.COMMIT and make sure the input is cleared and the UI
updated when the focus changes
- Do not reset input purpose on focus out
- Do not commit by index when OSK is visible
* Fri Sep 09 2022 pirateclip@protonmail.com
update: 1.16.11 -> 1.16.12
- Stop using locale.getdefaultlocale() because it is deprecated in Python 3.11
and will be removed in Python 3.13
- Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml
* Sat Aug 06 2022 pirateclip@protonmail.com
update: 1.16.10 -> 1.16.11
- Remove hashbang from chinese_variants.py and tabcreatedb.py
* gh#mike-fabian/ibus-table#118
* Fri Aug 05 2022 pirateclip@protonmail.com
update: 1.16.9 -> 1.6.10
- Add png versions of the ibus-table.svg icon
- Add (remote) icon to ibus-table.appdata.xml
- Add screenshot to ibus-table.appdata.xml
* Mon Aug 01 2022 pirateclip@protonmail.com
feat: use _service files to automate fetching sources
* Sat Jun 25 2022 pirateclip@protonmail.com
update: 1.13.3 -> 1.16.9
- Now requires Python >= 3.6 to build
- Update Unihan_Variants.txt to "2022-04-26 Unicode 15.0.0 draft"
- Update weblate translations
- Add option to set dynamic adjust at runtime gh#mike-fabian/ibus-table#70
- Add button to forget all data learned by typing and selecting candidates
* gh#kaio/ibus-table#75
- Fix problems with goucima for erbi-qs table gh#kaio/ibus-table#77
- Fix gh#mike-fabian/ibus-table#85
- 栗 U+6817 is used in Traditional Chinese as well gh#mike-fabian/ibus-table#95
- Ignore MOD3_MASK (Scroll Lock) when matching key bindings gh#mike-fabian/ibus-table#102
- When a Modifier key release matches a hotkey command, return False not True
* gh#mike-fabian/ibus-table#102
* Thu Jun 10 2021 hillwood@opensuse.org
- Update version to 1.13.3
* Fix bug in Unihan_Variants.txt, 只 U+53EA is both simplified and traditional
Chinese (Resolves: #74)
* Update Chinese variant detection by Unihan_Variants.txt to the version
“2021-05-18 Unicode 14.0.0” (draft version of Unicode 14)
* Update translations from Weblate (updates for es (100%), pt_BR (100%))
* Fix a few more bugs in Unihan_Variants.txt, the characters 着枱云裡復采吓尸揾 are
used both in simplified and traditional Chinese (some of them in traditional
Chinese in Hong Kong only). (Resolves: ibus/ibus#2323)
* Wed May 19 2021 rpm@fthiessen.de
- Update to version 1.13.1
* Fix reading the source file for the suggestions phrase.txt.bz2
* Update translations from Weblate (updates for ca, fr)
* Sat May 08 2021 rpm@fthiessen.de
- Update to version 1.13.0
* Make switch to pinyin mode also happen immediately even when
the preedit is not empty
* Make rolling the mouse wheel in the candidate area of the lookup
table work
* Commit English input and then switch into direct mode
* Apply a couple modes immediately when changed
* Show all the tabkeys when using wildcards
* In main.py “import factory” only when the --xml option
is not used
* Make the keybindings treeview sortable by clicking the column
headers
* Return False in _execute_command_commit_candidate_number(self, number)
if number out of range
* Add a dark theme option
* Remove Python2 compatibility
* Update translations, update for:
cs, de, es, fa, ja, tr, uk, zh_CN , pt_BR, zh_CN
* zh_CN and pt_BR are 100% complete now
* Sinhala (si) started
* Mon Jan 11 2021 wsxy162@gmail.com
- Drop ibus-table_fix_other_tables_compile_error.patch, fixed in the
upstream version 1.9.23
- Update version to 1.12.3
* Pass the key for the command 'cancel' (default Esc) through if the preedit
is empty (Resolves: #64)
- Update version to 1.12.2
* Update translations from Weblate (updated ca, cs, es, fa, ja, pt_BR, pt_PT,
tr, zh_CN, zh_HK, zh_TW)
- Update version to 1.12.1
* Enable compose support.
* Add buttons to move key bindings for a command up or down.
* Make translations of 'Edit key bindings for command “%s”' work
* Added it_util.py to POTFILES, it had translatable strings for the “About”
dialog and the key settings dialog.
* Update translations from Weblate (updated ca, de, fr, tr, uk)
- Update version to 1.12.0
* New setup tool, now keybindings can be configured with a GUI.
* Resolves: #57
* Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1133127
* Put exact (except tone) pinyin matches next after exact
* matches in the candidate list.
* Resolves: #63
* Allow lookup table orientation “System Default” in the setup
* Remove “spacekeybehavior” option, it became useless as all
* keybindings are configurable now.
* Added a “debuglevel” option.
* Update translations from Weblate (updated ca, cs, de, es, fa, fr, ja, pt_BR,
pt_PT, uk, zh_TW, zh_HK, zh_CN)
- Update version to 1.11.0
* Make key bindings configurable (Only via the command line for the moment,
not yet easy to do for normal users. I have to rewrite the setup tool
eventually to make that possible)
* Resolves: ibus/ibus#2241
* Resolves: mike-fabian#41
- Update version to 1.10.1
* Add GUI test
* Make output of ibus-table-createdb deterministic
* Update translations from Weblate (updated fr, tr, zh_CN)
- Update version to 1.10.0
* Add suggestion mode feature (Resolves: mike-fabian#9 and rhbz#835376)
* Add test cases for suggestion mode feature
* Fix problems with the behaviour of the property menus
* Use python logging module with log file rotation instead of writing to
stdout/stderr
* Update translations from Weblate (updated de, es, fr, pt_BR, pt_PT, tr, uk)
- Update version to 1.9.25
* Fix crash when changing some options using the menu or the floating
panel (Resolves: mike-fabian#26)
* Translation updates (pt_PT)
- Update version to 1.9.24
* Fixed two typos in message ids (Thanks to Rafael Fontenelle)
* Translation updates (tr, fr, fa, pt, uk)
* New test cases for ibus-table-others
- Update version to 1.9.23
* Add exist_ok=True in os.makedirs(path, exist_ok=True) to avoid
failure due to race condition.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1786652
* Move MockEngine classes into a separate file and make test_itb.py
runnable standalone
* Translation updates for several languages (French at 100% now, Brazilian
Portuguese at 100% now, Porguguese (Portugal) new and now at 31.5%)
- Update version to 1.9.22
* Add Turkish translation from Weblate, 100% translated
* Minor translation fixes in some other languages (Punctuation fixes)
* Wed Feb 19 2020 qzhao@suse.com
- Add ibus-table_fix_other_tables_compile_error.patch: Fix ibus
other tables compile errors(bnc#1160315).
* Sat Oct 13 2018 hillwood@opensuse.org
- Update version to 1.9.21
* Migrate IBusConfig to GSettings.
* Add a test suite
* Add missing tags to ibus-table-createdb.sgml.
* Draw InputMode text instead of icon into panel on non-Gnome desktops.
* Make it work with Python2 again
* Sync phrases cache from/to external storage.
* Update translations from zanata
* validate ibus-table.appdata.xml in %%check
* Update translations from zanata (pt_BR updated, es new)
* Don't query user database if user define phrase and dynamic adjust
are disabled (thanks to heiher)
* Enable hash map based cache for user database enabled
* Import hash map based cache for table database (thanks to heiher)
* Install appstream metadata to /usr/share/metainfo/ (thanks to jbicha)
* Fix some appdata validation issues (thanks to jbicha)
* Fix bug in Unihan_Variants.txt, 著 U+8457 is both
simplified and traditional Chinese (thanks to heiher)
* Fri Dec 15 2017 hillwood@opensuse.org
- Update to 1.9.17. This update will fix boo#939462
* Load .desktop file for ibus-setup-table correctly under Gnome Wayland
* Set WM_CLASS of ibus-setup-table correctly
* Avoid running initialization code of ibus_table_location.py
* when using ibus-table-createdb.
* Make it work on Python 3.6 (Unbreak sqlite on Python 3.6)
* (Resolves: rhbz#1413580).
* Update translations from zanata (ca, de, fr, uk updated)
* Point to new home-page in the “About” tab.
* Improve README
* Fix bug in Unihan_Variants.txt, 乾 U+4E7E is both simplified and traditional
Chinese (thanks to Heiher r@hev.cc)
* When ignoring key release events, “False” should be returned, not “True”
* Resolves: Resolves: rhbz#1369514
* add ibus-table.appdata.xml and make it translatable
* pull some new translations and updates from Zanata (ca, fr, pt_BR, and uk
are new, ja, zh_CN, and zh_TW have updates).
- Drop ibus-table-python3.patch, It is needless.
/usr/bin/ibus-table-createdb /usr/lib64/ibus/ibus-engine-table /usr/lib64/ibus/ibus-setup-table /usr/share/applications/ibus-setup-table.desktop /usr/share/doc/packages/ibus-table /usr/share/doc/packages/ibus-table/AUTHORS /usr/share/doc/packages/ibus-table/ChangeLog /usr/share/doc/packages/ibus-table/NEWS /usr/share/doc/packages/ibus-table/README /usr/share/glib-2.0/schemas/org.freedesktop.ibus.engine.table.gschema.xml /usr/share/ibus-table /usr/share/ibus-table/data /usr/share/ibus-table/data/coin9.wav /usr/share/ibus-table/data/phrase.txt.bz2 /usr/share/ibus-table/data/pinyin_table.txt.bz2 /usr/share/ibus-table/engine /usr/share/ibus-table/engine/__pycache__ /usr/share/ibus-table/engine/__pycache__/chinese_variants.cpython-36.opt-1.pyc /usr/share/ibus-table/engine/__pycache__/chinese_variants.cpython-36.pyc /usr/share/ibus-table/engine/__pycache__/factory.cpython-36.opt-1.pyc /usr/share/ibus-table/engine/__pycache__/factory.cpython-36.pyc /usr/share/ibus-table/engine/__pycache__/ibus_table_location.cpython-36.opt-1.pyc /usr/share/ibus-table/engine/__pycache__/ibus_table_location.cpython-36.pyc /usr/share/ibus-table/engine/__pycache__/it_active_window.cpython-36.opt-1.pyc /usr/share/ibus-table/engine/__pycache__/it_active_window.cpython-36.pyc /usr/share/ibus-table/engine/__pycache__/it_util.cpython-36.opt-1.pyc /usr/share/ibus-table/engine/__pycache__/it_util.cpython-36.pyc /usr/share/ibus-table/engine/__pycache__/main.cpython-36.opt-1.pyc /usr/share/ibus-table/engine/__pycache__/main.cpython-36.pyc /usr/share/ibus-table/engine/__pycache__/tabcreatedb.cpython-36.opt-1.pyc /usr/share/ibus-table/engine/__pycache__/tabcreatedb.cpython-36.pyc /usr/share/ibus-table/engine/__pycache__/table.cpython-36.opt-1.pyc /usr/share/ibus-table/engine/__pycache__/table.cpython-36.pyc /usr/share/ibus-table/engine/__pycache__/tabsqlitedb.cpython-36.opt-1.pyc /usr/share/ibus-table/engine/__pycache__/tabsqlitedb.cpython-36.pyc /usr/share/ibus-table/engine/__pycache__/version.cpython-36.opt-1.pyc /usr/share/ibus-table/engine/__pycache__/version.cpython-36.pyc /usr/share/ibus-table/engine/chinese_variants.py /usr/share/ibus-table/engine/factory.py /usr/share/ibus-table/engine/ibus_table_location.py /usr/share/ibus-table/engine/it_active_window.py /usr/share/ibus-table/engine/it_util.py /usr/share/ibus-table/engine/main.py /usr/share/ibus-table/engine/tabcreatedb.py /usr/share/ibus-table/engine/table.py /usr/share/ibus-table/engine/tabsqlitedb.py /usr/share/ibus-table/engine/version.py /usr/share/ibus-table/icons /usr/share/ibus-table/icons/acommit.svg /usr/share/ibus-table/icons/cb-mode.svg /usr/share/ibus-table/icons/chinese.svg /usr/share/ibus-table/icons/english.svg /usr/share/ibus-table/icons/full-letter.svg /usr/share/ibus-table/icons/full-punct.svg /usr/share/ibus-table/icons/half-letter.svg /usr/share/ibus-table/icons/half-punct.svg /usr/share/ibus-table/icons/ibus-table.svg /usr/share/ibus-table/icons/ncommit.svg /usr/share/ibus-table/icons/onechar.svg /usr/share/ibus-table/icons/phrase.svg /usr/share/ibus-table/icons/py-mode.svg /usr/share/ibus-table/icons/sc-mode.svg /usr/share/ibus-table/icons/scb-mode.svg /usr/share/ibus-table/icons/tab-mode.svg /usr/share/ibus-table/icons/tc-mode.svg /usr/share/ibus-table/icons/tcb-mode.svg /usr/share/ibus-table/setup /usr/share/ibus-table/setup/__pycache__ /usr/share/ibus-table/setup/__pycache__/i18n.cpython-36.opt-1.pyc /usr/share/ibus-table/setup/__pycache__/i18n.cpython-36.pyc /usr/share/ibus-table/setup/__pycache__/main.cpython-36.opt-1.pyc /usr/share/ibus-table/setup/__pycache__/main.cpython-36.pyc /usr/share/ibus-table/setup/__pycache__/version.cpython-36.opt-1.pyc /usr/share/ibus-table/setup/__pycache__/version.cpython-36.pyc /usr/share/ibus-table/setup/i18n.py /usr/share/ibus-table/setup/main.py /usr/share/ibus-table/setup/version.py /usr/share/ibus-table/tables /usr/share/ibus-table/tables/template.txt /usr/share/ibus/component/table.xml /usr/share/icons/hicolor/128x128/apps/ibus-table.png /usr/share/icons/hicolor/16x16/apps/ibus-table.png /usr/share/icons/hicolor/22x22/apps/ibus-table.png /usr/share/icons/hicolor/256x256/apps/ibus-table.png /usr/share/icons/hicolor/32x32/apps/ibus-table.png /usr/share/icons/hicolor/48x48/apps/ibus-table.png /usr/share/icons/hicolor/64x64/apps/ibus-table.png /usr/share/icons/hicolor/scalable/apps/ibus-table.svg /usr/share/licenses/ibus-table /usr/share/licenses/ibus-table/COPYING /usr/share/locale/ca/LC_MESSAGES/ibus-table.mo /usr/share/locale/cs/LC_MESSAGES/ibus-table.mo /usr/share/locale/de/LC_MESSAGES/ibus-table.mo /usr/share/locale/es/LC_MESSAGES/ibus-table.mo /usr/share/locale/fa/LC_MESSAGES/ibus-table.mo /usr/share/locale/fr/LC_MESSAGES/ibus-table.mo /usr/share/locale/ja/LC_MESSAGES/ibus-table.mo /usr/share/locale/pt_BR/LC_MESSAGES/ibus-table.mo /usr/share/locale/pt_PT/LC_MESSAGES/ibus-table.mo /usr/share/locale/tr/LC_MESSAGES/ibus-table.mo /usr/share/locale/uk/LC_MESSAGES/ibus-table.mo /usr/share/locale/zh_CN/LC_MESSAGES/ibus-table.mo /usr/share/locale/zh_HK/LC_MESSAGES/ibus-table.mo /usr/share/locale/zh_TW/LC_MESSAGES/ibus-table.mo /usr/share/man/man1/ibus-table-createdb.1.gz /usr/share/metainfo/ibus-table.appdata.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:30:14 2026