Commit Graph

358 Commits

Author SHA1 Message Date
iaom 1a440bf78f 调整索引建立和增加的逻辑,可以实现单独重建某个数据库。 2022-05-27 16:09:46 +08:00
hewenfei 4294019e28 新增解析uop格式文档,增加uof ppt文档解析粒度 2022-05-27 16:09:20 +08:00
hewenfei 04267253a6 新增解析uof格式ppt文档 2022-05-27 16:07:31 +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
baijunjie 91bcdd6c18 Add the ukui-search-dir-manager process which is instead of dir-watcher to solve the qSettings conflict in the case of multiple processes. 2022-05-27 14:32:01 +08:00
baijunjie fc4fc82cab Fix: there's something wrong when the index path which will be added is not exists or is already be added. 2022-05-27 14:25:38 +08:00
iaom 6e7ca5e35c 文件索引改为白名单形式. 2022-05-27 14:25:04 +08:00
baijunjie a7cec2da4f Add the dbus interface of dir watcher for file index. 2022-05-27 14:22:50 +08:00
iaom 407251b865 Modified file index switch gsettings. 2022-05-27 14:22:28 +08:00
纪笑旭 772458b8da Merge branch '0516ukss' into 'ukss-dev'
Encapsulate the basic interface of cppjieba.

See merge request kylin-desktop/ukui-search!313
2022-05-27 02:26:41 +00:00
iaom cb1201a283 修改版本号机制,修改插件版本校验机制。 2022-05-27 09:42:15 +08:00
iaom 6009d862ca 解决翻译问题。 2022-05-25 11:18:04 +08:00
baijunjie 7daa82e66f Encapsulate the basic interface of cppjieba and hanzi to pinyin.
Use the perfect forword to optimize the 'isMultiTone' interface.
2022-05-19 14:32:31 +08:00
hewenfei 130c46508b 增加文件搜索插件标签搜索功能 2022-04-28 15:49:51 +08:00
PengfeiZhang f76f8c8d14 Merge branch 'ukss-dev-content' into 'ukss-dev'
1.新增内容搜索插件,2.新增搜索错误信号

See merge request kylin-desktop/ukui-search!299
2022-04-28 07:26:53 +00:00
hewenfei 95ccbf787f 根据review意见更改部分代码 2022-04-26 14:33:06 +08:00
hewenfei d5ddceee51 增加搜索错误信号,通知调用者搜索异常的信息 2022-04-26 10:43:02 +08:00
PengfeiZhang 8ada095f21 Merge branch 'ukss-dev' into 'ukss-dev'
去掉不需要的黑名单判断代码

See merge request kylin-desktop/ukui-search!297
2022-04-26 02:29:27 +00:00
hewenfei 55858964aa 删除文件索引搜索不需要的黑名单判断 2022-04-25 13:51:40 +08:00
hewenfei 338a090081 新增文件内容搜索插件 2022-04-25 11:16:25 +08:00
纪笑旭 3fd06b9569 Merge branch 'ukss-dev' into 'ukss-dev'
索引搜索的权重相同的结果项按照修改时间新->旧排列。

See merge request kylin-desktop/ukui-search!293
2022-04-19 01:18:32 +00:00
iaom ffd72cbaba 索引搜索的权重相同的结果项按照修改时间新->旧排列。 2022-04-19 09:16:20 +08:00
jixiaoxu ad86d9b3ad 网页搜索占位图替换,尺寸修改; 2022-04-18 16:59:11 +08:00
jixiaoxu 42f7043f6b 文本内容搜索扩展OCR功能; 2022-04-13 13:46:30 +08:00
iaom 8661d1393b 修改了一处命名。 2022-04-11 17:46:13 +08:00
iaom 1135c48abf 修复索引关闭时取消监听不完全的问题。 2022-04-09 17:32:25 +08:00
PengfeiZhang 539dd6529b Merge branch '0328ukss' into 'ukss-dev'
Story#8966:the '/data' directory can be searched by direct search.

See merge request kylin-desktop/ukui-search!282
2022-04-09 08:35:43 +00:00
baijunjie 5e818464c8 Story#8966:the '/data' directory can be searched by direct search. 2022-04-08 11:15:18 +08:00
iaom b7e8221922 修复了一些小错误. 2022-04-07 15:45:40 +08:00
hewenfei 50bee43617 修改判斷搜索對象的邏輯 2022-03-30 14:46:59 +08:00
hewenfei 8e68962393 1.每个task只发送一次finish信号。2.设置直接搜索时的最大返回结果数量 2022-03-25 14:09:34 +08:00
hewenfei c4fb3123b2 1.使用索引搜索home目录下的文件。2.增加指定结果集数量接口 2022-03-25 09:40:56 +08:00
iaom baaac7a4dc 增加文件索引状态查询功能;优化文建索引启动校验逻辑。 2022-03-17 15:40:55 +08:00
iaom fb7852e8fe 修复了一个愚蠢的错误。 2022-03-15 14:41:37 +08:00
iaom 4e3a9d93c6 使用信号量控制进程顺序,规避由于首次索引时间过长导致inotify队列过长问题。 2022-03-15 13:53:38 +08:00
iaom 5a02265302 增加了一些插件加载时的调试日志。 2022-03-14 16:27:58 +08:00
iaom 565f490035 解决合并代码后的编译问题,更新翻译文件。 2022-03-08 14:50:48 +08:00
jixiaoxu 577d4f6050 修复一处gio资源释放问题; 2022-03-08 10:41:43 +08:00
Jinxujie f356ca340a 搜索引擎跟随控制面板图标 2022-03-08 10:41:34 +08:00
jixiaoxu 47af66e682 优化多音字字典存储数据结构;部分代码及注释整理; 2022-03-08 10:40:33 +08:00
iaom fb7811e417 Fix some debuild problems caused by libquazip5-dev and QPainterPath. 2022-03-08 10:37:14 +08:00
iaom 5fd3da4bb5 Update version. 2022-03-08 10:36:09 +08:00
baijunjie af3ea26b0a Fix the incorrectly display of the ToolTip. 2022-03-08 10:34:44 +08:00
jixiaoxu 00a349e41b Bug#106039 展开收起图标未反白;替换网页搜索详情页占位图; 2022-03-08 10:34:31 +08:00
iaom 655fe1ae9f Update search plugin interface, add stop search function. 2022-03-08 10:34:11 +08:00
jixiaoxu 2e668d374a 新增OCR功能后端;修复内存泄漏一处; 2022-03-08 10:32:11 +08:00
baijunjie 607e021bfc Add the default icon of the settings search item. 2022-03-08 10:23:21 +08:00
jixiaoxu 45915a06be 修复二进制解析文本问题; 2022-03-08 10:23:04 +08:00