Accepting request 1098624 from home:hillwood:branches:M17N

- 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

OBS-URL: https://build.opensuse.org/request/show/1098624
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-table?expand=0&rev=68
This commit is contained in:
Hillwood Yang 2023-07-14 06:59:47 +00:00 committed by Git OBS Bridge
parent 0076c08086
commit 0418a22cbd
4 changed files with 20 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b89e0b53eff4b093e782f6580cba8bdf9c634ea9c92492b5c6e00a75e7f8be0
size 1545826

3
ibus-table-1.17.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:528b2e35b7747c406c476eb44bd29d6cc6127acae923a92c809480c91d516b18
size 1546204

View File

@ -1,15 +1,27 @@
-------------------------------------------------------------------
Fri Jul 14 06:51:54 UTC 2023 - Hillwood Yang <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 7 23:18:17 UTC 2023 - Gordon Leung <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
- New option commit_invalid_mode: Choose what happens when a character not in
valid input characters is typed
- More translations
-------------------------------------------------------------------
Fri Nov 11 05:15:19 UTC 2022 - Gordon Leung <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
- 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 3 20:19:55 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
@ -17,7 +29,8 @@ Thu Nov 3 20:19:55 UTC 2022 - Gordon Leung <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
- 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

View File

@ -17,7 +17,7 @@
Name: ibus-table
Version: 1.17.0
Version: 1.17.1
Release: 0
Summary: The Table engine for IBus platform
License: LGPL-2.1-or-later