Update changelog ukui-search3.22.5.2-ok0~0324

This commit is contained in:
iaom 2023-03-24 14:46:53 +08:00 committed by cckylin-cibot
parent acdc9bcfcf
commit 20d2a0eda0
3 changed files with 36 additions and 0 deletions

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
ukui-search (3.22.5.2-ok0~0324) yangtze; urgency=medium
* Issues:NULL
* 其他改动:
- 优化应用数据服务,完善数据库查询和搜索接口实现。
- 文件索引服务优化inotify信号处理解决若干由于信号处理不当导致的索引不正确问题
- 完善搜索服务文件搜索接口
- 增加UI针对屏幕尺寸变化时的自动更新位置操作
- 提升文本内容搜索准确度
* 其他改动影响域:
- 屏幕旋转时UI位置应用搜索功能文件索引服务文件内容搜索功能。
-- zhangpengfei <zhangpengfei@kylinos.cn> Fri, 24 Mar 2023 13:58:05 +0800
ukui-search (3.22.4.2-ok0~0210) yangtze; urgency=medium
* Issues:NULL

View File

@ -0,0 +1,21 @@
From: iaom <zhangpengfei@kylinos.cn>
Date: Fri, 24 Mar 2023 14:46:53 +0800
Subject: Update changelog ukui-search3.22.5.2-ok0~0324
---
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 e5b8de3..667e102 100644
--- a/frontend/view/result-view-delegate.cpp
+++ b/frontend/view/result-view-delegate.cpp
@@ -19,7 +19,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-search3.22.5.2-ok0-0324.patch