Commit a4302fe
committed
update fcitx5; switch prebuilder
1 parent de29375 commit a4302fe
File tree
8 files changed
+19
-21
lines changed- .github/workflows
- common
- engines
- patches
- scripts
8 files changed
+19
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | | - | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
| |||
26 | 21 | | |
27 | 22 | | |
28 | 23 | | |
29 | | - | |
30 | | - | |
| 24 | + | |
| 25 | + | |
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
| 33 | + | |
| 34 | + | |
38 | 35 | | |
39 | | - | |
40 | | - | |
| 36 | + | |
41 | 37 | | |
| 38 | + | |
42 | 39 | | |
43 | | - | |
| 40 | + | |
44 | 41 | | |
45 | | - | |
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
| |||
Submodule fcitx5-rime updated 16 files
- CMakeLists.txt+3-1
- src/rime-addon.conf.in.in+1-1
- src/rimeaction.cpp+2-2
- src/rimeaction.h+2-2
- src/rimecandidate.cpp+2-2
- src/rimecandidate.h+2-2
- src/rimeengine.cpp+4-4
- src/rimeengine.h+5-5
- src/rimefactory.cpp+3-3
- src/rimefactory.h+2-2
- src/rimeservice.cpp+2-2
- src/rimeservice.h+2-2
- src/rimesession.cpp+2-2
- src/rimesession.h+2-2
- src/rimestate.cpp+2-2
- src/rimestate.h+2-2
- CMakeLists.txt+52-19
- cmake/Fcitx5CompilerSettings.cmake+5
- src/frontend/dbusfrontend/dbusfrontend.conf.in.in+2-2
- src/frontend/dbusfrontend/dbusfrontend.cpp+1-1
- src/frontend/fcitx4frontend/fcitx4frontend.conf.in.in+2-1
- src/frontend/fcitx4frontend/fcitx4frontend.cpp+1-1
- src/frontend/ibusfrontend/ibusfrontend.conf.in.in+2-1
- src/frontend/ibusfrontend/ibusfrontend.cpp+1-1
- src/frontend/waylandim/waylandim.conf.in.in+2-1
- src/frontend/waylandim/waylandim.cpp+1-1
- src/frontend/xim/xim.conf.in.in+2-1
- src/frontend/xim/xim.cpp+1-1
- src/im/keyboard/CMakeLists.txt-1
- src/im/keyboard/keyboard.conf.in.in+3
- src/im/keyboard/keyboard.cpp+3
- src/lib/fcitx-utils/CMakeLists.txt+21-31
- src/lib/fcitx-utils/dbus/sdbus/bus.cpp+10-3
- src/lib/fcitx-utils/event.cpp+19-2
- src/lib/fcitx-utils/event.h+20
- src/lib/fcitx-utils/event_libuv.cpp+8-3
- src/lib/fcitx-utils/event_none.cpp+16
- src/lib/fcitx/addoninstance.h+27
- src/lib/fcitx/addonloader.cpp+13-3
- src/lib/fcitx/addonloader.h+4-4
- src/lib/fcitx/addonloader_p.h+18-2
- src/modules/clipboard/clipboard.conf.in.in+3-2
- src/modules/clipboard/clipboard.cpp+1-1
- src/modules/dbus/dbus.conf.in.in+2-1
- src/modules/dbus/dbusmodule.cpp+1-1
- src/modules/emoji/emoji.conf.in.in+3
- src/modules/emoji/emoji.cpp+1-1
- src/modules/imselector/imselector.conf.in.in+3
- src/modules/imselector/imselector.cpp+1-1
- src/modules/notificationitem/notificationitem.conf.in.in+2-2
- src/modules/notificationitem/notificationitem.cpp+2-1
- src/modules/notifications/notifications.conf.in.in+2-1
- src/modules/notifications/notifications.cpp+1-1
- src/modules/quickphrase/quickphrase.cpp+1-1
- src/modules/spell/spell.conf.in.in+3
- src/modules/spell/spell.cpp+1-1
- src/modules/unicode/unicode.conf.in.in+3
- src/modules/unicode/unicode.cpp+1-1
- src/modules/wayland/wayland.conf.in.in+3
- src/modules/wayland/waylandmodule.cpp+1-1
- src/modules/xcb/xcb.conf.in.in+3
- src/modules/xcb/xcbmodule.cpp+1-1
- src/server/main.cpp+3-11
- src/ui/classic/classicui.cpp+1-1
- src/ui/kimpanel/kimpanel.cpp+1-1
- src/ui/virtualkeyboard/virtualkeyboard.cpp+3-1
- test/CMakeLists.txt+6-1
- test/addon/dummyaddon.cpp+1-1
- test/addon/fcitx5/addon/testfrontend.conf+3
- test/addon/fcitx5/addon/testim.conf+3
- test/eventlooptests.cpp+192
- test/eventlooptests.h+13
- test/testcompose.cpp+12-4
- test/testcustomeventloop.cpp+376
- test/testevent.cpp+4-178
- test/testspell.cpp+10-7
- testing/testfrontend/testfrontend.conf+2
- testing/testfrontend/testfrontend.cpp+1-1
- testing/testim/testim.conf+2-1
- testing/testim/testim.cpp+1-1
- testing/testui/testui.conf+3
- testing/testui/testui.cpp+2-1
| 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 | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments