From 114c055d8820325a34d16aa3e74a5c7629661ae0 Mon Sep 17 00:00:00 2001 From: jzxc95 <907297917@qq.com> Date: Fri, 5 Nov 2021 10:45:30 +0800 Subject: [PATCH 1/3] add changelog --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 19696155..7c1da1c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +kylin-nm (3.1.1-2021+1104) v101; urgency=medium + + * BUG号:#87742 #87734 #87675 #86526 #88674 #85711 #85597 #83335 #87727 + #87711 #87476 #88675 #88601 #87481 + * 需求号:无 + * 其他改动:无 + + -- zhaoshixu Thu, 04 Nov 2021 09:49:53 +0800 + kylin-nm (3.1.1-2021+1029.2) v101; urgency=medium * BUG号:无 From 45e1305573d575cfba2f776aebeb593d49cf1f54 Mon Sep 17 00:00:00 2001 From: jzxc95 <907297917@qq.com> Date: Tue, 9 Nov 2021 10:33:13 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index d8ca7af0..0825be62 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Vcs-Browser: https://github.com/ukui/kylin-nm Package: kylin-nm Architecture: any Depends: network-manager (>=1.2.6), + ukui-control-center (>= 3.1.1+1103), ${shlibs:Depends}, ${misc:Depends} Description: Gui Applet tool for display and edit network simply From dc572b533bccf403f282b263b635e432aaad6f18 Mon Sep 17 00:00:00 2001 From: kangshuning Date: Tue, 9 Nov 2021 15:46:47 +0800 Subject: [PATCH 3/3] bug#83326 --- plugins/netconnect/drownlabel.cpp | 1 + plugins/netconnect/lanitem.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/netconnect/drownlabel.cpp b/plugins/netconnect/drownlabel.cpp index 196a3be9..f830dfa2 100644 --- a/plugins/netconnect/drownlabel.cpp +++ b/plugins/netconnect/drownlabel.cpp @@ -7,6 +7,7 @@ DrownLabel::DrownLabel(QString devName, QWidget * parent) : QLabel(parent) m_devName = devName; setFixedSize(36,36); loadPixmap(isChecked); + this->setProperty("useIconHighlightEffect", 0x2); } DrownLabel::~DrownLabel() diff --git a/plugins/netconnect/lanitem.cpp b/plugins/netconnect/lanitem.cpp index 9ccda0b9..4804fb00 100644 --- a/plugins/netconnect/lanitem.cpp +++ b/plugins/netconnect/lanitem.cpp @@ -16,6 +16,7 @@ LanItem::LanItem(bool isAcitve, QWidget *parent) mLanLyt->setContentsMargins(16,0,16,0); mLanLyt->setSpacing(16); iconLabel = new QLabel(this); + iconLabel->setProperty("useIconHighlightEffect", 0x2); titileLabel = new FixLabel(this); statusLabel = new QLabel(this); statusLabel->setAlignment(Qt::AlignRight | Qt::AlignVCenter);