-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix old focus out after new focus in; reset display mode
- Loading branch information
1 parent
f517c26
commit 240cb47
Showing
10 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
Submodule fcitx5-chinese-addons
updated
12 files
+1 −1 | CMakeLists.txt | |
+1 −0 | gui/pinyindictmanager/browserdialog.h | |
+92 −63 | im/pinyin/pinyin.cpp | |
+3 −2 | im/pinyin/pinyin.h | |
+1 −1 | im/table/ime.h | |
+10 −8 | im/table/state.cpp | |
+1 −0 | im/table/state.h | |
+1 −1 | modules/punctuation/punctuation.cpp | |
+1 −0 | org.fcitx.Fcitx5.Addon.ChineseAddons.metainfo.xml.in | |
+125 −120 | po/zh_CN.po | |
+4 −2 | test/testpinyin.cpp | |
+1 −1 | test/testtable.cpp |
Submodule fcitx5-lua
updated
12 files
Submodule fcitx5-rime
updated
2 files
+1 −1 | CMakeLists.txt | |
+1 −0 | org.fcitx.Fcitx5.Addon.Rime.metainfo.xml.in |
Submodule libime
updated
2 files
+1 −1 | CMakeLists.txt | |
+4 −4 | src/libime/table/tablebaseddictionary.cpp |
Submodule fcitx5
updated
29 files
+1 −0 | data/org.fcitx.Fcitx5.metainfo.xml.in | |
+106 −98 | po/ca.po | |
+108 −100 | po/da.po | |
+106 −98 | po/de.po | |
+106 −98 | po/es.po | |
+106 −98 | po/fcitx5.pot | |
+106 −98 | po/fr.po | |
+106 −98 | po/he.po | |
+115 −109 | po/ja.po | |
+111 −103 | po/ko.po | |
+118 −107 | po/ru.po | |
+106 −98 | po/vi.po | |
+116 −103 | po/zh_CN.po | |
+112 −104 | po/zh_TW.po | |
+2 −1 | src/frontend/waylandim/waylandim.cpp | |
+10 −3 | src/lib/fcitx/globalconfig.cpp | |
+16 −0 | src/lib/fcitx/icontheme.cpp | |
+2 −1 | src/lib/fcitx/instance.cpp | |
+21 −9 | src/lib/fcitx/misc_p.h | |
+2 −1 | src/modules/notificationitem/dbusmenu.cpp | |
+41 −6 | src/modules/quickphrase/quickphrase.cpp | |
+4 −0 | src/modules/quickphrase/quickphrase.h | |
+10 −0 | src/modules/quickphrase/quickphrase_public.h | |
+29 −9 | src/modules/wayland/waylandmodule.cpp | |
+1 −1 | src/modules/wayland/waylandmodule.h | |
+2 −0 | test/CMakeLists.txt | |
+2 −1 | test/testinstance.cpp | |
+24 −0 | test/testquickphrase.cpp | |
+1 −0 | testing/testfrontend/testfrontend_public.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters