Update changelog ukui-search4.0.1.5-ok0

This commit is contained in:
iaom 2023-05-11 18:07:18 +08:00 committed by cckylin-cibot
parent 7c0b582f46
commit 56fe289dd1
3 changed files with 36 additions and 0 deletions

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
ukui-search (4.0.1.5-ok0) yangtze; urgency=medium
* Issues:NULL
* 其他改动:
- 解决一处潜在的崩溃问题
- 修复搜索插件生命周期管理内存泄漏问题
- 修复搜索到需要安装的应用时无法正确跳转到软件商店的问题
- 修复偶现刚登陆时搜索会卡顿一段时间的问题
- 优化黑名单配置后台逻辑
* 其他改动影响域:
- 应用搜索功能;索引服务稳定性;升级时配置同步
-- zhangpengfei <zhangpengfei@kylinos.cn> Thu, 11 May 2023 18:00:59 +0800
ukui-search (4.0.1.3-ok0) yangtze; urgency=medium
* 更新版本号.

View File

@ -0,0 +1,21 @@
From: iaom <zhangpengfei@kylinos.cn>
Date: Thu, 11 May 2023 18:07:18 +0800
Subject: Update changelog ukui-search4.0.1.5-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 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-Update-changelog-ukui-search4.0.1.5-ok0.patch