Commit Graph

167 Commits

Author SHA1 Message Date
JunjieBai 32f108d482 Optimize the search app interface. 2023-03-24 11:28:04 +08:00
JunjieBai 6c51e5c26c Optimize the interfaces which help to get apps' data. 2023-03-24 11:27:57 +08:00
JunjieBai ca97728ff0 Add app infos in autostart dir.
Add DONT_DISPLAY field to database.

Use ApplicationInfoMap instead of the previous structure to transform apps' data.
2023-03-24 11:27:47 +08:00
iaom 15da015b16 更新应用数据服务的接口定义(未完成) 2023-03-24 11:27:31 +08:00
iaom 3482de60df 手动删除索引顶层目录时更新监听目录缓存 2023-03-24 11:27:23 +08:00
iaom 69abc4caf5 修改应用搜索插件接口图标返回格式 2023-03-24 11:27:15 +08:00
iaom d4f503d46e 优化inotify信号处理,解决若干由于信号处理不当导致的索引不正确问题 2023-03-24 11:27:07 +08:00
JunjieBai 1279319277 Add a method which can find the desktop file for the process by pid. 2023-03-24 11:26:58 +08:00
JunjieBai 751d64f2bd Fix the problem that the changePos interface cannot change top&favorites pos successful. 2023-03-24 11:26:49 +08:00
JunjieBai 9067ed619b Fix the problem that the top and favorite state cannot be set to 0. 2023-03-24 11:26:38 +08:00
JunjieBai 0c618599c8 optimize the signal transformer, modify the data struct of the signals. 2023-03-24 11:26:27 +08:00
iaom 9d2c795f07 删除无用patch 2023-03-24 11:25:46 +08:00
iaom 554df21e9c Update changelog ukui-search3.22.4.2-ok0~0210 2023-02-10 03:35:18 +00:00
iaom 8f0f94d49f 删除无用patch 2023-02-10 11:24:02 +08:00
JunjieBai 4e75e57775 Fix the problem that the fuzzy search button is not displayed when the index switch is turned on by ask dialog. 2023-02-10 11:22:54 +08:00
iaom 48ddb0fe58 优化应用搜索功能;修复偶现搜索结果重复问题 2023-02-10 11:22:47 +08:00
iaom 3dbf45b1c0 修复偶现的由于队列处理不当导致的搜索应用崩溃问题。 2023-02-10 11:22:35 +08:00
JunjieBai cf5f8266f4 Optimize the result queue logic of app search plugin. 2023-02-10 11:22:29 +08:00
jixiaoxu d42f29f88a 完善应用搜索中断返回逻辑; 2023-02-10 11:22:15 +08:00
iaom 5ae3c47ec4 更新libukui-search的pc文件 2023-02-10 11:22:01 +08:00
iaom fda49f51b9 移除无用的信号量 2023-02-10 11:21:53 +08:00
JunjieBai c81c1b1e5f Add the english ts file. 2023-02-10 11:21:45 +08:00
JunjieBai fdd11260ba Fix the problem that the search plugin of ukcc can not be searched 2023-02-10 11:21:34 +08:00
iaom 3664aefd15 Update changelog ukui-search3.22.4.1-ok0~0105 2023-01-05 02:52:48 +00:00
JunjieBai 94582d6ed1 Fix: the app widget will display a exception while zooming. 2023-01-05 10:41:52 +08:00
iaom 3e9eff0942 解决系统字体变化时UI未能及时更新的问题 2023-01-05 10:41:45 +08:00
iaom db952ec196 修复两处内存问题 2023-01-05 10:41:38 +08:00
baijunjie b6901a420c Add the refresh of search dirs' ui in ukcc plugin when the udisk is unplugged. 2023-01-05 10:41:30 +08:00
baijunjie c3f18f80d4 Modify settings search, use dbus interface of ukcc instead of xml file to get data. 2023-01-05 10:41:19 +08:00
iaom d684692f51 增加unmount信号监听处理 2023-01-05 10:40:53 +08:00
iaom c0c9c0e2fd 删除无用patch 2023-01-05 10:40:45 +08:00
iaom 7932944bf4 更新changelog,ukui-search3.22.3.1-ok0~1222 2022-12-22 03:41:13 +00:00
iaom 4357e84ae9 更新README.md 2022-12-22 11:30:32 +08:00
jixiaoxu d8eece0803 搜索服务应用数据库新增跟随版本更新机制; 2022-12-22 11:30:26 +08:00
iaom 74619d5e44 解决注册文本内容插件命令失效问题 2022-12-22 11:30:20 +08:00
iaom 5eb29ea63d 修复反复开关索引导致的索引异常问题(偶现打开索引失败) 2022-12-22 11:30:13 +08:00
JunjieBai 0ade94d032 Fix the problem that the right side of each result is blocked in tablet mode. 2022-12-22 11:30:04 +08:00
iaom 19131597e7 删除无用patch 2022-12-22 11:29:52 +08:00
iaom 25ee360e85 Update changelog ukui-search3.22.3.0-ok0~1212 2022-12-12 07:58:26 +00:00
iaom f5b4802a87 解决设置网络搜索引擎不生效的问题 2022-12-12 15:45:45 +08:00
iaom 0a9e20ba46 增加了一个用于调试的索引状态监控页面,可通过'ukui-search-service -m'打开. 2022-12-12 15:45:39 +08:00
JunjieBai 7479d5a703 Replace open() with exec() in order to prevent the high cpu occupancy. 2022-12-12 15:45:27 +08:00
JunjieBai 7614a33c5f Fix the problem that ui responded incorrectly while regaining focus. 2022-12-12 15:45:19 +08:00
iaom 365f70642f 解决添加和删除索引目录异常的问题 2022-12-12 15:18:15 +08:00
JunjieBai 918fd9846c Add a switch for fuzzy search.
Add the logic to custom the search scope.

Modify the ui of search plugin of ukcc.
2022-12-12 15:18:03 +08:00
iaom 567b72e7dc 解决未打开索引时搜索不能弹出提示窗的问题 2022-12-12 15:17:54 +08:00
iaom 8d83d2f828 解决首次索引后,重启后无法搜索部分文件的问题 2022-12-12 15:17:45 +08:00
jixiaoxu 9678b6f6db 修复UI最佳匹配与结果分类触摸行为不一致的问题; 2022-12-12 15:17:37 +08:00
iaom 60fdf07549 增加索引数据库版本号机制,版本号升级时将重建数据库 2022-12-12 15:17:30 +08:00
jixiaoxu 9f3115a7cf 完善汉字转拼音接口逻辑; 2022-12-12 15:17:21 +08:00