update to 1.5.14
- Reopen preëdit not only on Backspace but also on Delete and arrow keys - Fix "delete whitespace when committing punctuation" problem in firefox Resolves rhbz#1399192 - Add pt_BR translations from zanata. Update uk, pl, and de translations from zanata. - Add an option to show/hide the status information in the auxiliary text - Use ballot box characters in front of the mode indicators in the auxiliary text
This commit is contained in:
parent
b83c9d1f06
commit
3ced15f6e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@
|
|||||||
/ibus-typing-booster-1.5.11.tar.gz
|
/ibus-typing-booster-1.5.11.tar.gz
|
||||||
/ibus-typing-booster-1.5.12.tar.gz
|
/ibus-typing-booster-1.5.12.tar.gz
|
||||||
/ibus-typing-booster-1.5.13.tar.gz
|
/ibus-typing-booster-1.5.13.tar.gz
|
||||||
|
/ibus-typing-booster-1.5.14.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.5.13
|
Version: 1.5.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A typing booster engine for the IBus platform
|
Summary: A typing booster engine for the IBus platform
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -71,6 +71,7 @@ dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/emojipredic
|
|||||||
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/autocommitcharacters "''"
|
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/autocommitcharacters "''"
|
||||||
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/pagesize 6
|
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/pagesize 6
|
||||||
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/shownumberofcandidates true
|
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/shownumberofcandidates true
|
||||||
|
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/showstatusinfoinaux true
|
||||||
dconf dump /
|
dconf dump /
|
||||||
ibus-daemon -drx
|
ibus-daemon -drx
|
||||||
make check || cat ./tests/test-suite.log
|
make check || cat ./tests/test-suite.log
|
||||||
@ -94,6 +95,15 @@ make check || cat ./tests/test-suite.log
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 25 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.14-1
|
||||||
|
- update to 1.5.14
|
||||||
|
- Reopen preëdit not only on Backspace but also on Delete and arrow keys
|
||||||
|
- Fix "delete whitespace when committing punctuation" problem in firefox
|
||||||
|
Resolves rhbz#1399192
|
||||||
|
- Add pt_BR translations from zanata. Update uk, pl, and de translations from zanata.
|
||||||
|
- Add an option to show/hide the status information in the auxiliary text
|
||||||
|
- Use ballot box characters in front of the mode indicators in the auxiliary text
|
||||||
|
|
||||||
* Mon Nov 21 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.13-1
|
* Mon Nov 21 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.13-1
|
||||||
- update to 1.5.13
|
- update to 1.5.13
|
||||||
- Update French translations from zanata
|
- Update French translations from zanata
|
||||||
|
Loading…
Reference in New Issue
Block a user