update qt5integration package
This commit is contained in:
parent
d641cee745
commit
c334304346
36
README.en.md
36
README.en.md
@ -1,36 +0,0 @@
|
|||||||
# qt5integration
|
|
||||||
|
|
||||||
#### Description
|
|
||||||
qt5integration
|
|
||||||
|
|
||||||
#### Software Architecture
|
|
||||||
Software architecture description
|
|
||||||
|
|
||||||
#### Installation
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### Instructions
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### Contribution
|
|
||||||
|
|
||||||
1. Fork the repository
|
|
||||||
2. Create Feat_xxx branch
|
|
||||||
3. Commit your code
|
|
||||||
4. Create Pull Request
|
|
||||||
|
|
||||||
|
|
||||||
#### Gitee Feature
|
|
||||||
|
|
||||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
|
||||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
|
||||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
|
||||||
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
|
||||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
|
||||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
||||||
37
README.md
37
README.md
@ -1,37 +0,0 @@
|
|||||||
# qt5integration
|
|
||||||
|
|
||||||
#### 介绍
|
|
||||||
qt5integration
|
|
||||||
|
|
||||||
#### 软件架构
|
|
||||||
软件架构说明
|
|
||||||
|
|
||||||
|
|
||||||
#### 安装教程
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### 使用说明
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### 参与贡献
|
|
||||||
|
|
||||||
1. Fork 本仓库
|
|
||||||
2. 新建 Feat_xxx 分支
|
|
||||||
3. 提交代码
|
|
||||||
4. 新建 Pull Request
|
|
||||||
|
|
||||||
|
|
||||||
#### 码云特技
|
|
||||||
|
|
||||||
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
|
|
||||||
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
|
|
||||||
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
|
|
||||||
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
|
|
||||||
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
|
|
||||||
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
||||||
Binary file not shown.
BIN
dde-qt5integration-5.5.25.tar.gz
Normal file
BIN
dde-qt5integration-5.5.25.tar.gz
Normal file
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
diff --color -Naur a/platformthemeplugin/qdeepintheme.cpp b/platformthemeplugin/qdeepintheme.cpp
|
|
||||||
--- a/platformthemeplugin/qdeepintheme.cpp 2022-02-11 15:49:14.634625052 +0800
|
|
||||||
+++ b/platformthemeplugin/qdeepintheme.cpp 2022-02-11 16:29:14.918077063 +0800
|
|
||||||
@@ -29,6 +29,7 @@
|
|
||||||
#include <QDebug>
|
|
||||||
#include <QGuiApplication>
|
|
||||||
#include <QPainter>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QPalette>
|
|
||||||
#include <QIconEnginePlugin>
|
|
||||||
|
|
||||||
@@ -612,10 +613,10 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
QHighDpiScaling::updateHighDpiScaling();
|
|
||||||
- qDebug() << QHighDpiScaling::logicalDpi();
|
|
||||||
+ qDebug() << QHighDpiScaling::logicalDpi(nullptr);
|
|
||||||
updateScaleLogcailDpi(s->scaleLogicalDpi());
|
|
||||||
|
|
||||||
- qDebug() << QHighDpiScaling::logicalDpi();
|
|
||||||
+ qDebug() << QHighDpiScaling::logicalDpi(nullptr);
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
diff --color -Naur a/styleplugins/dstyleplugin/painterhelper.cpp b/styleplugins/dstyleplugin/painterhelper.cpp
|
|
||||||
--- a/styleplugins/dstyleplugin/painterhelper.cpp 2022-02-11 15:07:09.230398247 +0800
|
|
||||||
+++ b/styleplugins/dstyleplugin/painterhelper.cpp 2022-02-11 15:16:44.782154534 +0800
|
|
||||||
@@ -18,6 +18,7 @@
|
|
||||||
#include "painterhelper.h"
|
|
||||||
|
|
||||||
#include <QPainter>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
namespace dstyle {
|
|
||||||
diff --color -Naur a/styleplugins/dstyleplugin/pushbuttonhelper.cpp b/styleplugins/dstyleplugin/pushbuttonhelper.cpp
|
|
||||||
--- a/styleplugins/dstyleplugin/pushbuttonhelper.cpp 2022-02-11 15:07:09.226398214 +0800
|
|
||||||
+++ b/styleplugins/dstyleplugin/pushbuttonhelper.cpp 2022-02-11 15:08:41.515121700 +0800
|
|
||||||
@@ -29,6 +29,7 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QStyleOptionButton>
|
|
||||||
|
|
||||||
DWIDGET_USE_NAMESPACE
|
|
||||||
diff --color -Naur a/styleplugins/dstyleplugin/tabbarhelper.cpp b/styleplugins/dstyleplugin/tabbarhelper.cpp
|
|
||||||
--- a/styleplugins/dstyleplugin/tabbarhelper.cpp 2022-02-11 15:07:09.230398247 +0800
|
|
||||||
+++ b/styleplugins/dstyleplugin/tabbarhelper.cpp 2022-02-11 15:41:19.894749052 +0800
|
|
||||||
@@ -33,6 +33,7 @@
|
|
||||||
#include <QStyleOptionTabBarBase>
|
|
||||||
#include <QStyleOptionToolButton>
|
|
||||||
#include <QPainter>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QToolButton>
|
|
||||||
#include <QLinearGradient>
|
|
||||||
#include <QDebug>
|
|
||||||
diff --color -Naur a/styleplugins/dstyleplugin/tabwidgethelper.cpp b/styleplugins/dstyleplugin/tabwidgethelper.cpp
|
|
||||||
--- a/styleplugins/dstyleplugin/tabwidgethelper.cpp 2022-02-11 15:07:09.230398247 +0800
|
|
||||||
+++ b/styleplugins/dstyleplugin/tabwidgethelper.cpp 2022-02-11 15:24:18.016384617 +0800
|
|
||||||
@@ -20,6 +20,7 @@
|
|
||||||
#include "painterhelper.h"
|
|
||||||
|
|
||||||
#include <QPainter>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QTabWidget>
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
# Run tests in check section
|
# Run tests in check section
|
||||||
# disable for bootstrapping
|
# disable for bootstrapping
|
||||||
|
|
||||||
%global repo dde-qt5integration
|
%global repo qt5integration
|
||||||
%bcond_with check
|
%bcond_with check
|
||||||
%global with_debug 1
|
%global with_debug 1
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dde-qt5integration
|
Name: dde-qt5integration
|
||||||
Version: 5.1.19
|
Version: 5.5.25
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Qt platform theme integration plugins for DDE
|
Summary: Qt platform theme integration plugins for DDE
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -85,6 +85,9 @@ Qt platform theme integration plugins for DDE
|
|||||||
%{_libdir}/qt5/plugins/iconengines/libxdgicon.so
|
%{_libdir}/qt5/plugins/iconengines/libxdgicon.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 01 2023 leeffo <liweiganga@uniontech.com> - 5.5.25-1
|
||||||
|
- upgrade to version 5.5.25
|
||||||
|
|
||||||
* Mon Apr 03 2023 liweiganga <liweiganga@uniontech.com> - 5.1.19-1
|
* Mon Apr 03 2023 liweiganga <liweiganga@uniontech.com> - 5.1.19-1
|
||||||
- update: update to 5.1.19
|
- update: update to 5.1.19
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user