File tree
8 files changed
+12
-14
lines changed- .github/workflows
- engines
- patches
- scripts
8 files changed
+12
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | | - | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Submodule fcitx5-chinese-addons updated 21 files
- CMakeLists.txt+1-8
- gui/customphraseeditor/CMakeLists.txt+1-1
- gui/customphraseeditor/customphrasemodel.cpp+35-22
- im/pinyin/CMakeLists.txt+1-1
- im/pinyin/customphrase.cpp+44-14
- im/pinyin/pinyin.cpp+55-84
- im/table/CMakeLists.txt+1-1
- im/table/engine.cpp+3-14
- im/table/ime.cpp+29-47
- im/table/state.cpp+9-14
- modules/chttrans/CMakeLists.txt+1-1
- modules/chttrans/chttrans-native.cpp+3-5
- modules/chttrans/chttrans.cpp+11-12
- modules/pinyinhelper/CMakeLists.txt+1-3
- modules/pinyinhelper/pinyinhelper.cpp+1-3
- modules/pinyinhelper/stroke.cpp+32-19
- modules/punctuation/CMakeLists.txt+1-1
- modules/punctuation/punctuation.cpp-2
- po/ru.po+145-145
- po/zh_TW.po+152-147
- test/CMakeLists.txt+1-1
Submodule fcitx5-mozc updated 12 files
- CMakeLists.txt-2
- cmake/converter.cmake+1-1
- cmake/engine.cmake+3
- cmake/mozc-static.cmake+4
- cmake/protobuf.cmake-1
- cmake/session.cmake+3-9
- cmake/storage.cmake-2
- cmake/usage_stats.cmake-17
- src/unix/fcitx5/BUILD.bazel-2
- src/unix/fcitx5/fcitx5.gyp+1-1
- src/unix/fcitx5/mozc_direct_client.cc+5-10
- src/unix/fcitx5/org.fcitx.Fcitx5.Addon.Mozc.metainfo.xml.in+1
- CMakeLists.txt+6-12
- src/libime/core/decoder.cpp+5-5
- src/libime/core/segmentgraph.cpp+1-1
- src/libime/pinyin/pinyindictionary.cpp+3-4
- src/libime/pinyin/pinyinmatchstate_p.h+7-9
- src/libime/table/autophrasedict.cpp+16-5
- src/libime/table/tablebaseddictionary.cpp+52-49
- src/libime/table/tablebaseddictionary_p.h+8
- src/libime/table/tablecontext.cpp+24-6
- src/libime/table/tablecontext.h+10-3
- src/libime/table/tabledecoder.cpp+21-5
- src/libime/table/tabledecoder.h+10-2
- src/libime/table/tabledecoder_p.h+5-1
- src/libime/table/tableoptions.cpp+6
- src/libime/table/tablerule.cpp+14-2
- src/libime/table/tablerule.h+2
- tools/CMakeLists.txt+2-9
- tools/filesystem_helper.cpp-26
- tools/filesystem_helper.h-19
- tools/libime_migrate_fcitx4_pinyin.cpp+27-33
- tools/libime_migrate_fcitx4_table.cpp+54-65
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
0 commit comments