Update changelog ukui-search4.0.2.1-ok0

This commit is contained in:
iaom 2023-06-06 15:31:36 +08:00 committed by cckylin-cibot
parent b499293d82
commit 4b6c81dc7b
3 changed files with 36 additions and 0 deletions

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
ukui-search (4.0.2.1-ok0) yangtze; urgency=medium
* Issues:NULL
* 其他改动:
- 修复添加索引目录后索引状态未更新的问题
- 搜索接口增加搜索结果通知机制和状态查询功能
- 搜索设置页面添加搜索目录时增加对无访问权限目录的过滤弹窗
- 优化搜索设置页面弹窗文案
- 修复了一个分词库的问题,该问题曾导致搜索或搜索服务在首次启动时偶现崩溃
* 其他改动影响域:
- 搜索服务接口,搜索设置页面增加搜索目录功能,搜索和搜索服务稳定性提升
-- zhangpengfei <zhangpengfei@kylinos.cn> Tue, 06 Jun 2023 15:25:44 +0800
ukui-search (4.0.1.5-ok0) yangtze; urgency=medium
* Issues:NULL

View File

@ -0,0 +1,21 @@
From: iaom <zhangpengfei@kylinos.cn>
Date: Tue, 6 Jun 2023 15:31:36 +0800
Subject: Update changelog ukui-search4.0.2.1-ok0
---
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 25db800..48483dc 100644
--- a/frontend/view/result-view-delegate.cpp
+++ b/frontend/view/result-view-delegate.cpp
@@ -39,7 +39,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-Update-changelog-ukui-search4.0.2.1-ok0.patch