Commit 91b4053
authored
File tree
14 files changed
+180
-24
lines changed- .github/workflows
- entry/src/main
- cpp
- cmake
- webkeyboard
- patches
14 files changed
+180
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Submodule fcitx5-chinese-addons updated 53 files
- CMakeLists.txt+11-19
- config.h.in-1
- gui/customphraseeditor/customphraseeditor.cpp+5-4
- gui/customphraseeditor/customphrasemodel.cpp+10-12
- gui/pinyindictmanager/CMakeLists.txt+1-6
- gui/pinyindictmanager/browserdialog.cpp-12
- gui/pinyindictmanager/browserdialog.h-4
- gui/pinyindictmanager/browserdialog_webkit.ui-44
- gui/pinyindictmanager/filelistmodel.cpp+31-20
- gui/pinyindictmanager/pinyindictmanager.cpp+15-18
- gui/pinyindictmanager/processrunner.cpp+1-1
- gui/pinyindictmanager/renamefile.cpp+1-1
- im/pinyin/pinyin.cpp+82-54
- im/pinyin/pinyin.h+61-21
- im/pinyin/symbols+16
- im/table/engine.cpp+12-10
- im/table/ime.cpp+61-59
- im/table/ime.h+3-3
- modules/chttrans/chttrans-native.cpp+25-29
- modules/chttrans/chttrans-native.h+16-2
- modules/chttrans/chttrans-opencc.cpp+6-3
- modules/chttrans/chttrans.cpp+15-15
- modules/chttrans/chttrans.h+2-2
- modules/cloudpinyin/cloudpinyin.cpp+1-1
- modules/fullwidth/fullwidth.cpp+1-1
- modules/pinyinhelper/pinyinhelper.cpp+1-1
- modules/pinyinhelper/pinyinlookup.cpp+11-7
- modules/pinyinhelper/pinyinlookup.h+1-2
- modules/pinyinhelper/stroke.cpp+4-4
- modules/punctuation/punctuation.cpp+20-15
- org.fcitx.Fcitx5.Addon.ChineseAddons.metainfo.xml.in+2
- po/LINGUAS+2
- po/ca.po+227-199
- po/da.po+229-201
- po/de.po+227-199
- po/fcitx5-chinese-addons.pot+227-199
- po/fr.po+1.5k
- po/he.po+227-199
- po/ja.po+228-200
- po/ko.po+231-203
- po/ru.po+201-172
- po/vi.po+1.4k
- po/zh_CN.po+217-189
- po/zh_TW.po+201-173
- test/inputmethod/CMakeLists.txt+2-1
- test/testchttrans.cpp+4-5
- test/testcloudpinyin.cpp+2-2
- test/testfullwidth.cpp+4-4
- test/testpinyin.cpp+82-56
- test/testpinyinhelper.cpp+3-3
- test/testpunctuation.cpp+4-6
- test/testtable.cpp+3-6
- tools/scel2org5.cpp+466-189
- .clang-format+21-1
- .github/workflows/check.yml+66
- CMakeLists.txt+3-2
- src/libime/core/CMakeLists.txt+6-1
- src/libime/core/datrie.cpp+50-33
- src/libime/core/datrie.h+1-1
- src/libime/core/decoder.cpp+13-13
- src/libime/core/decoder.h+4-4
- src/libime/core/dictionary.cpp+1-1
- src/libime/core/dictionary.h+2-2
- src/libime/core/endian_p.h+67
- src/libime/core/historybigram.cpp+29-36
- src/libime/core/historybigram.h+3-3
- src/libime/core/inputbuffer.cpp+1-1
- src/libime/core/inputbuffer.h+2-2
- src/libime/core/kenlm+1-1
- src/libime/core/languagemodel.cpp+17-15
- src/libime/core/languagemodel.h+3-3
- src/libime/core/lattice.cpp+3-3
- src/libime/core/lattice.h+28-13
- src/libime/core/lattice_p.h+2-2
- src/libime/core/lrucache.h+2-2
- src/libime/core/prediction.cpp+4-4
- src/libime/core/prediction.h+4-4
- src/libime/core/segmentgraph.cpp+2-3
- src/libime/core/segmentgraph.h+10-8
- src/libime/core/triedictionary.cpp+3-3
- src/libime/core/triedictionary.h+2-2
- src/libime/core/userlanguagemodel.cpp+6-6
- src/libime/core/userlanguagemodel.h+3-3
- src/libime/core/utils.h-139
- src/libime/core/utils_p.h+144-20
- src/libime/core/zstdfilter.h+6-6
- src/libime/pinyin/pinyincontext.cpp+95-57
- src/libime/pinyin/pinyincontext.h+5-5
- src/libime/pinyin/pinyincorrectionprofile.cpp+3-3
- src/libime/pinyin/pinyincorrectionprofile.h+3-3
- src/libime/pinyin/pinyindata.cpp+133-61
- src/libime/pinyin/pinyindata.h+6-6
- src/libime/pinyin/pinyindata_p.h+29
- src/libime/pinyin/pinyindecoder.cpp+4-4
- src/libime/pinyin/pinyindecoder.h+3-3
- src/libime/pinyin/pinyindecoder_p.h+1-1
- src/libime/pinyin/pinyindictionary.cpp+31-37
- src/libime/pinyin/pinyindictionary.h+7-7
- src/libime/pinyin/pinyinencoder.cpp+41-29
- src/libime/pinyin/pinyinencoder.h+8-4
- src/libime/pinyin/pinyinime.cpp+20-6
- src/libime/pinyin/pinyinime.h+18-2
- src/libime/pinyin/pinyinmatchstate.cpp+5-5
- src/libime/pinyin/pinyinmatchstate.h+2-2
- src/libime/pinyin/pinyinmatchstate_p.h+8-8
- src/libime/pinyin/pinyinprediction.cpp+7-7
- src/libime/pinyin/pinyinprediction.h+5-5
- src/libime/pinyin/shuangpinprofile.cpp+35-41
- src/libime/pinyin/shuangpinprofile.h+4-4
- src/libime/table/autophrasedict.cpp+10-12
- src/libime/table/autophrasedict.h+2-2
- src/libime/table/tablebaseddictionary.cpp+39-44
- src/libime/table/tablebaseddictionary.h+6-6
- src/libime/table/tablebaseddictionary_p.h+8-8
- src/libime/table/tablecontext.cpp+26-20
- src/libime/table/tablecontext.h+10-7
- src/libime/table/tabledecoder.cpp+13-15
- src/libime/table/tabledecoder.h+5-4
- src/libime/table/tabledecoder_p.h+3-3
- src/libime/table/tableoptions.cpp+1-1
- src/libime/table/tableoptions.h+2-2
- src/libime/table/tablerule.cpp+32-7
- src/libime/table/tablerule.h+11-28
- test/testautophrasedict.cpp+2-2
- test/testdecoder.cpp+6-6
- test/testhistorybigram.cpp+29-29
- test/testinputbuffer.cpp+2-2
- test/testmodel.cpp+3-3
- test/testpinyincontext.cpp+19-10
- test/testpinyindata.cpp+45-35
- test/testpinyindictionary.cpp+4-4
- test/testpinyinencoder.cpp+20-5
- test/testpinyinime.cpp+13-14
- test/testpinyinime_unit.cpp+4-4
- test/testpinyinprediction.cpp+3-3
- test/testprediction.cpp+3-3
- test/testshuangpinprofile.cpp+5-5
- test/testtable.cpp+8-8
- test/testtableime.cpp+6-6
- test/testtableime_unit.cpp+3-3
- test/testtablerule.cpp+1-1
- test/testtrie.cpp+1-1
- test/testusermodel.cpp+5-5
- test/triebench.cpp+3-3
- tools/libime_history.cpp+2-2
- tools/libime_migrate_fcitx4_pinyin.cpp+40-47
- tools/libime_migrate_fcitx4_table.cpp+96-109
- tools/libime_pinyindict.cpp+12-9
- tools/libime_prediction.cpp+28-24
- tools/libime_tabledict.cpp+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
108 | | - | |
| 109 | + | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
0 commit comments