8e40670f55
修改上游链接
...
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2025-07-07 10:56:38 +00:00
8f708aa8b2
cdn-d.spark-app.store
2025-07-03 15:17:14 +08:00
ca71fe2787
update svg
2025-07-03 14:36:58 +08:00
34b8670a40
Revert "修复无法弹出ACE提示的问题"
...
This reverts commit d5b2d4ddf404facd4aec2ff69755bd3667338832.
2025-06-14 08:36:58 +00:00
d5b2d4ddf4
修复无法弹出ACE提示的问题
...
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2025-06-14 08:20:10 +00:00
1c64278723
支持在 5.11 下编译
...
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2025-06-14 07:50:28 +00:00
539607553d
支持 amber-ce-sid amber-ce-deepin23 的tag
2025-06-13 12:56:13 +08:00
e38d23dba0
添加 ACE 兼容环境 deepin 容器 Tags
...
Signed-off-by: MeowVing <meowving@foxmail.com>
2025-06-13 01:18:00 +00:00
fd1f13f59d
fix: render error for tag icons in AppInfoPage
...
SVG render error in Qt6, so fallback to use PNG;
add CustomLabel for render PNG not blurry with HIDPI
Log: add PNG resources for tag icons;
add CustomLabel class for PNG rendering
2025-06-13 01:34:24 +08:00
c5b5b6d3ba
在ACE中安装会汇报主机的信息,在ACE中安装商店会忽略要求直接安装
2025-06-12 00:56:54 +08:00
da65d3b90e
修复部分环境下仍然会弹出tag的问题
2025-06-12 00:12:55 +08:00
0ca73a2a28
完成V4.8.0支持
2025-06-11 22:14:51 +08:00
9493f0738a
add assets
2025-06-11 21:41:49 +08:00
233b5e8c76
添加本机安装、ACE 兼容环境安装 Tags
...
Signed-off-by: MeowVing <meowving@foxmail.com>
2025-06-11 13:30:14 +00:00
05a5b89464
fix: 现在安装到ACE的软件包不会再报错了
2025-06-11 15:10:09 +08:00
fb6446292c
add: Sparky 星小火
2025-06-10 14:51:00 +08:00
f08366a3d5
fix: rarely crash after install finished
...
in DownloadItem::slotAsyncInstall, QProcess should not be deleteLater
since it is not pointer
Log: fix rarely crash; move installExtraArg set before download started
2025-06-07 13:43:34 +08:00
8cb92d9972
支持 ACE 相关参数Tag
2025-06-07 11:18:06 +08:00
b4935edf0a
fix: unable to run in deepin without dxcb plugin
...
QT_QPA_PLATFORM should be dxcb;xcb on x11 platform
fallback to xcb when dxcb is unavailable
Log: modify QT_QPA_PLATFORM; fix wrong QTWEBENGINE_CHROMIUM_FLAGS
2025-04-28 14:11:35 +08:00
264b0ba8da
fix: QString List
...
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2025-03-13 06:01:11 +00:00
b114db583b
unsintaller support
2025-03-13 13:27:41 +08:00
470666cf41
!329 应用反馈跳转至浏览器
...
Merge pull request !329 from C炳/dev
2025-03-08 11:58:12 +00:00
4abfc19399
fix: svg tags in AppInfoPage display error
...
Qt6 cannot render svg correctly, fallback to png
Log: delete duplicated icon resources; use png instead of svg for tags
2025-03-08 10:59:31 +08:00
C炳
c60399df0b
docs: 更新过时组织名 deepin-community-store
2025-03-07 16:07:41 +08:00
C炳
da7e8ea9fc
应用反馈跳转至浏览器
2025-03-07 15:26:53 +08:00
MeowVing
aa3f2fbce4
!326 MeowVing 为星火应用商店制作全新 Tags 图标
...
* 删除文件 src/assets/tags/.keep
* 优化 Tags 图标显示
* 优化 Tags 图标显示
* 新建 tags
* 删除文件 src/assets/tags
* !1 update src/pages/appintopage.ui.
* update src/pages/appintopage.ui.
* 删除文件 src/assets/tags/.keep
* 修复 Tags 大小以解决缩放问题
* 新建 tags
* 删除文件 src/assets/tags
* 删除文件 src/assets/tags/.keep
* 为星火应用商店制作全新 Tags 图标
* 新建 tags
* 删除文件 src/assets/tags
2025-03-02 11:49:50 +00:00
46a1daeafc
支持 Debian / GXDE 系统识别
2025-02-24 21:11:51 +08:00
c8cbaa9c8b
Upload: Spark Store Logo XCF
...
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2025-02-08 14:47:30 +00:00
汐光
761f67f02c
!316 将重新安装改为启动软件
...
* 将可启动应用的重新安装改为启动应用
* 将重新安装改为启动软件
2025-01-26 04:49:16 +00:00
zty199
29ddef300f
fix: crash when installation complete if MainWindow is closed
...
Installation finished signal is triggered in child thread, which may cause crash when handling in AppInfoPage slot
Log: use Qt::ConnectionType::QueuedConnection when connecting with installation finished signal
2024-11-12 17:43:54 +08:00
zty199
019f20dcba
fix: wrong back button position
...
mistakenly use setSpacing in layout
Log: delete setSpacing operation; adjust layout margin
2024-10-21 22:35:33 +08:00
zty199
f4fa07d589
fix: incorrect download water drop animation start position
...
use rect().center() instead of event->rect().center() in WaterDrop::paintEvent;
all coordinate calculation should use float instead of int
Log: fix incorrect download water drop animation start position
2024-10-21 21:41:18 +08:00
zty199
b49ea2c71f
fix: compatible with deepin V23 compact mode
...
modify titlebar layout, widget size and animation;
modify whole window layout, allow titlebar to resize automatically
Log: compatible with deepin V23 compact mode
2024-10-21 00:12:10 +08:00
267eae076e
Revert "Merge branch 'Thunder' of gitee.com:spark-store-project/spark-store into dev"
...
This reverts commit 5b018a469653efb4f412c4f932c59e9753beea61.
2024-10-07 15:17:47 +00:00
5b018a4696
Merge branch 'Thunder' of gitee.com:spark-store-project/spark-store into dev
...
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2024-09-24 03:40:30 +00:00
84d8ac7c9f
update src/pages/appintopage.cpp.
...
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2024-09-23 04:57:31 +00:00
7b228cf100
update src/pages/appintopage.cpp.
...
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2024-09-23 04:56:39 +00:00
87b206ffc0
新增GXDE支持
2024-09-07 21:43:53 +08:00
Zhiyuan Li
2688b8b418
FIX: 渲染不上屏
2024-08-19 14:12:34 +10:00
Zhiyuan Li
b2883e4fec
FIX: 渲染不上屏
2024-08-19 14:10:43 +10:00
28bd302506
remove aptss cmake config
...
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2024-08-17 07:20:35 +00:00
6f4fe1a823
回退 'Pull Request !278 : enhance: Internal requests follow 301 redirects'
2024-08-17 07:03:21 +00:00
Zhiyuan Li
8125cc627e
enhance: Internal requests follow 301 redirects
2024-08-17 14:21:53 +10:00
Zhiyuan Li
a26d1d8ffd
enhance: Internal requests follow 301 redirects
2024-08-17 14:20:58 +10:00
zty199
b7bc8008f3
fix: #IAEC2O developmode status judgment error in part of UOS 1060 iso
...
after entering developmode, /var/lib/deepin/developer-mode/enabled is not created or its content is not '1'
Log: remove developmode judgment temporarily
2024-08-15 21:32:28 +08:00
zty199
874ffd5822
feat: #IAJDMD restore window size when last closed on startup
...
record window size in ~MainWindow() to config.ini; in MainWindow::initUI restore window size
Log: restore window size when last closed on startup
2024-08-15 21:32:16 +08:00
zty199
bc410f33d7
fix: #IAEC2O developmode status judgment error in part of UOS 1060 iso
...
after entering developmode, /var/lib/deepin/developer-mode/enabled is not created or its content is not '1'
Log: remove developmode judgment temporarily
2024-08-13 23:39:05 +08:00
zty199
92fa8e552d
feat: #IAJDMD restore window size when last closed on startup
...
record window size in ~MainWindow() to config.ini; in MainWindow::initUI restore window size
Log: restore window size when last closed on startup
2024-08-13 15:33:58 +08:00
e701f5e18c
adjust: Now we do not want weak source to enforce service.
2024-06-21 12:58:14 +08:00
5d29af4dc8
adjust: Now we do not want to enforce weak source to serve.
2024-06-21 12:57:24 +08:00