Commit Graph

633 Commits

Author SHA1 Message Date
iaom 77a3164ee5
Merge pull request #266 from iaom/0615-new-frontend
Add translations.
2021-06-15 11:15:10 +08:00
iaom a6c1c2e20b Add translations. 2021-06-15 11:11:45 +08:00
iaom 18c0fb1048
Merge pull request #265 from iaom/0612-dev
Update code.
2021-06-12 14:54:42 +08:00
iaom d4939e118d Optimized pending file queue process logic. 2021-06-11 19:58:32 +08:00
Zhai Kangning 00365d291c Merge branch '0607-dev' into 'dev-unity'
Optimization of Jieba keyword extraction; Optimize memory and efficiency;

See merge request kylin-desktop/ukui-search!21
2021-06-11 07:27:25 +00:00
PengfeiZhang 2c01645f1d Merge branch '0611-dev' into 'dev-unity'
Fix ui bugs.

See merge request kylin-desktop/ukui-search!25
2021-06-11 05:39:01 +00:00
zhangjiaping cf5d52c4ea Exchange quickly open app 2021-06-11 11:50:54 +08:00
zhangjiaping 13cda837b7 Fix ui bugs.
Link:http://172.17.66.192/biz/bug-view-60982.html
Link:http://172.17.66.192/biz/bug-view-61034.html
2021-06-11 11:45:07 +08:00
iaom b9da7ad708 Add inotify events queue for merging events. 2021-06-10 20:43:57 +08:00
iaom 7f38153f16
Merge pull request #263 from iaom/0525-dev
Add file search internal plugins.
2021-06-09 17:33:21 +08:00
PengfeiZhang 349130657c Merge branch '0608-dev' into 'dev-unity'
Fix#60232:Show more label is blocked by scrollbar.

See merge request kylin-desktop/ukui-search!23
2021-06-08 12:45:00 +00:00
zhangjiaping 92cee68e4b Fix#60232:Show more label is blocked by scrollbar. 2021-06-08 20:06:12 +08:00
rookie-J b5b3926320 Optimization of Jieba keyword extraction; Optimize memory and efficiency 2021-06-07 15:37:06 +08:00
张佳萍 5cbb5008c6
Merge pull request #261 from iaom/0531-dev-main
Make a slight adjustment to the UI.
2021-06-05 14:11:06 +08:00
iaom 3a1609067e Make a slight adjustment to the UI. 2021-06-05 13:40:50 +08:00
纪老师 04de63bac7
Merge pull request #259 from iaom/0531-dev-main
Use shared memory to synchronous the path map between inotify-index subprocess and main process.
2021-06-04 19:05:26 +08:00
iaom 5692fe6505 Use shared memory to synchronous the path map between inotify-index subprocess and main process. 2021-06-04 16:38:02 +08:00
iaom 63276dd477
Merge pull request #257 from mammonsama666/0603-dev
Feat: #33347 #33346 #33337
2021-06-03 18:57:36 +08:00
zhangjiaping f29b36b91c Feat: #33347 #33346 #33337 2021-06-03 15:32:32 +08:00
纪老师 6856232d51
Merge pull request #254 from iaom/0531-dev-main
Add a new thread pool for first index instead of using global thread pool.
2021-06-02 16:00:42 +08:00
iaom 900b666154 Add a new thread pool for first index instead of using global thread pool. 2021-06-02 15:17:27 +08:00
iaom aa12241e7c
Merge pull request #253 from mammonsama666/0531-dev
Fix: Files & folders are not searched when resaerch on index created.
2021-06-01 20:39:50 +08:00
zhangjiaping daac503946 Fix: Files & folders are not searched when resaerch on index created.
修复创建索引重搜时搜索结果不包含文件和文件夹的问题
Link:http://172.17.66.192/biz/bug-view-58581.html
Link:http://172.17.66.192/biz/bug-view-58574.html
Link:http://172.17.66.192/biz/bug-view-57417.html
2021-06-01 20:35:25 +08:00
纪老师 83ff5325f6
Merge pull request #249 from iaom/0531-dev-main
[FIX]: Offset info error in keyword extraction.
2021-05-31 16:38:54 +08:00
iaom c85a4a5d27 [FIX]: Offset info error in keyword extraction. 2021-05-31 14:56:59 +08:00
iaom 63e81d08a2
Merge pull request #248 from ukui/v10sp1-dev
Merge from v10sp1-dev for app search optimization.
2021-05-31 14:32:33 +08:00
iaom bfb1d518f6
Merge pull request #246 from rookie-J/0506-dev
Optimize xml-file treatment; Optimize jieba escape character;
2021-05-31 14:18:12 +08:00
fensite 691981bcc0
Merge pull request #247 from iaom/0530-dev-sp1
Optimezed function of app search.
2021-05-30 11:52:56 +08:00
iaom 79a2fdcce5 Update changelog. 2021-05-30 11:28:23 +08:00
iaom f36c3b0bf7 Optimezed function of app search. 2021-05-30 11:28:04 +08:00
fensite 923f913ad2
Merge pull request #245 from iaom/0512-dev
Some optimization.
2021-05-29 11:16:13 +08:00
fensite 2154e5cae0
Update search-manager.cpp 2021-05-28 17:33:15 +08:00
rookie-J e01552618d Optimize xml-file treatment; Optimize jieba escape character; 2021-05-28 15:55:26 +08:00
Mouse Zhang 8e3fd0b1d1
Update search-manager.cpp 2021-05-28 15:49:49 +08:00
iaom a6d98d5085 Some optimization. 2021-05-28 14:22:17 +08:00
iaom 1ab8001445 Add modify time in result info. 2021-05-28 10:16:28 +08:00
iaom c643518001 Add file search internal plugins. 2021-05-27 21:10:11 +08:00
iaom 8e440ccb02
Merge pull request #244 from mammonsama666/0526-frontend
feat(frontend): Complete some functions of new frontend.
2021-05-27 21:00:22 +08:00
zhangjiaping 3573c4d86a feat(frontend): Complete some functions of new frontend.
Description: 完善重构版前端部分原有功能,如字体适配、展开收起、历史记录等

Log: 完善重构版前端部分原有功能,如字体适配、展开收起、历史记录等
2021-05-27 10:25:15 +08:00
iaom b3eaec9c88
Merge pull request #243 from mammonsama666/0525-frontend
Complete some API & Optimize ui.
2021-05-25 19:57:45 +08:00
zhangjiaping 93692a3469 Complete some API & Optimize ui. 2021-05-25 19:42:40 +08:00
iaom f1af679133
Merge pull request #242 from mammonsama666/new-frontend
feat(frontend): Rebuild frontend & implement plugins interface.
2021-05-24 20:39:21 +08:00
iaom bb17943e1d
Merge pull request #235 from rookie-J/0506-dev
Reduce resident memory and first-index running memory.
2021-05-24 20:36:52 +08:00
zhangjiaping c9079b067d feat(frontend): Rebuild frontend & implement plugins interface.
Description: 前端重构与插件接口实现

Log: 前端重构与插件接口实现
2021-05-22 21:29:43 +08:00
rookie-J 82a8d61cd1 Add file size judgment; Optimize the reference of Jieba function; Fix the default storage path of Jieba temporary files; 2021-05-22 09:18:35 +08:00
Mouse Zhang 823130fa8b
Merge pull request #240 from iaom/main
Update changelog.
2021-05-20 14:13:51 +08:00
iaom 0b0d0c98bf Update changelog. 2021-05-20 09:41:06 +08:00
Mouse Zhang a7c098934c
Merge pull request #238 from sunfengsheng/main
Can search kde,mate,LX
2021-05-20 08:59:30 +08:00
Mouse Zhang 1f81c9bcb5
Merge pull request #237 from iaom/0512-dev
Fix: Automatic completion won't work in next search after clicked actions in detial widget.
2021-05-20 08:59:16 +08:00
iaom d9720d2b67 Modified search plugin iface. 2021-05-19 14:29:26 +08:00