Revisions of ibus-table

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1127356 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 37)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1098626 from Hillwood Yang's avatar Hillwood Yang (hillwood) (revision 36)
- 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

- New option commit_invalid_mode: Choose what happens when a character not in
  valid input characters is typed
- Fix a problem in C/POSIX and invalid locales: Use lower() on LC_MESSAGES only
  if it is a string and not None
- Use IBus.PreeditFocusMode.COMMIT and make sure the input is cleared and the UI
  updated when the focus changes (forwarded request 1098624 from hillwood)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1077947 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 35)
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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1035155 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 34)
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 (forwarded request 1035154 from Pi-Cla)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1002359 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 32)
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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 993546 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 31)
update: 1.16.10 -> 1.16.11
- Remove hashbang from chinese_variants.py and tabcreatedb.py
  * gh#mike-fabian/ibus-table#118

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

feat: use _service files to automate fetching sources
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 898981 from Hillwood Yang's avatar Hillwood Yang (hillwood) (revision 29)
- 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) (forwarded request 898916 from hillwood)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 894461 from Hillwood Yang's avatar Hillwood Yang (hillwood) (revision 28)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 862763 from Hillwood Yang's avatar Hillwood Yang (hillwood) (revision 26)
- 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) (forwarded request 862718 from wsxy162)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 641902 from Hillwood Yang's avatar Hillwood Yang (hillwood) (revision 24)
 (forwarded request 641901 from hillwood)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 557219 from Hillwood Yang's avatar Hillwood Yang (hillwood) (revision 23)
 (forwarded request 557218 from hillwood)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 21)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 239523 from Hillwood Yang's avatar Hillwood Yang (hillwood) (revision 19)
- Updateto 1.8.3, ibus-table >= 1.8.x has many improvements over 1.5.x
  * The database format is simplified which makes better matching
    possible. But because of the changed database format, the
    tables have to be rebuilt, i.e. packages like ibus-table-chinese
    and ibus-table-others have to be rebuilt against  ibus-table > 1.8.0.
  * Wildcard support added, wildcards like ? for single characters or *
    for many characters can be used. The wildcards can be configured
    in the setup tool, for example one can also use 'z' as a single character
    wildcard if desired.
  * Setup tool improved, several new options added, works with Gnome3 now.
  * Prompt characters are supported now, for example when using Cangjie,
    日, 月, 金, ... are displayed while typing instead of a, b, c, ...
  * Moving around in the preëdit works correctly now. One can commit
    the current candidate to preëdit with the left shift key or with
    the arrow keys, commit more characters to preëdit that way, then
    move around in the preëdit and see the full key sequences of the
    characters in the preëdit. This way one can check the
    key sequences if one used wildcards or pinyin mode to enter the
    characters.
  * Fix many bugs
Displaying revisions 1 - 20 of 38
openSUSE Build Service is sponsored by