Skip to content

Commit

Permalink
ready for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Jul 16, 2021
1 parent 4a39069 commit 9a784f1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* v1.4.0 (unreleased)
* v1.4.0 (16 July 2021)
- No longer supports Qt versions less than 5.12
- Experimental MDI support. By using MainWindowMDI you can now have "docked" dock widgets
which are free to be arbitrarily positioned and even overlapped inside the main window.
Expand Down
2 changes: 1 addition & 1 deletion conan/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class KDDockWidgetsConan(ConanFile):
name = "kddockwidgets"
version = "1.3.1"
version = "1.4.0"
default_user = "kdab"
default_channel = "stable"
license = ("https://raw.githubusercontent.com/KDAB/KDDockWidgets/master/LICENSES/GPL-2.0-only.txt",
Expand Down
6 changes: 6 additions & 0 deletions distro/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kddockwidgets (1.4.0) release candidate; urgency=high

* 1.4.0 final

-- Allen Winter <[email protected]> Fri, 16 Jul 2021 10:30:00 -0500

kddockwidgets (1.3.1) release candidate; urgency=high

* 1.3.1 final
Expand Down
4 changes: 2 additions & 2 deletions distro/qt5-kddockwidgets.dsc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: 1.0
Source: kddockwidgets
Version: 1.3.1-1
Version: 1.4.0-1
Binary: kddockwidgets
Maintainer: Allen Winter <[email protected]>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, qtbase5-dev, libqt5x11extras5-dev

Files:
00000000000000000000000000000000 00000 qt5-kddockwidgets-1.3.1.tar.gz
00000000000000000000000000000000 00000 qt5-kddockwidgets-1.4.0.tar.gz
4 changes: 3 additions & 1 deletion distro/qt5-kddockwidgets.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: qt5-kddockwidgets
Version: 1.3.1
Version: 1.4.0
Release: 1
Summary: KDAB's Dock Widget Framework for Qt5
Source0: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -98,6 +98,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
%{_libdir}/libkddockwidgets.so

%changelog
* Fri Jul 16 2021 Allen Winter <[email protected]> 1.4.0
1.4.0 final
* Mon Jun 07 2021 Allen Winter <[email protected]> 1.3.1
1.3.1 final
* Mon Feb 08 2021 Allen Winter <[email protected]> 1.3.0
Expand Down
4 changes: 2 additions & 2 deletions distro/qt6-kddockwidgets.dsc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: 1.0
Source: kddockwidgets
Version: 1.3.1-1
Version: 1.4.0-1
Binary: kddockwidgets
Maintainer: Allen Winter <[email protected]>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, qtbase6-dev, libqt6x11extras5-dev

Files:
00000000000000000000000000000000 00000 qt6-kddockwidgets-1.3.1.tar.gz
00000000000000000000000000000000 00000 qt6-kddockwidgets-1.4.0.tar.gz
6 changes: 4 additions & 2 deletions distro/qt6-kddockwidgets.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: qt6-kddockwidgets
Version: 1.3.1
Version: 1.4.0
Release: 1
Summary: KDAB's Dock Widget Framework for Qt6
Source0: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -84,9 +84,11 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKDDockWidgets_QT6=True -DCMAKE_BUILD_TYPE=
%dir %{_libdir}/cmake/KDDockWidgets
%{_libdir}/cmake/KDDockWidgets/*
%{_libdir}/libkddockwidgets-qt6.so
%{_prefix}/mkspecs/modules/*
#%{_prefix}/mkspecs/modules/* ECMGeneratePriFile isn't ported to Qt6 yet

%changelog
* Fri Jul 16 2021 Allen Winter <[email protected]> 1.4.0
1.4.0 final
* Mon Jun 07 2021 Allen Winter <[email protected]> 1.3.1
1.3.1 final
* Mon Feb 08 2021 Allen Winter <[email protected]> 1.3.0
Expand Down

0 comments on commit 9a784f1

Please sign in to comment.