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
|
0557dd2eed
|
feat(frontend):修改设置搜索结果显示方式.
|
2023-09-14 15:17:28 +08:00 |
JunjieBai
|
400fe58a5a
|
fix(ukccPlugin):修改删除目录的ui触发逻辑,避免添加后被删除的文件夹无法从ui上移除
|
2023-09-13 17:34:18 +08:00 |
JunjieBai
|
b71d5cf5a9
|
fix(index):修改文本文件解析逻辑
一些格式有问题的文件可能会被解析成乱码,因此检测到编码格式有问题则跳过解析。
|
2023-09-12 15:41:34 +08:00 |
JunjieBai
|
4029b5ca0a
|
fix(frontend):modify the text of the button on the create index dialog.
|
2023-09-12 14:17:33 +08: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 |
iaom
|
73604c0dfe
|
fix(index):修复了错误的开关索引控制逻辑;
修复了关闭基本索引导致内容索引监听丢失的问题
|
2023-09-05 18:41:28 +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 |
JunjieBai
|
a8c400cdb0
|
perf(app-database-service):optimize the logic of the method which is used to find desktop file.
|
2023-08-23 15:37:33 +08:00 |
iaom
|
597be83dac
|
同步子项目进度
|
2023-08-21 10:23:55 +08:00 |
iaom
|
d2e1d204d9
|
refactor:使用cmake重新构建项目
|
2023-08-18 15:26:21 +08:00 |
JunjieBai
|
c5bc8c920e
|
feat(ukcc-plugin):add a new button to create the index of the file's content.
|
2023-08-18 07:17:44 +00:00 |
iaom
|
490459291e
|
feat(index):增加内容索引开关
内容索引现在可以通过新增的gsettings(content-index-enable)单独控制开关,
新增了version键用于判断gsettings版本,兼容旧版用户配置:
当file-index-enable值为true,升级之后file-index-enable和
content-index-enable都置为true,否则都置为false。
备注:此提交需要配合设置页面的改动一起食用。
|
2023-08-18 07:17:34 +00:00 |
JunjieBai
|
f97213ff60
|
perf(app-database-service):use the lowercase letters to match the windowClassClass.
|
2023-08-11 17:04:47 +08:00 |
JunjieBai
|
87e6da7336
|
fix(app-database-service):modify the time sequence of the transmitted signal.
|
2023-08-11 14:28:13 +08:00 |
JunjieBai
|
ba31496a89
|
feat(app-database-service):add a method to find desktop file through WinId, add a START_UP_WMCLASS field to the database.
|
2023-08-10 11:15:10 +08:00 |
JunjieBai
|
20a3b21f75
|
perf(app-database-service):optimize the logic of the tranPidToDesktopFp method.
|
2023-08-09 15:21:56 +08:00 |
JunjieBai
|
6ae9125746
|
refactor(app-database-service):remove the redundant slots inherited from QThread.
|
2023-08-09 15:19:44 +08:00 |
iaom
|
3fd7f2183d
|
fix(file system watcher): 修复文件索引关闭再打开后丢失监听的问题
文件监听在关闭后没哟正确清空所有缓存,导致再次重新开启监听后不能正确添加监听
|
2023-07-28 10:47:38 +08:00 |
JunjieBai
|
d6ef08f769
|
Optimize the logic of the function which is used to snippet chinese in order to adapt to the GB18030-2022 standard.
|
2023-07-27 13:59:21 +08:00 |
iaom
|
637e71e277
|
修复文件索引中部分中文字符在term中被截断的问题
|
2023-07-24 11:39:18 +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
|
1134ffc8be
|
Modify the mongolian translation of yes&no.
|
2023-07-20 10:39:56 +08:00 |
JunjieBai
|
455dc0bee6
|
Fix the problem that the right side of the content search's detail page was blocked.
|
2023-07-19 11:35:43 +08:00 |
iaom
|
3d128c42b7
|
应用搜索调用应用商店接口接口改为异步调用
|
2023-07-17 08:17:26 +00:00 |
JunjieBai
|
2619025065
|
Modify the Mongolian translation of the name&comment field in desktop file.
|
2023-07-17 09:53:07 +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 |
hewenfei
|
53b4d3e894
|
修复多线程搜索崩溃问题
|
2023-07-10 19:18:48 +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 |
iaom
|
cbf833fa08
|
精简代码;完善搜索服务插件生命周期管理;增加搜索搜索隐藏文件功能
|
2023-07-07 05:38:55 +00:00 |
彭逸豪
|
0c2ef7bee2
|
fix: designated initializers cannot be used with a non-aggregate type
|
2023-07-05 03:31:24 +00:00 |
JunjieBai
|
0a0eb0d6ac
|
修改英文下无默认打开应用提示框的按钮文字为OK
|
2023-07-04 17:59:32 +08:00 |
iaom
|
243a2874e7
|
解决内容搜索插件详情页加载大图片时阻塞ui的问题
|
2023-07-04 15:02:20 +08:00 |
JunjieBai
|
b0159fb2cb
|
Add Mongolian translation files.
|
2023-06-28 09:35:15 +08:00 |
iaom
|
7e296c325a
|
解决文件搜索接口在使用索引搜索根目录时无法搜到文件的问题
|
2023-06-16 09:27:48 +08:00 |
iaom
|
d1bf50859a
|
解决当搜索UI关闭后未正确停止插件搜索线程的问题;解决遍历搜索时文件搜索插件长时间cpu占用较高的问题。
|
2023-06-14 06:21:18 +00:00 |
JunjieBai
|
3d13080b4c
|
Add Tibetan translation of ukcc plugin.
|
2023-06-12 15:03:44 +08:00 |
JunjieBai
|
a128cfb5b7
|
Add translations files of app widget.
|
2023-06-07 14:15:44 +08:00 |
iaom
|
c871929ef1
|
同步子项目改动
|
2023-06-06 15:16:21 +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 |
JunjieBai
|
5157a6be6c
|
Modify the ts file of the ukcc plugin.
|
2023-05-23 10:59:00 +08:00 |