diff --git a/debian/changelog b/debian/changelog index 0f58ee7..6eebf73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -cutefish-filemanager (0.1) UNRELEASED; urgency=low +cutefish-filemanager (0.5) UNRELEASED; urgency=high - * Initial release (CutefishOS) + * Initial release (CutefishOS) - -- CutefishOS Thu, 16 Oct 2014 17:22:15 +0200 + -- CutefishOS Packaging Team Thu, 16 Sep 2021 02:31:42 +0800 \ No newline at end of file diff --git a/debian/control b/debian/control index 08fc3c6..bb8d374 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: cutefish-filemanager Section: devel Priority: optional -Maintainer: CutefishOS +Maintainer: CutefishOS Build-Depends: cmake, debhelper (>= 9), extra-cmake-modules, @@ -15,7 +15,7 @@ Build-Depends: cmake, qttools5-dev, qttools5-dev-tools Standards-Version: 4.5.0 -Homepage: https://github.com/cutefishos/terminal +Homepage: https://cutefishos.com Package: cutefish-filemanager Architecture: any diff --git a/debian/copyright b/debian/copyright index 716fe64..662fea8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,3 +1,3 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: calamares -Source: +Upstream-Name: cutefish-filemanager +Source: cutefishos.com diff --git a/model/foldermodel.cpp b/model/foldermodel.cpp index 7eb26ac..63f4a49 100644 --- a/model/foldermodel.cpp +++ b/model/foldermodel.cpp @@ -1012,6 +1012,7 @@ void FolderModel::openContextMenu(QQuickItem *visualParent, Qt::KeyboardModifier menu->addAction(m_actionCollection.action("changeBackground")); } + menu->addSeparator(); menu->addAction(m_actionCollection.action("showHidden")); menu->addSeparator();