Update changelog ukui-search3.22.4.2-ok0~0210

This commit is contained in:
iaom 2023-02-10 11:34:53 +08:00 committed by cckylin-cibot
parent 8f0f94d49f
commit 554df21e9c
3 changed files with 36 additions and 0 deletions

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
ukui-search (3.22.4.2-ok0~0210) yangtze; urgency=medium
* Issues:NULL
* 其他改动:
- 解决在控制面板中搜索‘搜索’插件部分设置项无法搜到的问题。
- 更新libukui-search的pc文件。
- 优化应用搜索功能;修复偶现搜索结果重复问题。
- 修复偶现的由于队列处理不当导致的搜索应用崩溃问题。
- 修复当通过弹窗打开索引时,控制面板中不显示模糊搜索开关的问题。
* 其他改动影响域:
- 应用搜索功能;控制面板设置插件;全局搜索应用稳定性。
-- zhangpengfei <zhangpengfei@kylinos.cn> Fri, 10 Feb 2023 11:26:15 +0800
ukui-search (3.22.4.1-ok0~0105) yangtze; urgency=medium
* Issues:https://gitee.com/openkylin/ukui-search/issues/I64CCY?from=project-issue

View File

@ -0,0 +1,21 @@
From: iaom <zhangpengfei@kylinos.cn>
Date: Fri, 10 Feb 2023 11:34:53 +0800
Subject: Update changelog ukui-search3.22.4.2-ok0~0210
---
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.4.2-ok0-0210.patch