Commit Graph

309 Commits

Author SHA1 Message Date
jixiaoxu 45915a06be 修复二进制解析文本问题; 2022-03-08 10:23:04 +08:00
baijunjie 91382784fd add the lock of the settings search. 2022-03-08 10:22:45 +08:00
baijunjie 0244b8f29b Modify the form of the htmlText in order to show the correct number of spacing.Modify the code format. 2022-03-08 10:18:22 +08:00
baijunjie 9c86647520 Add icons in the sourse file and use them as fallback icons. 2022-03-08 10:17:53 +08:00
iaom 0fea295bea Fix a potential bug in plugin interface. 2022-03-08 10:16:21 +08:00
baijunjie 5fb81dd1d9 Align the icon and the title in search list by overriding the drawControl method. 2022-03-08 10:15:40 +08:00
baijunjie 67c134bc17 Change the color of the lines which are on the detail page in night mode. 2022-03-08 10:13:44 +08:00
baijunjie 0d9197fa06 add the mail search plugin. 2022-03-08 10:04:16 +08:00
iaom 24a94db0c6 文件索引增加配置索引目录和黑名单功能;顺便解决了一点编译问题。 2022-03-04 15:15:07 +08:00
PengfeiZhang 5abd667bb8 Merge branch '0228ukss' into 'ukss-dev'
Add the DirWatcher Class.

See merge request kylin-desktop/ukui-search!266
2022-03-03 02:43:19 +00:00
iaom cfca21b857 Add app data iface. 2022-03-01 17:39:53 +08:00
baijunjie 2af31c6df7 Add the DirWatcher Class. 2022-03-01 10:37:03 +08:00
iaom 594371c274 修复队列未释放的问题. 2022-02-16 18:13:59 +08:00
iaom c4c657c3b4 Add app data code dir. 2022-02-11 11:06:10 +08:00
iaom c7117369b8 Add file search plugin demo; Optimized ukui search iface. 2022-01-24 09:44:42 +08:00
iaom b8dd42ad4a Optimized single application logic. 2022-01-20 15:04:17 +08:00
iaom 4dae1f2d90 Update ukui-service development files and libsearch.pro. 2022-01-18 17:43:13 +08:00
iaom ca249fbcb5 Revert "Add the default icon of the settings search item."
This reverts commit 28ca6873c1.
2022-01-18 10:54:38 +08:00
baijunjie 28ca6873c1 Add the default icon of the settings search item. 2022-01-18 10:49:57 +08:00
iaom 0e3f594028 Optimized search interface frame, add some annotation. 2022-01-12 18:01:59 +08:00
iaom cf20f35181 Add file search task plugin frame. 2022-01-11 16:20:40 +08:00
iaom a422c0cefa Add plugin manager for search task. 2021-12-31 17:38:02 +08:00
iaom 2d659cf164 Add search interface frame. 2021-12-28 15:56:41 +08:00
iaom e6cb935fc0 Change namespace. 2021-12-14 14:43:35 +08:00
baijunjie 9692ba6ca6 Refactoring the code of the setting search plugin. 2021-12-13 14:21:22 +08:00
iaom 02bdc54669 Add ukui-search-service. 2021-11-22 16:03:31 +08:00
jixiaoxu 8ef136bcbd 修复word、ppt、excel文件内容解析时的乱码问题; 2021-11-17 10:15:33 +08:00
iaom ba88374273 添加数据库搜索单次数量限制。 2021-11-11 14:01:15 +08:00
PengfeiZhang 83aeea4ad0 Merge branch '1110frontend' into 'new-frontend'
Adapt to the new version of XML file,add some restrictions.

See merge request kylin-desktop/ukui-search!198
2021-11-11 05:33:28 +00:00
baijunjie 905051dc98 Adapt to the new version of XML file,add some restrictions. 2021-11-11 10:50:33 +08:00
iaom 4083ee024d Fix merge error. 2021-11-11 10:03:57 +08:00
iaom e95136e6bb Optimize index switch logic. 2021-11-10 14:20:10 +08:00
PengfeiZhang 311983d9b2 Merge branch '1105frontend' into 'new-frontend'
Fix the problem that the name of the setting item was displayed incorrectly...

See merge request kylin-desktop/ukui-search!195
2021-11-10 06:05:47 +00:00
baijunjie 95466f7b4c Adapt to the new version of XML file. 2021-11-10 11:07:09 +08:00
baijunjie 9b745b0b60 Fix the problem that the name of the setting item was displayed incorrectly and problem that the duplicates are not removed from the English list. 2021-11-10 11:06:09 +08:00
iaom b50d51dfc8 Integrate blacklist function into Xapian database. 2021-11-10 10:20:16 +08:00
iaom 8e3855e95a Fix:Index init failed sometimes. 2021-11-08 09:39:03 +08:00
iaom c2905bc331 Delete content index if file content is empty. 2021-11-08 09:38:19 +08:00
jixiaoxu a095150f09 Fix double word can not search; 2021-11-08 09:38:19 +08:00
PengfeiZhang 13b269b989 Merge branch '1103frontend' into 'new-frontend'
The ukui-control center has modified the jump commands for project sp2 and...

See merge request kylin-desktop/ukui-search!185
2021-11-08 01:26:12 +00:00
jixiaoxu c44cea1ba3 Add selection after open path; 2021-11-05 10:38:04 +08:00
baijunjie 338ffe6dad The ukui-control center has modified the jump commands for project sp2 and project ukui-3.1,and the ukui-search needs to be modified accordingliy. 2021-11-03 11:53:48 +08:00
iaom 25bae31cff Add processing logic for encrypted files. 2021-10-29 14:34:07 +08:00
baijunjie b3c2ed7fec Determine whether the OpenXML file is encrypted. 2021-10-29 14:28:55 +08:00
jixiaoxu 7ecc6419a3 Add web search detail page; Change selection rules; Fix translation bug; Add web search plugin; Add some resouces; 2021-10-27 11:37:55 +08:00
iaom 26acf20077 Merge from dev-unity. 2021-10-19 11:14:35 +08:00
iaom d5ebf5a985 Fix:Term pos error when creat Xapian document. 2021-10-19 09:40:57 +08:00
PengfeiZhang 7c0e9f55a2 Merge branch '0929frontend' into 'new-frontend'
Fix:Application items cannot be found by using Pinyin and initials when the...

See merge request kylin-desktop/ukui-search!158
2021-10-08 07:24:30 +00:00
kirito e0cb6a46b3 Fix:Application items cannot be found by using Pinyin and initials when the system language is English. 2021-09-29 16:58:05 +08:00
kirito ac5a339307 Configuration items cannot be found by using Pinyin and initials when the system language is English. 2021-09-29 11:38:54 +08:00