commit dtkwidget for openSUSE:Factory

2020-06-17 Thread root
Hello community,

here is the log from the commit of package dtkwidget for openSUSE:Factory 
checked in at 2020-06-17 14:51:57

Comparing /work/SRC/openSUSE:Factory/dtkwidget (Old)
 and  /work/SRC/openSUSE:Factory/.dtkwidget.new.3606 (New)


Package is "dtkwidget"

Wed Jun 17 14:51:57 2020 rev:8 rq:815281 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/dtkwidget/dtkwidget.changes  2020-03-21 
00:01:32.365103390 +0100
+++ /work/SRC/openSUSE:Factory/.dtkwidget.new.3606/dtkwidget.changes
2020-06-17 14:52:41.265464049 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 14:56:35 UTC 2020 - Hillwood Yang 
+
+- Add dtkwidget-qt-5_15.patch, Support Qt 5.15 
+
+---

New:

  dtkwidget-qt-5_15.patch



Other differences:
--
++ dtkwidget.spec ++
--- /var/tmp/diff_new_pack.ae90kg/_old  2020-06-17 14:52:44.177474020 +0200
+++ /var/tmp/diff_new_pack.ae90kg/_new  2020-06-17 14:52:44.181474034 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dtkwidget
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2019 Hillwood Yang 
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,10 +25,12 @@
 Summary:Deepin graphical user interface library
 License:GPL-3.0-or-later
 Group:  System/GUI/Other
-Url:https://github.com/linuxdeepin/dtkwidget
+URL:https://github.com/linuxdeepin/dtkwidget
 Source0:
https://github.com/linuxdeepin/dtkwidget/archive/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTEAM dtkwidget-fix-lost-pkgconfig.patch hillw...@opensuse.org - 
fix lost pkgconfig
 Patch0: dtkwidget-fix-lost-pkgconfig.patch
+# PATCH-FIX-UPSTEAM dtkwidget-qt-5_15.patch hillw...@opensuse.org - Support Qt 
5.15
+Patch1: dtkwidget-qt-5_15.patch 
 BuildRequires:  fdupes
 BuildRequires:  libqt5-linguist
 BuildRequires:  libqt5-qtbase-private-headers-devel
@@ -76,13 +78,16 @@
 %prep
 %setup -q
 %patch0 -p1
+%if 0%{?suse_version} > 1500
+%patch1 -p1
+%endif
 
 %build
 # sed -i "s/lrelease/lrelease-qt5/g" tools/translate_generation.*
 %qmake5 DEFINES+=QT_NO_DEBUG_OUTPUT \
 PREFIX=%{_prefix} \
 LIB_INSTALL_DIR=%{_libdir}
-make %{?_smp_mflags}
+%make_build
 
 %install
 %qmake5_install

++ dtkwidget-qt-5_15.patch ++
diff --git a/examples/dwidget-examples/collections/graphicseffecttab.cpp 
b/examples/dwidget-examples/collections/graphicseffecttab.cpp
index 2497f47..22483bf 100644
--- a/examples/dwidget-examples/collections/graphicseffecttab.cpp
+++ b/examples/dwidget-examples/collections/graphicseffecttab.cpp
@@ -21,6 +21,7 @@
 
 #include 
 #include 
+#include 
 DWIDGET_USE_NAMESPACE
 
 GraphicsEffectTab::GraphicsEffectTab(QWidget *parent) : QWidget(parent)
diff --git a/examples/dwidget-examples/collections/multilistitem.cpp 
b/examples/dwidget-examples/collections/multilistitem.cpp
index 6c55abf..0cdda21 100644
--- a/examples/dwidget-examples/collections/multilistitem.cpp
+++ b/examples/dwidget-examples/collections/multilistitem.cpp
@@ -17,6 +17,7 @@
 
 #include "multilistitem.h"
 #include 
+#include 
 
 DWIDGET_USE_NAMESPACE
 
diff --git a/examples/dwidget-examples/collections/singlelistitem.cpp 
b/examples/dwidget-examples/collections/singlelistitem.cpp
index 9e1cb15..27f77df 100644
--- a/examples/dwidget-examples/collections/singlelistitem.cpp
+++ b/examples/dwidget-examples/collections/singlelistitem.cpp
@@ -17,6 +17,7 @@
 
 #include "singlelistitem.h"
 #include 
+#include 
 
 DWIDGET_USE_NAMESPACE
 
diff --git a/src/widgets/dclipeffectwidget.cpp 
b/src/widgets/dclipeffectwidget.cpp
index b9e9190..79011e2 100644
--- a/src/widgets/dclipeffectwidget.cpp
+++ b/src/widgets/dclipeffectwidget.cpp
@@ -22,6 +22,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
diff --git a/src/widgets/dclipeffectwidget.h b/src/widgets/dclipeffectwidget.h
index f845ba5..71d1432 100644
--- a/src/widgets/dclipeffectwidget.h
+++ b/src/widgets/dclipeffectwidget.h
@@ -22,6 +22,7 @@
 #include "dobject.h"
 
 #include 
+#include 
 
 DWIDGET_BEGIN_NAMESPACE
 
diff --git a/src/widgets/dgraphicsclipeffect.cpp 
b/src/widgets/dgraphicsclipeffect.cpp
index 1624784..81b5487 100644
--- a/src/widgets/dgraphicsclipeffect.cpp
+++ b/src/widgets/dgraphicsclipeffect.cpp
@@ -19,6 +19,7 @@
 #include 
 
 #include 
+#include 
 #include 
 
 DWIDGET_BEGIN_NAMESPACE
diff --git a/src/widgets/dgraphicsclipeffect.h 
b/src/widgets/dgraphicsclipeffect.h
index 8ee8944..cd65749 100644
--- a/src/widgets/dgraphicsclipeffect.h
+++ b/src/widgets/dgraphicsclipeffect.h
@@ -22,6 +22,7 @@
 #include "dobject.h"
 
 #include 
+#include 
 
 DWIDGET_BEGIN_NAMESPACE
 
diff --git 

commit dtkwidget for openSUSE:Factory

2020-03-20 Thread root
Hello community,

here is the log from the commit of package dtkwidget for openSUSE:Factory 
checked in at 2020-03-20 23:56:41

Comparing /work/SRC/openSUSE:Factory/dtkwidget (Old)
 and  /work/SRC/openSUSE:Factory/.dtkwidget.new.3160 (New)


Package is "dtkwidget"

Fri Mar 20 23:56:41 2020 rev:7 rq:786660 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/dtkwidget/dtkwidget.changes  2019-07-21 
11:35:24.952765120 +0200
+++ /work/SRC/openSUSE:Factory/.dtkwidget.new.3160/dtkwidget.changes
2020-03-21 00:01:32.365103390 +0100
@@ -1,0 +2,16 @@
+Sun Aug  4 09:13:32 UTC 2019 - Hillwood Yang 
+
+- Update version to 2.1.1
+  * Update translations.
+  * Fix crashes dock in Qt5.11.3
+  * Add ThemeType for DThemeManager 
+  * Add DPalette and DFontSizeManager
+  * Reset tx config file
+  * Use the DWIDGET_TRANSLATIONS_DIR
+  * Add dbackgroundgroup
+  * DSwitchButton send checked on mouse release
+  * Update style after apply dtk stylesheet
+  * Fix FramelessWindowHint caused qss won't apply
+- Slit language package.
+
+---

Old:

  dtkwidget-2.0.16.1.tar.gz

New:

  dtkwidget-2.1.1.tar.gz



Other differences:
--
++ dtkwidget.spec ++
--- /var/tmp/diff_new_pack.juPlpX/_old  2020-03-21 00:01:35.245105216 +0100
+++ /var/tmp/diff_new_pack.juPlpX/_new  2020-03-21 00:01:35.249105218 +0100
@@ -20,7 +20,7 @@
 %define libver 2
 
 Name:   dtkwidget
-Version:2.0.16.1
+Version:2.1.1
 Release:0
 Summary:Deepin graphical user interface library
 License:GPL-3.0-or-later
@@ -47,6 +47,7 @@
 BuildRequires:  pkgconfig(xcb-util)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xi)
+Recommends: %{name}-lang = %{name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,6 +71,8 @@
 The dtkwidget-devel package contains the header files and developer
 docs for dtkcore.
 
+%lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -97,10 +100,7 @@
 %defattr(-,root,root,-)
 %doc README.md CHANGELOG.md
 %license LICENSE
-%dir %{_datadir}/dtkwidget
-%{_datadir}/dtkwidget/translations
-%dir %{_libexecdir}/dtk2
-%{_libexecdir}/dtk2/dtk-svgc
+%{_libdir}/libdtk-2.0.6
 
 %files -n lib%{name}%{libver}
 %defattr(-,root,root,-)
@@ -118,4 +118,8 @@
 %dir %{_libdir}/qt5/mkspecs
 %{_libdir}/qt5/mkspecs/modules
 
+%files lang
+%defattr(-,root,root,-)
+%{_datadir}//libdtk-2.0.6
+
 %changelog

++ dtkwidget-2.0.16.1.tar.gz -> dtkwidget-2.1.1.tar.gz ++
 15336 lines of diff (skipped)




commit dtkwidget for openSUSE:Factory

2019-07-21 Thread root
Hello community,

here is the log from the commit of package dtkwidget for openSUSE:Factory 
checked in at 2019-07-21 11:35:23

Comparing /work/SRC/openSUSE:Factory/dtkwidget (Old)
 and  /work/SRC/openSUSE:Factory/.dtkwidget.new.4126 (New)


Package is "dtkwidget"

Sun Jul 21 11:35:23 2019 rev:6 rq:717230 version:2.0.16.1

Changes:

--- /work/SRC/openSUSE:Factory/dtkwidget/dtkwidget.changes  2019-07-11 
13:18:09.262771911 +0200
+++ /work/SRC/openSUSE:Factory/.dtkwidget.new.4126/dtkwidget.changes
2019-07-21 11:35:24.952765120 +0200
@@ -1,0 +2,11 @@
+Tue Jul 16 14:32:05 UTC 2019 - Hillwood Yang 
+
+- Update version to 2.0.16.1
+  * feat: add property "full" "blurEnabled" for DBlurEffectWidget
+  * Fix: update style after apply dtk stylesheet
+  * Fix FramelessWindowHint caused qss won't apply
+  * Fix: don't full blur background of window if the 
DBlurEffectWidget::maskPath
+  * refactor: use commit count for the package version
+  * Fix build failures with Qt 5.13
+
+---

Old:

  dtkwidget-2.0.15.tar.gz

New:

  dtkwidget-2.0.16.1.tar.gz



Other differences:
--
++ dtkwidget.spec ++
--- /var/tmp/diff_new_pack.x3Ak1t/_old  2019-07-21 11:35:25.544764998 +0200
+++ /var/tmp/diff_new_pack.x3Ak1t/_new  2019-07-21 11:35:25.548764997 +0200
@@ -20,7 +20,7 @@
 %define libver 2
 
 Name:   dtkwidget
-Version:2.0.15
+Version:2.0.16.1
 Release:0
 Summary:Deepin graphical user interface library
 License:GPL-3.0-or-later

++ dtkwidget-2.0.15.tar.gz -> dtkwidget-2.0.16.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dtkwidget-2.0.15/src/widgets/dabstractdialog.cpp 
new/dtkwidget-2.0.16.1/src/widgets/dabstractdialog.cpp
--- old/dtkwidget-2.0.15/src/widgets/dabstractdialog.cpp2019-07-05 
08:42:21.0 +0200
+++ new/dtkwidget-2.0.16.1/src/widgets/dabstractdialog.cpp  2019-07-11 
05:40:49.0 +0200
@@ -61,6 +61,11 @@
 //DPlatformWindowHandle::connectWindowManagerChangedSignal(q, [this] {
 //bgBlurWidget->setVisible(DPlatformWindowHandle::hasBlurWindow());
 //});
+
+// FIXME: The DAbstractDialog QSS won't apply if we don't set the 
Qt::FramelessWindowHint flag
+if (!handle->isEnableNoTitlebar(q->windowHandle())) {
+q->setWindowFlags(q->windowFlags() | Qt::FramelessWindowHint);
+}
 } else {
 q->setWindowFlags(q->windowFlags() | Qt::FramelessWindowHint);
 q->setBorderColor(QColor(0, 0, 0));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dtkwidget-2.0.15/src/widgets/dblureffectwidget.cpp 
new/dtkwidget-2.0.16.1/src/widgets/dblureffectwidget.cpp
--- old/dtkwidget-2.0.15/src/widgets/dblureffectwidget.cpp  2019-07-05 
08:42:21.0 +0200
+++ new/dtkwidget-2.0.16.1/src/widgets/dblureffectwidget.cpp2019-07-11 
05:40:49.0 +0200
@@ -56,7 +56,7 @@
 {
 D_QC(DBlurEffectWidget);
 
-return full || (q->isTopLevel() && !(blurRectXRadius * blurRectYRadius));
+return full || (q->isTopLevel() && !(blurRectXRadius * blurRectYRadius) && 
maskPath.isEmpty());
 }
 
 void DBlurEffectWidgetPrivate::addToBlurEffectWidgetHash()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dtkwidget-2.0.15/translations/dtkwidget2_ar.ts 
new/dtkwidget-2.0.16.1/translations/dtkwidget2_ar.ts
--- old/dtkwidget-2.0.15/translations/dtkwidget2_ar.ts  2019-07-05 
08:42:21.0 +0200
+++ new/dtkwidget-2.0.16.1/translations/dtkwidget2_ar.ts2019-07-11 
05:40:49.0 +0200
@@ -22,87 +22,87 @@
 
 
 Black
-
+أسود
 
 
 
 White
-
+أبيض
 
 
 
 Dark Gray
-
+رمادى غامق
 
 
 
 Gray
-
+رمادى
 
 
 
 Light Gray
-
+رمادى فاتح
 
 
 
 Red
-
+أحمر
 
 
 
 Green
-
+أخضر
 
 
 
 Blue
-
+أزرق
 
 
 
 Cyan
-
+سماوى
 
 
 
 Magenta
-
+أرجوانى
 
 
 
 Yellow
-
+أصفر
 
 
 
 Dark Red
-
+أحمر غامق
 
 
 
 Dark Green
-
+أخضر غامق
 
 
 
 Dark Blue
-
+أزرق غامق
 
 
 
 Dark Cyan
-
+سماوى غامق
 
 
 
 Dark Magenta
-
+ 

commit dtkwidget for openSUSE:Factory

2019-07-11 Thread root
Hello community,

here is the log from the commit of package dtkwidget for openSUSE:Factory 
checked in at 2019-07-11 13:17:46

Comparing /work/SRC/openSUSE:Factory/dtkwidget (Old)
 and  /work/SRC/openSUSE:Factory/.dtkwidget.new.4615 (New)


Package is "dtkwidget"

Thu Jul 11 13:17:46 2019 rev:5 rq:714325 version:2.0.15

Changes:

--- /work/SRC/openSUSE:Factory/dtkwidget/dtkwidget.changes  2019-04-30 
13:02:37.826127635 +0200
+++ /work/SRC/openSUSE:Factory/.dtkwidget.new.4615/dtkwidget.changes
2019-07-11 13:18:09.262771911 +0200
@@ -1,0 +2,9 @@
+Sun Jul  7 14:39:26 UTC 2019 - Hillwood Yang 
+
+- Update version to 2.0.15
+  * Fix repaint widget mask color when the color changed
+  * Fix always show menu button
+  * Fix always show button on none linux
+  * Fix hide the non-window type window titlebar menu button on initialize
+
+---

Old:

  dtkwidget-2.0.12.1.tar.gz

New:

  dtkwidget-2.0.15.tar.gz



Other differences:
--
++ dtkwidget.spec ++
--- /var/tmp/diff_new_pack.f1O73n/_old  2019-07-11 13:18:10.398771552 +0200
+++ /var/tmp/diff_new_pack.f1O73n/_new  2019-07-11 13:18:10.402771551 +0200
@@ -13,14 +13,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define libver 2
 
 Name:   dtkwidget
-Version:2.0.12.1
+Version:2.0.15
 Release:0
 Summary:Deepin graphical user interface library
 License:GPL-3.0-or-later
@@ -95,7 +95,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.md
+%doc README.md CHANGELOG.md
+%license LICENSE
 %dir %{_datadir}/dtkwidget
 %{_datadir}/dtkwidget/translations
 %dir %{_libexecdir}/dtk2

++ dtkwidget-2.0.12.1.tar.gz -> dtkwidget-2.0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dtkwidget-2.0.12.1/.release.json 
new/dtkwidget-2.0.15/.release.json
--- old/dtkwidget-2.0.12.1/.release.json2019-04-18 09:34:05.0 
+0200
+++ new/dtkwidget-2.0.15/.release.json  2019-07-05 08:42:21.0 +0200
@@ -1,7 +1,7 @@
 {
 "commit": {
 "quilt": false,
-"pkgver": "echo $(git tag | sort -V | tail -n1)'+r'$(date 
'+%%y%%m%%d%%H%%M%%S')'+g'$(git rev-parse --short HEAD);",
+"pkgver": "echo $(git tag | sort -V | tail -n1)'+r'$(git log 
$(git describe --abbrev=0 --tags)..HEAD --oneline|wc -l)'+g'$(git rev-parse 
--short HEAD);",
 "dist": "experimental"
 },
 "release": {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dtkwidget-2.0.12.1/CHANGELOG.md 
new/dtkwidget-2.0.15/CHANGELOG.md
--- old/dtkwidget-2.0.12.1/CHANGELOG.md 2019-04-18 09:34:05.0 +0200
+++ new/dtkwidget-2.0.15/CHANGELOG.md   2019-07-05 08:42:21.0 +0200
@@ -1,3 +1,25 @@
+
+## 2.0.14 (2019-05-23)
+
+
+ Bug Fixes
+
+*   hide the non-window type window titlebar menu button on initialize 
([eb0500fa](https://github.com/linuxdeepin/dtkwidget/commit/eb0500fa06e3a97fe2d98c8ad76dfc5edfaa9d58))
+
+
+
+
+## 2.0.13 (2019-05-09)
+
+
+ Bug Fixes
+
+*   repaint widget mask color when the color changed 
([7553188b](https://github.com/linuxdeepin/dtkwidget/commit/7553188bfe9f9c34def92728e4aaeac9beb078a0))
+*   always show menu button 
([4612b6fc](https://github.com/linuxdeepin/dtkwidget/commit/4612b6fc7cdd976f54065750bc628f5d1776a565))
+*   always show button on none linux 
([633617d0](https://github.com/linuxdeepin/dtkwidget/commit/633617d0e2c7a3282c53b367c5753f688360dee1))
+
+
+
 
 ## 2.0.12 (2019-04-18)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dtkwidget-2.0.12.1/README.md 
new/dtkwidget-2.0.15/README.md
--- old/dtkwidget-2.0.12.1/README.md2019-04-18 09:34:05.0 +0200
+++ new/dtkwidget-2.0.15/README.md  2019-07-05 08:42:21.0 +0200
@@ -1,6 +1,6 @@
 # Deepin Tool Kit Widget {#mainpage}
 
-Deepint Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer 
work on Deepin.
+Deepin Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work 
on Deepin.
 
 ## Dependencies
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dtkwidget-2.0.12.1/debian/libdtkwidget2.symbols 
new/dtkwidget-2.0.15/debian/libdtkwidget2.symbols
--- old/dtkwidget-2.0.12.1/debian/libdtkwidget2.symbols 2019-04-18 
09:34:05.0 +0200
+++ new/dtkwidget-2.0.15/debian/libdtkwidget2.symbols   2019-07-05 

commit dtkwidget for openSUSE:Factory

2019-04-30 Thread root
Hello community,

here is the log from the commit of package dtkwidget for openSUSE:Factory 
checked in at 2019-04-30 13:02:33

Comparing /work/SRC/openSUSE:Factory/dtkwidget (Old)
 and  /work/SRC/openSUSE:Factory/.dtkwidget.new.5536 (New)


Package is "dtkwidget"

Tue Apr 30 13:02:33 2019 rev:4 rq:697660 version:2.0.12.1

Changes:

--- /work/SRC/openSUSE:Factory/dtkwidget/dtkwidget.changes  2019-03-26 
15:39:05.568332433 +0100
+++ /work/SRC/openSUSE:Factory/.dtkwidget.new.5536/dtkwidget.changes
2019-04-30 13:02:37.826127635 +0200
@@ -1,0 +2,32 @@
+Fri Apr 19 06:27:05 UTC 2019 - Hillwood Yang 
+
+- Update version to 2.0.12.1
+  * Add interfaces for custom qt theme config file path
+  * Add signal "screenDevicePixelRatioChanged" for DApplication
+  * Fix the dialog size abnormally on multi-screen
+
+---
+Tue Apr 16 07:05:17 UTC 2019 - Hillwood Yang 
+
+- Update version to 2.0.10 
+  * Fix crash at DApplicationPrivate::cancelNotification
+  * Fix cursor is always in busy state sometimes
+  * Fix wrong register ddesktopservices enum type
+  * Register qmetatype for SystemSoundEffect
+  * Fix minimize buttons of fix sized windows are disabled
+  * Fix build failed on Qt 5.6.x
+  * Move Q_DECL_DEPRECATED to front
+  * Fix titlebar not shown in some case
+  * add groupLeaderId/clientLeaderId interfaces for DWindowGroupLeader
+  * support all sound effect
+  * change permissions of DStackWidget's function
+  * Fix can not hide the window menu button
+  * Fix keep old enum order
+  * Fix can not scroll view on DSettingDialog by touchscreen
+  * Support touchscreen for DSettingDialog  * Move settings dialog radio to 
left
+  * Support connan build
+  * Fix doc for DTextButton
+  * Fix doc for DExpandGroup
+  * Fix return currentWorkspaceWindows is empty
+
+---

Old:

  dtkwidget-2.0.9.11.tar.gz

New:

  dtkwidget-2.0.12.1.tar.gz



Other differences:
--
++ dtkwidget.spec ++
--- /var/tmp/diff_new_pack.RMJHqh/_old  2019-04-30 13:02:39.762126820 +0200
+++ /var/tmp/diff_new_pack.RMJHqh/_new  2019-04-30 13:02:39.766126819 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package dtkwidget
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2018 Hillwood Yang 
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 Hillwood Yang 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define libver 2
 
 Name:   dtkwidget
-Version:2.0.9.11
+Version:2.0.12.1
 Release:0
 Summary:Deepin graphical user interface library
 License:GPL-3.0-or-later
@@ -86,8 +86,6 @@
 
 # Remove useless files
 rm -rf %{buildroot}/usr/tests
-mkdir -p %{buildroot}%{_libdir}/qt5
-mv %{buildroot}/mkspecs %{buildroot}%{_libdir}/qt5/
 
 %fdupes %{buildroot}
 

++ dtkwidget-2.0.9.11.tar.gz -> dtkwidget-2.0.12.1.tar.gz ++
 14931 lines of diff (skipped)




commit dtkwidget for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package dtkwidget for openSUSE:Factory 
checked in at 2019-03-26 15:38:57

Comparing /work/SRC/openSUSE:Factory/dtkwidget (Old)
 and  /work/SRC/openSUSE:Factory/.dtkwidget.new.25356 (New)


Package is "dtkwidget"

Tue Mar 26 15:38:57 2019 rev:3 rq:681581 version:2.0.9.11

Changes:

--- /work/SRC/openSUSE:Factory/dtkwidget/dtkwidget.changes  2018-01-02 
16:35:02.491398475 +0100
+++ /work/SRC/openSUSE:Factory/.dtkwidget.new.25356/dtkwidget.changes   
2019-03-26 15:39:05.568332433 +0100
@@ -1,0 +2,90 @@
+Thu Dec 20 13:36:47 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 2.0.9.11
+  * allowed set a expected icon size for DDialog
+  * DWindowManagerHelper: return all windowId and current workspace windowId
+  * Fix the dialog type window will be closed after pressing Super+D
+  * Fix workaround QTapAndHoldGesture comes late than right press in dde-daemon
+  * DPasswdEditAnimated: modify parent for tip widget
+  * dtabbar: horizontal dragging delays.
+  * set QTapAndHoldGesture::timeout in DApplication
+  * DWindowManagerHelper: add inteface: "windowManagerName" 
+  * DPasswdEditAnimated: add updateAlertPosition() func.
+  * DTickEffect: change scroll speed
+  * Fix passwdeditanimated: hide alert flash.
+
+---
+Fri Nov  9 01:42:22 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 2.0.9.8
+  * Fixd bugs
+  * Updated features
+
+---
+Tue Mar 27 08:11:59 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 2.0.7.2
+  * Add DAbstractDialog::move(int, int) and 
+DAbstractDialog::setGeometry(int, int, int, int)
+  * Move the DAbstractDialog window is invalid
+  * Can not auto adjust dialog position
+  * Wait dbus call return
+
+---
+Mon Mar 19 13:34:45 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 2.0.7.1 
+  * control single instance by env
+  * support hide group
+  * add DFileDialog
+  * dynamic website info in about dialog
+  * create cmake file by dtk_cmake
+  * support qt module
+  * update password edit style
+  * auto scroll when move/drag tab
+  * support new and legacy dman interface
+  * support set combobox data with QMap
+  * fixed the QPrintDialog theme to dlight
+  * support dynamic property
+  * fixed the width of the DTabBar add button to 48
+  * add buildDtkVersion/runtimeDtkVersion to DApplication
+  * parser correctly when version has '.is.' 
+  * follow parent/toplevelWidget flags 
+  * support configurable whether to redefine the window content when dxcb is
+turned on
+  * add "target" argument for DTabBar::tabDroped
+  * auto hide title when fullscreen
+  * add propertys maskColor and flashColor of DTabBar 
+  * support drag tab to other for DTabBar 
+  * add DToast
+  * add window title 
+  * not set AA_DontCreateNativeWidgetSiblings if dxcb version greater then 
1.1.5
+  * set version form changelog 
+  * add property "realWindowId" for DPlatformWindowHandle 
+  * add the property of the menu 
+  * add initialize text parameter.
+  * Fix reset short cut not show
+  * please read CHANGELOG.md to get more changes
+- Add dtkwidget-fix-lost-pkgconfig.patch, fix lost pkgconfig settings.
+
+---
+Mon Mar 19 12:27:34 UTC 2018 - hillw...@opensuse.org
+
+- Split cmake-dtkwidget. 
+
+---
+Thu Mar  1 13:36:10 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 2.0.6.1
+  * Fix bugs
+  * support new dman interface
+  * add DSuggestButton and DStyleOption
+  * not fixed font size of DDialog
+  * DTabBar add scroll buttons
+  * add the "dtkwidget_global.h" header file
+  * add the "DtkWidgets" header file
+  * add animation for DTabBar on drag move tabs
+  * support dual-click to make crumb
+  * add the DTabBar widget
+
+---

Old:

  dtkwidget-2.0.5.2.tar.gz

New:

  dtkwidget-2.0.9.11.tar.gz
  dtkwidget-fix-lost-pkgconfig.patch



Other differences:
--
++ dtkwidget.spec ++
--- /var/tmp/diff_new_pack.ZeCDm0/_old  2019-03-26 15:39:06.436332088 +0100
+++ /var/tmp/diff_new_pack.ZeCDm0/_new  2019-03-26 15:39:06.440332086 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package dtkwidget
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2017 Hillwood Yang 
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 Hillwood Yang 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their 

commit dtkwidget for openSUSE:Factory

2018-01-02 Thread root
Hello community,

here is the log from the commit of package dtkwidget for openSUSE:Factory 
checked in at 2018-01-02 16:35:01

Comparing /work/SRC/openSUSE:Factory/dtkwidget (Old)
 and  /work/SRC/openSUSE:Factory/.dtkwidget.new (New)


Package is "dtkwidget"

Tue Jan  2 16:35:01 2018 rev:2 rq:561036 version:2.0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/dtkwidget/dtkwidget.changes  2018-01-01 
22:17:13.860563485 +0100
+++ /work/SRC/openSUSE:Factory/.dtkwidget.new/dtkwidget.changes 2018-01-02 
16:35:02.491398475 +0100
@@ -1,0 +2,71 @@
+Thu Nov 30 08:20:27 UTC 2017 - hillw...@opensuse.org
+
+- Update to 2.0.5.2 
+  * add bordless window on mac 
+  * support DTK_TITLE_DRAG_WINDOW on mac
+  * use D_DECL_DEPRECATED
+  * add DFileChooserEdit light theme 
+  * show system menu on right mouse button press of DTitlebar 
+  * Fix window motif hints is error of DMainWindow 
+  * fix macos build failed 
+  * Fix popup system menu in window content
+  * Fix correct typos in multiple files 
+  * Fix windows build failed 
+  * Fix add DTK_DMAN_PORTAL support
+  * change the QGuiApplication::platformName() to "xcb" on dxcb platform
+  * isDXcbPlatform for new version dxcb plugin ([d8b5c040](d8b5c040))
+  *  DRegionMonitor: properly handle scale ([95766b45](95766b45))
+  *  DRegionMonitor: possible double freed object ([708a5fbe](708a5fbe))
+  * add shortcut to DMainWindow ([5e9d5b6c](5e9d5b6c))
+  * add F1 shortcut ([7e311564](7e311564))
+  * add setState to DImageButton ([fcf9c3ef](fcf9c3ef))
+  * optimize shift up/down keypress for DSimpleListView ([7019967f](7019967f))
+  * DTitlebar add disable API ([ea92fae9](ea92fae9))
+  * add embed mode ([266f4337](266f4337))
+  * add trash dbus interface ([b88efbb8](b88efbb8))
+  * change productIcon to QIcon ([2a914b51](2a914b51))
+  * Add DHiDPIHelper class ([0fdbcf60](0fdbcf60))
+  * daboutdialog deepin logo support hidpi ([405352f0](405352f0))
+  * Set AA_UseHighDpiPixmaps on DApplication ([e9fb9fcf](e9fb9fcf))
+  * add svgc ([fedb3860](fedb3860))
+  * lineedit support hidpi ([026ecb65](026ecb65))
+  * titlebar buttons support hidpi ([56b11074](56b11074))
+  * titlebar support hidpi ([dd537c17](dd537c17))
+  * add dbus singleton ([6ae2978f](6ae2978f))
+  * dpicturesequenceview support @2x files ([a299ef09](a299ef09))
+  * dvideowidget support set device ratio ([74eaa1d6](74eaa1d6))
+  * add DWaterProgress::setTextVisible ([a61d2e88](a61d2e88))
+  * add DSettingsWidgetFactory ([f14ff92f](f14ff92f))
+  * add radius set interface to pageindicator ([7bc360c0](7bc360c0))
+  * add border and shadow to DWaterProgress ([ecc4ba17](ecc4ba17))
+  *  DWaterProgress support hidpi ([94350b7f](94350b7f))
+  *  DArrowRectangle support hidpi ([d7d6a876](d7d6a876))
+  * Fix windows build failed ([1b40d6a7](1b40d6a7))
+  * Fix disable _q_onTopWindowMotifHintsChanged when use 
DTitlebar::setWindowFlags
+  * Fix draw pixmap size error on DTitlebar ([228fd523](228fd523))
+  * Fix DTitlebar button is hidden on the non DMainWindow windows 
+   ([7b131a72](7b131a72))
+  * Fix paint DBlurEffectWindow error if device pixel ratio is not 1
+([dff92b1b](dff92b1b))
+  * Fix min/maximize button is hidden on DMainWindow ([89279ac4](89279ac4))
+  * fix hidpi load icon size ([79e81f94](79e81f94))
+  * update DDialog message style ([2c6133c1](2c6133c1))
+  * Fix crash on multiple apps registered xmouseare ([dea8651f](dea8651f))
+  * Fix icon of DSearchEdit not clear on hidpi ([6ebada94](6ebada94))
+  * DSimpleListview arrow isn't visible ([b08e7f1c](b08e7f1c))
+  * DAboutDialog icon not supporting hidpi ([6ec60734](6ec60734))
+  * fix dtk-svgc crash if no font init ([83857265](83857265))
+  * fix settings dialog style ([797c3e35](797c3e35))
+  * dialog use same style as light ([9d7d4a61](9d7d4a61))
+  * fix windows build failed ([7f31ea48](7f31ea48))
+  * fix dialog size error on hidpi ([b9273c72](b9273c72))
+  * update translation ([0045c39e](0045c39e))
+  * crash if setIcon with svg ([9b577be3](9b577be3))
+  * remove useless image ([10c9607c](10c9607c))
+  * remove private header file ([61b375b2](61b375b2))
+  * dswitchbutton error calculation radius ([d742b169](d742b169))
+  * dimagebutton private not initialized ([146d893e](146d893e))
+  * DArrowRectangle: arrow position error ([592187fb](592187fb))
+  * DPasswordEdit: password edit icon out of content ([c1fe173a](c1fe173a))
+
+---

Old:

  dtkwidget-2.0.2.tar.gz

New:

  dtkwidget-2.0.5.2.tar.gz



Other differences:
--
++ dtkwidget.spec ++
--- /var/tmp/diff_new_pack.hQkOAT/_old  2018-01-02 16:35:03.215157121 +0100
+++ /var/tmp/diff_new_pack.hQkOAT/_new  2018-01-02 16:35:03.219155787 +0100
@@ -19,7 +19,7 @@
 %define libver 2