This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update for chinese-addons menu action shortcut (#37)
- Loading branch information
1 parent
b5407c0
commit d30ec4f
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule fcitx5-chinese-addons
updated
26 files
+0 −2 | .github/workflows/check.yml | |
+2 −2 | CMakeLists.txt | |
+3 −1 | im/pinyin/pinyin.cpp | |
+1 −1 | im/pinyin/pinyincandidate.cpp | |
+1 −1 | im/pinyin/pinyincandidate.h | |
+1 −0 | im/table/CMakeLists.txt | |
+127 −0 | im/table/candidate.cpp | |
+82 −0 | im/table/candidate.h | |
+12 −0 | im/table/context.cpp | |
+3 −0 | im/table/context.h | |
+20 −3 | im/table/engine.cpp | |
+16 −4 | im/table/engine.h | |
+4 −1 | im/table/ime.cpp | |
+11 −0 | im/table/ime.h | |
+27 −126 | im/table/state.cpp | |
+31 −0 | im/table/state.h | |
+1 −0 | modules/chttrans/chttrans.cpp | |
+4 −1 | modules/fullwidth/fullwidth.cpp | |
+1 −0 | modules/fullwidth/fullwidth.h | |
+1 −0 | modules/punctuation/punctuation.cpp | |
+1 −0 | modules/punctuation/punctuation.h | |
+1 −0 | org.fcitx.Fcitx5.Addon.ChineseAddons.metainfo.xml.in | |
+129 −126 | po/ru.po | |
+104 −104 | po/zh_CN.po | |
+104 −104 | po/zh_TW.po | |
+54 −15 | test/testtable.cpp |
Submodule fcitx5-lua
updated
3 files
+16 −11 | .github/workflows/check.yml | |
+1 −1 | CMakeLists.txt | |
+1 −0 | org.fcitx.Fcitx5.Addon.Lua.metainfo.xml.in |
Submodule fcitx5-skk
updated
20 files
Submodule fcitx5-table-extra
updated
2 files
+1 −1 | CMakeLists.txt | |
+1 −0 | org.fcitx.Fcitx5.Addon.TableExtra.metainfo.xml.in |
Submodule fcitx5-thai
updated
3 files
+16 −11 | .github/workflows/check.yml | |
+1 −1 | CMakeLists.txt | |
+1 −0 | org.fcitx.Fcitx5.Addon.LibThai.metainfo.xml.in |
Submodule fcitx5-unikey
updated
4 files
+17 −14 | .github/workflows/check.yml | |
+1 −1 | CMakeLists.txt | |
+1 −0 | org.fcitx.Fcitx5.Addon.Unikey.metainfo.xml.in | |
+1 −1 | unikey/mactab.cpp |