Commit Graph

136 Commits

Author SHA1 Message Date
zinface b751207a0f repo: 在调整 CMakeLists.txt 中三个构建部分的分隔注释 2023-02-08 01:49:39 +08:00
zinface 23eb1564b7 repo: 采用项目中完整的 Linux 资源文件安装 2023-02-07 10:28:25 +08:00
zinface 3eb29c2e90 fix-plugin-cmake: 修复插件 CMake 部分定义的错误 2023-02-07 10:28:25 +08:00
zinface 005783e605 linux/plugin-doc: 添加 Notepad-- 插件构建描述文档 2023-02-07 10:28:25 +08:00
zinface 5e9814c4d9 linux/plugin-support: 添加 Notepad-- 插件构建模块支持 2023-02-07 10:28:25 +08:00
zinface d69e43f2ef repo: 预留配置为插件相关支持部分 2023-02-07 10:28:25 +08:00
zinface 1f1a6167d9 repo: 将现有构建转为 spark 化 2023-02-07 10:28:25 +08:00
zinface a1ed99ab27 repo: 引入 Spark 现有完整构建模块 2023-02-07 10:28:25 +08:00
zinface 73bb01ce79 cmake-version: 将版本降到 3.22 以适用于 cmake 构建 2023-02-07 10:28:25 +08:00
zinface c44449cd8a repo: 对 desktop 文件添加 %F 参数,以保证可正确传入参数 2023-02-07 10:28:25 +08:00
zinface b0ee89991d desktop: 为 desktop 添加文本文件的相关 MimeType 2023-02-07 10:28:25 +08:00
zinface b8d855c95f repo: 引入 Spark 构建,支持构建 Appimage 2023-02-07 10:28:25 +08:00
zinface 2b28d310d6 repo: 引入 Spark 构建,支持构建 deb 2023-02-07 10:28:25 +08:00
coconil 8c2478f6fa add cmake support 2023-02-07 10:28:25 +08:00
zinface 43df23b4f4 cmake-patchs: 添加一个 Windows QtCreator 中出现编译问题的补丁 2023-02-07 10:25:52 +08:00
zinface 5a30398f9b cmake-patchs: 添加来源于 ebird98 提供的 Qt6 纯化的相关变更补丁 2023-02-07 10:25:52 +08:00
zinface aef7477ffa cmake-patch: 更新补丁采用项目中完整的 Linux 资源文件安装 2023-02-07 10:25:52 +08:00
zinface cc90eef3c3 cmake-patch: 更新补丁 修复插件 Linux Notepad-- 插件部分的定义错误 2023-02-07 10:25:52 +08:00
zinface 6b21884a22 cmake-patch: 更新补丁添加 Linux Notepad-- 插件构建支持 2023-02-07 10:25:52 +08:00
zinface df73e80a37 cmake-patch: 添加一个 cmake 版本降级到 3.16 的补丁 2023-02-07 10:25:52 +08:00
zinface 61c27a73ac cmake-patch: 更新补丁用于最新 master 分支构建 2023-02-07 10:25:52 +08:00
zinface 9a2ed8b18c cmake-patch: 添加一个 cmake 版本降级到 3.22 的补丁 2023-02-07 10:25:52 +08:00
zinface 05a4a78f78 cmake-patchs: 更新补丁补充 desktop 文件的 MimeType 与 %F 参数 2023-02-07 10:25:52 +08:00
zinface ed5adfc592 patchs-doc: 增加补丁操作说明文档 2023-02-07 10:25:52 +08:00
zinface 692b29d9e0 cmake-patch: 为 ndd 项目添加一个 cmake 构建的补丁
1. 基于 coconil 引入的 cmake 构建支持
2. 基于 cmake 构建 引入的 spark 构建 deb 与 Appimage

在应用此补丁后:
1. 可以 直接  make package 构建 deb
2. 可以直接  make linuxdeploqt  genrate-appimage
2023-02-07 10:25:52 +08:00
爬山虎 664c8184e7
!25 Add openSUSE Tumbleweed installation instructions to README.md.
Merge pull request !25 from Kamey03/N/A
2023-02-07 01:44:34 +00:00
爬山虎 f22574122b
!26 Fixed some grammar errors in the code.
Merge pull request !26 from Kamey03/N/A
2023-02-07 01:41:34 +00:00
爬山虎 c26f9ba3f8
!27 add README_EN.md.
Merge pull request !27 from Kamey03/N/A
2023-02-07 01:35:14 +00:00
爬山虎 c1b1ab3f87
!28 Update README.md to Add Multi-Language Support
Merge pull request !28 from Kamey03/N/A
2023-02-07 01:25:07 +00:00
Kamey03 ccfa002379
Update README.md to Add Multi-Language Support
Add Multi-Language Support.

Signed-off-by: Kamey03 <viktor@milivojevic.in.rs>
2023-02-06 17:55:56 +00:00
Kamey03 66cbadfe0d
add README_EN.md.
Add English language readme to this software For the convenience of foreign users.

Signed-off-by: Kamey03 <viktor@milivojevic.in.rs>
2023-02-06 17:53:55 +00:00
Kamey03 f0e49d5220
Fixed some grammar errors in the code.
I have fixed some grammar errors in the code that I encountered while using the program regularly. If I come across more, I will make further modifications.

PREVIEW: https://i.328888.xyz/2023/02/06/rwrEb.png

Signed-off-by: Kamey03 <viktor@milivojevic.in.rs>
2023-02-06 05:57:24 +00:00
Kamey03 1f8a5a3629
I've added the instructions for installing the compile environment and Qt tools and libraries on openSUSE Tumbleweed, along with how to configure and compile the code, and package it using OBS. The instructions have been added to the README.md file.
This commit will make it easier for users who are using openSUSE Tumbleweed to get started with the project.

Signed-off-by: Kamey03 <viktor@milivojevic.in.rs>
2023-02-06 03:46:17 +00:00
爬山虎 3153bab4e2
!20 linux/desktop: 重新布局文件内容并增加文本编辑相关的 MimeType
Merge pull request !20 from zinface/linux-desktop-refactor
2023-02-06 02:13:15 +00:00
爬山虎 492f952ce1
!19 update README.md.
Merge pull request !19 from Joker2770/N/A
2023-02-06 02:00:41 +00:00
zinface cce6486518 linux/desktop: 在文件中 Categories 部分添加 Office 办公分类 2023-02-05 17:43:39 +08:00
zinface 031c14c83f linux/desktop: 在文件尾部增加 空行 2023-02-05 17:15:12 +08:00
zinface 0d1ee9121d linux/desktop: 添加与文本编辑相关的 MimeType 2023-02-05 17:08:09 +08:00
zinface 1195a69b3c linux/desktop: 重新布局文件内容结构 2023-02-05 17:05:42 +08:00
Joker2770 999501eef4
update README.md.
适当整理下项目文档:
1、整理归类,添加标题,便于文档目录生成;
2、修改下MarkDown格式,使得信息更醒目;

Signed-off-by: Joker2770 <1214220480@qq.com>
2023-02-05 02:39:07 +00:00
爬山虎 78e6e39ca6
!12 增加cmake支持
Merge pull request !12 from coconi/cmake_support
2023-02-04 15:13:46 +00:00
爬山虎 0de6fe9f41
!15 添加第三方依赖版权说明
Merge pull request !15 from woclass/N/A
2023-02-03 14:40:48 +00:00
爬山虎 c4cf588141
!18 修改 "换行符转换" 菜单名称
Merge pull request !18 from woclass/N/A
2023-02-03 14:38:14 +00:00
coconil a17092cbbc Merge branch 'master' into cmake_support 2023-02-03 21:01:30 +08:00
coconil 5c92b8aca9 decrease required cmake version 2023-02-03 21:00:18 +08:00
woclass 3f3710a5c3
修改 "换行符转换" 菜单名称
Signed-off-by: woclass <git@wo-class.cn>
2023-02-03 11:25:37 +00:00
爬山虎 b9b208385e
!17 解决linux构建失败问题
Merge pull request !17 from coconi/fix_linux_build_fail
2023-02-03 02:53:42 +00:00
爬山虎 7231a7365d 解决linux编译错误 2023-02-03 10:22:18 +08:00
爬山虎 b0889ae1eb
update README.md.
Signed-off-by: 爬山虎 <aaasjm@126.com>
2023-02-03 01:10:40 +00:00
爬山虎 ee2513206e
update README.md.
有什么违规信息,没理解。

Signed-off-by: 爬山虎 <aaasjm@126.com>
2023-02-03 01:09:54 +00:00