Commit Graph

1375 Commits

Author SHA1 Message Date
zhangzihao d4c613e3e6 Fixed an issue where the monitor would not start the next time the application exits normally. 2021-01-22 10:51:06 +08:00
张佳萍 9b68600e6b
Merge pull request #99 from MouseZhangZh/0121-dev-inzpf
🎉🎉🎉Use multiple processes to solve the problem of excessiving memory usage
2021-01-22 10:10:04 +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
iaom 6a8afe8258
Merge pull request #98 from mammonsama666/optimize
fix(frontend): Optimize code for frontend.
2021-01-21 15:06:12 +08:00
zhangjiaping c93292bf4b feat(frontend): Add keypress event.
Description: 添加esc按键监听隐藏主界面

Log: 添加esc按键监听隐藏主界面
2021-01-21 14:20:44 +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 db3e947e95 fix(frontend): Optimize code for frontend.
Description: 优化前端Qprocess相关代码

Log: 优化前端Qprocess相关代码
2021-01-21 11:31:53 +08:00
iaom 3efac5701c
Merge pull request #97 from MouseZhangZh/main
🔀🔀🔀change position of index status from index-generator to first-index a…
2021-01-20 17:25:51 +08:00
zhangzihao 8e42f28145 change position of index status from index-generator to first-index and inotify-index. 2021-01-20 17:14:14 +08:00
iaom 9cb3f38d75
Merge pull request #96 from mammonsama666/0120-dev
feat(frontend): Adapt ukui-kwin.
2021-01-20 15:51:05 +08:00
zhangjiaping ac93b02abc feat(frontend): Adapt ukui-kwin.
Description: 适配窗管的无边框策略

Log: 适配窗管的无边框策略
2021-01-20 15:33:49 +08:00
Mouse Zhang 9765bd0cd4
Merge pull request #95 from iaom/0119-dev
Optimized docx parsing method;
2021-01-19 21:10:40 +08:00
zhangpengfei 9350b32a6e Optimized docx parsing method;
Optimized file content search method;
2021-01-19 20:59:46 +08:00
iaom d82d580101
Merge pull request #94 from MouseZhangZh/main
🩹🩹🩹Try fixing occupied too much memory issue.
2021-01-19 19:36:11 +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
iaom 5de90a7ff6
Merge pull request #92 from sunfengsheng/main
fix:输入为/设置选项会全部出来
2021-01-19 08:48:27 +08:00
iaom 85fec122ec
Merge pull request #93 from mammonsama666/0118-dev
Fix bus for frontend.
2021-01-18 21:06:32 +08:00
张佳萍 d79d7e7355
Merge branch 'main' into 0118-dev 2021-01-18 19:53:02 +08:00
zhangjiaping 3775929080 Resolve confilicts. 2021-01-18 19:51:51 +08:00
zhangjiaping 862f9bae71 fix(inputbox): Position of icon in inputbox is incorrect.
Description: 修复输入框图标位置有误的问题

Log: 修复输入框图标位置有误的问题
Bug: -
2021-01-18 19:16:38 +08:00
zhangjiaping 1a7f52b85c fix(frontend): Add 'Show More' label to hide items when resultList is too lang.
Description: 添加‘显示更多’和‘收起’按钮

Log: 添加‘显示更多’和‘收起’按钮
Bug: -
2021-01-18 18:53:29 +08:00
zhangjiaping 7187c2b4ad Update changelog.: 2021-01-18 15:06:16 +08:00
sunfengsheng cf12f39851 fix:输入为/设置选项会全部出来
link:http://172.17.66.192/biz/bug-view-34525.html
2021-01-18 15:03:36 +08:00
张佳萍 bd8f806353
Merge pull request #91 from iaom/0115-dev
Update desktop file and changelog.
2021-01-18 10:14:16 +08:00
zhangpengfei 84bc9f89e9 Update desktop file and changelog. 2021-01-18 10:11:13 +08:00
zhangjiaping 7e91c306cd Optimize code. 2021-01-18 10:07:02 +08:00
iaom fc0dc1ca45
Merge pull request #90 from mammonsama666/0116-dev
feat(frontend): Add animation into inputbox.
2021-01-18 10:01:36 +08:00
zhangjiaping 0301d5f854 fix(frontend): Break line by adding '\n' into path string,.
Description: 在文件路径添加换行符以实现无视分隔符换行

Log: 在文件路径添加换行符以实现无视分隔符换行
Bug: http://172.17.66.192/biz/bug-view-33378.html
2021-01-18 09:34:47 +08:00
zhangjiaping e3da6e6f42 feat(frontend): Set fixed height for titlelabel.
Description: 给列表标题设置固定高度以防滚动区域高度计算错误

Log: 给列表标题设置固定高度以防滚动区域高度计算错误
2021-01-16 16:16:26 +08:00
zhangjiaping 6a2563d4dc feat(frontend): Add animation into inputbox.
Description: 在输入框添加动画效果

Log: 在输入框添加动画效果
2021-01-16 15:24:28 +08:00
iaom bf1467226d
Merge pull request #88 from mammonsama666/0116-fix
fix(frontend): There is not enough items in homepage.
2021-01-16 09:06:08 +08:00
zhangjiaping 8285da4a35 fix(frontend): There is not enough items in homepage.
Description: 修复主界面选项数量不足的问题

Log: 修复打开设置项失败的问题
Bug: http://172.17.66.192/biz/bug-view-33320.html
2021-01-15 17:45:21 +08:00
iaom d2a93025ee
Merge pull request #87 from mammonsama666/0115-fix
fix(frontend): Widget crashed when searching & open file/filepath failed.
2021-01-15 16:44:10 +08:00
zhangjiaping 9cd15760ba fix(setting-widget): Index is empty.
Description: 索引项接口对接

Log: 索引项接口对接
Bug: http://172.17.66.192/biz/bug-view-33094.html
2021-01-15 16:16:51 +08:00
zhangjiaping c6e9922bc9 fix(translation): Add translations
Description: 完成翻译

Log: 完成翻译
Bug: http://172.17.66.192/biz/bug-view-33047.html
2021-01-15 15:52:54 +08:00
zhangjiaping 287ea66277 Delete useless mutex. 2021-01-15 15:38:00 +08:00
zhangjiaping 4a460f632f fix(frontend): Widget crashed when searching & open file/filepath failed.
Description: 修复搜索过快时主界面崩溃的bug

Log: 修复打开文件和打开文件所在路径失败的bug
Bug: --
2021-01-15 15:34:43 +08:00
张佳萍 e0261a1a10
Merge pull request #86 from iaom/0115-dev
Add function of querying current index count.
2021-01-15 10:58:32 +08:00
zhangpengfei 6c69f3fac3 Update debian/ukui-search.install. 2021-01-15 10:52:17 +08:00
zhangpengfei 0a1f1f7b69 Add function of querying current index count. 2021-01-15 09:14:25 +08:00
张佳萍 74a8583b90
Merge pull request #85 from iaom/0113-dev
支持了更多的文本文件編碼格式;更新changelog。
2021-01-14 21:02:36 +08:00
zhangpengfei cd41c9eaf1 More text file encoding formats are supported;
Update changelog.
2021-01-14 20:56:14 +08:00
iaom 8e0acf3d01
Merge pull request #84 from MouseZhangZh/0114-dev
📌📌📌add ukui-search icon in start menu
2021-01-14 20:47:06 +08:00
iaom 49083ae0ae
Merge pull request #82 from mammonsama666/0114-fix
fix(frontend): Fix ui bugs for detail widget.
2021-01-14 20:40:43 +08:00
zhangzihao 42de162af1 add ukui-search icon in start menu 2021-01-14 20:19:16 +08:00
张佳萍 3dd8ca4204
Merge pull request #83 from MouseZhangZh/0114-dev
🐛🐛🐛fix autostart and add it to start menu
2021-01-14 19:40:50 +08:00
zhangzihao 8711ed0187 fix autostart and add it to start menu 2021-01-14 19:37:44 +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