Update changelog ukui-search3.22.3.0-ok0~1212
This commit is contained in:
parent
f5b4802a87
commit
25ee360e85
|
@ -1,3 +1,21 @@
|
|||
ukui-search (3.22.3.0-ok0~1212) yangtze; urgency=medium
|
||||
|
||||
* Issues: https://gitee.com/openkylin/ukui-search/issues/I658EV?from=project-issue
|
||||
https://gitee.com/openkylin/ukui-search/issues/I657OY?from=project-issue
|
||||
https://gitee.com/openkylin/ukui-search/issues/I657G6?from=project-issue
|
||||
* 其他改动:
|
||||
- 完善汉字转拼音接口逻辑,解决多音字识别不准确的问题。
|
||||
- 增加索引数据库版本号机制,版本号升级时将重建数据库。
|
||||
- 修复UI最佳匹配与结果分类触摸行为不一致的问题。
|
||||
- 增加控制面板插件模糊搜索开关,添加搜索目录功能。
|
||||
- 解决添加和删除索引目录异常的问题。
|
||||
- 解决wayland下失焦后再激活窗口后焦点异常问题。
|
||||
- 增加了一个用于调试的索引状态监控页面,可通过'ukui-search-service -m'打开
|
||||
* 其他改动影响域:
|
||||
- 全局搜索UI;文件索引功能;控制面板插件;拼音搜索功能。
|
||||
|
||||
-- zhangpengfei <zhangpengfei@kylinos.cn> Mon, 12 Dec 2022 15:49:35 +0800
|
||||
|
||||
ukui-search (3.22.2.1-ok0~1130) yangtze; urgency=medium
|
||||
|
||||
* Issues: https://gitee.com/openkylin/ukui-search/issues/I63XWF?from=project-issue
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
From: iaom <zhangpengfei@kylinos.cn>
|
||||
Date: Mon, 12 Dec 2022 15:57:25 +0800
|
||||
Subject: Update changelog ukui-search3.22.3.0-ok0~1212
|
||||
|
||||
---
|
||||
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 2e151a7..07e8a34 100644
|
||||
--- a/frontend/view/result-view-delegate.cpp
|
||||
+++ b/frontend/view/result-view-delegate.cpp
|
||||
@@ -17,7 +17,7 @@ void ResultViewDelegate::setSearchKeyword(const QString ®FindKeyWords)
|
||||
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;
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
0001-Update-changelog-ukui-search3.22.3.0-ok0-1212.patch
|
Loading…
Reference in New Issue