init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
allhaileris
2026-02-16 15:50:16 +03:00
commit afb81b8278
13816 changed files with 3689732 additions and 0 deletions

View File

@@ -0,0 +1,117 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.fcitx.Fcitx.Controller1">
<method name="Exit">
</method>
<method name="Restart">
</method>
<method name="Configure">
</method>
<method name="ConfigureAddon">
<arg type="s" direction="in"/>
</method>
<method name="ConfigureIM">
<arg type="s" direction="in"/>
</method>
<method name="CurrentUI">
<arg type="s" direction="out"/>
</method>
<method name="AddonForIM">
<arg type="s" direction="in"/>
<arg type="s" direction="out"/>
</method>
<method name="Activate">
</method>
<method name="Toggle">
</method>
<method name="ResetIMList">
</method>
<method name="State">
<arg type="i" direction="out"/>
</method>
<method name="ReloadConfig">
</method>
<method name="ReloadAddonConfig">
<arg type="s" direction="in"/>
</method>
<method name="CurrentInputMethod">
<arg type="s" direction="out"/>
</method>
<method name="SetCurrentIM">
<arg type="s" direction="in"/>
</method>
<method name="FullInputMethodGroupInfo">
<arg type="s" direction="in"/>
<arg type="s" name="groupName" direction="out"/>
<arg type="s" name="defaultInputMethod" direction="out"/>
<arg type="s" name="defaultLayout" direction="out"/>
<arg type="a{sv}" name="properties" direction="out"/>
<arg type="a(sssssssbsa{sv})" name="inputMethodEntryList" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="QVariantMap" />
<annotation name="org.qtproject.QtDBus.QtTypeName.Out4" value="FcitxQtFullInputMethodEntryList" />
</method>
<method name="InputMethodGroupInfo">
<arg type="s" direction="in"/>
<arg type="s" name="layout" direction="out"/>
<arg type="a(ss)" name="items" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="FcitxQtStringKeyValueList" />
</method>
<method name="InputMethodGroups">
<arg type="as" direction="out"/>
</method>
<method name="AvailableInputMethods">
<arg type="a(ssssssb)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FcitxQtInputMethodEntryList" />
</method>
<signal name="InputMethodGroupsChanged">
</signal>
<method name="AvailableKeyboardLayouts">
<arg type="a(ssasa(ssas))" direction="out" />
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FcitxQtLayoutInfoList" />
</method>
<method name="SetInputMethodGroupInfo">
<arg type="s" name="name" direction="in"/>
<arg type="s" name="layout" direction="in"/>
<arg type="a(ss)" name="entries" direction="in"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="FcitxQtStringKeyValueList" />
</method>
<method name="AddInputMethodGroup">
<arg type="s" direction="in"/>
</method>
<method name="RemoveInputMethodGroup">
<arg type="s" direction="in"/>
</method>
<method name="GetConfig">
<arg type="s" direction="in"/>
<arg type="v" direction="out"/>
<arg type="a(sa(sssva{sv}))" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="FcitxQtConfigTypeList" />
</method>
<method name="SetConfig">
<arg type="s" direction="in"/>
<arg type="v" direction="in"/>
</method>
<method name="GetAddons">
<arg type="a(sssibb)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FcitxQtAddonInfoList" />
</method>
<method name="GetAddonsV2">
<arg type="a(sssibbbasas)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FcitxQtAddonInfoV2List" />
</method>
<method name="SetAddonsState">
<arg type="a(sb)" direction="in"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="FcitxQtAddonStateList" />
</method>
<method name="Refresh">
</method>
<method name="CheckUpdate">
<arg type="b" direction="out"/>
</method>
<method name="CanRestart">
<arg type="b" direction="out"/>
</method>
</interface>
</node>

View File

@@ -0,0 +1,117 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.fcitx.Fcitx.InputContext1">
<method name="FocusIn">
</method>
<method name="FocusOut">
</method>
<method name="Reset">
</method>
<method name="SetCursorRect">
<arg name="x" direction="in" type="i"/>
<arg name="y" direction="in" type="i"/>
<arg name="w" direction="in" type="i"/>
<arg name="h" direction="in" type="i"/>
</method>
<method name="SetCursorRectV2">
<arg name="x" direction="in" type="i"/>
<arg name="y" direction="in" type="i"/>
<arg name="w" direction="in" type="i"/>
<arg name="h" direction="in" type="i"/>
<arg name="scale" direction="in" type="d"/>
</method>
<method name="SetSupportedCapability">
<arg name="caps" direction="in" type="t"/>
</method>
<method name="SetCapability">
<arg name="caps" direction="in" type="t"/>
</method>
<method name="SetSurroundingText">
<arg name="text" direction="in" type="s"/>
<arg name="cursor" direction="in" type="u"/>
<arg name="anchor" direction="in" type="u"/>
</method>
<method name="SetSurroundingTextPosition">
<arg name="cursor" direction="in" type="u"/>
<arg name="anchor" direction="in" type="u"/>
</method>
<method name="DestroyIC">
</method>
<method name="ProcessKeyEvent">
<arg name="keyval" direction="in" type="u"/>
<arg name="keycode" direction="in" type="u"/>
<arg name="state" direction="in" type="u"/>
<arg name="type" direction="in" type="b"/>
<arg name="time" direction="in" type="u"/>
<arg name="ret" direction="out" type="b"/>
</method>
<method name="PrevPage">
</method>
<method name="NextPage">
</method>
<method name="SelectCandidate">
<arg name="index" direction="in" type="i"/>
</method>
<method name="InvokeAction">
<arg name="action" direction="in" type="u"/>
<arg name="cursor" direction="in" type="i"/>
</method>
<method name="ShowVirtualKeyboard">
</method>
<method name="HideVirtualKeyboard">
</method>
<method name="IsVirtualKeyboardVisible">
<arg name="visible" direction="out" type="b"/>
</method>
<signal name="CommitString">
<arg name="str" type="s"/>
</signal>
<signal name="CurrentIM">
<arg name="name" type="s"/>
<arg name="uniqueName" type="s"/>
<arg name="langCode" type="s"/>
</signal>
<signal name="UpdateFormattedPreedit">
<arg name="str" type="a(si)" />
<arg name="cursorpos" type="i"/>
<!-- qt4 / 5 seems use in/out differently -->
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="FcitxQtFormattedPreeditList" />
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FcitxQtFormattedPreeditList" />
</signal>
<signal name="UpdateClientSideUI">
<arg name="preedit" type="a(si)" />
<arg name="cursorpos" type="i"/>
<arg name="auxUp" type="a(si)" />
<arg name="auxDown" type="a(si)" />
<arg name="candidates" type="a(ss)" />
<arg name="candidateIndex" type="i"/>
<arg name="layoutHint" type="i"/>
<arg name="hasPrev" type="b" />
<arg name="hasNext" type="b" />
<!-- qt4 / 5 seems use in/out differently -->
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="FcitxQtFormattedPreeditList" />
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FcitxQtFormattedPreeditList" />
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="FcitxQtFormattedPreeditList" />
<annotation name="org.qtproject.QtDBus.QtTypeName.Out2" value="FcitxQtFormattedPreeditList" />
<annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="FcitxQtFormattedPreeditList" />
<annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="FcitxQtFormattedPreeditList" />
<annotation name="org.qtproject.QtDBus.QtTypeName.In4" value="FcitxQtFormattedPreeditList" />
<annotation name="org.qtproject.QtDBus.QtTypeName.Out4" value="FcitxQtStringKeyValueList" />
</signal>
<signal name="DeleteSurroundingText">
<arg name="offset" type="i"/>
<arg name="nchar" type="u"/>
</signal>
<signal name="ForwardKey">
<arg name="keyval" type="u"/>
<arg name="state" type="u"/>
<arg name="type" type="b"/>
</signal>
<signal name="NotifyFocusOut">
</signal>
<signal name="VirtualKeyboardVisibilityChanged">
<arg name="visible" type="b"/>
</signal>
</interface>
</node>

View File

@@ -0,0 +1,12 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.fcitx.Fcitx.InputMethod1">
<method name="CreateInputContext">
<arg type="a(ss)" direction="in"/>
<arg type="o" direction="out"/>
<arg type="ay" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="FcitxQtStringKeyValueList" />
</method>
</interface>
</node>