zty199
60d336e2dd
fix: 修复检查到应用更新没有系统通知的问题
...
错误地把 sudo 改为了 su(su $USER -c xxxxxx)
Log: 还原为 sudo -u $USER xxxxxx
2022-12-22 00:27:14 +08:00
zty199
a3d803477a
fix: 修复可更新应用列表为空时仍然弹出选择应用更新对话框的问题
...
获取可更新应用列表后直接赋值给 zenity 处理,未对列表为空进行处理
Log: 获取可更新应用列表后,若列表为空则退出;不为空再交给 zenity 处理
2022-12-22 00:21:55 +08:00
zty199
b93f6362b7
fix: Issues #I65G7Y 在 appinfo 界面执行搜索无反应
...
网页搜索未切换 stackedWidget
Log: 添加切换 stackedWidget 至 index 0 操作
2022-12-09 12:41:29 +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