更新changelog重新传包

This commit is contained in:
iaom 2023-04-18 17:50:37 +08:00 committed by cckylin-cibot
parent cda4acfff7
commit 22231d191c
3 changed files with 41 additions and 0 deletions

19
debian/changelog vendored
View File

@ -1,3 +1,22 @@
ukui-search (4.0.1.0-ok0~0418build1) yangtze; urgency=medium
* 备注:重新传包
-- zhangpengfei <zhangpengfei@kylinos.cn> Tue, 18 Apr 2023 17:48:00 +0800
ukui-search (4.0.1.0-ok0~0418) yangtze; urgency=medium
* Issues:NULL
* 其他改动:
- 应用数据服务增加设置应用是否打开过的接口
- 应用数据库增加AUTO_START字段
- 优化所有进程的日志打印机制
* 其他改动影响域:
- 开始菜单应用列表显示;
- 日志现在被打印到~/.log/ukui-search/目录下
-- zhangpengfei <zhangpengfei@kylinos.cn> Tue, 18 Apr 2023 17:03:50 +0800
ukui-search (4.0.0.0-ok0~0413) yangtze; urgency=medium
* 备注去除libopencv-dev依赖重新传包

21
debian/patches/0001-changelog.patch vendored Normal file
View File

@ -0,0 +1,21 @@
From: iaom <zhangpengfei@kylinos.cn>
Date: Tue, 18 Apr 2023 17:50:37 +0800
Subject: =?utf-8?b?5pu05pawY2hhbmdlbG9n6YeN5paw5Lyg5YyF?=
---
frontend/view/result-view-delegate.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/view/result-view-delegate.cpp b/frontend/view/result-view-delegate.cpp
index 4a9f2cb..8b05454 100644
--- a/frontend/view/result-view-delegate.cpp
+++ b/frontend/view/result-view-delegate.cpp
@@ -38,7 +38,7 @@ void ResultViewDelegate::setSearchKeyword(const QString &regFindKeyWords)
QSize ResultViewDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const
{
QSize size = QStyledItemDelegate::sizeHint(option,index);
- size.setHeight(size.height() + 10);
+ size.setHeight(size.height() + 50);
return size;
}

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
0001-changelog.patch