Commit Graph

48 Commits

Author SHA1 Message Date
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 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
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 8074df1dc4 解决未打开索引时搜索不能弹出提示窗的问题 2022-12-06 09:25:40 +08:00
iaom 134d2039ec 增加文件内容模糊搜索功能,优化全局设置代码 2022-11-29 14:05:16 +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 ceb36981b4 搜索插件接口增加一个反向调用接口,应用搜索增加截图打开时隐藏主页面动作。 2022-11-02 20:50:30 +08:00
JunjieBai d00912d546 Add app widget plugin. 2022-10-21 09:14:21 +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
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
iaom 6e0c0d6e73 使用kysdk接口以解决wayland环境下窗口位置异常问题双标题栏问题. 2022-08-05 14:11:11 +08:00
JunjieBai b6c9acded3 Add a mainWindow switch dbus interface. 2022-07-05 12:47:16 +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 9c9161d9f3 优化结果列表字体绘制方法,避免文字位置显示错误;
增加treeview圆角效果;
调整UI圆角大小。
2022-05-19 13:47:54 +08:00
hewenfei 8355b90ccc [FIX] bug:# 116337 【全局搜索】首次打开搜索输入内容,弹出是否创建索引框后win+s再次打开搜索,搜索只能通过alt+F4关闭 2022-04-21 17:15:32 +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 565f490035 解决合并代码后的编译问题,更新翻译文件。 2022-03-08 14:50:48 +08:00
jixiaoxu 651782ff2d 隐藏搜索任务栏图标; 2022-03-08 10:17:34 +08:00
iaom b8dd42ad4a Optimized single application logic. 2022-01-20 15:04:17 +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
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
iaom ce5c804a11 Add pop up window for file search plugin. 2021-09-23 10:31:13 +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 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
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
iaom 225d93cdae Update MainWindow::centerToScreen(). 2021-08-19 10:22:20 +08:00
jixiaoxu c912c5512e Update UI; Update key press event; 2021-08-18 14:23:14 +08:00
baijunjie@kylinos.cn c6626ec369 use dbus interface to search keyword 2021-08-11 17:50:00 +08:00
iaom ea5242b921 Update UI;Update internal plugins. 2021-08-06 10:54:48 +08:00
jixiaoxu ddc4aff954 Add best matches; Fix best list bug; 2021-08-02 13:46:59 +08:00
iaom 23fac0cc57 Update UI. 2021-07-26 15:08:46 +08:00
iaom 323fc1bdab Update UI. 2021-07-23 16:10:30 +08:00
iaom b354f9fdc7 Update search lineedit. 2021-07-21 17:01:34 +08:00
iaom deea743dec Add preview page iface. 2021-07-08 18:53:16 +08:00
iaom 29e8968938 Add actions. 2021-07-05 14:27:14 +08:00
iaom 1ab8001445 Add modify time in result info. 2021-05-28 10:16:28 +08:00
zhangjiaping 3573c4d86a feat(frontend): Complete some functions of new frontend.
Description: 完善重构版前端部分原有功能,如字体适配、展开收起、历史记录等

Log: 完善重构版前端部分原有功能,如字体适配、展开收起、历史记录等
2021-05-27 10:25:15 +08:00
zhangjiaping c9079b067d feat(frontend): Rebuild frontend & implement plugins interface.
Description: 前端重构与插件接口实现

Log: 前端重构与插件接口实现
2021-05-22 21:29:43 +08:00