Commit Graph

159 Commits

Author SHA1 Message Date
jixiaoxu fdb4696a3b 修复文件内容索引更新时文件过滤判断逻辑的问题; 2023-04-26 11:21:10 +08:00
iaom e3daee0b53 解决全局搜索中遍历搜索不能搜索到顶层文件夹的问题 2023-04-26 11:21:02 +08:00
iaom bfed529867 补充编译依赖 2023-04-26 11:20:55 +08:00
iaom fcb5aa4142 解决一些编译警告 2023-04-26 11:20:48 +08:00
iaom 6591444326 删除无用patch 2023-04-26 11:20:14 +08:00
iaom dce5b4bf25 Update changelog ukui-search4.0.1.1-ok0~0419 2023-04-19 02:56:56 +00:00
iaom 760da8a757 整理一些头文件引用,解决打包编译问题 2023-04-19 10:53:01 +08:00
iaom 30e28560f5 删除无用patch 2023-04-19 10:52:55 +08:00
iaom 22231d191c 更新changelog重新传包 2023-04-18 10:01:12 +00:00
JunjieBai cda4acfff7 Fix the problem that the app search results contatins the auto-start apps. 2023-04-18 17:02:38 +08:00
JunjieBai dd7fc545b6 Add AUTO_START field.
Add a interface to get desktop file path by desktop file name.
2023-04-18 17:02:31 +08:00
iaom 92f22930eb 优化日志打印机制;删除部分无用代码. 2023-04-18 17:02:21 +08:00
JunjieBai d7c962177e Add a interface to set launched state.
Add a method to set value of field in database.
2023-04-18 17:02:14 +08:00
iaom a87df25b8a 删除无用patch 2023-04-18 16:59:00 +08:00
iaom f6b22dc2bc 去除opencv依赖,更新changelog ukui-search4.0.0.0-ok0~0413. 2023-04-13 09:47:38 +00:00
iaom 0ae23be70b 更新debian/control重新传包 2023-04-12 10:54:32 +00:00
iaom 7c5d72657f Update changelog ukui-search4.0.0.0-ok0~0412 2023-04-12 10:20:11 +00:00
JunjieBai 3a90aff469 Fix the proble that can not add '/' to the block dirs in ukcc plugin. 2023-04-12 17:26:00 +08:00
iaom 6ec699e231 搜索目录配置文件改为使用json存储. 2023-04-12 17:25:50 +08:00
JunjieBai 360f991846 修复没有默认打开方式时弹窗按钮为是而不是确定的问题。 2023-04-12 17:25:42 +08:00
iaom 2a22356e05 更新README 2023-04-12 17:25:34 +08:00
iaom 72e7b7d717 补充部分文件copyright. 2023-04-12 17:25:27 +08:00
baijunjie 9c1d2f482b Optimize Dir Watcher. 2023-04-12 17:25:18 +08:00
iaom 45f0654e21 增加dirWatcher中部分兼容老版本的逻辑 2023-04-12 17:25:05 +08:00
iaom a339b337eb 修复搜索接口当设置搜索目录为‘/’时无法搜到内容的问题 2023-04-12 17:24:56 +08:00
JunjieBai 4143c4ea5b Modify the trigger logic of app widget. 2023-04-12 17:24:15 +08:00
iaom 7624347cb8 增加重构的dirWatcher部分接口定义 2023-04-12 17:24:06 +08:00
iaom af3d9da3fa 增加索引目录时采用增量更新检验操作,避免重复索引 2023-04-12 17:23:56 +08:00
JunjieBai 56884b6426 Fix the problem that the infos of update signal are incomplete. 2023-04-12 17:22:18 +08:00
iaom 03aad8963f 增加volume manager用于获取设备挂载信息 2023-04-12 17:22:09 +08:00
JunjieBai afcf0b8308 Optimize the logic which change position and set state of favorites/top.
Optimize the logic of the database transaction.
2023-04-12 17:21:59 +08:00
iaom 5198081906 删除无用patch 2023-04-12 17:21:31 +08:00
iaom 20d2a0eda0 Update changelog ukui-search3.22.5.2-ok0~0324 2023-03-24 06:47:20 +00:00
iaom acdc9bcfcf 删除多余日志打印 2023-03-24 11:41:35 +08:00
iaom 97510997f0 增加UI针对屏幕尺寸变化时的自动更新位置操作 2023-03-24 11:35:52 +08:00
JunjieBai f385302b05 Fix the problem that the DONT_DISPLAY field is null in database. 2023-03-24 11:35:44 +08:00
JunjieBai 00631cc1e5 Optimize the handle of subvolume while add index dir. 2023-03-24 11:35:35 +08:00
jixiaoxu 79527082f9 修复中文分词接口编译问题; 2023-03-24 11:35:15 +08:00
iaom 73cccc4083 同步分词库改动 2023-03-24 11:33:22 +08:00
iaom 684305e554 解决文件搜索插件判断索引状态有误的问题和文件图标获取失败的问题 2023-03-24 11:28:34 +08:00
JunjieBai 2c3c3feb57 Solve the problem that the database will delete all info while install desktop files. 2023-03-24 11:28:27 +08:00
iaom e0420c464a 更新搜索服务接口,完善应用搜索和文件搜索机制 2023-03-24 11:28:13 +08:00
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