Compare commits

...
Sign in to create a new pull request.

12 commits

Author SHA1 Message Date
Mike FABIAN
294572e7cf Update to 1.14.1
- If an exception happens when trying to play a sound, catch it.
  I have no idea how to reproduce that bug. But catching the
  exception should fix it, it should make ibus-table continue
  working normally if any such serious problem with playing
  sounds occurs. Without sound of course but it should not
  stop working.
  (Resolves: rhbz#1995955 https://bugzilla.redhat.com/show_bug.cgi?id=1995955)
- When changing the error sound file with the setup tool, play
  it. To make the user hear immediately what kind of sound
  was selected.
- Update translations from Weblate
- Remove colons after “Auto select:”, “Auto wildcard:”, and “Use dark theme:”
  (Resolves: https://github.com/mike-fabian/ibus-table/issues/70#issuecomment-884664898)
2021-08-25 12:58:21 +02:00
Mike FABIAN
bbddec8c6b Update to 1.14.0
- Add option to set dynamic adjust at runtime
- Resolves: https://github.com/mike-fabian/ibus-table/issues/70
- Also add a button to forget all the data learned by typing and selecting candidates.
- Add options to play sound file on error
- Resolves: https://github.com/kaio/ibus-table/issues/75
- Use checkbuttons instead of [Yes/No] comboboxes
- Hide options which make no sense for certain tables instead of just graying them out
- Add “Recommends: python3-simpleaudio” (Without that the new sound option is ignored)
2021-07-21 15:09:05 +02:00
Mike FABIAN
9518592404 Update to 1.13.3
- 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: https://github.com/ibus/ibus/issues/2323)
2021-06-09 17:58:17 +02:00
Mike FABIAN
570cb6af5f Update to 1.13.2
- Fix bug in Unihan_Variants.txt, 只 U+53EA is both simplified
  and traditional Chinese
  (Resolves: https://github.com/kaio/ibus-table/issues/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%))
2021-06-08 15:20:19 +02:00
Mike FABIAN
a891896eab Update outdated link to upstream tarball 2021-06-08 15:20:16 +02:00
Mike FABIAN
8c7f120931 Update to 1.13.1
- Fix reading the source file for the suggestions phrase.txt.bz2
- Update translations from Weblate (updates for ca, fr)
2021-05-16 22:22:56 +02:00
Mike FABIAN
aba136429b Update to 1.13.0
- Make switch to pinyin mode also happen immediately even
  when the preedit is not empty (for consistency)
- Make rolling the mouse wheel in the candidate area of the lookup table work
- Commit English input and then switch into direct mode
  (Resolves: https://github.com/kaio/ibus-table/issues/68)
- Apply a couple modes immediately when changed
- Add a dark theme option
  (Resolves: https://github.com/kaio/ibus-table/issues/67)
- Show all the tabkeys when using wildcards
- Remove Python2 compatibility stuff
- Start adding some type hints
- Update translations from Weblate (update for de, ja, tr, uk, zh_CN)
2021-05-06 16:47:25 +02:00
Mike FABIAN
e6ee65a2f7 Update to 1.12.6
- In main.py “import factory” only when the --xml option is not used
- Resolves: rhbz#1955283
- Make the keybindings treeview sortable by clicking the column headers
- Update translations from Weblate (update for pt_BR, now 100%)
2021-05-03 10:36:13 +02:00
Mike FABIAN
4eaa8c3ef8 Update to 1.12.5
- Return False in _execute_command_commit_candidate_number(self, number)
  if number out of range
- Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/21
- remove Use-from-unittest-import-mock-instead-of-just-import.patch
  (included upstream)
- Update translations from Weblate (New translation for Sinhala (si) started)
2021-03-05 18:18:12 +01:00
Mike FABIAN
46c8658d87 Update to 1.12.4
- Update translations from Weblate (updated es, cs, fa, pt_BR, zh_CN).
  zh_CN is 100% complete now.
2021-01-24 19:17:45 +01:00
Mike FABIAN
b0045223ad Update to 1.12.3
- Pass the key for the command 'cancel' (default Esc) through
  if the preedit is empty
- Resolves: https://github.com/kaio/ibus-table/issues/64
2021-01-06 13:52:54 +01:00
Mike FABIAN
95e40789a7 Update 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)
2021-01-04 08:44:26 +01:00
3 changed files with 114 additions and 3 deletions

15
.gitignore vendored
View file

@ -62,3 +62,18 @@ ibus-table-1.3.0.20100621.tar.gz
/ibus-table-1.11.0.tar.gz
/ibus-table-1.12.0.tar.gz
/ibus-table-1.12.1.tar.gz
/ibus-table-1.12.2.tar.gz
/ibus-table-1.12.3.tar.gz
/ibus-table-1.12.4.tar.gz
/ibus-table-1.12.5.tar.gz
/ibus-table-1.12.6.tar.gz
/ibus-table-1.13.0.tar.gz
/ibus-table-1.13.1.tar.gz
/ibus-table-1.13.2.tar.gz
/ibus-table-1.13.3.tar.gz
/ibus-table-1.13.4.tar.gz
/ibus-table-1.13.5.tar.gz
/ibus-table-1.13.6.tar.gz
/ibus-table-1.13.7.tar.gz
/ibus-table-1.14.0.tar.gz
/ibus-table-1.14.1.tar.gz

View file

@ -1,12 +1,14 @@
Name: ibus-table
Version: 1.12.1
Version: 1.14.1
Release: 1%{?dist}
Summary: The Table engine for IBus platform
License: LGPLv2+
URL: http://code.google.com/p/ibus/
Source0: http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz
Source0: https://github.com/mike-fabian/ibus-table/releases/download/%{version}/%{name}-%{version}.tar.gz
Requires: ibus > 1.3.0
%{?__python3:Requires: %{__python3}}
# To play a sound on error:
Recommends: python3-simpleaudio
BuildRequires: gcc
BuildRequires: ibus-devel > 1.3.0
BuildRequires: python3-devel
@ -146,6 +148,100 @@ fi
%{_datadir}/installed-tests/%{name}
%changelog
* Wed Aug 25 2021 Mike FABIAN <mfabian@redhat.com> - 1.14.1-1
- If an exception happens when trying to play a sound, catch it.
I have no idea how to reproduce that bug. But catching the
exception should fix it, it should make ibus-table continue
working normally if any such serious problem with playing
sounds occurs. Without sound of course but it should not
stop working.
(Resolves: rhbz#1995955 https://bugzilla.redhat.com/show_bug.cgi?id=1995955)
- When changing the error sound file with the setup tool, play
it. To make the user hear immediately what kind of sound
was selected.
- Update translations from Weblate
- Remove colons after “Auto select:”, “Auto wildcard:”, and “Use dark theme:”
(Resolves: https://github.com/mike-fabian/ibus-table/issues/70#issuecomment-884664898)
* Wed Jul 21 2021 Mike FABIAN <mfabian@redhat.com> - 1.14.0-1
- Update to 1.14.0
- Add option to set dynamic adjust at runtime
- Resolves: https://github.com/mike-fabian/ibus-table/issues/70
- Also add a button to forget all the data learned by typing and selecting candidates.
- Add options to play sound file on error
- Resolves: https://github.com/kaio/ibus-table/issues/75
- Use checkbuttons instead of [Yes/No] comboboxes
- Hide options which make no sense for certain tables instead of just graying them out
- Add “Recommends: python3-simpleaudio” (Without that the new sound option is ignored)
* Wed Jun 09 2021 Mike FABIAN <mfabian@redhat.com> - 1.13.3-1
- Update to 1.13.3
- 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: https://github.com/ibus/ibus/issues/2323)
* Tue Jun 08 2021 Mike FABIAN <mfabian@redhat.com> - 1.13.2-1
- Update to 1.13.2
- Fix bug in Unihan_Variants.txt, U+53EA is both simplified
and traditional Chinese
(Resolves: https://github.com/kaio/ibus-table/issues/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%))
* Sun May 16 2021 Mike FABIAN <mfabian@redhat.com> - 1.13.1-1
- Update to 1.13.1
- Fix reading the source file for the suggestions phrase.txt.bz2
- Update translations from Weblate (updates for ca, fr)
* Tue May 04 2021 Mike FABIAN <mfabian@redhat.com> - 1.13.0-1
- Update to 1.13.0
- Make switch to pinyin mode also happen immediately even
when the preedit is not empty (for consistency)
- Make rolling the mouse wheel in the candidate area of the lookup table work
- Commit English input and then switch into direct mode
(Resolves: https://github.com/kaio/ibus-table/issues/68)
- Apply a couple modes immediately when changed
- Add a dark theme option
(Resolves: https://github.com/kaio/ibus-table/issues/67)
- Show all the tabkeys when using wildcards
- Remove Python2 compatibility stuff
- Start adding some type hints
- Update translations from Weblate (update for de, ja, tr, uk, zh_CN)
* Mon May 03 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.6-1
- Update to 1.12.6
- In main.py “import factory” only when the --xml option is not used
- Resolves: rhbz#1955283
- Make the keybindings treeview sortable by clicking the column headers
- Update translations from Weblate (update for pt_BR, now 100%)
* Fri Mar 05 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-1
- Update to 1.12.5
- Return False in _execute_command_commit_candidate_number(self, number)
if number out of range
- Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/21
- remove Use-from-unittest-import-mock-instead-of-just-import.patch
(included upstream)
- Update translations from Weblate (New translation for Sinhala (si) started)
* Sun Jan 24 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.4-1
- Update to 1.12.4
- Update translations from Weblate (updated es, cs, fa, pt_BR, zh_CN).
zh_CN is 100% complete now.
* Wed Jan 06 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.3-1
- Update to 1.12.3
- Pass the key for the command 'cancel' (default Esc) through
if the preedit is empty
- Resolves: https://github.com/kaio/ibus-table/issues/64
* Mon Jan 04 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.2-1
- Update 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)
* Fri Sep 04 2020 Mike FABIAN <mfabian@redhat.com> - 1.12.1-1
- Update to 1.12.1
- Enable compose support.

View file

@ -1 +1 @@
SHA512 (ibus-table-1.12.1.tar.gz) = 9cbd7c24067d182d3917eb66d8b18ea30e893b2d9a19dfb48ce4c91a41868707bf9682011f374dc2397f59f101855bddde0fbbe374856063e1f4226de7a9a01b
SHA512 (ibus-table-1.14.1.tar.gz) = a658c2d370d173d2fe2f38c02c6b822a17771754ac98a856f954c4c998e90a857f9d54ed652c74159af9545d445001d202e7b5578e7694f8767f928b42db9055