Commit Graph

1234 Commits

Author SHA1 Message Date
iaom d947c274e8 适配主题的viewItem圆角效果。 2022-06-15 15:54:50 +08:00
iaom 3848939928 解决编译问题。 2022-06-14 20:46:36 +08:00
PengfeiZhang 0e952c7cde Merge branch '0601ukss' into 'ukss-dev'
Fix#114739 modify the right margin of the ukcc plugin.

See merge request kylin-desktop/ukui-search!330
2022-06-14 11:19:36 +00:00
Maomao43803 df324d19f4 Fix#114739 modify the right margin of the ukcc plugin. 2022-06-14 14:02:28 +08:00
PengfeiZhang 1939d5b865 Merge branch 'ukss-dev0510' into 'ukss-dev'
新增搜索服务应用数据库接口;新增搜索应用插件功能;搜索服务接口新增设置返回数据结构(应用搜索插件);目录结构优化等;

See merge request kylin-desktop/ukui-search!329
2022-06-14 01:19:34 +00:00
jixiaoxu 0004538ee3 新增搜索服务应用数据库接口;新增搜索应用插件功能;搜索服务接口新增设置返回数据结构(应用搜索插件);目录结构优化等; 2022-06-13 13:38:47 +08:00
PengfeiZhang b6a1e317f0 Merge branch 'ukss-dev-p' into 'ukss-dev'
修改ukuisearchtask与搜索插件的对于关系

See merge request kylin-desktop/ukui-search!328
2022-06-13 01:07:30 +00:00
hewenfei 6d419424bf 修改搜索服务searchtask与搜索插件的对应关系. 2022-06-13 08:58:59 +08:00
iaom 49dee904ce 规避主题对QTreeView的一些额外处理导致的样式问题。 2022-06-10 17:37:28 +08:00
iaom b3ae61cea6 Update version for libchinese-segmentation. 2022-06-10 17:33:09 +08:00
纪笑旭 78fb35c8e1 Merge branch 'ukss-dev' into 'ukss-dev'
修改滚动条样式。

See merge request kylin-desktop/ukui-search!326
2022-06-06 07:11:56 +00:00
iaom 15f4461aec 修改滚动条样式。 2022-06-06 14:52:59 +08:00
PengfeiZhang 1d32a7f831 Merge branch 'ukss-dev' into 'ukss-dev'
修改ukcc插件UI问题。

See merge request kylin-desktop/ukui-search!325
2022-06-06 03:34:02 +00:00
iaom 1e3e169e16 修改ukcc插件UI问题。 2022-06-06 11:26:55 +08:00
纪笑旭 4eb89f71f3 Merge branch 'ukss-dev' into 'ukss-dev'
增加索引删除功能。

See merge request kylin-desktop/ukui-search!324
2022-06-06 03:15:56 +00:00
PengfeiZhang e6cf930be3 Merge branch '0601ukss' into 'ukss-dev'
Added the transmission of the removeIndexItem signal during umounting.

See merge request kylin-desktop/ukui-search!323
2022-06-02 02:45:15 +00:00
iaom 46c7ab437c 增加索引删除功能。 2022-06-02 09:23:53 +08:00
Maomao43803 3c7c6e503b Added the transmission of the removeIndexItem signal during umounting. 2022-06-01 13:49:07 +08:00
PengfeiZhang e94fc38c92 Merge branch '0530ukss' into 'ukss-dev'
Add the default indexable dir.

See merge request kylin-desktop/ukui-search!322
2022-05-31 08:05:46 +00:00
baijunjie 0fe176a286 Add the default indexable dir.
Add the encapsulation of the singles in dir-watcher.
Modify the removeIndexableListItem, add some locks.
2022-05-31 10:48:45 +08:00
iaom c69c04207b Remove useless code. 2022-05-30 09:29:53 +08:00
baijunjie e59c369221 Use gio to check the udisk device instead of dbus. 2022-05-27 16:10:00 +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
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
baijunjie a34a781d3d Modify the logic of the appendIndexableListItem() method, add some commit, modify the handleDisk() method and the mountRemoveCallback() method. 2022-05-27 14:34:37 +08:00
iaom cacf2b8fc8 修复了添加新的索引目录后可能会导致已经索引的内容搜不到的bug。 2022-05-27 14:34:04 +08:00
baijunjie 3f561c8ad7 remove some dir from blacklist of index. 2022-05-27 14:33:43 +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
纪笑旭 36808d7ff6 Merge branch 'ukss-dev' into 'ukss-dev'
修改版本号机制,修改插件版本校验机制。

See merge request kylin-desktop/ukui-search!321
2022-05-27 02:12:17 +00:00
iaom cb1201a283 修改版本号机制,修改插件版本校验机制。 2022-05-27 09:42:15 +08:00
iaom 6009d862ca 解决翻译问题。 2022-05-25 11:18:04 +08:00
纪笑旭 6d060e2c0b Merge branch 'ukss-dev' into 'ukss-dev'
结果列表添加tooltips.

See merge request kylin-desktop/ukui-search!320
2022-05-25 01:10:04 +00:00
iaom 39e9e66209 结果列表添加tooltips. 2022-05-24 17:42:03 +08:00
iaom b181ed4fcf 搜索应用desktop文件添加NotShowIn=UKUI. 2022-05-23 10:24:28 +08:00
PengfeiZhang 8fdf3e45a9 Merge branch '0519ukss' into 'ukss-dev'
Fix#120349 the show more label's icon has wrong display.

See merge request kylin-desktop/ukui-search!319
2022-05-20 01:32:57 +00:00
Maomao43803 3735c83858 Fix#120349 the show more label's icon has wrong display. 2022-05-19 17:54:03 +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
纪笑旭 3b888a24e8 Merge branch 'ukss-dev' into 'ukss-dev'
优化结果列表字体绘制方法,避免文字位置显示错误;增加treeview圆角效果; 调整UI圆角大小。

See merge request kylin-desktop/ukui-search!318
2022-05-19 06:08:52 +00:00
iaom 9c9161d9f3 优化结果列表字体绘制方法,避免文字位置显示错误;
增加treeview圆角效果;
调整UI圆角大小。
2022-05-19 13:47:54 +08:00
纪笑旭 7b9dbaaf92 Merge branch 'ukss-dev' into 'ukss-dev'
更换ukcc插件图标.

See merge request kylin-desktop/ukui-search!316
2022-05-19 01:56:46 +00:00
iaom bc8373d025 更换ukcc插件图标. 2022-05-19 09:48:50 +08:00
jixiaoxu 32c3747818 修复分词问题; 2022-05-18 18:39:20 +08:00