File tree
9 files changed
+19
-18
lines changed- app/src/main/cpp
- lib
- fcitx5-chinese-addons/src/main/cpp
- fcitx5/src/main/cpp
- libime/src/main/cpp
- plugin/rime/src/main/cpp
9 files changed
+19
-18
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| |||
421 | 421 |
| |
422 | 422 |
| |
423 | 423 |
| |
424 |
| - | |
| 424 | + | |
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
|
- CMakeLists.txt+8-11
- cmake/Fcitx5CompilerSettings.cmake+5-2
- po/ru.po+9-9
- po/zh_CN.po+3-3
- po/zh_TW.po+3-3
- src/frontend/CMakeLists.txt+3-1
- src/frontend/dbusfrontend/dbusfrontend.cpp+13-2
- src/frontend/ibusfrontend/ibusfrontend.cpp+17
- src/frontend/waylandim/waylandim.cpp+15
- src/frontend/waylandim/waylandim.h+3
- src/frontend/waylandim/waylandim_public.h+7-2
- src/frontend/waylandim/waylandimserver.cpp+11-2
- src/frontend/waylandim/waylandimserver.h+20-7
- src/frontend/waylandim/waylandimserverv2.cpp+11-16
- src/frontend/waylandim/waylandimserverv2.h+4-3
- src/frontend/waylandim/wlrappmonitor.cpp+1
- src/frontend/xim/CMakeLists.txt-2
- src/frontend/xim/xim.cpp-2
- src/lib/fcitx-utils/CMakeLists.txt+4-3
- src/lib/fcitx-utils/dbus/bus.h+1
- src/lib/fcitx-utils/dbus/libdbus/bus.cpp-10
- src/lib/fcitx-utils/event_libevent.cpp-397
- src/lib/fcitx-utils/event_libuv.cpp+380
- src/lib/fcitx-utils/key.cpp+60-22
- src/lib/fcitx-utils/keydata.cpp+26
- src/lib/fcitx-utils/keydata.h+53-877
- src/lib/fcitx-utils/unixfd.cpp+6-3
- src/lib/fcitx-utils/unixfd.h+19
- src/lib/fcitx-wayland/CMakeLists.txt+3
- src/lib/fcitx-wayland/cursor-shape/CMakeLists.txt+19
- src/lib/fcitx-wayland/cursor-shape/cursor-shape-v1.xml+147
- src/lib/fcitx-wayland/cursor-shape/wp_cursor_shape_device_v1.cpp+17
- src/lib/fcitx-wayland/cursor-shape/wp_cursor_shape_device_v1.h+35
- src/lib/fcitx-wayland/cursor-shape/wp_cursor_shape_manager_v1.cpp+27
- src/lib/fcitx-wayland/cursor-shape/wp_cursor_shape_manager_v1.h+40
- src/lib/fcitx-wayland/tablet-v2/CMakeLists.txt+24
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_manager_v2.cpp+20
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_manager_v2.h+36
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_pad_group_v2.cpp+59
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_pad_group_v2.h+49
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_pad_ring_v2.cpp+41
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_pad_ring_v2.h+43
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_pad_strip_v2.cpp+42
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_pad_strip_v2.h+44
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_pad_v2.cpp+90
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_pad_v2.h+54
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_seat_v2.cpp+44
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_seat_v2.h+43
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_tool_v2.cpp+137
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_tool_v2.h+77
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_v2.cpp+42
- src/lib/fcitx-wayland/tablet-v2/zwp_tablet_v2.h+44
- src/lib/fcitx/addoninstance.cpp+11
- src/lib/fcitx/addoninstance.h+31
- src/lib/fcitx/addoninstance_p.h+1
- src/lib/fcitx/addonmanager.cpp+17-10
- src/lib/fcitx/addonmanager.h+21
- src/lib/fcitx/inputmethodconfig_p.h+2-2
- src/lib/fcitx/inputmethodmanager.cpp+6-14
- src/lib/fcitx/instance.cpp+25-2
- src/lib/fcitx/instance.h+22
- src/lib/fcitx/instance_p.h+2
- src/modules/dbus/dbus.conf.in.in+1
- src/modules/dbus/dbusmodule.cpp+7-4
- src/modules/quickphrase/quickphrase.cpp+1-2
- src/modules/wayland/wayland.conf.in.in-4
- src/modules/wayland/waylandeventreader.cpp+1-1
- src/modules/wayland/waylandmodule.cpp+19-3
- src/modules/wayland/waylandmodule.h+4
- src/modules/xcb/CMakeLists.txt+4
- src/modules/xcb/xcbconnection.cpp+39-1
- src/modules/xcb/xcbkeyboard.cpp+5
- src/modules/xcb/xcbmodule.h+1
- src/server/main.cpp+4-1
- src/ui/classic/CMakeLists.txt+5-2
- src/ui/classic/classicui.cpp-9
- src/ui/classic/classicui.h+1-1
- src/ui/classic/plasmathemewatchdog.cpp+41-11
- src/ui/classic/waylandcursor.cpp+170
- src/ui/classic/waylandcursor.h+56
- src/ui/classic/waylandcursortheme.cpp+97
- src/ui/classic/waylandcursortheme.h+60
- src/ui/classic/waylandinputwindow.cpp+1
- src/ui/classic/waylandpointer.cpp+7-3
- src/ui/classic/waylandpointer.h+19-1
- src/ui/classic/waylandui.cpp+6-2
- src/ui/classic/waylandui.h+4
- test/addon/CMakeLists.txt+10-2
- test/testdbus.cpp+20-8
- test/testdir.h.in+1-1
- test/testkey.cpp+18-1
- testing/testfrontend/testfrontend.cpp+9-3
- testing/testfrontend/testfrontend.h+2
- testing/testfrontend/testfrontend_public.h+3
Submodule fcitx5-rime updated 44 files
- data/48x48/apps/fcitx-rime-deploy.png-1
- data/48x48/apps/fcitx-rime-disable.png-1
- data/48x48/apps/fcitx-rime-im.png-1
- data/48x48/apps/fcitx-rime-latin.png-1
- data/48x48/apps/fcitx-rime-sync.png-1
- data/48x48/apps/fcitx_rime_deploy.png+1
- data/48x48/apps/fcitx_rime_disable.png+1
- data/48x48/apps/fcitx_rime_im.png+1
- data/48x48/apps/fcitx_rime_latin.png+1
- data/48x48/apps/fcitx_rime_sync.png+1
- data/48x48/apps/org.fcitx.Fcitx5.fcitx_rime_deploy.png
- data/48x48/apps/org.fcitx.Fcitx5.fcitx_rime_disable.png
- data/48x48/apps/org.fcitx.Fcitx5.fcitx_rime_im.png
- data/48x48/apps/org.fcitx.Fcitx5.fcitx_rime_latin.png
- data/48x48/apps/org.fcitx.Fcitx5.fcitx_rime_sync.png
- data/scalable/apps/fcitx-rime-deploy.svg-1
- data/scalable/apps/fcitx-rime-disable.svg-1
- data/scalable/apps/fcitx-rime-im.svg-1
- data/scalable/apps/fcitx-rime-latin.svg-1
- data/scalable/apps/fcitx-rime-sync.svg-1
- data/scalable/apps/fcitx_rime_deploy.svg+1
- data/scalable/apps/fcitx_rime_disable.svg+1
- data/scalable/apps/fcitx_rime_im.svg+1
- data/scalable/apps/fcitx_rime_latin.svg+1
- data/scalable/apps/fcitx_rime_sync.svg+1
- data/scalable/apps/org.fcitx.Fcitx5.fcitx_rime_deploy.svg
- data/scalable/apps/org.fcitx.Fcitx5.fcitx_rime_disable.svg
- data/scalable/apps/org.fcitx.Fcitx5.fcitx_rime_im.svg
- data/scalable/apps/org.fcitx.Fcitx5.fcitx_rime_latin.svg
- data/scalable/apps/org.fcitx.Fcitx5.fcitx_rime_sync.svg
- po/ca.po+41-30
- po/da.po+41-30
- po/de.po+41-30
- po/fcitx5-rime.pot+41-30
- po/he.po+41-30
- po/ja.po+41-30
- po/ko.po+41-30
- po/ru.po+41-32
- po/tr.po+41-30
- po/vi.po+41-30
- po/zh_CN.po+43-33
- po/zh_TW.po+41-30
- src/rimeengine.cpp+7-7
- src/rimestate.cpp+5-1
0 commit comments