update to 1.5.23
- Update translations from zanata (de, ja, pl, uk updated) - emoji_picker.py: Add a menu button to change the font for the emoji - emoji-picker: Make background colour of the flowbox listing the emoji white - emoji-picker: Use “Symbola” as the default font - Remember the font and the fontsize in a config file - emoji_picker.py: Add a spin button to change the font size of the emoji - Add option to the emoji-picker to load *all* Unicode characters - UI redesign of the emoji-picker - Return an empty list immediately if candidates() is called with an empty search string - Make the fontsize for the names of the emoji in the search results smaller - Make the search in emoji-picker a bit more responsive by using GLib.idle_add() - Save the recently used emoji immediately, not only when the program quits - Set default font size of emoji-picker to 24 instead of 16 - Set the emoji font only for the emoji, not for its name in the search results - Set WM_CLASS of emoji-picker and ibus-setup-typing-booster correctly - Add “Icon” and “Categories” to emoji-picker.desktop
This commit is contained in:
parent
db8f8a68cb
commit
ad0f382732
1
.gitignore
vendored
1
.gitignore
vendored
@ -79,3 +79,4 @@
|
||||
/ibus-typing-booster-1.5.20.tar.gz
|
||||
/ibus-typing-booster-1.5.21.tar.gz
|
||||
/ibus-typing-booster-1.5.22.tar.gz
|
||||
/ibus-typing-booster-1.5.23.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.22
|
||||
Version: 1.5.23
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
@ -104,6 +104,25 @@ make check || cat ./tests/test-suite.log
|
||||
%{_datadir}/applications/*.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Feb 27 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.27-1
|
||||
- update to 1.5.23
|
||||
- Update translations from zanata (de, ja, pl, uk updated)
|
||||
- emoji_picker.py: Add a menu button to change the font for the emoji
|
||||
- emoji-picker: Make background colour of the flowbox listing the emoji white
|
||||
- emoji-picker: Use “Symbola” as the default font
|
||||
- Remember the font and the fontsize in a config file
|
||||
- emoji_picker.py: Add a spin button to change the font size of the emoji
|
||||
- Add option to the emoji-picker to load *all* Unicode characters
|
||||
- UI redesign of the emoji-picker
|
||||
- Return an empty list immediately if candidates() is called with an empty search string
|
||||
- Make the fontsize for the names of the emoji in the search results smaller
|
||||
- Make the search in emoji-picker a bit more responsive by using GLib.idle_add()
|
||||
- Save the recently used emoji immediately, not only when the program quits
|
||||
- Set default font size of emoji-picker to 24 instead of 16
|
||||
- Set the emoji font only for the emoji, not for its name in the search results
|
||||
- Set WM_CLASS of emoji-picker and ibus-setup-typing-booster correctly
|
||||
- Add “Icon” and “Categories” to emoji-picker.desktop
|
||||
|
||||
* Wed Feb 22 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.22-1
|
||||
- update to 1.5.22
|
||||
- Update translations from zanata (de, fr, pl, uk updated)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-1.5.22.tar.gz) = d5b27e389e28e6733a001343ee69d92c897e3546ce5778035b4c3a94128902ca65aba24e28f3d8ec62f41c88f5fa3d18eb20e1149183642d9d043006ec69a22e
|
||||
SHA512 (ibus-typing-booster-1.5.23.tar.gz) = 20f4822009278707d9cee81a37b87a54f8377188db8dff188bb025f0e60872b7a49dfa5e91782ef2a2b081a36952af19b252ce5111ba6d3b4160b3627605a73e
|
||||
|
Loading…
Reference in New Issue
Block a user