-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4aa7b8b
commit 14f84bb
Showing
14 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fcitx5-chinese-addons
updated
11 files
+53 −47 | im/pinyin/pinyin.cpp | |
+235 −224 | po/ca.po | |
+235 −224 | po/da.po | |
+235 −224 | po/de.po | |
+235 −224 | po/fcitx5-chinese-addons.pot | |
+235 −224 | po/he.po | |
+235 −224 | po/ja.po | |
+237 −226 | po/ko.po | |
+229 −210 | po/ru.po | |
+222 −211 | po/zh_CN.po | |
+220 −209 | po/zh_TW.po |
Submodule fcitx5-mozc
added at
5580d5
Submodule libime
updated
19 files
+2 −0 | test/testautophrasedict.cpp | |
+10 −2 | test/testdecoder.cpp | |
+9 −3 | test/testhistorybigram.cpp | |
+2 −0 | test/testinputbuffer.cpp | |
+5 −2 | test/testmodel.cpp | |
+4 −0 | test/testpinyincontext.cpp | |
+4 −0 | test/testpinyindictionary.cpp | |
+4 −0 | test/testpinyinencoder.cpp | |
+8 −1 | test/testpinyinime.cpp | |
+2 −1 | test/testpinyinime_unit.cpp | |
+3 −0 | test/testprediction.cpp | |
+9 −0 | test/testshuangpinprofile.cpp | |
+9 −0 | test/testtable.cpp | |
+6 −0 | test/testtableime.cpp | |
+3 −0 | test/testtableime_unit.cpp | |
+2 −0 | test/testtrie.cpp | |
+8 −2 | test/testusermodel.cpp | |
+3 −0 | test/testutils.h | |
+4 −0 | test/triebench.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../fcitx5/src/lib/fcitx-utils/macros.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../fcitx5/src/modules/clipboard/clipboard_public.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ deps=( | |
json-c | ||
leveldb | ||
libintl | ||
libmozc | ||
librime | ||
libuv | ||
lua | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters