Commit Graph

1339 Commits

Author SHA1 Message Date
iaom 48bc9e4209 默认不编译test子项目 2022-11-30 16:39:38 +08:00
iaom 83f1b904ad 解决文件内容搜索详情页获取数据时偶现的崩溃问题 2022-11-30 16:19:18 +08:00
纪笑旭 888aca24eb
!29 增加文件内容模糊搜索功能,优化全局设置代码
Merge pull request !29 from iaom/1128
2022-11-29 06:26:20 +00:00
iaom 134d2039ec 增加文件内容模糊搜索功能,优化全局设置代码 2022-11-29 14:05:16 +08:00
iaom 3d8cebba41 优化文件索引操作 2022-11-25 17:32:15 +08:00
iaom 723e833891
!22 Add plugin re-register and un-register function.Modify the destructor function of Applications search plugin.
Merge pull request !22 from 白俊杰/1012upstream
2022-11-25 08:19:29 +00:00
baijunjie 192b2e9ed5 Add plugin re-register and un-register function.
Modify the destructor function of Applications search plugin.

Enable plugins to adjust their order.
2022-11-25 11:30:39 +08:00
iaom 2ba15cf6c0 同步分词子项目<更新分词基础词库内容,分词准确性提升> 2022-11-22 09:40:07 +08:00
JunjieBai f1f6b36588 Fix#146819 the app-data-service crashes when the destructor is executed. 2022-11-22 09:20:05 +08:00
iaom e76ebe9f0b
!27 修复控制面板搜索插件崩溃的问题
Merge pull request !27 from 1021upstream
2022-11-21 02:21:12 +00:00
baijunjie b102bb0793 修复控制面板搜索插件崩溃的问题 2022-11-21 10:11:12 +08:00
纪笑旭 e46c607beb
!26 修复内容搜索详情页加载图片失败导致的崩溃问题。
Merge pull request !26 from iaom/bug-fix
2022-11-18 01:57:21 +00:00
iaom 51eb1798e2 修复内容搜索详情页加载图片失败导致的崩溃问题。 2022-11-17 11:38:01 +08:00
iaom 39db2a4252
!25 优化控制面板搜索插件的构造函数和pluginUi函数
Merge pull request !25 from 白俊杰/1109upstream
2022-11-09 06:26:54 +00:00
JunjieBai fde4d184b0 Optimize the contructor and pluginUi function of search plugin for ukcc. 2022-11-09 11:31:35 +08:00
纪笑旭 b95c481a9e
!24 解决平板模式下,单击结果项直接执行打开动作,无法打开详情页的问题。
Merge pull request !24 from iaom/1102
2022-11-08 00:53:09 +00:00
iaom 34fa8c7498 解决平板模式下,单机结果项直接执行打开动作,无法打开详情页的问题。 2022-11-04 17:35:40 +08:00
纪笑旭 c37bcfd278
!23 搜索插件接口增加一个反向调用接口,应用搜索增加截图打开时隐藏主页面动作。
Merge pull request !23 from iaom/1102
2022-11-03 02:32:57 +00:00
iaom ceb36981b4 搜索插件接口增加一个反向调用接口,应用搜索增加截图打开时隐藏主页面动作。 2022-11-02 20:50:30 +08:00
iaom 4e37c1d210
!21 修改默认行高.
Merge pull request !21 from iaom/1026
2022-10-26 09:38:13 +00:00
iaom 3ba0c77626 修改默认行高. 2022-10-26 17:36:44 +08:00
iaom 9f54e92ee4
!20 修复结果列表文字显示不居中的问题.
Merge pull request !20 from iaom/1010
2022-10-26 09:07:00 +00:00
iaom 93e53f3514 修复结果列表文字显示不居中的问题. 2022-10-26 15:12:09 +08:00
iaom 6e3de6667d
!19 Add app-weiget-plugin
Merge pull request !19 from 白俊杰/1021upstream
2022-10-21 01:56:36 +00:00
JunjieBai 3969164c56 update app-widget config file. 2022-10-21 09:22:17 +08:00
JunjieBai 713924b808 小插件接口参数类型改了,需要重新适配。 2022-10-21 09:20:32 +08:00
JunjieBai d00912d546 Add app widget plugin. 2022-10-21 09:14:21 +08:00
iaom 796d13252d
!18 Solve the problem that the dir watcher's dbus crashed because of deadlock. Add the support for nvme device. Add the dir path check of searchable dir for direct search.
Merge pull request !18 from 白俊杰/1020upstream
2022-10-20 08:57:23 +00:00
iaom e4a3c58313
!17 修复QSqlDatabasePrivate::removeDatabase警告;修复部分内存泄露;修复QDir的entryInfoList方法在查找不存在目录时小概率崩溃的问题;
Merge pull request !17 from 纪笑旭/ok-upstream
2022-10-20 08:54:04 +00:00
JunjieBai 37b06c3421 Solve the problem that the dir watcher's dbus crashed because of deadlock. 2022-10-20 16:50:34 +08:00
JunjieBai a088d7cf86 Add the support for nvme device. 2022-10-20 11:16:10 +08:00
JunjieBai bd0acd9523 Add the dir path check of searchable dir for direct search. 2022-10-20 10:36:19 +08:00
jixiaoxu 2b01ee0e80 修复QSqlDatabasePrivate::removeDatabase警告;修复部分内存泄露;修复QDir的entryInfoList方法在查找不存在目录时小概率崩溃的问题; 2022-10-19 17:11:05 +08:00
iaom f1a9a65f92
!16 修复搜索结果数据量较大时出现的搜索结果区域可以滚动的问题;
Merge pull request !16 from 纪笑旭/ok-upstream
2022-10-18 07:46:47 +00:00
jixiaoxu 463e3447b9 修复搜索结果数据量较大时出现的搜索结果区域可以滚动的问题; 2022-10-18 15:43:08 +08:00
iaom 6bfeb54d19
!15 修复inotify-watch内存泄漏;修复部分Fortify检测代码问题;
Merge pull request !15 from 纪笑旭/ok-upstream
2022-10-14 01:47:37 +00:00
jixiaoxu 4d498eee0b 修复inotify-watch内存泄漏;修复部分Fortify检测代码问题; 2022-10-13 17:37:59 +08:00
iaom 426ced314d 同步子项目. 2022-10-12 10:36:32 +08:00
iaom 88f34f9628
!14 新增进程间同步信号量;新增可索引目录默认值;
Merge pull request !14 from 纪笑旭/ok-upstream
2022-10-12 01:27:46 +00:00
jixiaoxu ffef1d76ee 新增进程间同步信号量;新增可索引目录默认值; 2022-10-11 16:10:10 +08:00
iaom c6fc1dbceb !13 修改控制面板插件中删除黑名单按钮样式.
* 修改控制面板插件中删除黑名单按钮样式.
2022-10-10 03:14:54 +00:00
iaom e420c60adb 同步libchinese-segmentation模块进度. 2022-09-26 16:00:11 +08:00
iaom 70e69e8830 使用kysdk接口,在wayland环境设置跳过任务栏和多任务视图显示. 2022-09-02 10:09:31 +08:00
Junjie Bai a0be94c524 Fix bug#127732 & bug#127792 the ukui-search do not quit while losing focus. 2022-09-02 10:04:32 +08:00
zhaikangning 4b675befab
!12 同步下游提交
Merge pull request !12 from 白俊杰/0829openkylin
2022-08-31 07:25:10 +00:00
zhaikangning 9f53cafb8d
!11 同步下游提交
Merge pull request !11 from 白俊杰/0822openkylin
2022-08-31 07:22:54 +00:00
JunjieBai c2a5051b5d Fix the problem that the result widget will display a blank page. 2022-08-29 09:52:01 +08:00
JunjieBai 8e41b58969 Fix: the result widget dont hide while stopping search. 2022-08-29 09:51:08 +08:00
JunjieBai a7c6899b17 Add FileSystemWatcher to the install files. 2022-08-23 13:42:19 +08:00
JunjieBai 660f559c32 Fix#130073 touch event cannot trigger the selection of search result. 2022-08-23 13:42:04 +08:00