mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
--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.
This commit is contained in:
parent
7956e008d7
commit
49b6ef20c1
@ -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;
|
||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,7 +3,7 @@ Upstream-Name: fractorium
|
||||
Source: https://github.com/mfeemster/fractorium
|
||||
|
||||
Files: *
|
||||
Copyright: 2015 Matt Feemster <matt.feemster@gmail.com>
|
||||
Copyright: 2018 Matt Feemster <matt.feemster@gmail.com>
|
||||
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 <gambhiro.bhikkhu.85@gmail.com>
|
||||
Copyright: 2018 Gambhiro Bhikkhu <gambhiro.bhikkhu.85@gmail.com>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user