User contributions
Jump to navigation
Jump to search
- 03:27, 19 April 2023 diff hist +30 N Translations:Develop an simple input method/20/zh-cn Created page with "add_subdirectory(src)</nowiki>" current
- 03:26, 19 April 2023 diff hist +208 N Translations:Develop an simple input method/19/zh-cn Created page with "find_package(Fcitx5Core REQUIRED) # Setup some compiler option that is generally useful and compatible with Fcitx 5 (C++17) include("${FCITX_INSTALL_CMAKECONFIG_DIR}/Fcitx5Uti..." current
- 03:26, 19 April 2023 diff hist +67 N Translations:Develop an simple input method/18/zh-cn Created page with "<nowiki> cmake_minimum_required(VERSION 3.21) project(fcitx5-quwei)" current
- 03:26, 19 April 2023 diff hist -22 Develop an simple input method/zh-cn Created page with "CMakeLists.txt 在根目录查找依赖项。"
- 03:26, 19 April 2023 diff hist +45 N Translations:Develop an simple input method/17/zh-cn Created page with "CMakeLists.txt 在根目录查找依赖项。" current
- 03:26, 19 April 2023 diff hist +1 Develop an simple input method/zh-cn Created page with "您也许需要查看一些 CMake 教程以了解一些基本的 CMake 用法。"
- 03:26, 19 April 2023 diff hist +80 N Translations:Develop an simple input method/16/zh-cn Created page with "您也许需要查看一些 CMake 教程以了解一些基本的 CMake 用法。" current
- 03:26, 19 April 2023 diff hist -10 Develop an simple input method/zh-cn Created page with "<nowiki>├── CMakeLists.txt ├── LICENSES │ └── BSD-3-Clause.txt # License for this project ├── po # Optional I18n..."
- 03:26, 19 April 2023 diff hist +597 N Translations:Develop an simple input method/15/zh-cn Created page with "<nowiki>├── CMakeLists.txt ├── LICENSES │ └── BSD-3-Clause.txt # License for this project ├── po # Optional I18n..." current
- 03:26, 19 April 2023 diff hist -1 Develop an simple input method/zh-cn Created page with "== 项目框架 == 因此,让我们从这个项目的框架开始。"
- 03:26, 19 April 2023 diff hist +70 N Translations:Develop an simple input method/14/zh-cn Created page with "== 项目框架 == 因此,让我们从这个项目的框架开始。" current
- 03:25, 19 April 2023 diff hist -25 Develop an simple input method/zh-cn Created page with "= 快速入门:区位码 = 区位码 输入法是一种输入法,基本上允许您输入GB2312的数字并产生与该代码匹配的汉..."
- 03:25, 19 April 2023 diff hist +363 N Translations:Develop an simple input method/13/zh-cn Created page with "= 快速入门:区位码 = 区位码 输入法是一种输入法,基本上允许您输入GB2312的数字并产生与该代码匹配的汉..."
- 03:25, 19 April 2023 diff hist -28 Develop an simple input method/zh-cn Created page with "= 使用 CMake 构建系统 = 理论上只要能生成正确的文件,就可以自由选择要使用的构建系统。但是Fcitx 5 对 CMake 提供了大量支持,因此..."
- 03:25, 19 April 2023 diff hist +303 N Translations:Develop an simple input method/12/zh-cn Created page with "= 使用 CMake 构建系统 = 理论上只要能生成正确的文件,就可以自由选择要使用的构建系统。但是Fcitx 5 对 CMake 提供了大量支持,因此..." current
- 03:24, 19 April 2023 diff hist -2 Develop an simple input method/zh-cn Created page with "该文件采用类似 ini 的格式,具有某些 fcitx 特定的扩展名和规则。它还支持 XDG 桌面文件样式 i18n 进行翻译。"
- 03:24, 19 April 2023 diff hist +143 N Translations:Develop an simple input method/11/zh-cn Created page with "该文件采用类似 ini 的格式,具有某些 fcitx 特定的扩展名和规则。它还支持 XDG 桌面文件样式 i18n 进行翻译。" current
- 03:23, 19 April 2023 diff hist +247 N Translations:Develop an simple input method/10/zh-cn Created page with "<nowiki>[InputMethod] Name[ca]=Pinyin Name[da]=Pinyin Name[de]=Pinyin Name[he]=פיניין: Name[ko]=병음 Name[ru]=Пиньинь Name[zh_CN]=拼音 Name=Pinyin Icon=fcitx-..." current
- 03:23, 19 April 2023 diff hist -7 Develop an simple input method/zh-cn Created page with "<code>[输入法名称].conf</code>示例"
- 03:23, 19 April 2023 diff hist +41 N Translations:Develop an simple input method/9/zh-cn Created page with "<code>[输入法名称].conf</code>示例" current
- 03:23, 19 April 2023 diff hist +137 N Translations:Develop an simple input method/8/zh-cn Created page with "[Addon/OptionalDependencies] 0=fullwidth 1=quickphrase 2=cloudpinyin 3=notifications 4=spell 5=pinyinhelper 6=chttrans 7=imeapi </nowiki>" current
- 03:23, 19 April 2023 diff hist +34 N Translations:Develop an simple input method/7/zh-cn Created page with "[Addon/Dependencies] 0=punctuation" current
- 03:23, 19 April 2023 diff hist +258 N Translations:Develop an simple input method/6/zh-cn Created page with "<nowiki>[Addon] Name[ca]=Pinyin Name[da]=Pinyin Name[de]=Pinyin Name[he]=פיניין: Name[ko]=병음 Name[ru]=Пиньинь Name[zh_CN]=拼音 Name=Pinyin Category=InputMet..." current
- 03:23, 19 April 2023 diff hist -4 Develop an simple input method/zh-cn Created page with "<code>[addon name].conf</code> 示例"
- 03:23, 19 April 2023 diff hist +37 N Translations:Develop an simple input method/5/zh-cn Created page with "<code>[addon name].conf</code> 示例" current
- 03:23, 19 April 2023 diff hist -70 Develop an simple input method/zh-cn Created page with "以上是输入法插件的文件结构。对于其他类型的插件,不需要 <code>inputmethod/</code> 下的文件。<code>[addon name].conf</code> 的文件名很重要..."
- 03:23, 19 April 2023 diff hist +427 N Translations:Develop an simple input method/4/zh-cn Created page with "以上是输入法插件的文件结构。对于其他类型的插件,不需要 <code>inputmethod/</code> 下的文件。<code>[addon name].conf</code> 的文件名很重要..." current
- 03:22, 19 April 2023 diff hist +240 N Translations:Develop an simple input method/3/zh-cn Created page with "<nowiki> [fcitx install prefix] | |- share/fcitx5 | | | |- addons/[addon name].conf | |- inputmethod/[input method name 1].conf | | ... | |- inputmethod/[input method na..." current
- 03:22, 19 April 2023 diff hist -22 Develop an simple input method/zh-cn Created page with "= 了解 Fcitx 共享库插件的文件结构 = Fcitx 5 提供了一个用于添加新插件类型的可扩展框架,但共享库支持是内置的,并且是所有其他..."
- 03:22, 19 April 2023 diff hist +254 N Translations:Develop an simple input method/2/zh-cn Created page with "= 了解 Fcitx 共享库插件的文件结构 = Fcitx 5 提供了一个用于添加新插件类型的可扩展框架,但共享库支持是内置的,并且是所有其他..." current
- 03:22, 19 April 2023 diff hist -48 Develop an simple input method/zh-cn Created page with "这是编写 Fcitx 5 输入法的分步说明。同样的指令可以用于开发其他类型的插件,只是输入法引擎是最复杂的。"
- 03:22, 19 April 2023 diff hist +144 N Translations:Develop an simple input method/1/zh-cn Created page with "这是编写 Fcitx 5 输入法的分步说明。同样的指令可以用于开发其他类型的插件,只是输入法引擎是最复杂的。" current
- 03:21, 19 April 2023 diff hist +20,571 N Develop an simple input method/zh-cn Created page with "开发一个简单的输入法"
- 03:21, 19 April 2023 diff hist +30 N Translations:Develop an simple input method/Page display title/zh-cn Created page with "开发一个简单的输入法" current
- 03:21, 19 April 2023 diff hist -5 Basic concept/zh-cn Created page with "然后它会经历多个阶段,并且可能会在管道中间进行过滤,以阻止所有尚未发生的过程。" current
- 03:21, 19 April 2023 diff hist +117 N Translations:Basic concept/17/zh-cn Created page with "然后它会经历多个阶段,并且可能会在管道中间进行过滤,以阻止所有尚未发生的过程。" current
- 03:20, 19 April 2023 diff hist -59 Basic concept/zh-cn Created page with "== 从 Frontend 到 Fcitx 事件管道和输入法引擎 == 在 Fcitx 内部,Key 事件将被包装为 [https://codedocs.xyz/fcitx/fcitx5/classfcitx_1_1KeyEvent.html KeyEven..."
- 03:20, 19 April 2023 diff hist +455 N Translations:Basic concept/16/zh-cn Created page with "== 从 Frontend 到 Fcitx 事件管道和输入法引擎 == 在 Fcitx 内部,Key 事件将被包装为 [https://codedocs.xyz/fcitx/fcitx5/classfcitx_1_1KeyEvent.html KeyEven..." current
- 03:19, 19 April 2023 diff hist +26 Basic concept/zh-cn Created page with "=== Wayland IM === 有 zwp_input_method_v1 和 zwp_input_method_v2。在 V1 中,关键事件来自应用程序,并经过与 DBus 相似的代码路径。在 V2 中,Input..."
- 03:19, 19 April 2023 diff hist +396 N Translations:Basic concept/15/zh-cn Created page with "=== Wayland IM === 有 zwp_input_method_v1 和 zwp_input_method_v2。在 V1 中,关键事件来自应用程序,并经过与 DBus 相似的代码路径。在 V2 中,Input..." current
- 03:17, 19 April 2023 diff hist -26 Basic concept/zh-cn Created page with "=== DBus前端/IBus前端/Fcitx4前端 === 这些前端很相似,只是使用了不同的 dbus 接口。当应用程序从工具包(例如Gtk/Qt/SDL)接收到按键事..."
- 03:17, 19 April 2023 diff hist +338 N Translations:Basic concept/14/zh-cn Created page with "=== DBus前端/IBus前端/Fcitx4前端 === 这些前端很相似,只是使用了不同的 dbus 接口。当应用程序从工具包(例如Gtk/Qt/SDL)接收到按键事..." current
- 03:17, 19 April 2023 diff hist -16 Basic concept/zh-cn Created page with "=== XIM === 应用程序从 X Server 收到 KeyEvent 后,需要使用 XIM 协议将其转发到 XIM 服务器。按键事件仅包含修饰符状态和按键代码。实际..."
- 03:17, 19 April 2023 diff hist +222 N Translations:Basic concept/13/zh-cn Created page with "=== XIM === 应用程序从 X Server 收到 KeyEvent 后,需要使用 XIM 协议将其转发到 XIM 服务器。按键事件仅包含修饰符状态和按键代码。实际..." current
- 03:17, 19 April 2023 diff hist -4 Basic concept/zh-cn Created page with "Fcitx 前端是 Fcitx 从应用程序和显示服务器接收按键事件的地方。"
- 03:17, 19 April 2023 diff hist +85 N Translations:Basic concept/12/zh-cn Created page with "Fcitx 前端是 Fcitx 从应用程序和显示服务器接收按键事件的地方。" current
- 03:16, 19 April 2023 diff hist -36 Basic concept/zh-cn Created page with "== 到达 Fcitx 前端 == 根据 Fcitx 和应用程序之间的协议,可以使用几种不同的路径。"
- 03:16, 19 April 2023 diff hist +108 N Translations:Basic concept/11/zh-cn Created page with "== 到达 Fcitx 前端 == 根据 Fcitx 和应用程序之间的协议,可以使用几种不同的路径。" current
- 03:16, 19 April 2023 diff hist -11 Basic concept/zh-cn Created page with "= 关键事件的生命周期 = 从实际的物理键盘按下到 Fcitx 接收到按键事件可能会经过以下步骤。"
- 03:16, 19 April 2023 diff hist +123 N Translations:Basic concept/10/zh-cn Created page with "= 关键事件的生命周期 = 从实际的物理键盘按下到 Fcitx 接收到按键事件可能会经过以下步骤。" current