zty199
89c32013bf
fix: 修复应用更新失败问题
...
zenity 处理多选框时,返回结果取值错误导致,获取值实际为已安装版本号,而不是包名
Log: 修改 zenity 参数为 --print-column=2 获取包名
2022-12-21 23:57:06 +08:00
zty199 and zty199
8f7ce54584
fix: 修复检查到应用更新没有系统通知的问题
...
错误地把 sudo 改为了 su(su $USER -c xxxxxx)
Log: 还原为 sudo -u $USER xxxxxx
2022-12-21 05:59:10 +00:00
zty199
3a89394838
fix: 修复可更新应用列表为空时仍然弹出选择应用更新对话框的问题
...
获取可更新应用列表后直接赋值给 zenity 处理,未对列表为空进行处理
Log: 获取可更新应用列表后,若列表为空则退出;不为空再交给 zenity 处理
2022-12-21 12:09:59 +08:00
zty199
65c26f035b
fix: ISSUE #I66334 安装结束后仍显示 Installing
...
DownloadItem::install 中 finished 信号发送时间错误:安装操作被放入 QtConcurrent::run 中异步执行,发送信号在主线程中,安装未结束就发送了信号
Log: 调整信号发送位置至子线程中;AppIntoPage::isDownloading 中,若安装任务正在执行,需要 return,否则会出现安装后卸载再重新安装时,直接显示卸载按钮的问题
2022-12-19 17:38:41 +08:00
zty199
ba331cb3fb
fix: ISSUE #I66N4Y 关闭动画播放时快速按Alt+F4可反复关闭动画而关不掉商店
...
动画执行标志位仅在动画结束后被置为不再执行,需要提前
Log: 修改 BaseWidgetOpacity::closeEvent,动画开始执行就修改标志位
2022-12-19 10:55:03 +08:00
zty199
27c95991c5
fix: 修复窗口关闭时崩溃问题
...
DownloadListWidget 析构时未对 downloadController 指针判空,直接调用 downloadController->stopDownload() 空指针导致崩溃
Log: DownloadListWidget 析构时对 downloadController 指针添加判断
2022-12-19 10:49:53 +08:00
zty199
54a55e15a9
feat: 首页链接调用浏览器打开
...
首页链接调用浏览器打开
Log: 使用自定义 WebEngineView 和 WebEnginePage 替代 QWebEngineView,重写 createWindow 方法,当页面存在新建窗口或标签页动作时调用浏览器打开网址;修改 Widget UI 布局,在 page1 添加 QVBoxLayout,保证 WebEngineView 自动撑满布局,去除 webFoot 填充控件;更新翻译文件,添加“请勿频繁搜索”翻译文案,去除残留翻译
2022-11-26 17:14:48 +08:00
zty199
3bfc183c89
chore: 修改 postinst / prerm 脚本
...
隐藏 asc key 文件下载过程;asc 文件转为 gpg 文件直接放入 /etc/apt/trusted.gpg.d 文件夹生效;隐藏 apt update 输出日志
Log: 修改 postinst / prerm 脚本;修改 copyright 文件
2022-02-04 21:11:47 +08:00
zty199
e48438b5a6
feat: Support dpkg-buildpackage
...
Support dpkg-buildpackage
Log: Support dpkg-buildpackage
2022-01-16 21:58:36 +08:00
zty199
961d174bf7
chore: 尝试添加打包脚本
...
尝试添加了自动编译打包脚本,由于不会使用 dh_make 故每次需要手动更新打包信息。
2021-06-29 21:52:41 +08:00
zty199
44edb08518
Fix issues about TitleBar
...
Fix a issue about titlebar display on Ubuntu.
2021-04-24 21:17:51 +08:00
zty199
9a3d32ee11
Improve Features
...
Support save current theme setting when exit;
Use QScreen::primaryScreen() instead of QDesktopWidget to get desktop size;
Ensure only one instance will be running at the same time.
2021-04-20 18:49:17 +08:00
zty199
e64e7fcae2
Reorganize codes
...
Reorganize all parts of codes;
Fix a bug that index page color is not correct when initialized.
2021-04-17 15:43:11 +08:00
zty199
6fd3c40e97
Reorganize part of codes
...
Reorganize spark-store.pro, widget.h and widget.cpp.
2021-04-17 04:30:28 +08:00
zty199
e12f617f59
Update README.md
2021-04-17 01:16:01 +08:00
zty199
d164aec86d
Improve Features
...
Fix a bug that annotations in server list can be chosen in combobox;
Fix a bug that index page don't follow system theme;
Disable qDebug/qWarning output in Release version;
Update default server list.
2021-04-17 00:53:26 +08:00