Commit Graph

179 Commits

Author SHA1 Message Date
iaom 7153aee119 fix(frontend):wlcom环境适配多屏显示功能 2024-07-26 14:20:57 +08:00
JunjieBai 2aabddb196 fix(frontend):wayland下关闭索引弹窗会导致搜索退出。 2024-06-19 15:03:04 +08:00
JunjieBai 25baa9140e fix(frontend):the search result item is align left while the layout direction is right to left. 2024-06-19 15:02:46 +08:00
JunjieBai 77f0e52495 fix(frontend):eventFilter处理close事件会阻塞注销. 2024-05-21 19:42:19 +08:00
JunjieBai 2e5899b674 feat(search-plugin):add the ai search plugin. 2024-04-22 15:34:16 +08:00
iaom 1b920b4f5a feat(file-index):增加AI索引功能 2024-04-22 15:34:09 +08:00
iaom e107ea3e07 feat(frontend):搜索框显示时请求显示虚拟键盘 2024-03-19 19:30:21 +08:00
JunjieBai 6784c97e62 perf(frontend):优化内存占用,清除最佳匹配停止搜索时的缓存. 2024-03-06 16:42:26 +08:00
iaom 3925e34749 fix(frontend&searchPlugin):增加资源类型,最佳匹配中每种资源类型只显示1种 2024-03-06 16:42:13 +08:00
iaom bf51715721 fix(frontend):结果列表中未被截断的项不再显示tooltip 2024-03-06 16:41:57 +08:00
iaom 28df1868cc feat(frontend):删除托盘功能 2024-03-06 16:41:44 +08:00
iaom 4d34361d46 fix:解决使用find_package无法正常使用ukui-search接口的问题 2024-02-06 09:31:12 +08:00
iaom 696fe0d88a 补充缺失的copyright 2024-01-30 14:40:49 +08:00
iaom dfacba910f fix(frontend):解决偶现搜索后无法自动选中最佳匹配第一项的问题 2024-01-25 09:47:51 +08:00
iaom ae154e876d fix(frontend):issues[I8WVVI]搜索结果响应较慢时,先选中一个条目,过会自动刷新会同时选中两个条目 2024-01-25 09:47:44 +08:00
JunjieBai 14a5ff23ce fix(frontend):mainwindow will hide after clicking the buttons on the create index dialog. 2024-01-15 13:34:27 +08:00
JunjieBai 8f71e3e7c6 fix(frontend):修改索引弹窗和搜索框之间的交互逻辑
索引弹窗出现不影响搜索框功能,无论如何搜索框都会失焦退出,除非焦点被索引弹窗夺走;快捷键和任务栏按钮触发无论如何都会开关搜索框,不受弹窗影响;
2023-12-25 11:00:21 +08:00
JunjieBai b46f7b641b fix(frontend):最佳匹配的tooltip未显示换行符 2023-12-21 16:18:51 +08:00
iaom 9ff607afe1 fix(search-iface):解决部分搜索插件搜索结果中含有换行符时UI显示异常的问题 2023-12-20 15:51:38 +08:00
iaom 9d6f19d4af fix(frontend):搜索结果列表样式适配ukui style plugin 2023-12-14 14:00:03 +08:00
iaom 2cb7f2a378 feat(frontend):适配主题的控件圆角配置 2023-11-22 09:08:41 +08:00
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