Commit Graph

1299 Commits

Author SHA1 Message Date
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
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