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
iaom
26acf20077
Merge from dev-unity.
2021-10-19 11:14:35 +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
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
iaom
091dac9d73
Fix: UI stuck occasionally.
2021-09-08 15:31:47 +08:00
zhangzihao
d721df0784
Add keyword bord. Remove description hint.
2021-08-26 11:22:10 +08: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
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
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
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
eef1f4e10f
Merge from dev-unity
2021-06-29 14:00:05 +08:00
iaom
d3181a36f2
Close inotify fd after closed file index service.
2021-06-25 16:30:46 +08:00
iaom
5833658c82
Merge from dev-untiy.
2021-06-19 15:55:22 +08:00
iaom
b9da7ad708
Add inotify events queue for merging events.
2021-06-10 20:43:57 +08:00
rookie-J
e01552618d
Optimize xml-file treatment; Optimize jieba escape character;
2021-05-28 15:55:26 +08:00
iaom
c643518001
Add file search internal plugins.
2021-05-27 21:10:11 +08:00
iaom
2f0e34774f
Add namespace 'Zeeker';
...
Add plugin iface;
Add libchinese-segmentation-dev package;
Update translations.
2021-04-30 16:28:50 +08:00
zhangzihao
422c73fd1e
Format code style.
2021-04-26 15:06:47 +08:00
Mouse Zhang
ffb51b9d17
Add direct search without index.
2021-04-16 15:35:54 +08:00
Mouse Zhang
154203f44b
Move headers' reference from source files to header files.
2021-04-16 11:20:14 +08:00
iaom
d3caad4f56
Add support for pdf in file parser.
2021-04-15 09:19:36 +08:00
iaom
5a73c03d90
Add support for xlsx pasering.
2021-04-13 14:53:55 +08:00
iaom
270f959c38
Trying to optimize xml parser.
2021-04-13 13:57:02 +08:00
iaom
f1485deeac
Add support for 'pptx'.
2021-04-08 16:11:58 +08:00
iaom
05fe8b5b85
Try to reduce the memory footprint a little bit.
2021-03-16 17:21:10 +08:00
iaom
3daf5ceab9
Optimized file content parser.
2021-03-04 14:10:00 +08:00
MouseZhangZh
361df062be
Upload a new chinese segmentation lib --friso
2021-02-19 10:46:53 +08:00
zhangpengfei
a01e7000bd
[FIX]Used uchardet_delete too early.
2021-02-07 10:11:30 +08:00
zhangpengfei
ef755ef9de
[Fix]Translation install fail issue; Optimized txt files parsing function.
2021-02-04 19:46:37 +08:00
zhangpengfei
ee7ff13017
[FIX] Compute the md5 in the wrong way.错误的计算了md5值。
2021-02-02 14:05:32 +08:00
zhangpengfei
39a6382377
Update copyright.
2021-01-29 11:43:07 +08:00
zhangzihao
fc283322b7
Removed inotify on home and modified index status
2021-01-22 17:15:43 +08:00
zhangzihao
add5b7bb46
Add named pipe to control the order of two child process.
2021-01-22 09:49:44 +08:00
zhangjiaping
ac93b02abc
feat(frontend): Adapt ukui-kwin.
...
Description: 适配窗管的无边框策略
Log: 适配窗管的无边框策略
2021-01-20 15:33:49 +08:00
zhangpengfei
9350b32a6e
Optimized docx parsing method;
...
Optimized file content search method;
2021-01-19 20:59:46 +08:00
zhangzihao
5790b5692c
Try fixing occupied too much memory issue.
2021-01-19 19:26:39 +08:00
zhangpengfei
cd41c9eaf1
More text file encoding formats are supported;
...
Update changelog.
2021-01-14 20:56:14 +08:00
zhangjiaping
22e1331c99
fix(frontend): Fix ui bugs for detail widget.
...
Description: 修复详情页显示不全和不换行的Bug
Log: 修复详情页显示不全和不换行的Bug
Bug: http://172.17.66.192/biz/bug-view-33617.html
2021-01-14 15:19:25 +08:00
zhangpengfei
d7ff0e2a31
Add system tray icon.
2021-01-13 18:35:48 +08:00
zhangpengfei
6158b46487
[FIX] Block dir won't take effect issue;
...
Remove '\n' when get text content.
2021-01-12 16:07:50 +08:00
zhangpengfei
63f945ee17
Add remove block dir function.
2021-01-10 09:23:02 +08:00