Commit Graph

151 Commits

Author SHA1 Message Date
zhangpengfei 6465ea2457 Add index count;
[Fix] Duplicate index issue.
2021-01-12 18:54:51 +08:00
张佳萍 b121075b10
Merge pull request #70 from iaom/0112-dev
修复黑名单设置无效问题,文本内容解析时去掉换行符。
2021-01-12 16:12:53 +08:00
zhangpengfei 6158b46487 [FIX] Block dir won't take effect issue;
Remove '\n' when get text content.
2021-01-12 16:07:50 +08:00
张佳萍 7fcf2b1a9b
Merge pull request #69 from iaom/0110-dev
Updata ukui-search.install for translations.
2021-01-12 11:13:56 +08:00
iaom cfbb335220
Merge pull request #68 from mammonsama666/0112-dev
fix(ui): Fix some bugs for frontend.
2021-01-12 11:11:59 +08:00
zhangpengfei 7cf52a42f5 Updata ukui-search.install for translations. 2021-01-12 11:09:26 +08:00
zhangjiaping c39ee571b0 fix(ui): Fix some bugs for frontend.
Description: 修复设置界面和搜索结果列表的前端bug

Log: 修复设置界面和搜索结果列表的前端bug
2021-01-12 10:37:07 +08:00
张佳萍 0f9e4d44a4
Merge pull request #67 from iaom/0110-dev
Modified mode of search thread exit.
2021-01-11 20:58:12 +08:00
zhangpengfei e554789059 Modified mode of search thread exit. 2021-01-11 20:49:42 +08:00
iaom fa3f2c32b9
Merge pull request #66 from mammonsama666/0111-dev
feat(searchList): Confirm interface with backend.
2021-01-11 20:41:12 +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
张佳萍 f0984c5a14
Merge pull request #65 from iaom/0110-dev
Add lock in deconstruction of index-generator.
2021-01-11 18:43:21 +08:00
zhangpengfei 18665ec2cd Add lock in deconstruction of index-generator. 2021-01-11 18:36:04 +08:00
iaom 8ad3dffc78
Merge pull request #64 from MouseZhangZh/0110-dev
💫💫💫add the feature of database won't be rebuild after restart and fix so…
2021-01-11 18:32:42 +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
iaom 872716e7f0
Merge pull request #63 from MouseZhangZh/0110-dev
🗑🗑🗑delete unuseful files
2021-01-10 16:52:08 +08:00
zhangzihao 417400e8b7 delete unuseful files 2021-01-10 16:32:16 +08:00
Mouse Zhang 2b89f0a414
Merge pull request #62 from iaom/0108-dev
修改搜索和索引接口,增加取消黑名单功能。
2021-01-10 16:24:07 +08:00
zhangpengfei 929063645b Modified file search interface and index interface. 2021-01-10 15:59:17 +08:00
zhangpengfei 63f945ee17 Add remove block dir function. 2021-01-10 09:23:02 +08:00
iaom af19c6c94d
Merge pull request #61 from MouseZhangZh/0107-dev
🗑🗑🗑delete files unuseful from git, but they're still exist.
2021-01-10 09:15:22 +08:00
zhangzihao 6a225fc56d delete files unuseful from git, but they're still exist. 2021-01-10 09:09:46 +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
iaom 382c63af84
Merge pull request #58 from mammonsama666/0108-dev
feat(settings-widget): Use interface provided by backend.
2021-01-09 11:33:55 +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
张佳萍 0e2cd05935
Merge pull request #57 from iaom/0108-dev
Black list and search result queue.
2021-01-08 19:11:18 +08:00
zhangpengfei f77e1c180b Add blacklist function;
Using a queue to return file search results.
2021-01-08 19:08:24 +08:00
iaom 61c64186b6
Merge pull request #56 from mammonsama666/0107-dev
feat(homepage): Init & refresh homepage with interface provided by ConfigFile.
2021-01-08 13:39:28 +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
张佳萍 398f42e78e
Merge pull request #54 from iaom/0106-dev
[FIX] Translation files(*.qm) can not be generated issue.
2021-01-07 19:24:17 +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
张佳萍 f8f0a8d232
Merge pull request #53 from iaom/0106-dev
Update debian files and some interface optimization.
2021-01-06 18:37:18 +08:00
zhangpengfei 5b11ba39c6 Update debian files and some interface optimization. 2021-01-06 17:42:35 +08:00
iaom a88b26e099
Merge pull request #51 from mammonsama666/0106-dev
feat(searchList): Add keyword highlight.
2021-01-06 14:49:28 +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
iaom 7d254d543f
Merge pull request #52 from MouseZhangZh/0106-dev
💚💚💚add class ukui-search-qdbus and some problems' fixes
2021-01-06 14:30:31 +08:00
zhangzihao 9b0ff936dd 🔧🔧🔧turn uppercase letters to lowercase 2021-01-06 14:20:38 +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
iaom 9b77757652
Merge pull request #48 from MouseZhangZh/0105-dev
add three steps systembus interface to modify max_user_watches nums p…
2021-01-06 09:48:09 +08:00
zhangzihao a548935498 add three steps systembus interface to modify max_user_watches nums permanent 2021-01-06 09:44:14 +08:00