All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fcitx. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 02:15, 8 October 2023 Matrikslee talk contribs marked Donate for translation
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/11/zh-cn (Created page with "Fcitx插件和输入法已经有一些模板,请使用它们。您可以检查拼音或云拼音作...")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/10/zh-cn (Created page with "== 使用模板 ==")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/9/zh-cn (Created page with "Wiki 标记是编写 wiki 的语法。掌握它并不是一件容易的事,但您只需使用一些基本技能即可。您可以从 [http://en.wikipedia.org/wiki/Help:Wiki_...")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/8/zh-cn (Created page with "==Wiki 标记==")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/7/zh-cn (Created page with "请注意,我们不是网站安全方面的专家,所以请不要在这里留下您的重要信息,重要的通信受到 https 的保护。")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/6/zh-cn (Created page with "'''注册页面有一个部分,需要有最多50个单词的自我介绍,你不必费心,只需填写50个随机英语单词就可以了。 让您的帐户通过的唯...")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/5/zh-cn (Created page with "为什么会需要另一个帐号以编辑wiki?此wiki受到保护,因为现在垃圾邮件是如此泛滥,因此您需要申请一个帐号。请发送电子邮件到 f...")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/4/zh-cn (Created page with "'''当然了,您不需要帐号即可下载任何内容,包括源代码和预构建的软件包。唯一需要使用账号的事情就是更新 wiki。'''")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/3/zh-cn (Created page with "==注册一个账号==")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/2/zh-cn (Created page with "您可以非常容易的通过编写或编辑页面做贡献。")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/1/zh-cn (Created page with "欢迎!此 wiki 是一个为 Fcitx 用户、开发者和其他贡献者提供的 wiki。如果愿意的话,我们非常欢迎您为此 wiki 做贡献!")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/Page display title/zh-cn (Created page with "为此wiki做贡献")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/12/zh-cn (Created page with "== 翻译 ==")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Contribute to this Wiki/zh-cn (Created page with "需要成为一名翻译才能使用翻译工具,如果愿意的话,请与 Google Group 上的 fcitx-dev 交流。")
- 02:13, 8 October 2023 Matrikslee talk contribs created page Translations:Contribute to this Wiki/13/zh-cn (Created page with "需要成为一名翻译才能使用翻译工具,如果愿意的话,请与 Google Group 上的 fcitx-dev 交流。")
- 02:02, 8 October 2023 Matrikslee talk contribs marked Contribute to this Wiki for translation
- 03:46, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/87/zh-cn (Created page with "readAsIni and safeSaveAsIni are helper functions to read/save Configuration object from/to the Fcitx ini-format. The file is saved under $XDG_CONFIG_HOME.")
- 03:45, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/86/zh-cn (Created page with "const Configuration *getConfig() const override { return &config_; } void setConfig(const RawConfig &config) override { config_.load(config, true); safeSav...")
- 03:45, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/85/zh-cn (Created page with "<nowiki> static constexpr char configFile[] = "conf/clipboard.conf"; void reloadConfig() override { readAsIni(config_, configFile); }")
- 03:45, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/84/zh-cn (Created page with "通常,您将使用 FCITX_CONFIGURATION 宏定义 Configuration 的子类。第一个参数是类的名称,然后您只需添加 [https://codedocs.xyz/fcitx/fcitx5/classfc...")
- 03:45, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/83/zh-cn (Created page with "<nowiki>FCITX_CONFIGURATION( ClipboardConfig, KeyListOption triggerKey{this, "TriggerKey",...")
- 03:45, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/82/zh-cn (Created page with "如果在插件注册文件中将 Configurable 字段设置为 True,则会调用此类方法来检索信息,Configtool 会为其生成 UI。")
- 03:45, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/81/zh-cn (Created page with "= 配置 = 虽然区位码并不真正需要这个功能,因为它是一个非常常见的用例,所以它会在本节中介绍。该插件有几个与配置相关的不...")
- 03:44, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/80/zh-cn (Created page with "这种机制使得重用其他插件实现的功能和共享代码变得容易。比如 classicui 从 xcb addon 和 wayland addon 查询 X11/wayland 连接。")
- 03:44, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/79/zh-cn (Created page with "第一个参数应与插件名称相同,第二个参数是获取 AddonManager 对象的表达式。")
- 03:44, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/78/zh-cn (Created page with "private: FCITX_ADDON_DEPENDENCY_LOADER(chttrans, instance_->addonManager()); FCITX_ADDON_DEPENDENCY_LOADER(fullwidth, instance_->addonManager());</nowiki>")
- 03:44, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/77/zh-cn (Created page with "<nowiki> FCITX_ADDON_DEPENDENCY_LOADER(quickphrase, instance_->addonManager()); FCITX_ADDON_DEPENDENCY_LOADER(punctuation, instance_->addonManager());")
- 03:44, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/76/zh-cn (Created page with "When using other addons in the code, there is a handy macro <code>FCITX_ADDON_DEPENDENCY_LOADER</code> that will handle the addon loading at the runtime. When it is called for...")
- 03:44, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/75/zh-cn (Created page with "它会自动为您的插件生成所需的 CMake 配置。")
- 03:43, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/74/zh-cn (Created page with "<nowiki>fcitx5_export_module(QuickPhrase TARGET quickphrase BUILD_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}" HEADERS quickphrase_public.h INSTALL)</nowiki>")
- 03:43, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/73/zh-cn (Created page with "如果你想实现这样的模块,你可以使用下面的CMake宏")
- 03:43, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/72/zh-cn (Created page with "我们在上面添加 find_package 行以查找 Punctuation 和 QuickPhrase 模块的依赖项。")
- 03:43, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/71/zh-cn (Created page with "<nowiki>find_package(Fcitx5Module REQUIRED COMPONENTS Punctuation QuickPhrase)</nowiki>")
- 03:43, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/70/zh-cn (Created page with "Fcitx 提供了一种机制来调用其他插件的功能,而无需直接链接到它们。还有一些易于使用的 CMake 宏来查找插件依赖项。")
- 03:43, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/69/zh-cn (Created page with "= 重用其他插件的功能 = 你可以参考 github 中 [https://github.com/fcitx/fcitx5-quwei/commit/b01bf8c4344b50b496593b4d9cf8be49cd1ce9c2 第三次提交] 的代码。")
- 03:43, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/68/zh-cn (Created page with "此外,一个按键事件有 3 种不同形式的 Key 对象。通常输入法引擎可能只想考虑 key() 属性。origKey() 和 rawKey() 属性使用较少。键属性...")
- 03:42, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/67/zh-cn (Created page with "== 按键事件处理 == 最常见的用例是为您打算处理的所有按键事件调用 filterAndAccept()。此外,对于大多数输入法,按键释放是不相关的...")
- 03:41, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/66/zh-cn (Created page with "另一件需要考虑的事情是把光标放在哪里。虽然在预编辑中将光标显示在其实际位置可能很自然,但输入面板窗口也会显示在客户端...")
- 03:41, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/65/zh-cn (Created page with "在某些版本的 iOS 中,其拼音输入法使用其客户端预编辑的方式可能会导致混淆:用户键入“nihao”,而客户端预编辑显示为分段拼音...")
- 03:40, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/64/zh-cn (Created page with "在使用客户端预编辑时,您可能还需要考虑一些事项。由于 toolkit 中的实现不同,toolkit 可能会选择在应用程序失去焦点时立即提交...")
- 03:40, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/63/zh-cn (Created page with "== 预编辑 == 预编辑可以指代两种不同的用户界面元素,一种是嵌入在应用程序中的预编辑,在 Fcitx 中通常称为“客户端预编辑”。...")
- 03:39, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/62/zh-cn (Created page with "区位码中,QuweiCandidateList 将实现一个 PageableCandidate 接口,该接口允许在输入法面板中显示上一页/下一页按钮。")
- 03:39, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/61/zh-cn (Created page with "== 候选词列表 == 在 Fcitx 5 中,候选列表是 InputPanel 类的一部分,存储为 shared_ptr 以避免选择候选触发用户界面更新时的生命周期问题...")
- 03:39, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/60/zh-cn (Created page with "在某些情况下,也可以注销工厂并重新注册以“刷新”所有内部状态。")
- 03:38, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/59/zh-cn (Created page with "<nowiki> auto *state = ic->propertyFor(&factory_);</nowiki>")
- 03:38, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/58/zh-cn (Created page with "为了从输入上下文中获取状态对象,您可以像这样简单地使用工厂对象:")
- 03:38, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/57/zh-cn (Created page with "工厂类带有一个方便的 C++ 模板,[https://codedocs.xyz/fcitx/fcitx5/group__FcitxCore.html#ga9e60042d1f671a6fa31ea04bb4961ec9 FactoryFor]。这实际上是 [https://...")
- 03:38, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/56/zh-cn (Created page with "== 存储不同输入上下文的状态 == Fcitx 允许不同的输入上下文保持不同的状态。状态通常是指部分类型化的文本和所有其他关联的数据...")
- 03:35, 19 April 2023 Matrikslee talk contribs created page Translations:Develop an simple input method/55/zh-cn (Created page with "可以参考 github 中 [https://github.com/fcitx/fcitx5-quwei/commit/b9b047abb46fa0f9c42a0be82941b65b35b277eb 第二笔提交] 的代码。")