iaom
|
da7cdb1551
|
feat(frontend):适配主题窗口圆角配置
|
2023-11-21 15:50:30 +08:00 |
iaom
|
bd9de3c541
|
fix(data-collect):解决埋点上传崩溃问题
|
2023-11-21 14:09:25 +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 |
iaom
|
873c4898ac
|
更新数据埋点格式
|
2023-11-16 02:50:32 +00:00 |
lisaifei
|
632c3f0e75
|
doc: readme错别字订正
|
2023-11-15 15:41:00 +08:00 |
iaom
|
8b2ab37f91
|
perf(file-index):使用ukui-file-metadata提供的文件内容解析接口替换原有功能
|
2023-11-14 16:44:47 +08:00 |
JunjieBai
|
e18bb390a7
|
fix(app-database-service):数据库删除后重建失败,应用打开次数记录错误.
建数据库时缺少START_UP_WMCLAS字段导致所有数据写入失败,记录打开次数换成使用processmanager的信号来触发.
|
2023-11-14 08:41:11 +00:00 |
JunjieBai
|
1bcf2922c0
|
perf(plugins):use process manager to open applications.
|
2023-11-14 08:41:11 +00:00 |
iaom
|
8d4126ee6b
|
feat(libsearch):搜索插件增加数据埋点收集功能
|
2023-11-08 09:56:24 +08:00 |
JunjieBai
|
e28dae5d10
|
fix(app-search-plugin):应用图标使用qt的icon引擎找不到,换成xdg的icon加载引擎
|
2023-11-06 16:50:56 +08:00 |
iaom
|
edc634d1d4
|
fix(ukui-search-service):修复多用户时查看索引状态的命令行失效的问题
|
2023-11-03 17:28:22 +08:00 |
JunjieBai
|
afc9bbbfa2
|
fix(frontend):修改内容搜索插件详情页加载时间文本的顺序
|
2023-11-01 17:50:37 +08:00 |
JunjieBai
|
f749537cc2
|
Adapt the short format of time shown in file search plugin.
|
2023-11-01 17:44:37 +08:00 |
JunjieBai
|
ec6c5941b1
|
feat(translation):添加维哈柯德西法语的翻译.
|
2023-11-01 17:14:17 +08:00 |
JunjieBai
|
ee1af87ccd
|
fix(app-search-plugin):修复在线应用右侧被遮挡的问题,优化在线应用描述界面ui
|
2023-10-30 16:10:47 +08:00 |
JunjieBai
|
4e7e2e3a8a
|
fix(app-search-plugin):add a method to get snippet of text and use it to wrap description of online application.
|
2023-10-27 15:06:55 +08:00 |
iaom
|
26d363ab3f
|
fix(file-search-plugin):修复文件搜索插件中死循环的问题
|
2023-10-16 05:56:53 +00:00 |
JunjieBai
|
7142e105e5
|
feat(ukcc-plugin):add ocr switch, add a pop window while tring to open the file content index switch.
|
2023-10-12 17:51:25 +08:00 |
JunjieBai
|
2bba2351d6
|
feat(frontend):添加托盘图标右键菜单
|
2023-10-12 14:33:54 +08:00 |
iaom
|
7b158ec772
|
fix(ukui-search-service):修复索引状态监控导致的崩溃问题
|
2023-10-10 02:29:10 +00:00 |
JunjieBai
|
524a43787b
|
perf(settingsearch):修改设置搜索的匹配策略.
|
2023-10-09 14:24:48 +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
|
69eb8632fa
|
增加查看当前索引状态的命令行
|
2023-10-07 15:44:59 +08:00 |
iaom
|
d6e3cd46e9
|
feat(ukui-search-service):为OCR内容索引增加单独的数据库和单独控制开关
|
2023-09-28 08:46:33 +00:00 |
JunjieBai
|
e9ce06a471
|
feat(translation):Add traditional Chinese translation.
|
2023-09-25 16:58:31 +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
|
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 |