Commit Graph

1343 Commits

Author SHA1 Message Date
zhangzihao fccf8a25ef [FIX] File search won't return enough result issue. 2021-01-26 16:50:30 +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
张佳萍 9845fdd3bf
Merge pull request #107 from iaom/0122-dev
Optimized index sub-process code.
2021-01-26 11:36:44 +08:00
zhangpengfei 7e3bb085a8 Optimized index sub-process code. 2021-01-26 11:32:02 +08:00
张佳萍 b1696716bf
Merge pull request #106 from iaom/0122-dev
Optimized file search method;Update debian files about translations.
2021-01-25 19:19:14 +08:00
zhangpengfei 22fbf1883f Optimized file search method;Update debian files about translations. 2021-01-25 19:16:22 +08:00
iaom 5ca25dd530
Merge pull request #105 from mammonsama666/0123-dev
fix(frontend): Adjust UI according to blueprint.
2021-01-25 13:42:42 +08:00
zhangjiaping 7aadf794ad fix(frontend): Adjust UI according to blueprint.
Description: 根据设计稿调整UI

Log: 根据设计稿调整UI
2021-01-25 11:37:34 +08:00
iaom 6ce4490da4
Merge pull request #104 from MouseZhangZh/0122-dev
🔒🔒🔒Changed _exit to exit.
2021-01-23 11:36:28 +08:00
zhangzihao e6ebd8ec9e Changed _exit to exit. 2021-01-23 11:32:18 +08:00
iaom a8b539a73f
Merge pull request #103 from MouseZhangZh/0122-dev
️Use select to not block process and child process whill exit per 30 s…
2021-01-23 11:15:27 +08:00
zhangzihao 2d7b3a8eb1 Change the timeout mechanism in inotify index. 2021-01-23 10:13:13 +08:00
zhangzihao 0dda5b97e5 Use select to not block process and child process whill exit per 30 secs. 2021-01-23 09:52:44 +08:00
iaom 65d2414dc5
Merge pull request #102 from MouseZhangZh/0122-dev
🤡🤡🤡Removed inotify watch on home and modified index status
2021-01-22 18:36:18 +08:00
zhangzihao fc283322b7 Removed inotify on home and modified index status 2021-01-22 17:15:43 +08:00
张佳萍 b6a29ae93c
Merge pull request #101 from iaom/0119-dev
Update translations.
2021-01-22 11:08:19 +08:00
zhangpengfei 82abffefad Update translations. 2021-01-22 11:05:45 +08:00
iaom 1e1244b8c9
Merge pull request #100 from MouseZhangZh/0121-dev-inzpf
Fixed an issue where the monitor would not start the next time the ap…
2021-01-22 10:55:27 +08:00
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