From 5abb8268eeb8b41d9d66bdce7ebbefdcd23d3f5c Mon Sep 17 00:00:00 2001 From: reionwong Date: Thu, 16 Sep 2021 15:00:05 +0800 Subject: [PATCH] Update debain/ --- debian/changelog | 6 +++--- debian/control | 4 ++-- debian/copyright | 4 ++-- qml/AllAppsView.qml | 3 +++ 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index f124fb0..fcb3ebf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -cutefish-launcher (0.1) UNRELEASED; urgency=low +cutefish-launcher (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 48c1564..2c1cdab 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: cutefish-launcher Section: devel Priority: optional -Maintainer: CutefishOS +Maintainer: CutefishOS Build-Depends: cmake, debhelper (>= 9), extra-cmake-modules, @@ -12,7 +12,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-launcher Architecture: any diff --git a/debian/copyright b/debian/copyright index 716fe64..0d4bc53 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-launcher +Source: cutefishos.com diff --git a/qml/AllAppsView.qml b/qml/AllAppsView.qml index 78825ae..4ebd097 100644 --- a/qml/AllAppsView.qml +++ b/qml/AllAppsView.qml @@ -32,6 +32,9 @@ ListView { property var sourceModel: launcherModel property var modelCount: sourceModel.count + property int lastCellWidth: 0 + property int lastCellHeight: 0 + property int iconSize: root.iconSize + FishUI.Units.largeSpacing * 2 property int cellWidth: iconSize + calcExtraSpacing(iconSize, control.width) property int cellHeight: iconSize + calcExtraSpacing(iconSize, control.height)