Accepting request 480657 from home:mike-fabian
Thu Mar 16 08:34:40 UTC 2017 - maiku.fabian@gmail.com - update to 1.5.26 - Update translations from zanata (de updated) - Emulate xdg.BaseDirectory.save_data_path() on systems which lack pyxdg - Show the skin tone popover also on a long press gesture - Fix pyhunspell support Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/5#issuecomment-286251818 Tue Mar 14 15:14:28 UTC 2017 - maiku.fabian@gmail.com - add python3-pyxdg to BuildRequires only for 0%{?sle_version} >= 120200 Mon Mar 13 17:50:58 UTC 2017 - maiku.fabian@gmail.com - add python3-pyxdg to BuildRequires Mon Mar 13 16:11:04 UTC 2017 - maiku.fabian@gmail.com - update to 1.5.25 - Update translations from zanata (de, pl, uk updated, zh_CN new) - Show the categories as well on right mouse click in emoji-picker - Improve information displayed on right mouse click in emoji-picker - html.unescape() the strings parsed from the cldr annotations - Fix fontsize change for invisible emoji in browse flowbox - Add an option whether the arrow keys are allowed to reopen a preëdit - Add an option to work around the broken forward_key_event() in the Qt 4/5 im module - Use xdg.BaseDirectory to add a USER_DATADIR to the search path for data for itb_emoji.py - emoji_picker.py: Speedup: Fix wrong indentation of block in _fill_flowbox_browse() - emoji_picker.py: Print some profiling information when debugging is enabled OBS-URL: https://build.opensuse.org/request/show/480657 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=9
This commit is contained in:
parent
73eaecf224
commit
ce57ffac6a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:91483208c23280963e6820933cc6c49b64aac687002b3dbac13ce9df9410b744
|
|
||||||
size 4881761
|
|
3
ibus-typing-booster-1.5.26.tar.gz
Normal file
3
ibus-typing-booster-1.5.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3cab8101f75b23742b1836504b259f294fbf4050d94d648d316dfbbc920b96ca
|
||||||
|
size 4893562
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 16 08:34:40 UTC 2017 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
- update to 1.5.26
|
||||||
|
- Update translations from zanata (de updated)
|
||||||
|
- Emulate xdg.BaseDirectory.save_data_path() on systems which lack pyxdg
|
||||||
|
- Show the skin tone popover also on a long press gesture
|
||||||
|
- Fix pyhunspell support
|
||||||
|
Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/5#issuecomment-286251818
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 14 15:14:28 UTC 2017 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
- add python3-pyxdg to BuildRequires only for
|
||||||
|
0%{?sle_version} >= 120200
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 13 17:50:58 UTC 2017 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
- add python3-pyxdg to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 13 16:11:04 UTC 2017 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
- update to 1.5.25
|
||||||
|
- Update translations from zanata (de, pl, uk updated, zh_CN new)
|
||||||
|
- Show the categories as well on right mouse click in emoji-picker
|
||||||
|
- Improve information displayed on right mouse click in emoji-picker
|
||||||
|
- html.unescape() the strings parsed from the cldr annotations
|
||||||
|
- Fix fontsize change for invisible emoji in browse flowbox
|
||||||
|
- Add an option whether the arrow keys are allowed to reopen a preëdit
|
||||||
|
- Add an option to work around the broken forward_key_event()
|
||||||
|
in the Qt 4/5 im module
|
||||||
|
- Use xdg.BaseDirectory to add a USER_DATADIR to the
|
||||||
|
search path for data for itb_emoji.py
|
||||||
|
- emoji_picker.py: Speedup: Fix wrong indentation of block
|
||||||
|
in _fill_flowbox_browse()
|
||||||
|
- emoji_picker.py: Print some profiling information when debugging is enabled
|
||||||
|
- Store the clipboard with gtk_clipboard_store() to keep it around
|
||||||
|
after emoji-picker quits
|
||||||
|
- emoji-picker: Do not override the decoration layout of the header bar
|
||||||
|
- When an emoji with a different skin tone is selected,
|
||||||
|
replace the original emoji immediately
|
||||||
|
- Make emoji-picker work on dark themes like Adwaita-dark as well
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 06 16:11:04 UTC 2017 - maiku.fabian@gmail.com
|
Mon Mar 06 16:11:04 UTC 2017 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
%define __python3 /usr/bin/python3
|
%define __python3 /usr/bin/python3
|
||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.5.24
|
Version: 1.5.26
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -40,6 +40,9 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: m17n-lib
|
BuildRequires: m17n-lib
|
||||||
BuildRequires: m17n-db
|
BuildRequires: m17n-db
|
||||||
BuildRequires: python3-pyenchant
|
BuildRequires: python3-pyenchant
|
||||||
|
%if 0%{?sle_version} >= 120200
|
||||||
|
BuildRequires: python3-pyxdg
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} == 1320
|
%if 0%{?suse_version} == 1320
|
||||||
BuildRequires: myspell-cs_CZ
|
BuildRequires: myspell-cs_CZ
|
||||||
BuildRequires: myspell-de
|
BuildRequires: myspell-de
|
||||||
|
Loading…
Reference in New Issue
Block a user