Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
1
Star
10
Fork
2
zty199
/
desktop-entry-editor
Code
Issues
0
Pull Requests
0
Wiki
Insights
Pipelines
Service
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Releases
Latest
1.4.5
d15b89f
2021-04-19 03:01
Compare
桌面快捷方式编辑器 1.4.5
zty199
重构部分代码,使用信号槽函数代替直接访问私有成员操作; 在 **UOS 个人版 1030** 系统中使用 **Qt 5.11.3** 进行编译打包,理论上可以在 **UOS** 和 **Deepin 20.2** 正常运行; 更新打包脚本,支持打包时包含或不包含库文件。
Last committed message:
Update Packing Scripts
1.4.4
58e2421
2021-04-10 03:07
Compare
桌面快捷方式编辑器 1.4.4
zty199
修复了 Deepin 20.2 中因为 **文件读写权限错误判断** 导致 **保存和另存为** 功能不正常的问题。 (比较奇怪的是好像只有 QFile::WriteOwner 受到影响,个人猜测和 Qt 库升级有关系?包括文件名后缀的问题也是......虽然确实之前写的确实有些不合理,但如果这些 BUG 之前存在的话应该早就被测试出来了才对......)
Last committed message:
Fix Fatal Bugs in Deepin 20.2
1.4.3
ba395b6
2021-04-02 01:58
Compare
桌面快捷方式编辑器 1.4.3
zty199
适配 Deepin 20.2,修复了旧版本在 Deepin 20.2 上无法正常启动的问题。 使用 Qt 5.15.1 编译。
Last committed message:
Be Adaptive for Deepin 20.2
1.4.1
56caf7f
2020-12-04 14:53
Compare
桌面快捷方式编辑器 1.4.1
zty199
修复了前一版本中选择分类信息后 **键盘快捷键无响应** 的问题(焦点在分类下拉框上导致); 支持 **点击主界面空白处** 或 **按回车键** 获取窗口焦点。
Last committed message:
Bump version to 1.4.1
1.4
17ce436
2020-12-02 01:50
Compare
桌面快捷方式编辑器 1.4
zty199
修复了之前版本中拖放 **.desktop** 到主界面打开后主窗口 **没有恢复焦点** 的问题; 修复了之前版本中建立的 **.desktop** 文件无法在启动台隐藏或在终端运行的问题(保存的 **true** 和 **false** 必须为 **小写** ); 使用 **DFloatingMessage** 替代 **DMessageBox** 显示保存文件成功的提示信息; **删除** 了主界面底下的确认和退出按钮; 支持键盘快捷键操作,如 **Ctrl+S** 保存文件等。
Last committed message:
Bump version to 1.4
1.3
ef075eb
2020-11-24 02:04
Compare
桌面快捷方式编辑器 1.3
zty199
修复了输入信息含有引号时无法正确转义的问题; 添加了设置界面,可以调节窗口透明度和开关模糊效果; 支持保存设置到本地文件。
Last committed message:
Bump version to 1.3
Preview version
1.2.3
57712cd
2020-11-04 01:10
Compare
桌面快捷方式编辑器 1.2.3
zty199
添加了设置窗口,允许修改窗口透明度和模糊效果; 使用自定义菜单,根据主题颜色调整窗口颜色; 使用自定义关于对话框; 保存设置到文件 **config.ini** 。 * 没啥重要更新,就是测试一下 **dtk** 窗口显示效果和自定义设置怎么实现......整得有点太复杂了......
Last committed message:
Update translation
1.2.2
15d19bb
2020-10-27 18:23
Compare
桌面快捷方式编辑器 1.2.2
zty199
修复在已经打开一个文件的情况下,选择 **新建文件** 后,旧的文件信息在后台实际上并没有清空的问题。
Last committed message:
Bump version to 1.2.2
1.2.1
021245e
2020-10-26 03:31
Compare
桌面快捷方式编辑器 1.2.1
zty199
修复中文环境下,写入的 **类别** 信息被错误地翻译成中文导致启动器无法识别的问题; 修复保存文件成功后,如果选择 **打开文件夹** ,在打开的文件管理器窗口关闭前程序将无响应的问题。 * 重新打包了 UOS 安装包,试试看能不能运行......
Last committed message:
Fix Bugs
1.2
413674c
2020-10-23 22:42
Compare
桌面快捷方式编辑器 1.2
zty199
修复了 **另存为** 时如果选择取消操作,文件对话框持续跳出的问题; 修改了保存文件成功时提示对话框的打开按钮功能,从打开文件改为 **在文件管理器中显示** 当前文件位置; 修复了应用图标在不同分辨率下缩放时出现的显示问题; 更新了 MimeType 项的中文注释(感谢论坛用户 wvb 的建议)。 * 修改包名为 com.gitee.deepin-opensource.desktop-entry-editor; * 保存文件成功时,提示对话框的打开按钮功能依赖于 **深度文件管理器** 。 * 新增包含 lib 库的包,独立运行环境,适合 Deepin 1002 和 UOS 使用。
Last committed message:
Update README.md
1.1
ba205bf
2020-10-23 22:34
Compare
桌面快捷方式编辑器 1.1
zty199
制作了应用图标 desktop-entry-editor.svg; 添加了 **关于** 信息; 修改窗口显示效果为透明模糊; 当原文件或选择的目录 **读写权限** 不正确时,能正确处理保存或者另存为操作。
Last committed message:
Release version 1.1
1.0
5746633
2020-10-23 22:30
Compare
桌面快捷方式编辑器 1.0
zty199
基于 linuxdeepin/desktop-entry-editor 仓库修改,使用 DMainWindow 替代 DDialog; 支持 **新建** 或 **修改** 桌面快捷方式文件; 支持拖放文件到窗口,或命令行执行 desktop-entry-editor <filepath> 打开文件; 支持 **另存为** 操作。
Last committed message:
Release version 1.0
Download
To prevent Robot download, Please enter the captcha to continue
Cancel
Download
C++
1
https://gitee.com/zty199/desktop-entry-editor.git
git@gitee.com:zty199/desktop-entry-editor.git
zty199
desktop-entry-editor
desktop-entry-editor
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register