Commit Graph

54 Commits

Author SHA1 Message Date
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
iaom ab431825ef 解决一些编译警告,删除一些无用代码,更新README 2023-04-26 11:21:25 +08:00
JunjieBai 819a256054 Remove some compilation warnings. 2023-04-26 11:21:18 +08:00
iaom 760da8a757 整理一些头文件引用,解决打包编译问题 2023-04-19 10:53:01 +08:00
iaom 92f22930eb 优化日志打印机制;删除部分无用代码. 2023-04-18 17:02:21 +08:00
iaom 72e7b7d717 补充部分文件copyright. 2023-04-12 17:25:27 +08:00
JunjieBai 4143c4ea5b Modify the trigger logic of app widget. 2023-04-12 17:24:15 +08:00
iaom 97510997f0 增加UI针对屏幕尺寸变化时的自动更新位置操作 2023-03-24 11:35:52 +08:00
iaom 48ddb0fe58 优化应用搜索功能;修复偶现搜索结果重复问题 2023-02-10 11:22:47 +08:00
iaom 3dbf45b1c0 修复偶现的由于队列处理不当导致的搜索应用崩溃问题。 2023-02-10 11:22:35 +08:00
iaom 3e9eff0942 解决系统字体变化时UI未能及时更新的问题 2023-01-05 10:41:45 +08:00
iaom db952ec196 修复两处内存问题 2023-01-05 10:41:38 +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
JunjieBai 7614a33c5f Fix the problem that ui responded incorrectly while regaining focus. 2022-12-12 15:45:19 +08:00
iaom 567b72e7dc 解决未打开索引时搜索不能弹出提示窗的问题 2022-12-12 15:17:54 +08:00
jixiaoxu 9678b6f6db 修复UI最佳匹配与结果分类触摸行为不一致的问题; 2022-12-12 15:17:37 +08:00
iaom 152576fec8 增加文件内容模糊搜索功能,优化全局设置代码 2022-11-29 14:42:58 +08:00
iaom dedd1ce00e 优化文件索引操作 2022-11-29 14:42:44 +08:00
baijunjie fb4eb18e00 Add plugin re-register and un-register function.
Modify the destructor function of Applications search plugin.

Enable plugins to adjust their order.
2022-11-29 14:42:20 +08:00
iaom e2e8675f7b 解决平板模式下,单机结果项直接执行打开动作,无法打开详情页的问题。 2022-11-22 10:22:45 +08:00
iaom ac81ac7af2 搜索插件接口增加一个反向调用接口,应用搜索增加截图打开时隐藏主页面动作。 2022-11-22 10:22:15 +08:00
iaom 4a413c6287 修改默认行高. 2022-11-22 10:22:02 +08:00
iaom 4e0243a44d 修复结果列表文字显示不居中的问题. 2022-11-22 10:21:44 +08:00
iaom 6d78f95c13 同步主线代码;更新changelog. 2022-10-21 11:21:35 +08:00
iaom d77dd4d279 使用kysdk接口,在wayland环境设置跳过任务栏和多任务视图显示. 2022-07-20 14:27:51 +08:00
hewenfei e2ba6034c1 fix bug:the background dose not follow the theme to change. 2022-07-20 14:25:23 +08:00
iaom 4755c9a247 增加正则表达式转义,避免偶现的搜索UI卡死现象。 2022-07-16 02:10:40 +00:00
iaom 72849abf5e 更新部分文件copyright. 2022-07-13 07:19:49 +00:00
Junjie Bai 5e865af107 Fix bug#127732 & bug#127792 the ukui-search do not quit while losing focus. 2022-07-13 07:18:15 +00:00