iaom
|
73604c0dfe
|
fix(index):修复了错误的开关索引控制逻辑;
修复了关闭基本索引导致内容索引监听丢失的问题
|
2023-09-05 18:41:28 +08:00 |
iaom
|
81f4a315ee
|
fix(frontend):将通过QIcon和XdgIcon获取图标的方法加锁,避免多线程调用崩溃
|
2023-09-01 17:30:21 +08:00 |
iaom
|
d2e1d204d9
|
refactor:使用cmake重新构建项目
|
2023-08-18 15:26:21 +08:00 |
iaom
|
490459291e
|
feat(index):增加内容索引开关
内容索引现在可以通过新增的gsettings(content-index-enable)单独控制开关,
新增了version键用于判断gsettings版本,兼容旧版用户配置:
当file-index-enable值为true,升级之后file-index-enable和
content-index-enable都置为true,否则都置为false。
备注:此提交需要配合设置页面的改动一起食用。
|
2023-08-18 07:17:34 +00:00 |
JunjieBai
|
d6ef08f769
|
Optimize the logic of the function which is used to snippet chinese in order to adapt to the GB18030-2022 standard.
|
2023-07-27 13:59:21 +08:00 |
iaom
|
637e71e277
|
修复文件索引中部分中文字符在term中被截断的问题
|
2023-07-24 11:39:18 +08:00 |
JunjieBai
|
455dc0bee6
|
Fix the problem that the right side of the content search's detail page was blocked.
|
2023-07-19 11:35:43 +08:00 |
JunjieBai
|
0a0eb0d6ac
|
修改英文下无默认打开应用提示框的按钮文字为OK
|
2023-07-04 17:59:32 +08:00 |
iaom
|
243a2874e7
|
解决内容搜索插件详情页加载大图片时阻塞ui的问题
|
2023-07-04 15:02:20 +08:00 |
iaom
|
d1bf50859a
|
解决当搜索UI关闭后未正确停止插件搜索线程的问题;解决遍历搜索时文件搜索插件长时间cpu占用较高的问题。
|
2023-06-14 06:21:18 +00:00 |
JunjieBai
|
3b8c35c2c2
|
optimize global-settings;
Fix the problem that the search window cannot show because it was hidden by something while create-index-dialog is showing.
|
2023-06-02 17:17:54 +08:00 |
iaom
|
ed768ff48f
|
修复添加索引目录后索引状态未更新的问题
|
2023-05-15 11:35:06 +08:00 |
JunjieBai
|
e52bc8ca76
|
Use json to optimize the config file of user's block dir.
|
2023-05-08 06:53:49 +00:00 |
iaom
|
94ea037203
|
解决一些编译问题
|
2023-04-24 18:40:47 +08:00 |
iaom
|
d9db5ff896
|
Revert "增加索引目录时采用增量更新检验操作,避免重复索引"
This reverts commit 031ce8bbd8 .
|
2023-04-24 18:33:30 +08:00 |
iaom
|
e7676c887a
|
解决索引提示弹窗会挡住模态窗口的问题
|
2023-04-24 17:36:37 +08:00 |
iaom
|
e5e62cd3f7
|
解决一些编译警告,删除一些无用代码,更新README
|
2023-04-24 14:07:56 +08:00 |
JunjieBai
|
c5304dfe94
|
Remove some compilation warnings.
|
2023-04-24 09:28:42 +08:00 |
jixiaoxu
|
12d5e76cc5
|
修复文件内容索引更新时文件过滤判断逻辑的问题;
|
2023-04-21 17:20:31 +08:00 |
iaom
|
37e3de3cee
|
解决全局搜索中遍历搜索不能搜索到顶层文件夹的问题
|
2023-04-21 11:22:41 +08:00 |
iaom
|
b172baca45
|
整理一些头文件引用,解决打包编译问题
|
2023-04-19 02:42:47 +00:00 |
JunjieBai
|
fbd391d110
|
Fix the proble that can not add '/' to the block dirs in ukcc plugin.
|
2023-04-12 17:16:30 +08:00 |
JunjieBai
|
eb0b77035d
|
修复没有默认打开方式时弹窗按钮为是而不是确定的问题。
|
2023-04-11 05:52:44 +00:00 |
iaom
|
ff0dd3384a
|
补充部分文件copyright.
|
2023-04-11 10:21:51 +08:00 |
iaom
|
031ce8bbd8
|
增加索引目录时采用增量更新检验操作,避免重复索引
|
2023-04-04 09:07:49 +00:00 |
jixiaoxu
|
2760b30a2a
|
修复中文分词接口编译问题;
|
2023-03-20 15:34:05 +08:00 |
jixiaoxu
|
0725b5b097
|
中文分词接口统一处理;
|
2023-03-20 15:21:58 +08:00 |
iaom
|
308b9b642f
|
解决文件搜索插件判断索引状态有误的问题和文件图标获取失败的问题
|
2023-03-16 17:49:12 +08:00 |
iaom
|
d354773177
|
更新搜索服务接口,完善应用搜索和文件搜索机制
|
2023-03-15 16:46:00 +08:00 |
iaom
|
9b835b9686
|
优化inotify信号处理,解决若干由于信号处理不当导致的索引不正确问题
|
2023-02-27 05:48:08 +00:00 |
iaom
|
c6322feb77
|
增加unmount信号监听处理
|
2022-12-23 15:41:57 +08:00 |
iaom
|
77395a8627
|
修复反复开关索引导致的索引异常问题(偶现打开索引失败)
|
2022-12-21 07:05:49 +00:00 |
iaom
|
3af1582eb1
|
增加了一个用于调试的索引状态监控页面,可通过'ukui-search-service -m'打开.
|
2022-12-12 08:37:37 +08:00 |
iaom
|
37ab793367
|
解决添加和删除索引目录异常的问题
|
2022-12-08 17:41:55 +08:00 |
JunjieBai
|
6b06460e79
|
Add a switch for fuzzy search.
Add the logic to custom the search scope.
Modify the ui of search plugin of ukcc.
|
2022-12-07 17:52:17 +08:00 |
iaom
|
15c4331da8
|
解决首次索引后,重启后无法搜索部分文件的问题
|
2022-12-05 08:46:38 +00:00 |
iaom
|
495669c057
|
增加索引数据库版本号机制,版本号升级时将重建数据库
|
2022-12-02 07:23:22 +00:00 |
iaom
|
83f1b904ad
|
解决文件内容搜索详情页获取数据时偶现的崩溃问题
|
2022-11-30 16:19:18 +08:00 |
iaom
|
134d2039ec
|
增加文件内容模糊搜索功能,优化全局设置代码
|
2022-11-29 14:05:16 +08:00 |
iaom
|
3d8cebba41
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
iaom
|
51eb1798e2
|
修复内容搜索详情页加载图片失败导致的崩溃问题。
|
2022-11-17 11:38:01 +08:00 |
jixiaoxu
|
2b01ee0e80
|
修复QSqlDatabasePrivate::removeDatabase警告;修复部分内存泄露;修复QDir的entryInfoList方法在查找不存在目录时小概率崩溃的问题;
|
2022-10-19 17:11:05 +08:00 |
jixiaoxu
|
4d498eee0b
|
修复inotify-watch内存泄漏;修复部分Fortify检测代码问题;
|
2022-10-13 17:37:59 +08:00 |
iaom
|
ad3d677aa8
|
Add file system watcher(Encapsulate inotify).
|
2022-07-29 11:22:53 +08:00 |
iaom
|
46c7ab437c
|
增加索引删除功能。
|
2022-06-02 09:23:53 +08:00 |
iaom
|
1a440bf78f
|
调整索引建立和增加的逻辑,可以实现单独重建某个数据库。
|
2022-05-27 16:09:46 +08:00 |
hewenfei
|
4294019e28
|
新增解析uop格式文档,增加uof ppt文档解析粒度
|
2022-05-27 16:09:20 +08:00 |
iaom
|
a71a14ffbf
|
新增uof,uot,uos,ofd格式文件内容解析(不支持演示文稿).
|
2022-05-27 16:07:09 +08:00 |
iaom
|
cacf2b8fc8
|
修复了添加新的索引目录后可能会导致已经索引的内容搜不到的bug。
|
2022-05-27 14:34:04 +08:00 |
jixiaoxu
|
ea46fc8199
|
新增html文件文本内容解析及搜索功能;
|
2022-05-27 14:33:17 +08:00 |