Commit Graph

158 Commits

Author SHA1 Message Date
iaom da7cdb1551 feat(frontend):适配主题窗口圆角配置 2023-11-21 15:50:30 +08:00
iaom f0a447c845 feat(frontend):适配主题列表自动高亮选中功能 2023-11-21 10:16:47 +08:00
iaom 93305d9d16 perf(frontend):搜索结果列表使用主题的默认行高 2023-11-21 10:03:53 +08:00
JunjieBai 1bcf2922c0 perf(plugins):use process manager to open applications. 2023-11-14 08:41:11 +00:00
JunjieBai 2bba2351d6 feat(frontend):添加托盘图标右键菜单 2023-10-12 14:33:54 +08:00
JunjieBai ea2bbbdfb5 fix(frontend):modify the text of the create-index-dialog.
'don't remind' to 'don't remind me again'
2023-10-07 17:28:00 +08:00
iaom b70562c76c perf(frontend):使用tcmalloc优化内存占用与内存与内存碎片问题 2023-09-19 15:40:13 +08:00
iaom edd051de40 fix(frontend):修复了一个远程桌面连接时偶现的崩溃问题
该问题曾导致远程连接建立后,本地进程退出后,远程的进程dbus接口被调用时偶现崩溃
2023-09-15 09:23:23 +08:00
iaom fad3f9cd2e feat:(frontend):适配多display场景下dbus唤起功能 2023-09-14 08:21:42 +00:00
JunjieBai 50f28278e5 fix(frontend):modify the highlight effect of the search symbol icon on the edit line. 2023-09-11 17:58:13 +08:00
JunjieBai b9cfd2b2b7 Fix(frontend):展开收起按钮偶尔会被遮挡
当滚动条开始不存在但展开后滚动条出现时,点击详情页后触发。
由于没考虑到详情页存在的情况,滚动条出现后会将长度设置过长导致按钮被遮挡。
2023-09-06 15:52:56 +08:00
JunjieBai d48c6e8823 fix(frontend):modify the english text of create-index-ask-dialog. 2023-09-04 16:38:50 +08:00
JunjieBai 268bfd9a07 fix(frontend):add tooltip of the close button in create index dialog. 2023-09-04 15:46:17 +08:00
iaom 81f4a315ee fix(frontend):将通过QIcon和XdgIcon获取图标的方法加锁,避免多线程调用崩溃 2023-09-01 17:30:21 +08:00
iaom 1354acbc44 refact(frontend):优化部分内存占用,删除一些冗余代码 2023-09-01 11:07:57 +08:00
JunjieBai d3375fa031 fix(frontend):modify the position of the search's main window on the screen. 2023-08-25 14:32:26 +08:00
iaom 13b9eaa25f 更新前端翻译文件安装位置 2023-08-25 10:00:07 +08:00
iaom d2e1d204d9 refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
JunjieBai c0c634f980 Fix the problem that the online app will not be shown because of timeout. 2023-07-20 16:43:04 +08:00
JunjieBai a55dd643bf 修改小插件属性改变信号名称。 2023-07-14 11:48:04 +08:00
JunjieBai f338143b33 Fix the peoblem that the show-more-label's icon will be highlighted when clicked. 2023-07-11 10:58:24 +08:00
JunjieBai d461d53d01 Modify the signal of appwidget. 2023-07-10 15:13:28 +08:00
JunjieBai 91b658da60 修复搜索一次后隐藏界面再次唤醒会闪一下的问题 2023-07-07 16:19:12 +08:00
JunjieBai b0159fb2cb Add Mongolian translation files. 2023-06-28 09:35:15 +08:00
iaom d1bf50859a 解决当搜索UI关闭后未正确停止插件搜索线程的问题;解决遍历搜索时文件搜索插件长时间cpu占用较高的问题。 2023-06-14 06:21:18 +00:00
JunjieBai a128cfb5b7 Add translations files of app widget. 2023-06-07 14:15:44 +08:00
JunjieBai 3b8c35c2c2 optimize global-settings;
Fix the problem that the search window cannot show because it was hidden by something while create-index-dialog is showing.
2023-06-02 17:17:54 +08:00
iaom 02dfef8627 修复刚开机时应用搜索插件导致偶现卡死问题;优化搜索服务插件接口;优化搜索结果队列处理逻辑。 2023-05-06 17:26:20 +08:00
iaom e7676c887a 解决索引提示弹窗会挡住模态窗口的问题 2023-04-24 17:36:37 +08:00
iaom e5e62cd3f7 解决一些编译警告,删除一些无用代码,更新README 2023-04-24 14:07:56 +08:00
JunjieBai c5304dfe94 Remove some compilation warnings. 2023-04-24 09:28:42 +08:00
iaom b172baca45 整理一些头文件引用,解决打包编译问题 2023-04-19 02:42:47 +00:00
iaom 65060337de 优化日志打印机制;删除部分无用代码. 2023-04-14 18:01:19 +08:00
iaom ff0dd3384a 补充部分文件copyright. 2023-04-11 10:21:51 +08:00
JunjieBai 5f4e172c0d Modify the trigger logic of app widget. 2023-04-06 09:50:04 +00:00
iaom 87f4170a5e 增加UI针对屏幕尺寸变化时的自动更新位置操作 2023-03-23 10:02:25 +08:00
iaom f82f1cb4cd 优化应用搜索功能;修复偶现搜索结果重复问题 2023-01-22 17:11:53 +08:00
iaom a6a5b7846a 修复偶现的由于队列处理不当导致的搜索应用崩溃问题。 2023-01-21 19:47:34 +08:00
iaom 5254c49ffa 解决系统字体变化时UI未能及时更新的问题 2022-12-30 13:52:33 +08:00
iaom c3fadf77c2 修复两处内存问题 2022-12-29 14:27:46 +08:00
JunjieBai 1e51726207 Fix the problem that the right side of each result is blocked in tablet mode. 2022-12-13 11:22:30 +08:00
JunjieBai f12b8385a0 Fix the problem that ui responded incorrectly while regaining focus. 2022-12-08 17:51:06 +08:00
iaom 8074df1dc4 解决未打开索引时搜索不能弹出提示窗的问题 2022-12-06 09:25:40 +08:00
jixiaoxu f2236096b3 修复UI最佳匹配与结果分类触摸行为不一致的问题; 2022-12-05 14:51:57 +08:00
iaom 134d2039ec 增加文件内容模糊搜索功能,优化全局设置代码 2022-11-29 14:05:16 +08:00
iaom 3d8cebba41 优化文件索引操作 2022-11-25 17:32:15 +08:00
baijunjie 192b2e9ed5 Add plugin re-register and un-register function.
Modify the destructor function of Applications search plugin.

Enable plugins to adjust their order.
2022-11-25 11:30:39 +08:00
iaom 34fa8c7498 解决平板模式下,单机结果项直接执行打开动作,无法打开详情页的问题。 2022-11-04 17:35:40 +08:00
iaom ceb36981b4 搜索插件接口增加一个反向调用接口,应用搜索增加截图打开时隐藏主页面动作。 2022-11-02 20:50:30 +08:00
iaom 3ba0c77626 修改默认行高. 2022-10-26 17:36:44 +08:00