Package: fcitx-rime / 0.3.2-9

Metadata

Package Version Patches format
fcitx-rime 0.3.2-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 trans Update Translation.patch | (download)

po/ko.po | 59 30 + 29 - 0 !
po/ru.po | 62 32 + 30 - 0 !
po/tr.po | 60 31 + 29 - 0 !
3 files changed, 93 insertions(+), 88 deletions(-)

 [trans] update translation

0002 trans Update Translation.patch | (download)

po/da.po | 65 33 + 32 - 0 !
1 file changed, 33 insertions(+), 32 deletions(-)

 [trans] update translation

0003 trans Update Translation.patch | (download)

po/ja.po | 13 7 + 6 - 0 !
1 file changed, 7 insertions(+), 6 deletions(-)

 [trans] update translation

0004 trans Update Translation.patch | (download)

po/ca.po | 61 31 + 30 - 0 !
1 file changed, 31 insertions(+), 30 deletions(-)

 [trans] update translation

0005 remove unused parameter.patch | (download)

src/fcitx-rime.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove unused parameter.

0006 Add GUI config tool support for fcitx rime. 40.patch | (download)

CMakeLists.txt | 6 6 + 0 - 0 !
data/CMakeLists.txt | 6 5 + 1 - 0 !
data/rime128.png | 32 32 + 0 - 0 !
gui/.gitignore | 2 2 + 0 - 0 !
gui/CMakeLists.txt | 9 9 + 0 - 0 !
gui/src/CMakeLists.txt | 43 43 + 0 - 0 !
gui/src/Common.h | 37 37 + 0 - 0 !
gui/src/ConfigMain.cpp | 518 518 + 0 - 0 !
gui/src/ConfigMain.h | 67 67 + 0 - 0 !
gui/src/ConfigMain.ui | 367 367 + 0 - 0 !
gui/src/FcitxRimeConfig.cpp | 272 272 + 0 - 0 !
gui/src/FcitxRimeConfig.h | 57 57 + 0 - 0 !
gui/src/Main.cpp | 47 47 + 0 - 0 !
gui/src/Main.h | 34 34 + 0 - 0 !
gui/src/Model.cpp | 158 158 + 0 - 0 !
gui/src/Model.h | 72 72 + 0 - 0 !
gui/src/fcitx-rime-config.json | 2 2 + 0 - 0 !
gui/src/keynametable.h | 6778 6778 + 0 - 0 !
gui/src/keysym.h | 55 55 + 0 - 0 !
gui/src/keysymgen.h | 2309 2309 + 0 - 0 !
src/fcitx-rime.conf.in | 1 1 + 0 - 0 !
21 files changed, 10871 insertions(+), 1 deletion(-)

 add gui config tool support for fcitx-rime. (#40)

0007 trans Update Translation.patch | (download)

po/ca.po | 84 83 + 1 - 0 !
po/da.po | 84 83 + 1 - 0 !
po/de.po | 86 84 + 2 - 0 !
po/fcitx-rime.pot | 99 90 + 9 - 0 !
po/ja.po | 84 83 + 1 - 0 !
po/ko.po | 86 84 + 2 - 0 !
po/ru.po | 86 84 + 2 - 0 !
po/tr.po | 86 84 + 2 - 0 !
po/vi.po | 87 84 + 3 - 0 !
po/zh_CN.po | 86 84 + 2 - 0 !
po/zh_TW.po | 86 84 + 2 - 0 !
11 files changed, 927 insertions(+), 27 deletions(-)

 [trans] update translation

0008 Remove dependency on fcitx qt 41.patch | (download)

gui/CMakeLists.txt | 3 1 + 2 - 0 !
gui/src/CMakeLists.txt | 1 0 + 1 - 0 !
2 files changed, 1 insertion(+), 3 deletions(-)

 remove dependency on fcitx-qt (#41)

0009 run clang format.patch | (download)

.clang-format | 58 58 + 0 - 0 !
clang-format.sh | 2 2 + 0 - 0 !
gui/src/Common.h | 14 7 + 7 - 0 !
gui/src/ConfigMain.cpp | 749 387 + 362 - 0 !
gui/src/ConfigMain.h | 38 20 + 18 - 0 !
gui/src/FcitxRimeConfig.cpp | 447 230 + 217 - 0 !
gui/src/FcitxRimeConfig.h | 61 35 + 26 - 0 !
gui/src/Main.cpp | 31 12 + 19 - 0 !
gui/src/Main.h | 9 5 + 4 - 0 !
gui/src/Model.cpp | 179 95 + 84 - 0 !
gui/src/Model.h | 45 23 + 22 - 0 !
gui/src/keysym.h | 2 1 + 1 - 0 !
12 files changed, 875 insertions(+), 760 deletions(-)

 run clang-format

0010 Clean Up the gui code and fix some leaks.patch | (download)

gui/src/CMakeLists.txt | 4 2 + 2 - 0 !
gui/src/ConfigMain.cpp | 218 76 + 142 - 0 !
gui/src/ConfigMain.h | 10 5 + 5 - 0 !
gui/src/FcitxRimeConfig.cpp | 285 0 + 285 - 0 !
gui/src/FcitxRimeConfig.h | 66 0 + 66 - 0 !
gui/src/Main.cpp | 10 5 + 5 - 0 !
gui/src/Main.h | 4 2 + 2 - 0 !
gui/src/Model.cpp | 6 3 + 3 - 0 !
gui/src/Model.h | 3 2 + 1 - 0 !
gui/src/RimeConfigParser.cpp | 289 289 + 0 - 0 !
gui/src/RimeConfigParser.h | 84 84 + 0 - 0 !
src/fcitx-rime.c | 1 1 + 0 - 0 !
12 files changed, 469 insertions(+), 511 deletions(-)

 clean up the gui code and fix some leaks.

0011 fix input method list.patch | (download)

gui/src/ConfigMain.cpp | 47 35 + 12 - 0 !
gui/src/RimeConfigParser.cpp | 41 22 + 19 - 0 !
gui/src/RimeConfigParser.h | 2 1 + 1 - 0 !
3 files changed, 58 insertions(+), 32 deletions(-)

 fix input method list

0012 trans Update Translation.patch | (download)

po/ca.po | 21 10 + 11 - 0 !
po/da.po | 21 10 + 11 - 0 !
po/de.po | 21 10 + 11 - 0 !
po/ja.po | 21 10 + 11 - 0 !
po/ko.po | 21 10 + 11 - 0 !
po/ru.po | 21 10 + 11 - 0 !
po/tr.po | 21 10 + 11 - 0 !
po/zh_CN.po | 19 9 + 10 - 0 !
po/zh_TW.po | 19 9 + 10 - 0 !
9 files changed, 88 insertions(+), 97 deletions(-)

 [trans] update translation

0013 trans Update Translation.patch | (download)

po/da.po | 42 21 + 21 - 0 !
po/de.po | 38 19 + 19 - 0 !
po/zh_CN.po | 44 22 + 22 - 0 !
3 files changed, 62 insertions(+), 62 deletions(-)

 [trans] update translation


0014 trans Update Translation.patch | (download)

po/de.po | 156 77 + 79 - 0 !
po/ja.po | 144 71 + 73 - 0 !
po/ko.po | 143 71 + 72 - 0 !
po/ru.po | 148 73 + 75 - 0 !
po/tr.po | 144 71 + 73 - 0 !
po/vi.po | 141 70 + 71 - 0 !
po/zh_CN.po | 157 78 + 79 - 0 !
po/zh_TW.po | 149 74 + 75 - 0 !
8 files changed, 585 insertions(+), 597 deletions(-)

 [trans] update translation


0015 trans Update Translation.patch | (download)

po/de.po | 156 79 + 77 - 0 !
po/ja.po | 144 73 + 71 - 0 !
po/ko.po | 143 72 + 71 - 0 !
po/ru.po | 148 75 + 73 - 0 !
po/tr.po | 144 73 + 71 - 0 !
po/vi.po | 145 73 + 72 - 0 !
po/zh_CN.po | 157 79 + 78 - 0 !
po/zh_TW.po | 147 74 + 73 - 0 !
8 files changed, 598 insertions(+), 586 deletions(-)

 [trans] update translation


0016 trans Update Translation.patch | (download)

po/ko.po | 52 27 + 25 - 0 !
po/zh_TW.po | 41 21 + 20 - 0 !
2 files changed, 48 insertions(+), 45 deletions(-)

 [trans] update translation