Commit Graph

352 Commits

Author SHA1 Message Date
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
jixiaoxu b9b206cb3a Add web search selection with no result; App search fix bug; 2021-09-24 15:35:47 +08:00
jixiaoxu 95955e5d92 Fix detail page content display bug; 2021-09-23 20:49:21 +08:00
kirito cf1cb802f4 Resolve the problems raised by the Code review meeting.
Fix:the commonly&recently entry in homepage do not refresh; unknown application item is shown in homepage;the type of result is mistakenly identified.
the unknown icon will get from a obsolute path.
2021-09-23 15:51:09 +08:00
iaom ce5c804a11 Add pop up window for file search plugin. 2021-09-23 10:31:13 +08:00
iaom 9998b87f29 Fix: Black list wont't work when block home location. 2021-09-15 14:47:08 +08:00
PengfeiZhang dc6c7625f6 Merge branch '0908dev' into 'dev-unity'
Fix the problem of incomplete file name display.

See merge request kylin-desktop/ukui-search!133
2021-09-15 01:22:44 +00:00
iaom ac8013e047 Optimized app search. 2021-09-14 10:22:18 +08:00
iaom c94f70e042 Fix: Wrong display of some files' icons. 2021-09-13 21:05:49 +08:00
baijunjie 70d7135e54 Merge branch '0908dev' into 'dev-unity'
Fix: incomplete file name display;the contents of some files are not fully displayed.
2021-09-13 20:43:30 +08:00
jixiaoxu 81ad29c4de Extend app search timeout; 2021-09-13 19:46:39 +08:00
iaom 4f3c134cc7 Optimized desktop files parser in app search. 2021-09-10 15:03:50 +08:00
iaom 091dac9d73 Fix: UI stuck occasionally. 2021-09-08 15:31:47 +08:00
iaom ea93efee7a Merge from dev-unity. 2021-09-07 17:53:19 +08:00
iaom d216398c82 Fix: Index error when process a whole dir. 2021-09-07 17:11:23 +08:00
iaom c877f83d4b Fix : Index crash when meet encrypt .doc files. 2021-08-27 18:07:42 +08:00
纪笑旭 af28835640 Merge branch '0720-newfrontend' into 'new-frontend'
Merge from dev-unity and update app search.

See merge request kylin-desktop/ukui-search!111
2021-08-26 12:24:07 +00:00
iaom d48fe5e52e Update app search. 2021-08-26 19:59:31 +08:00
Zihao Zhang d2491180b1 delete ')' 2021-08-26 03:28:39 +00:00
zhangzihao d721df0784 Add keyword bord. Remove description hint. 2021-08-26 11:22:10 +08:00
zhangzihao 3efb8f66a6 Add note search plugin. 2021-08-26 08:20:38 +08:00
iaom 96cc2b3bd0 Merge from dev-unity. 2021-08-25 18:00:53 +08:00
iaom d9ac480ae1 Fix:Wrong mutex operation in search-manager. 2021-08-24 17:14:28 +08:00
jixiaoxu 86c5ce7e73 Set settings search not distinguish Chinese and English; Fix settings search results with '/'; 2021-08-23 19:37:17 +08:00
iaom 1e0f66c8ff Merge from dev-unity. 2021-08-20 16:03:51 +08:00
PengfeiZhang 87eccf6dc4 Merge branch '0818dev' into 'dev-unity'
fix the question that the keyword will be cut off in the resultPage of the file content search.

See merge request kylin-desktop/ukui-search!99
2021-08-20 06:04:45 +00:00
baijunjie a7e296ca0c fix the question that the keyword will be cut off in the resultPage of the file content search. 2021-08-20 10:10:46 +08:00
iaom 359af667fc Update pinyinWithoutTone.txt. 2021-08-19 10:45:51 +08:00
iaom 27da9f3a0e Update app search. 2021-08-11 09:34:32 +08:00
iaom e245fccd11 Optimize the application search plug-in code. 2021-08-10 17:50:50 +08:00
baijunjie@kylinos.cn cc3cd423f9 make a snippet without cut cjk char 2021-08-06 17:45:28 +08:00
iaom ea5242b921 Update UI;Update internal plugins. 2021-08-06 10:54:48 +08:00
jixiaoxu ba0e71c23d Add order of best match results;Fix best match dissplay bug; 2021-08-03 16:08:30 +08:00
jixiaoxu ddc4aff954 Add best matches; Fix best list bug; 2021-08-02 13:46:59 +08:00
iaom 7d569715ea Add internal plugin detail pages;
Modified debian files.
2021-07-31 16:12:04 +08:00
iaom 0894cd56a8 Merge from dev-unity. 2021-07-20 11:28:36 +08:00
iaom 303c1fee6c Update binary-parser.cpp. 2021-07-19 14:09:35 +08:00
iaom deea743dec Add preview page iface. 2021-07-08 18:53:16 +08:00
Zhai Kangning ee3060f30f Update file-utils.cpp 2021-07-07 06:20:22 +00:00
iaom 7f04d303f2 Update file-utils.cpp/isOrUnder method. 2021-07-07 10:23:59 +08:00
iaom 37fa621452 [Fix] Path inclusive relation judgment incorrectly. 2021-07-06 16:53:32 +08:00
iaom 29e8968938 Add actions. 2021-07-05 14:27:14 +08:00
iaom f99ce401e6 Add a preview page plugin iface. 2021-07-03 16:49:37 +08:00
iaom 7fb1dba37f Merge from dev-unity 2021-07-03 16:07:17 +08:00
iaom 272d707230 [Fix] Creat fifo error sometimes. 2021-07-01 19:37:37 +08:00
iaom 099779fdc7 Merge from dev-unity 2021-06-30 16:24:45 +08:00
PengfeiZhang edfe1a0d4b Merge branch '0621-dev' into 'dev-unity'
Add a systembus iface for add inotify_max_user_instance, avoid inotify_init fail.

See merge request kylin-desktop/ukui-search!50
2021-06-30 03:08:33 +00:00
PengfeiZhang 8f35f1dfa1 Merge branch '0607-dev' into 'dev-unity'
Fix a bug(continue->break)

See merge request kylin-desktop/ukui-search!48
2021-06-30 02:21:17 +00:00
iaom 2daf23f7bd Add a systembus iface for add inotify_max_user_instance, avoid inotify_init fail. 2021-06-30 10:09:25 +08:00
jixiaoxu e3ffea6ea6 Fix a bug(break->continue) 2021-06-30 09:03:00 +08:00
iaom eef1f4e10f Merge from dev-unity 2021-06-29 14:00:05 +08:00
PengfeiZhang 316a4ae815 Merge branch '0607-dev' into 'dev-unity'
Fix a bug for app match;

See merge request kylin-desktop/ukui-search!46
2021-06-28 12:00:36 +00:00
rookie-J 4b02fdbb34 Fix a bug for app match; 2021-06-28 19:38:27 +08:00
PengfeiZhang 91c13ca43d Merge branch '0621-dev' into 'dev-unity'
[Fix] Tray icon click won't work after Win+D; Close inotify fd after closed file index service.

See merge request kylin-desktop/ukui-search!42
2021-06-26 06:47:59 +00:00
PengfeiZhang 89e06e6e92 Merge branch '0607-dev' into 'dev-unity'
Optimization of IDF dictionary loading mode; Limit the maximum number of words segmentation; Other optimization;

See merge request kylin-desktop/ukui-search!38
2021-06-26 06:42:55 +00:00
iaom d3181a36f2 Close inotify fd after closed file index service. 2021-06-25 16:30:46 +08:00
rookie-J bbf27b9d5f Optimization of IDF dictionary loading mode; Limit the maximum number of words segmentation; Other optimization; 2021-06-23 15:50:19 +08:00
iaom 5833658c82 Merge from dev-untiy. 2021-06-19 15:55:22 +08:00