Commit Graph

94 Commits

Author SHA1 Message Date
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
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 7e91c306cd Optimize code. 2021-01-18 10:07:02 +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
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
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 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
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 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
zhangjiaping 475f309cac fix(content): Font is not obviously bolded in contents.
Description: 修复文本搜索字体加粗不明显的bug

Log: 修复文本搜索字体加粗不明显的bug
Bug: http://172.17.66.192/biz/bug-view-33411.html
2021-01-14 10:20:54 +08:00
zhangjiaping 4e0ee32008 fix(frontend): Process crushed when openning apps.
Description: 修复打开应用时全局搜索崩溃的问题

Log: 修复打开应用时全局搜索崩溃的问题
Bug: http://172.17.66.192/biz/bug-view-33144.html
2021-01-14 09:52:34 +08:00
zhaikangning b044ca189f Solve the problem that ppa compilation fails that cannot find translations files 2021-01-13 19:21:44 +08:00
张佳萍 5b84a5fd27
Merge pull request #80 from iaom/0113-dev
Add system tray icon.
2021-01-13 18:40:06 +08:00
zhangpengfei d7ff0e2a31 Add system tray icon. 2021-01-13 18:35:48 +08:00
zhangjiaping 933f32ee67 fix(thread): Process stuck because of thread.
Description: 修复线程无法终止导致的卡死问题

Log: 重新添加参数
2021-01-13 18:33:05 +08:00
张佳萍 b225dfa49e
Merge pull request #77 from iaom/0113-dev
Update desktop file
2021-01-13 15:33:25 +08:00
zhangpengfei 0f2c2f2ec6 Update desktop file 2021-01-13 15:30:42 +08:00
zhangjiaping e758f9e03d fix(thread): Search result is incorrect because of thread quit.
Description: 修复由于线程退出导致的搜索结果错误问题

Log: 修复由于线程退出导致的搜索结果错误问题
Bug: --
2021-01-13 15:04:37 +08:00
zhangjiaping cce3e70642 fix(read queue thread): Fix bug of excessive CPU usage.
Description: 修复CPU占用率过高的问题

Log: 修复CPU占用率过高的问题
2021-01-12 20:57:12 +08:00
zhangjiaping c39ee571b0 fix(ui): Fix some bugs for frontend.
Description: 修复设置界面和搜索结果列表的前端bug

Log: 修复设置界面和搜索结果列表的前端bug
2021-01-12 10:37:07 +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
iaom 7b8906b22c
Merge pull request #60 from MouseZhangZh/0107-dev
️add inotify create or delete index and fix first index makes the size…
2021-01-10 09:04:19 +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
iaom 2a09482b18
Merge pull request #59 from MouseZhangZh/0107-dev
🍱🍱🍱add multithread build index and our config file have some problems
2021-01-09 11:35:33 +08:00
zhangzihao 4fa288b97a add multithread build index and our config file have some problems 2021-01-09 11:25:07 +08:00
zhangjiaping 1827b8335e feat(settings-widget): Use interface provided by backend.
Description: 调用黑名单和搜索的接口

Log: 调用黑名单和搜索的接口
2021-01-08 20:48:20 +08:00
zhangpengfei f77e1c180b Add blacklist function;
Using a queue to return file search results.
2021-01-08 19:08:24 +08:00
zhangjiaping 731311931d Optimize code. 2021-01-08 10:35:26 +08:00
zhangjiaping 443c434019 feat(homepage): Init & refresh homepage with interface provided by ConfigFile.
Description: 加入初始化和刷新Homepage的接口调用

Log: 加入初始化和刷新Homepage的接口调用
2021-01-08 10:27:47 +08:00
张佳萍 cc54028c35
Merge pull request #55 from sunfengsheng/main
fix:Rewrite configuration files to static functions
2021-01-07 20:16:04 +08:00
sunfengsheng 736c22b1b2 fix:Rewrite configuration files to static functions 2021-01-07 20:07:29 +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
zhangjiaping 2d6d41b05f feat(mainwindow): Get transparency by GlobalSettings' interface.
Description: 使用GlobalSettings类提供的接口获取透明度

Log: 使用GlobalSettings类提供的接口获取透明度
2021-01-06 14:40:48 +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