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 |
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 |