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 |
iaom
|
134d2039ec
|
增加文件内容模糊搜索功能,优化全局设置代码
|
2022-11-29 14:05:16 +08:00 |
iaom
|
3d8cebba41
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
baijunjie
|
192b2e9ed5
|
Add plugin re-register and un-register function.
Modify the destructor function of Applications search plugin.
Enable plugins to adjust their order.
|
2022-11-25 11:30:39 +08:00 |
iaom
|
34fa8c7498
|
解决平板模式下,单机结果项直接执行打开动作,无法打开详情页的问题。
|
2022-11-04 17:35:40 +08:00 |
iaom
|
ceb36981b4
|
搜索插件接口增加一个反向调用接口,应用搜索增加截图打开时隐藏主页面动作。
|
2022-11-02 20:50:30 +08:00 |
iaom
|
3ba0c77626
|
修改默认行高.
|
2022-10-26 17:36:44 +08:00 |
iaom
|
93e53f3514
|
修复结果列表文字显示不居中的问题.
|
2022-10-26 15:12:09 +08:00 |
JunjieBai
|
d00912d546
|
Add app widget plugin.
|
2022-10-21 09:14:21 +08:00 |
jixiaoxu
|
463e3447b9
|
修复搜索结果数据量较大时出现的搜索结果区域可以滚动的问题;
|
2022-10-18 15:43:08 +08:00 |
iaom
|
70e69e8830
|
使用kysdk接口,在wayland环境设置跳过任务栏和多任务视图显示.
|
2022-09-02 10:09:31 +08:00 |
Junjie Bai
|
a0be94c524
|
Fix bug#127732 & bug#127792 the ukui-search do not quit while losing focus.
|
2022-09-02 10:04:32 +08:00 |
zhaikangning
|
4b675befab
|
!12 同步下游提交
Merge pull request !12 from 白俊杰/0829openkylin
|
2022-08-31 07:25:10 +00:00 |
JunjieBai
|
c2a5051b5d
|
Fix the problem that the result widget will display a blank page.
|
2022-08-29 09:52:01 +08:00 |
JunjieBai
|
8e41b58969
|
Fix: the result widget dont hide while stopping search.
|
2022-08-29 09:51:08 +08:00 |
JunjieBai
|
660f559c32
|
Fix#130073 touch event cannot trigger the selection of search result.
|
2022-08-23 13:42:04 +08:00 |
jixiaoxu
|
ee5d5ae413
|
新增藏文翻译;修复藏文结果列表高度计算问题;修改输入框右键翻译方案;
|
2022-08-05 14:11:11 +08:00 |
iaom
|
a62c77621b
|
增加正则表达式转义,避免偶现的搜索UI卡死现象。
|
2022-08-05 14:11:11 +08:00 |
iaom
|
6e0c0d6e73
|
使用kysdk接口以解决wayland环境下窗口位置异常问题双标题栏问题.
|
2022-08-05 14:11:11 +08:00 |
JunjieBai
|
da1b4421b6
|
Fix#130775 search-line-edit's pixmap dont show the device independent pixels because of the using of the AA_UseHighDpiPixmaps.
|
2022-07-27 10:19:42 +08:00 |
hewenfei
|
435947c311
|
fix bug: #96279 the background dose not follow the theme to change.
|
2022-07-13 15:13:09 +08:00 |
JunjieBai
|
b6c9acded3
|
Add a mainWindow switch dbus interface.
|
2022-07-05 12:47:16 +08:00 |
hewenfei
|
074019bc89
|
处理富文本超长问题
|
2022-07-05 10:26:00 +08:00 |
iaom
|
0c2d8977a1
|
解决结果列表点击收起按钮时位置错误的问题。(上次的提交未完全解决)
|
2022-06-23 21:20:49 +08:00 |
PengfeiZhang
|
7523110016
|
Merge branch 'ukss-dev' into 'ukss-dev'
新增应用管理启动接口;
See merge request kylin-desktop/ukui-search!306
|
2022-06-23 01:17:57 +00:00 |
iaom
|
1512502cea
|
修复标题栏展开置顶后,点击收回位置错误问题
|
2022-06-18 11:27:06 +08:00 |
iaom
|
edf2f994e5
|
优化关键词高亮方案,结果项显示效果适配主题框架。
|
2022-06-17 10:45:21 +08:00 |
iaom
|
d947c274e8
|
适配主题的viewItem圆角效果。
|
2022-06-15 15:54:50 +08:00 |
jixiaoxu
|
0004538ee3
|
新增搜索服务应用数据库接口;新增搜索应用插件功能;搜索服务接口新增设置返回数据结构(应用搜索插件);目录结构优化等;
|
2022-06-13 13:38:47 +08:00 |
iaom
|
49dee904ce
|
规避主题对QTreeView的一些额外处理导致的样式问题。
|
2022-06-10 17:37:28 +08:00 |
iaom
|
15f4461aec
|
修改滚动条样式。
|
2022-06-06 14:52:59 +08:00 |
iaom
|
6e7ca5e35c
|
文件索引改为白名单形式.
|
2022-05-27 14:25:04 +08:00 |
iaom
|
407251b865
|
Modified file index switch gsettings.
|
2022-05-27 14:22:28 +08:00 |
iaom
|
cb1201a283
|
修改版本号机制,修改插件版本校验机制。
|
2022-05-27 09:42:15 +08:00 |
iaom
|
6009d862ca
|
解决翻译问题。
|
2022-05-25 11:18:04 +08:00 |
iaom
|
39e9e66209
|
结果列表添加tooltips.
|
2022-05-24 17:42:03 +08:00 |
Maomao43803
|
3735c83858
|
Fix#120349 the show more label's icon has wrong display.
|
2022-05-19 17:54:03 +08:00 |
iaom
|
9c9161d9f3
|
优化结果列表字体绘制方法,避免文字位置显示错误;
增加treeview圆角效果;
调整UI圆角大小。
|
2022-05-19 13:47:54 +08:00 |
jixiaoxu
|
9c81e40c3a
|
新增应用管理启动接口;
|
2022-05-10 13:49:54 +08:00 |
hewenfei
|
8355b90ccc
|
[FIX] bug:# 116337 【全局搜索】首次打开搜索输入内容,弹出是否创建索引框后win+s再次打开搜索,搜索只能通过alt+F4关闭
|
2022-04-21 17:15:32 +08:00 |
iaom
|
9e2e6afa7a
|
修复悬浮标题显示英文问题;
|
2022-04-15 15:52:15 +08:00 |
baijunjie
|
e8a8fb31f3
|
Bug#114388:Modify the icon of show more label.
|
2022-04-12 15:46:47 +08:00 |
iaom
|
b7e8221922
|
修复了一些小错误.
|
2022-04-07 15:45:40 +08:00 |
iaom
|
219bc01819
|
Set window state 'NET::SkipTaskbar | NET::SkipPager | NET::SkipSwitcher'.
|
2022-03-23 15:44:37 +08:00 |
iaom
|
baaac7a4dc
|
增加文件索引状态查询功能;优化文建索引启动校验逻辑。
|
2022-03-17 15:40:55 +08:00 |
iaom
|
565f490035
|
解决合并代码后的编译问题,更新翻译文件。
|
2022-03-08 14:50:48 +08:00 |
iaom
|
fb7811e417
|
Fix some debuild problems caused by libquazip5-dev and QPainterPath.
|
2022-03-08 10:37:14 +08:00 |
jixiaoxu
|
00a349e41b
|
Bug#106039 展开收起图标未反白;替换网页搜索详情页占位图;
|
2022-03-08 10:34:31 +08:00 |
iaom
|
655fe1ae9f
|
Update search plugin interface, add stop search function.
|
2022-03-08 10:34:11 +08:00 |
baijunjie
|
0244b8f29b
|
Modify the form of the htmlText in order to show the correct number of spacing.Modify the code format.
|
2022-03-08 10:18:22 +08:00 |
baijunjie
|
9c86647520
|
Add icons in the sourse file and use them as fallback icons.
|
2022-03-08 10:17:53 +08:00 |
jixiaoxu
|
651782ff2d
|
隐藏搜索任务栏图标;
|
2022-03-08 10:17:34 +08:00 |
baijunjie
|
5fb81dd1d9
|
Align the icon and the title in search list by overriding the drawControl method.
|
2022-03-08 10:15:40 +08:00 |
iaom
|
b8dd42ad4a
|
Optimized single application logic.
|
2022-01-20 15:04:17 +08:00 |
jixiaoxu
|
988e845d69
|
优化搜索结果UI刷新逻辑,添加定时器一定条件下定时刷新;
|
2022-01-18 10:51:09 +08:00 |
zhangzihao
|
7d5792eabb
|
Fix window exiting problem caused by shortcut keys to grab focus.
|
2022-01-18 10:51:07 +08:00 |
iaom
|
e6cb935fc0
|
Change namespace.
|
2021-12-14 14:43:35 +08:00 |
iaom
|
02bdc54669
|
Add ukui-search-service.
|
2021-11-22 16:03:31 +08:00 |
iaom
|
4083ee024d
|
Fix merge error.
|
2021-11-11 10:03:57 +08:00 |
iaom
|
ca6850f5fc
|
Update icon size of result view.
|
2021-11-09 09:48:32 +08:00 |
PengfeiZhang
|
13b269b989
|
Merge branch '1103frontend' into 'new-frontend'
The ukui-control center has modified the jump commands for project sp2 and...
See merge request kylin-desktop/ukui-search!185
|
2021-11-08 01:26:12 +00:00 |
baijunjie
|
338ffe6dad
|
The ukui-control center has modified the jump commands for project sp2 and project ukui-3.1,and the ukui-search needs to be modified accordingliy.
|
2021-11-03 11:53:48 +08:00 |
jixiaoxu
|
7039d0c012
|
Fix show more click UI;
|
2021-11-02 16:59:25 +08:00 |
iaom
|
f67f29f872
|
Remove some annoying qDebug.
|
2021-10-29 16:03:24 +08:00 |
jixiaoxu
|
7ecc6419a3
|
Add web search detail page; Change selection rules; Fix translation bug; Add web search plugin; Add some resouces;
|
2021-10-27 11:37:55 +08:00 |
jixiaoxu
|
6f6e6a9377
|
新增点击搜索结果展开后置顶当前分类功能;新增展开搜索结果后标题栏置顶悬浮功能;
|
2021-10-20 16:30:20 +08:00 |
iaom
|
73de53d384
|
Add support for touch sliding.
|
2021-09-27 17:25:06 +08:00 |
jixiaoxu
|
b9b206cb3a
|
Add web search selection with no result; App search fix bug;
|
2021-09-24 15:35:47 +08:00 |
iaom
|
1dfb178907
|
Modified scrollBar style in detail page.
|
2021-09-23 19:56:54 +08:00 |
纪笑旭
|
76cf09907d
|
Merge branch '0902-newfrontend' into 'new-frontend'
Add pop up window for file search plugin.
See merge request kylin-desktop/ukui-search!145
|
2021-09-23 03:24:40 +00:00 |
PengfeiZhang
|
9a2969d19d
|
Merge branch 'new-frontend' into 'new-frontend'
Fix double select;
See merge request kylin-desktop/ukui-search!144
|
2021-09-23 02:34:36 +00:00 |
iaom
|
ce5c804a11
|
Add pop up window for file search plugin.
|
2021-09-23 10:31:13 +08:00 |
jixiaoxu
|
9be3392dbe
|
Fix double select;
|
2021-09-22 10:29:10 +08:00 |
iaom
|
c4a39937b7
|
Update changelog ukui-search3.1-1.1.1+0917.
|
2021-09-18 10:02:15 +08:00 |
iaom
|
c74c9ba781
|
Fix :The input box has no focus after press win+s sometimes.
|
2021-09-16 14:58:07 +08:00 |
jixiaoxu
|
23540d8f05
|
Fix ENTER press state;
|
2021-09-13 20:12:35 +08:00 |
jixiaoxu
|
e5033adff6
|
Optimize selected functions;
|
2021-09-09 11:23:59 +08:00 |
jixiaoxu
|
69db4572d2
|
Perfect the selected function;
|
2021-09-08 16:34:32 +08:00 |
jixiaoxu
|
9ea51f22ad
|
Fix multiple widget selection bug;
|
2021-09-08 15:41:28 +08:00 |
jixiaoxu
|
d1c65e08d5
|
Replace web search lable with model-view; Add first selection; Change web search icon;
|
2021-09-08 11:03:43 +08:00 |
jixiaoxu
|
ebe8e076f7
|
Fix web search UI;
|
2021-08-26 20:15:32 +08:00 |
jixiaoxu
|
c617f9afc5
|
Fix best list bug; Optimize up and down key switching logic; Dynamically get the row height of search results;
|
2021-08-24 17:10:28 +08:00 |
jixiaoxu
|
86c5ce7e73
|
Set settings search not distinguish Chinese and English; Fix settings search results with '/';
|
2021-08-23 19:37:17 +08:00 |
PengfeiZhang
|
edba38a5ba
|
Merge branch 'new-frontend' into 'new-frontend'
Add keep selected result visible; Click not clear selection;
See merge request kylin-desktop/ukui-search!98
|
2021-08-20 06:58:04 +00:00 |
jixiaoxu
|
22bf7f7892
|
Add keep selected result visible; Click not clear selection;
|
2021-08-20 10:07:53 +08:00 |
PengfeiZhang
|
d9c4d339ea
|
Merge branch '0720-newfrontend' into 'new-frontend'
Update MainWindow::centerToScreen().
See merge request kylin-desktop/ukui-search!97
|
2021-08-19 03:12:12 +00:00 |