Update changelog ukui-search3.22.1.0-ok0~1122build1
This commit is contained in:
parent
fab7929e44
commit
31c7d18c64
|
@ -1,3 +1,26 @@
|
|||
ukui-search (3.22.1.0-ok0~1122build1) yangtze; urgency=medium
|
||||
|
||||
* 重新传包
|
||||
|
||||
-- zhangpengfei <zhangpengfei@kylinos.cn> Tue, 22 Nov 2022 10:50:53 +0800
|
||||
|
||||
ukui-search (3.22.1.0-ok0~1122) yangtze; urgency=medium
|
||||
|
||||
* Issues: https://gitee.com/openkylin/ukui-search/issues/I5XA17
|
||||
* 任务号:无
|
||||
* 其他改动:
|
||||
- 修复结果列表文字显示不居中的问题.
|
||||
- 搜索插件接口增加一个反向调用接口,应用搜索增加截图打开时隐藏主页面动作。
|
||||
- 解决平板模式下,单机结果项直接执行打开动作,无法打开详情页的问题。
|
||||
- Optimize the contructor and pluginUi function of search plugin for ukcc.
|
||||
- 修复内容搜索详情页加载图片失败导致的崩溃问题.
|
||||
- 修复控制面板搜索插件崩溃的问题.
|
||||
- Fixed: the app-data-service crashes when the destructor is executed.
|
||||
- 同步分词模块<更新分词基础词库内容,分词准确性提升>.
|
||||
* 其他改动影响域:搜索UI;文本内容索引分词效果。
|
||||
|
||||
-- zhangpengfei <zhangpengfei@kylinos.cn> Tue, 22 Nov 2022 10:29:34 +0800
|
||||
|
||||
ukui-search (3.22.0.0-ok0~1021) yangtze; urgency=medium
|
||||
|
||||
* BUG: 无
|
||||
|
|
21
debian/patches/0001-Update-changelog-ukui-search3.22.1.0-ok0-1122build1.patch
vendored
Normal file
21
debian/patches/0001-Update-changelog-ukui-search3.22.1.0-ok0-1122build1.patch
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
From: iaom <zhangpengfei@kylinos.cn>
|
||||
Date: Tue, 22 Nov 2022 10:52:01 +0800
|
||||
Subject: Update changelog ukui-search3.22.1.0-ok0~1122build1
|
||||
|
||||
---
|
||||
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.1.0-ok0-1122build1.patch
|
|
@ -1 +1 @@
|
|||
3.0 (native)
|
||||
3.0 (quilt)
|
||||
|
|
Loading…
Reference in New Issue