From 49b6ef20c13c7c8e811a6d149e25d599f932d779 Mon Sep 17 00:00:00 2001 From: Person Date: Thu, 21 Dec 2017 22:11:18 -0800 Subject: [PATCH] --Bug fixes -Update /debian/changelog to use a newer version of ubuntu named artful. Users will need to add that PPA to get it via apt. -Update copyright year to 2018. --- Source/Fractorium/Fractorium.cpp | 6 +++++- debian/changelog | 2 +- debian/copyright | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Source/Fractorium/Fractorium.cpp b/Source/Fractorium/Fractorium.cpp index 3b40bc8..c63bd98 100644 --- a/Source/Fractorium/Fractorium.cpp +++ b/Source/Fractorium/Fractorium.cpp @@ -46,7 +46,11 @@ Fractorium::Fractorium(QWidget* p) for (auto dock : m_Docks)//Prevents a dock from ever getting accidentally hidden. { dock->setWindowFlags(dock->windowFlags() & Qt::WindowStaysOnTopHint); - dock->setAllowedAreas(Qt::DockWidgetArea::LeftDockWidgetArea | Qt::DockWidgetArea::RightDockWidgetArea); + dock->setAllowedAreas(Qt::DockWidgetArea::LeftDockWidgetArea +//#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)) + | Qt::DockWidgetArea::RightDockWidgetArea +//#endif + ); } m_FontSize = 9; diff --git a/debian/changelog b/debian/changelog index a24b305..a4f6692 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -fractorium (1.0.0.7-0ubuntu1) xenial; urgency=low +fractorium (1.0.0.7-0ubuntu1) artful; urgency=low * release 1.0.0.7 diff --git a/debian/copyright b/debian/copyright index b16d273..f831034 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: fractorium Source: https://github.com/mfeemster/fractorium Files: * -Copyright: 2015 Matt Feemster +Copyright: 2018 Matt Feemster License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ License: GPL-2+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* -Copyright: 2015 Gambhiro Bhikkhu +Copyright: 2018 Gambhiro Bhikkhu License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by