Commit Graph

47 Commits

Author SHA1 Message Date
sunfengsheng 0f9f1b90cd Application Search Optimization 2021-03-05 08:43:02 +08:00
iaom fbb15e4a14 [FIX] Updating status with QSettings will get stuck sometimes. 2021-02-25 14:40:44 +08:00
zhangpengfei ca3d633527 [FIX] Function sigset in main.cpp is useless,first-index will often be called. 2021-02-21 11:41:20 +08:00
MouseZhangZh 361df062be Upload a new chinese segmentation lib --friso 2021-02-19 10:46:53 +08:00
zhangjiaping c47efa1ab1 fix(frontend): QFileDialog is incompletely translated.
Description: 修复文件选择弹窗汉化不完整的bug

Log: 修复文件选择弹窗汉化不完整的bug
Bug: http://172.17.66.192/biz/bug-view-35800.html
2021-02-02 15:15:37 +08:00
zhangpengfei 39a6382377 Update copyright. 2021-01-29 11:43:07 +08:00
zhangjiaping 1419307e97 Optimize part of single-application. 2021-01-29 09:27:02 +08:00
zhangjiaping 749b101968 feat(frontend): Set fixed geometry for mainwindow.
Description: 固定主界面位置在任务栏附近

Log: 固定主界面位置在任务栏附近
2021-01-26 18:43:03 +08:00
zhangjiaping f62c5dd289 fix(frontend): Retract button is not reset when get new result.
Description: 修复收起按钮未重置的问题和ukui-search -s拉起不显示主界面的bug

Log: 修复收起按钮未重置的问题和ukui-search -s拉起不显示主界面的bug
Bug: http://172.17.66.192/biz/bug-view-35227.html http://172.17.66.192/biz/bug-view-33087.html
2021-01-26 16:22:03 +08:00
zhangzihao e6ebd8ec9e Changed _exit to exit. 2021-01-23 11:32:18 +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
zhangzihao 501e252bf7 Adjust the logic between parent and child processes, named pipes to be added. 2021-01-21 21:05:53 +08:00
zhangpengfei 452896a354 Creat two sub-processes for file index to reduce the resource consumption(ongoing). 2021-01-21 13:50:21 +08:00
zhangjiaping ac93b02abc feat(frontend): Adapt ukui-kwin.
Description: 适配窗管的无边框策略

Log: 适配窗管的无边框策略
2021-01-20 15:33:49 +08:00
zhangzihao 5790b5692c Try fixing occupied too much memory issue. 2021-01-19 19:26:39 +08:00
zhangpengfei 20efcc67af Try fixing occupied too much memory bug. 2021-01-19 10:44:28 +08:00
zhangpengfei e554789059 Modified mode of search thread exit. 2021-01-11 20:49:42 +08:00
张佳萍 c991679741
Merge branch 'main' into 0111-dev 2021-01-11 20:38:38 +08:00
zhangjiaping 51fd7e19bf feat(searchList): Confirm interface with backend.
Description: 接口对接

Log: 接口对接
2021-01-11 20:34:51 +08:00
zhangzihao e046b609f1 add the feature of database won't be rebuild after restart and fix some bugs 2021-01-11 16:59:50 +08:00
zhangpengfei 929063645b Modified file search interface and index interface. 2021-01-10 15:59:17 +08:00
zhangzihao e2fd50baa1 add inotify create or delete index and fix first index makes the size of database increase unlimitedly 2021-01-10 09:01:22 +08:00
zhangzihao 4fa288b97a add multithread build index and our config file have some problems 2021-01-09 11:25:07 +08:00
zhangpengfei d01cbe31bb [FIX] Translation files(*.qm) can not be generated issue.
Add desktop file,and some minor repairs.
2021-01-07 15:21:53 +08:00
zhangpengfei 5b11ba39c6 Update debian files and some interface optimization. 2021-01-06 17:42:35 +08:00
iaom 576e2760ac
Merge branch 'main' into 0106-dev 2021-01-06 14:49:20 +08:00
zhangzihao 842fe557bb 💩💩💩add class ukui-search-qdbus and turn PWD to OUT_PWD 2021-01-06 14:14:38 +08:00
zhangjiaping 33608a71ab feat(mainwindow): Show mainwindow when setting widget closed.
Description: 设置界面关闭时重新显示主界面

Log: 设置界面关闭时重新显示主界面
2021-01-06 11:21:19 +08:00
zhangjiaping 8b011bf847 feat(searchList): Add keyword highlight.
Description: 关键字高亮

Log: 关键字高亮
2021-01-06 09:59:08 +08:00
zhangpengfei afe162eb62 Add debian related files. 2021-01-06 08:57:21 +08:00
zhangzihao 804404f183 add gsettings which key is transparency 2021-01-04 14:21:45 +08:00
zhangzihao 6c535a8f26 add globalsetting and something(blockddirs and messagelist refact) incompeleted 2021-01-03 16:58:26 +08:00
zhangpengfei 601f9d636d Optimized text content search. 2021-01-03 16:01:35 +08:00
zhangpengfei 9ee1b37693 Store the content text for search and generate snippets when performing text content search. 2021-01-02 17:21:38 +08:00
zhangpengfei c1b8818144 Add file content index and search funtion(lib). 2020-12-31 21:14:13 +08:00
zhangpengfei d8ff48bef1 Repair project structure. 2020-12-30 15:31:36 +08:00
zhangpengfei d1c338dcf9 Rebuild project structure. 2020-12-30 14:42:04 +08:00
zhangpengfei 3d4c4df712 Add docx parser. 2020-12-29 20:18:36 +08:00
zhangjiaping 65021e829c feat(homepage): Add MousePressEvent to homepage items.
Description: 向首页选项添加点击响应事件

Log: 向首页选项添加点击事件响应
2020-12-28 15:06:48 +08:00
zhangpengfei 9a6b2f607e Modified file search interface. 2020-12-26 21:11:17 +08:00
zhangzihao b4d3ee033d add chinesecharactertopinyin to file-ulils 2020-12-26 12:45:28 +08:00
zhangzihao f9963f178e [FIX] 🐛🐛🐛 Rest message won't be sent for index generation. 2020-12-26 10:44:37 +08:00
zhangpengfei 3be6e80d9b Add concurrent generate index;
Add folder index;
Delete index is to be done.
2020-12-26 08:56:38 +08:00
zhangjiaping 0f0158010f feat(search-result-list): Add Model-View for search result list.
Description: 添加搜索结果视图和数据模型

Log: 添加搜索结果视图和数据模型
2020-12-24 11:06:19 +08:00
zhangjiaping ca00e14b1a feat(mainwindow): Populate the project structure.
Description: 填充项目结构

Log: 填充项目结构
2020-12-22 10:14:58 +08:00
zhangpengfei e8a7f9bc5e Build content. 2020-12-21 16:26:59 +08:00