247 Commits

Author SHA1 Message Date
RigoLigoRLC
5cbd758f67 增加亮色模式支持,小幅修改QSS和UI元素大小 2021-08-19 21:23:58 +08:00
RigoLigoRLC
04ebc6ed20 重写QSS组件,让主题和元素更改更方便 2021-08-19 02:00:16 +08:00
RigoLigoRLC
dd00465d83 删除不再有用的文件 2021-08-18 16:50:36 +08:00
RigoLigoRLC
f6baf41306 新增了SpkAppItem,更改style型对象名,修复侧边栏bug 2021-08-18 16:49:09 +08:00
RigoLigo
d49917c6fb 加入ColorSet的enum方便获取,SpkLoading使用主题色 2021-07-23 14:21:04 +08:00
RigoLigoRLC
e2821b13e0 去除代码提交日期信息 2021-07-22 19:57:26 +08:00
RigoLigoRLC
2b2bb06d02 新增用于About和其他详细信息的%14颜色 2021-07-22 19:56:18 +08:00
RigoLigoRLC
b3a9485bac UiTest新增About窗口测试 2021-07-22 19:53:07 +08:00
RigoLigoRLC
4f0990293a SpkPageQssTest重命名为SpkPageUiTest 2021-07-22 19:26:00 +08:00
RigoLigoRLC
3eb2a0d63a 单击版本号打开官网 2021-07-22 19:25:23 +08:00
RigoLigoRLC
8198dc48c5 加入SpkAbout(无内容) 2021-07-22 13:07:41 +08:00
RigoLigoRLC
f7becc1a66 修复安装默认配置时的bug 2021-07-21 02:31:47 +08:00
RigoLigoRLC
677cde3682 修复非DDE下移动窗口时鼠标不会在放开时还原的问题 2021-07-21 01:42:30 +08:00
RigoLigoRLC
ac9c725dfc 修复QSS在亮色下的显示和Tree的branch 2021-07-21 01:41:00 +08:00
RigoLigoRLC
270bf66b32 删除不慎加入的FFmpeg标头 2021-07-21 01:28:16 +08:00
RigoLigoRLC
99083d2bcb 添加商店内弹出窗消息
使用SpkUiMessage::SendStoreNotification激活,必须在SpkStore构造函数加载完全局SpkPopup类之后才可
使用。
2021-07-20 15:15:37 +08:00
RigoLigoRLC
e3c43198b9 添加API调用接口,添加读取分类,添加SpkUtils实用函数
使用了SpkSidebarTree子类实现对TreeWidget的特殊要求:不能取消选择,不能拖拽选择。

API调用接口暂时写死。API会获取

配置文件已添加但暂不使用。
2021-07-17 19:22:31 +08:00
RigoLigoRLC
48c9046993 修正非DDE下TreeWidget分支没有隐藏的问题 2021-07-08 12:30:21 +08:00
RigoLigo
09c3f8f67c 隐藏滚动条两端的细调整按钮 2021-07-08 00:58:58 +08:00
RigoLigo
d8b4a031e2 修复错误的QSS导致的滚动条不正确问题 2021-07-08 00:41:08 +08:00
RigoLigo
0a6e86dba7 使主题色依照DDE主题色改变
因为AUTOMOC不会在编译主程序的时候再对插件接口类进行MOC,所以需要在主程序内加一份一模一样的插件接口类定义。
2021-07-08 00:38:11 +08:00
RigoLigo
6536d3230f 更正SPARK_NO_DXCB环境变量的判断方式 2021-07-07 20:25:11 +08:00
RigoLigo
0885b7ca13 修复无DXCB且WM不支持拖动情况下窗口的拖拽 2021-07-07 18:23:38 +08:00
RigoLigoRLC
0729cfffb7 可执行文件名改为spark-store 2021-07-06 11:49:05 +08:00
RigoLigoRLC
fc4f2ddcc5 SpkMsgBox对话框弹出时固定大小 2021-07-06 11:13:13 +08:00
RigoLigo
4df8bf7d0a 进度更新 2021-07-05 23:35:50 +08:00
RigoLigo
8991043127 Fix library path issues 2021-07-02 21:17:45 +08:00
RigoLigo
9c080f8efb 进度更新 2021-07-02 20:12:09 +08:00
RigoLigo
8579e901d4 Lower CMake version requirement
To make CI running at least
2021-06-15 22:23:03 +08:00
RigoLigoRLC
4cf2f46866 Edited Jenkinsfile for CMake CI compile, untested 2021-06-15 21:40:14 +08:00
RigoLigoRLC
479d218651 New Non-DTK store client prototype 2021-06-15 21:39:04 +08:00
0ab9f4dda6 !22 合并 multiple 分支修复的 BUG
Merge pull request !22 from zty199/multiple
3.0.2
2021-06-13 14:36:48 +08:00
5a97f6caef Merge branch 'master' of gitee.com:deepin-community-store/spark-store into multiple 2021-06-13 14:36:05 +08:00
3da25b0904 Fix bugs about server address in widget.cpp 2021-06-13 14:30:31 +08:00
RigoLigo
116c824365 更正错误的服务URL 2021-06-09 20:40:45 +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
Jerry
e5fe80cb76 add jenkins from master 2021-04-20 16:04:42 +08:00
Jerry
9314acd7e1 !21 Jenkins自动构建并在commit下评论
* debug
* update
* debug
* debug
* debug
* debug
* debug
* update
* update
* debug
* Merge branch 'jenkins' of gitee.com:deepin-community-store/spark-store…
* up
* Added Jenkinsfile
* debug
* debug
* debug
* up
* up
* debug
* up
* debug
* Merge branch 'jenkins' of gitee.com:deepin-community-store/spark-store…
* debug
* Added Jenkinsfile
* Added Jenkinsfile
* up
* 1
* update
* Added Jenkinsfile
* Merge branch 'jenkins' of gitee.com:deepin-community-store/spark-store…
* update
* Added Jenkinsfile
* Added Jenkinsfile
* Added Jenkinsfile
* Added Jenkinsfile
* 不使用 make -j
* 修改字体
* Added Jenkinsfile
* Added Jenkinsfile
2021-04-20 15:50:44 +08:00
zty199
e64e7fcae2 Reorganize codes
Reorganize all parts of codes;
Fix a bug that index page color is not correct when initialized.
3.0.1
2021-04-17 15:43:11 +08:00
536efeedfa !19 检查 UI 中的 BUG
* 整理部分代码
* 修改下载线程上限 4 线程为 5 线程
2021-04-17 04:37:30 +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
Jerry
90513a8925 !18 4线程到5线程
Merge pull request !18 from Jerry/4to5
2021-04-17 03:23:01 +08:00
Jerry
ed3d869b99 4线程切换到5线程 2021-04-17 03:22:03 +08:00
Jerry
c80737a458 Merge branch 'multiple' of gitee.com:deepin-community-store/spark-store into multiple 2021-04-17 03:19:44 +08:00
Jerry
ebf30e67f9 4线程到5线程 2021-04-17 03:19:38 +08:00
Jerry
90b684af87 Merge branch 'master' of gitee.com:deepin-community-store/spark-store into multiple 2021-04-17 03:18:40 +08:00
Jerry
3ff363d7b1 4线程切到5线程 2021-04-17 03:16:22 +08:00
Jerry
f7ced7739c !17 多线程下载合并
* Update README.md
* Improve Features
* 修改获取线路的域名
* 修改默认源
* 修改多线程下载域名和图片服务器
* 修正取消下载的闪退问题
* 将图片下载由 curl 转为 QtNetworkService
* 切换多域名下载,提高下载速度
* 完成并发请求下载
2021-04-17 01:35:51 +08:00
zty199
e12f617f59 Update README.md 2021-04-17 01:16:01 +08:00