Skip to content

Commit

Permalink
Version 4.15.2: Update fcitx-qt5.
Browse files Browse the repository at this point in the history
I hope this fixes #27573.
  • Loading branch information
john-preston committed Mar 13, 2024
1 parent f13971d commit bf1b3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Telegram/ThirdParty/fcitx5-qt
Submodule fcitx5-qt updated 93 files
+13 −11 CMakeLists.txt
+31 −21 po/ca.po
+30 −20 po/da.po
+30 −20 po/de.po
+29 −19 po/es.po
+30 −20 po/fcitx5-qt.pot
+24 −14 po/fr.po
+75 −45 po/he.po
+29 −19 po/ja.po
+24 −14 po/ko.po
+29 −19 po/ru.po
+59 −49 po/zh_CN.po
+55 −45 po/zh_TW.po
+2 −0 qt4/CMakeLists.txt
+5 −2 qt4/inputcontext/CMakeLists.txt
+10 −0 qt4/inputcontext/qfcitxinputcontext.cpp
+7 −0 qt5/CMakeLists.txt
+6 −0 qt5/dbusaddons/fcitxqtcontrollerproxy.h
+3 −0 qt5/dbusaddons/interfaces/org.fcitx.Fcitx.Controller1.xml
+1 −0 qt5/guiwrapper/main.cpp
+2 −2 qt5/guiwrapper/mainwindow.h
+14 −9 qt5/guiwrapper/wrapperapp.cpp
+4 −0 qt5/guiwrapper/wrapperapp.h
+4 −2 qt5/platforminputcontext/CMakeLists.txt
+1 −1 qt5/platforminputcontext/fcitx4inputcontextproxy.cpp
+1 −1 qt5/platforminputcontext/fcitx4inputcontextproxy_p.h
+12 −14 qt5/platforminputcontext/fcitx4watcher.cpp
+2 −2 qt5/platforminputcontext/fcitx4watcher.h
+169 −40 qt5/platforminputcontext/fcitxcandidatewindow.cpp
+15 −8 qt5/platforminputcontext/fcitxcandidatewindow.h
+7 −8 qt5/platforminputcontext/fcitxtheme.cpp
+129 −88 qt5/platforminputcontext/qfcitxplatforminputcontext.cpp
+15 −13 qt5/platforminputcontext/qfcitxplatforminputcontext.h
+312 −307 qt5/platforminputcontext/qtkey.cpp
+5 −4 qt5/quickphrase-editor/CMakeLists.txt
+0 −24 qt5/quickphrase-editor/batchdialog.cpp
+1 −0 qt5/quickphrase-editor/batchdialog.cpp
+0 −25 qt5/quickphrase-editor/batchdialog.h
+1 −0 qt5/quickphrase-editor/batchdialog.h
+0 −106 qt5/quickphrase-editor/batchdialog.ui
+1 −0 qt5/quickphrase-editor/batchdialog.ui
+0 −286 qt5/quickphrase-editor/editor.cpp
+1 −0 qt5/quickphrase-editor/editor.cpp
+0 −66 qt5/quickphrase-editor/editor.h
+1 −0 qt5/quickphrase-editor/editor.h
+0 −141 qt5/quickphrase-editor/editor.ui
+1 −0 qt5/quickphrase-editor/editor.ui
+0 −23 qt5/quickphrase-editor/editordialog.cpp
+1 −0 qt5/quickphrase-editor/editordialog.cpp
+0 −27 qt5/quickphrase-editor/editordialog.h
+1 −0 qt5/quickphrase-editor/editordialog.h
+0 −88 qt5/quickphrase-editor/editordialog.ui
+1 −0 qt5/quickphrase-editor/editordialog.ui
+0 −67 qt5/quickphrase-editor/filelistmodel.cpp
+1 −0 qt5/quickphrase-editor/filelistmodel.cpp
+0 −36 qt5/quickphrase-editor/filelistmodel.h
+1 −0 qt5/quickphrase-editor/filelistmodel.h
+0 −18 qt5/quickphrase-editor/main.cpp
+1 −0 qt5/quickphrase-editor/main.cpp
+0 −21 qt5/quickphrase-editor/main.h
+1 −0 qt5/quickphrase-editor/main.h
+0 −293 qt5/quickphrase-editor/model.cpp
+1 −0 qt5/quickphrase-editor/model.cpp
+0 −61 qt5/quickphrase-editor/model.h
+1 −0 qt5/quickphrase-editor/model.h
+0 −4 qt5/quickphrase-editor/quickphrase-editor.json
+1 −0 qt5/quickphrase-editor/quickphrase-editor.json
+2 −4 qt5/widgetsaddons/fcitxqtkeysequencewidget.cpp
+11 −0 qt6/CMakeLists.txt
+6 −0 qt6/dbusaddons/fcitxqtcontrollerproxy.h
+25 −0 qt6/guiwrapper/CMakeLists.txt
+1 −0 qt6/guiwrapper/main.cpp
+1 −0 qt6/guiwrapper/mainwindow.cpp
+1 −0 qt6/guiwrapper/mainwindow.h
+1 −0 qt6/guiwrapper/mainwindow.ui
+9 −0 qt6/guiwrapper/org.fcitx.fcitx5-qt6-gui-wrapper.desktop.in.in
+1 −0 qt6/guiwrapper/wrapperapp.cpp
+1 −0 qt6/guiwrapper/wrapperapp.h
+15 −2 qt6/platforminputcontext/CMakeLists.txt
+25 −0 qt6/quickphrase-editor/CMakeLists.txt
+24 −0 qt6/quickphrase-editor/batchdialog.cpp
+25 −0 qt6/quickphrase-editor/batchdialog.h
+106 −0 qt6/quickphrase-editor/batchdialog.ui
+286 −0 qt6/quickphrase-editor/editor.cpp
+66 −0 qt6/quickphrase-editor/editor.h
+141 −0 qt6/quickphrase-editor/editor.ui
+23 −0 qt6/quickphrase-editor/editordialog.cpp
+27 −0 qt6/quickphrase-editor/editordialog.h
+88 −0 qt6/quickphrase-editor/editordialog.ui
+67 −0 qt6/quickphrase-editor/filelistmodel.cpp
+36 −0 qt6/quickphrase-editor/filelistmodel.h
+18 −0 qt6/quickphrase-editor/main.cpp
+21 −0 qt6/quickphrase-editor/main.h
+293 −0 qt6/quickphrase-editor/model.cpp
+61 −0 qt6/quickphrase-editor/model.h
+4 −0 qt6/quickphrase-editor/quickphrase-editor.json
+70 −0 qt6/widgetsaddons/CMakeLists.txt
+16 −0 qt6/widgetsaddons/Fcitx5Qt6WidgetsAddonsConfig.cmake.in
+109 −0 qt6/widgetsaddons/fcitxqtconfiguifactory.cpp
+55 −0 qt6/widgetsaddons/fcitxqtconfiguifactory.h
+30 −0 qt6/widgetsaddons/fcitxqtconfiguifactory_p.h
+15 −0 qt6/widgetsaddons/fcitxqtconfiguiplugin.cpp
+54 −0 qt6/widgetsaddons/fcitxqtconfiguiplugin.h
+17 −0 qt6/widgetsaddons/fcitxqtconfiguiwidget.cpp
+81 −0 qt6/widgetsaddons/fcitxqtconfiguiwidget.h
+26 −0 qt6/widgetsaddons/fcitxqti18nhelper.h
+555 −0 qt6/widgetsaddons/fcitxqtkeysequencewidget.cpp
+152 −0 qt6/widgetsaddons/fcitxqtkeysequencewidget.h
+75 −0 qt6/widgetsaddons/fcitxqtkeysequencewidget_p.h
2 changes: 1 addition & 1 deletion Telegram/lib_ui

0 comments on commit bf1b3dc

Please sign in to comment.