Commit Graph

82 Commits

Author SHA1 Message Date
iaom 603d0578b7 fix(frontend):wlcom环境适配多屏显示功能 2024-07-26 14:29:13 +08:00
JunjieBai 68b094c800 fix(frontend):wayland下关闭索引弹窗会导致搜索退出。 2024-06-19 15:05:07 +08:00
JunjieBai 61e9f07ccb fix(frontend):the search result item is align left while the layout direction is right to left. 2024-06-19 15:05:07 +08:00
JunjieBai 5e378e96a4 fix(frontend):eventFilter处理close事件会阻塞注销. 2024-05-21 19:47:15 +08:00
JunjieBai e91cb1dc59 feat(search-plugin):add the ai search plugin. 2024-05-21 19:47:15 +08:00
iaom ede828a430 feat(file-index):增加AI索引功能 2024-05-21 19:47:15 +08:00
iaom 5b55b61b91 feat(frontend):搜索框显示时请求显示虚拟键盘 2024-03-19 19:32:45 +08:00
JunjieBai 983e6ec99a perf(frontend):优化内存占用,清除最佳匹配停止搜索时的缓存. 2024-03-06 16:57:20 +08:00
iaom a174a4237a fix(frontend&searchPlugin):增加资源类型,最佳匹配中每种资源类型只显示1种 2024-03-06 16:57:20 +08:00
iaom ac473a8175 fix(frontend):结果列表中未被截断的项不再显示tooltip 2024-03-06 16:57:20 +08:00
iaom 5b5df6ae24 feat(frontend):删除托盘功能 2024-03-06 16:57:20 +08:00
iaom 0eb84b64ea fix:解决使用find_package无法正常使用ukui-search接口的问题 2024-02-06 09:47:52 +08:00
iaom 1ed11ad275 补充缺失的copyright 2024-01-30 14:44:22 +08:00
iaom bc1755efc0 fix(frontend):解决偶现搜索后无法自动选中最佳匹配第一项的问题 2024-01-25 10:33:37 +08:00
iaom 8e269b0cda fix(frontend):issues[I8WVVI]搜索结果响应较慢时,先选中一个条目,过会自动刷新会同时选中两个条目 2024-01-25 10:33:37 +08:00
JunjieBai 5bc1c03ddf fix(frontend):mainwindow will hide after clicking the buttons on the create index dialog. 2024-01-15 13:46:00 +08:00
JunjieBai 5aeb21ec45 fix(frontend):修改索引弹窗和搜索框之间的交互逻辑
索引弹窗出现不影响搜索框功能,无论如何搜索框都会失焦退出,除非焦点被索引弹窗夺走;快捷键和任务栏按钮触发无论如何都会开关搜索框,不受弹窗影响;
2023-12-27 16:22:38 +08:00
JunjieBai 585e82ce79 fix(frontend):最佳匹配的tooltip未显示换行符 2023-12-27 16:22:24 +08:00
iaom 62b57f60fc fix(search-iface):解决部分搜索插件搜索结果中含有换行符时UI显示异常的问题 2023-12-27 16:22:18 +08:00
iaom 37db81f10d fix(frontend):搜索结果列表样式适配ukui style plugin 2023-12-15 10:34:33 +08:00
iaom 760ddecec1 feat(frontend):适配主题的控件圆角配置 2023-11-22 10:45:37 +08:00
iaom 982e286f2f feat(frontend):适配主题窗口圆角配置 2023-11-22 10:45:26 +08:00
iaom 8b47f3a445 feat(frontend):适配主题列表自动高亮选中功能 2023-11-22 10:45:12 +08:00
iaom 13336d5653 perf(frontend):搜索结果列表使用主题的默认行高 2023-11-22 10:44:53 +08:00
JunjieBai 29c2f9d9c5 perf(plugins):use process manager to open applications. 2023-11-15 11:02:03 +08:00
JunjieBai 9a138e16df feat(frontend):添加托盘图标右键菜单 2023-10-25 09:36:31 +08:00
JunjieBai 535715d22c fix(frontend):modify the text of the create-index-dialog.
'don't remind' to 'don't remind me again'
2023-10-25 09:36:09 +08:00
iaom c756759c8b perf(frontend):使用tcmalloc优化内存占用与内存与内存碎片问题 2023-10-25 09:17:40 +08:00
iaom ca2c333ab5 fix(frontend):修复了一个远程桌面连接时偶现的崩溃问题
该问题曾导致远程连接建立后,本地进程退出后,远程的进程dbus接口被调用时偶现崩溃
2023-09-15 09:27:44 +08:00
iaom 0fb797c490 feat:(frontend):适配多display场景下dbus唤起功能 2023-09-14 16:39:16 +08:00
JunjieBai 962d45e09f fix(frontend):modify the highlight effect of the search symbol icon on the edit line. 2023-09-14 16:37:18 +08:00
JunjieBai d90459284c Fix(frontend):展开收起按钮偶尔会被遮挡
当滚动条开始不存在但展开后滚动条出现时,点击详情页后触发。
由于没考虑到详情页存在的情况,滚动条出现后会将长度设置过长导致按钮被遮挡。
2023-09-08 08:52:12 +08:00
JunjieBai 8ac7aa1228 fix(frontend):modify the english text of create-index-ask-dialog. 2023-09-08 08:51:55 +08:00
JunjieBai c7ea00df96 fix(frontend):add tooltip of the close button in create index dialog. 2023-09-08 08:51:47 +08:00
iaom 5608fd13ca fix(frontend):将通过QIcon和XdgIcon获取图标的方法加锁,避免多线程调用崩溃 2023-09-08 08:51:31 +08:00
iaom 9bce2df131 refact(frontend):优化部分内存占用,删除一些冗余代码 2023-09-08 08:51:24 +08:00
JunjieBai eeae169c86 fix(frontend):modify the position of the search's main window on the screen. 2023-09-08 08:51:15 +08:00
iaom 00b81d0190 更新前端翻译文件安装位置 2023-08-25 10:05:02 +08:00
iaom f46bfe0c28 refactor:使用cmake重新构建项目 2023-08-21 14:57:08 +08:00
JunjieBai fe3feb68e3 Fix the problem that the online app will not be shown because of timeout. 2023-08-01 13:54:16 +08:00
JunjieBai 2c4c427ce5 修改小插件属性改变信号名称。 2023-08-01 13:52:32 +08:00
JunjieBai bfc6b99f84 Fix the peoblem that the show-more-label's icon will be highlighted when clicked. 2023-07-14 09:21:39 +08:00
JunjieBai 2e993f781e Modify the signal of appwidget. 2023-07-14 09:21:24 +08:00
JunjieBai b87bf5573b 修复搜索一次后隐藏界面再次唤醒会闪一下的问题 2023-07-14 09:21:14 +08:00
JunjieBai 37f3ddfdea Add Mongolian translation files. 2023-07-14 09:20:19 +08:00
iaom 275f69dd3f 解决当搜索UI关闭后未正确停止插件搜索线程的问题;解决遍历搜索时文件搜索插件长时间cpu占用较高的问题。 2023-06-19 14:17:31 +08:00
JunjieBai 01bd00c8af Add translations files of app widget. 2023-06-07 15:37:33 +08:00
JunjieBai 243bcd050e 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-06 15:22:03 +08:00
iaom f9f6fecd1d 修复刚开机时应用搜索插件导致偶现卡死问题;优化搜索服务插件接口;优化搜索结果队列处理逻辑。 2023-05-11 17:59:16 +08:00
iaom 5ae7233b21 解决索引提示弹窗会挡住模态窗口的问题 2023-04-26 11:21:32 +08:00