Accepting request 681195 from M17N
OBS-URL: https://build.opensuse.org/request/show/681195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-typing-booster?expand=0&rev=18
This commit is contained in:
commit
d5f66d6cd1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cfcad6cc36a45b6f05deae0b89fd80f800bda414c9c9663f866f020e8c15f31a
|
|
||||||
size 6463060
|
|
3
ibus-typing-booster-2.6.0.tar.gz
Normal file
3
ibus-typing-booster-2.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2457fcff38b0dd2b538de94f8b9e0c7a22df337fc2f046c12086d5b10e2be7ca
|
||||||
|
size 6863400
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 03 19:46:56 UTC 2019 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
- Update to 2.6.0
|
||||||
|
- Update translations from zanata (de updated)
|
||||||
|
- Update emoji annotations from CLDR
|
||||||
|
- When Left or BackSpace trigger a commit, forward Left events only
|
||||||
|
when no candidate was selected (i.e. the preëdit was committed)
|
||||||
|
- If a candidate is shown inline and *manually* selected, show the caret
|
||||||
|
at the end of the candidate
|
||||||
|
- Right, Left, BackSpace, and Delete edit the preëdit only if no
|
||||||
|
candidate is *manually* selected
|
||||||
|
- If an input char is typed while a candidate is *manually* selected,
|
||||||
|
add that input to the candidate
|
||||||
|
- Change option name 'Add a space when committing by label or mouse'
|
||||||
|
in setup tool
|
||||||
|
- Remove option “Use digits as select keys”
|
||||||
|
- Make key bindings to commit or remove candidates via label configurable
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/48)
|
||||||
|
- Multi word suggestions: Commit the current commit phrase and the
|
||||||
|
previous phrase as a single unit as well
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/49)
|
||||||
|
- Fix wrong tooltip for “Automatically select the best candidate” option
|
||||||
|
- Let the tests produce verbose output
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 26 05:18:56 UTC 2019 - Marguerite Su <i@marguerite.su>
|
Tue Feb 26 05:18:56 UTC 2019 - Marguerite Su <i@marguerite.su>
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.5.3
|
Version: 2.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An input completion utility
|
Summary: An input completion utility
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -108,11 +108,11 @@ cat << 'EOF' >> engine.sh
|
|||||||
# run doctests
|
# run doctests
|
||||||
pushd engine
|
pushd engine
|
||||||
for i in hunspell_suggest.py m17n_translit.py itb_emoji.py itb_util.py; do
|
for i in hunspell_suggest.py m17n_translit.py itb_emoji.py itb_util.py; do
|
||||||
python3 ${i} &
|
python3 ${i} -v &
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
wait
|
wait
|
||||||
echo "engine tests passed"
|
echo "engine tests passed";
|
||||||
EOF
|
EOF
|
||||||
chmod +x engine.sh
|
chmod +x engine.sh
|
||||||
|
|
||||||
@ -127,10 +127,10 @@ desktop-file-validate \
|
|||||||
time ./engine.sh
|
time ./engine.sh
|
||||||
#pushd engine
|
#pushd engine
|
||||||
# run doctests
|
# run doctests
|
||||||
#python3 hunspell_suggest.py
|
#python3 hunspell_suggest.py -v
|
||||||
#python3 m17n_translit.py
|
#python3 m17n_translit.py -v
|
||||||
#python3 itb_emoji.py
|
#python3 itb_emoji.py -v
|
||||||
#python3 itb_util.py
|
#python3 itb_util.py -v
|
||||||
#popd
|
#popd
|
||||||
mkdir -p /tmp/glib-2.0/schemas/
|
mkdir -p /tmp/glib-2.0/schemas/
|
||||||
cp org.freedesktop.ibus.engine.typing-booster.gschema.xml \
|
cp org.freedesktop.ibus.engine.typing-booster.gschema.xml \
|
||||||
|
Loading…
Reference in New Issue
Block a user