Commit Graph

347 Commits

Author SHA1 Message Date
qiqi49 66a6e14669 fix(panel-next):实现应用岛内容超长后,可以滚动的功能 2025-01-23 01:02:00 +00:00
qiqi49 d08c047a36 fix(taskManager):解决taskManager最大宽度变化时,会有概率导致任务栏崩溃问题;添加最小宽度 2025-01-23 01:01:49 +00:00
qiqi49 e623967cfb fix(panel-next):解决应用岛移除小插件后,taskManager的最大长度不会更新的问题 2025-01-22 00:57:36 +00:00
qiqi49 25b5d91abe fix(widgets/taskManager):将预览图窗口图标由Theme换为Icon 2025-01-10 03:18:46 +00:00
qiqi49 f6ac9d629f fix(panel-next):根据设计稿调整处于顶栏时,数据岛、配置岛的布局间距和最大长度 2025-01-10 03:18:38 +00:00
qiqi49 2381be048c fix(widgets):调整处在小尺寸(例如顶栏)时,开始菜单、日历、数据管理、多任务视图插件的边距 2025-01-10 03:18:38 +00:00
buxiaoqing ff77f13cb8 fix(taskManager):当窗口图标更新为空时,不更新预览图中的窗口图标 2025-01-10 03:18:00 +00:00
qiqi49 d39e170375 fix(panel-next):补充添加配置岛ratio 2025-01-08 05:57:16 +00:00
amingamingaming ab9859331d feat(ukcc-plugin):添加虚拟键盘,vpn和输入法的中文翻译 2025-01-07 02:16:06 +00:00
qiqi49 09ec497f76 fix(panel):根据开始菜单、多任务视图插件尺寸变化,调整panel布局间距 2025-01-07 02:15:58 +00:00
buxiaoqing e9ffb8ffc0 fix(panel):修复右键菜单中“底部”没有藏文翻译问题 2025-01-03 01:35:11 +00:00
qiqi49 0eb8d36040 fix(panel):解决显示桌面插件,在任务栏中有间隙问题 2025-01-02 06:35:00 +00:00
qiqi49 3faa4b089f fix(panel):调整padding数值 2024-12-31 01:14:12 +00:00
iaom c526c387ed fix(taskManager):修复desktop文件中Icon路径不存在时图标处理错误的问题
QIcon在添加了不存在的文件时,isNull会返回false
2024-12-27 14:52:25 +08:00
qiqi49 3cc02e1f5f fix(taskManager):添加点击图标,激活窗口并隐藏预览图功能(bug:292935) 2024-12-25 06:55:18 +00:00
qiqi49 02857afd36 fix(taskManager):补充点击已打开预览图,预览图隐藏功能(issue:IA4QEK) 2024-12-24 05:58:01 +00:00
qiqi49 f9c1da5c8e fix(appIsland):限制小插件功能只在三岛模式可用 2024-12-24 05:57:53 +00:00
qiqi49 197e5332b5 fix(taskManager):解决切换为小插件后,setIconGeometry不生效问题;添加小插件是否可用的限制 2024-12-24 05:57:53 +00:00
buxiaoqing 7c05f6d54a fix(panel)调整panelPosIndicator透明度,避免出现纯黑情况
bug#293717
2024-12-18 17:27:57 +08:00
qiqi49 91f4d64459 feat(panel-next):添加自定义拖拽调整大小功能,并优化configChanged代码 2024-12-16 09:34:19 +08:00
iaom a75a5ae778 fix(widgets):调整开始菜单,数据管理和多任务视图的三个插件布局,适配三岛任务栏 2024-12-12 14:40:23 +08:00
iaom fb15fdeb38 Fix(panel-next):修复三岛任务栏布局长度错误问题
该问题会导致三岛任务栏的实际总长度和gsetting不符
2024-12-12 14:39:26 +08:00
iaom 8cd703b895 feat(panel-next):三岛任务栏增加一个可添加插件的dbus接口
目前插件直接在应用岛的最后添加
2024-12-12 01:13:22 +00:00
qiqi49 27dfed013a fix(panel):优化configChanged逻辑 2024-12-12 01:13:10 +00:00
qiqi49 6a4c535fce fix(panel):panel优化自定义拖拽调整大小功能 2024-12-12 01:13:10 +00:00
qiqi49 c3d36db99a fix(taskManager):删除多余代码 2024-12-11 17:39:37 +08:00
iaom 7ec213d635 fix(panel-next):修复锁定任务栏时,任务栏右键菜单中任务栏大小的选项未置灰的问题 2024-12-10 14:31:00 +08:00
buxiaoqing a6ceb88f1d fix(widgets):修复开始菜单的右键菜单中图标显示错误问题
bug#291901 291539
2024-12-10 02:40:33 +00:00
iaom f35f905225 fix(panel):修复初始化panel时lockpanel action空指针导致的崩溃问题 2024-12-10 09:40:33 +08:00
youdiansaodongxi a0575964f5 fix(panel-next):修改三岛任务栏初始化后尺寸更新延迟的问题 2024-12-09 15:06:58 +08:00
qiqi49 0ed2fe0e99 fix(calendar):调整日历布局,竖向初始化日历插件高度不对问题 2024-12-05 06:34:29 +00:00
qiqi49 46ace607b8 fix(qml):解决任务栏大尺寸下,没有显示桌面按钮的问题 2024-12-05 06:34:29 +00:00
amingamingaming 770083544f feat(panel.cpp)修改多屏显示时,任务栏修改尺寸选项大中小和自定义时,导致配置文件中panelSize写入错误的问题 2024-12-05 10:58:47 +08:00
buxiaoqing 242caf9d05 fix(taskManager):解决新固定到任务栏的应用重启后不在原来位置的问题
bug#291861 取消固定设置后重新固定,注销后固定应用的顺序会变化
2024-12-04 03:29:02 +00:00
qiqi49 6f5d02979a fix(panel):优化panel自动隐藏的逻辑 2024-12-04 03:28:55 +00:00
qiqi49 6019024fa4 fix(taskManager):修复应用激活任务栏之后,不能取消激活的问题 2024-12-03 08:37:30 +00:00
amingamingaming 5c41708c56 fix(screen-manager)修改屏幕分辨率一样时,交换位置导致的任务栏消失的问题 2024-12-03 02:02:58 +00:00
youdiansaodongxi f544c1a3b5 fix(panel/src): 修复schema.xml文件未更新时调用gsetting取值崩溃的问题 2024-12-03 01:43:45 +00:00
buxiaoqing 2fdaba6e24 feat(widgets):插件元数据新增藏文翻译 2024-12-02 10:34:54 +00:00
卜萧庆 1271d914a3 Translated using Weblate (Tibetan (China))
Currently translated at 100.0% (30 of 30 strings)

Translation: openkylin-nile-new/ukcc-plugin
Translate-URL: http://weblate.openkylin.top/projects/openkylin-nile-new/ukcc-plugin/bo_CN/
2024-12-02 10:42:05 +08:00
buxiaoqing 4f27c9b09d fix(widgets):屏蔽多任务视图和显示桌面的右键菜单 2024-12-02 01:45:44 +00:00
qiqi49 afbc424997 fix(taskManager):补充实现超长滚动按钮自适应任务栏大小的功能 2024-12-02 01:45:34 +00:00
iaom 4500933764 feat(panel):增加autotest子项目 2024-11-28 14:44:47 +08:00
amingamingaming 890e6e4768 test(taskManager):删除无用的cmakelist子项目 2024-11-28 14:44:11 +08:00
iaom e698088fcf 更新翻译 2024-11-26 15:19:08 +08:00
卜萧庆 43ef8cab12 Translated using Weblate (Tibetan (China))
Currently translated at 100.0% (16 of 16 strings)

Translation: openkylin-nile-new/ukui-panel
Translate-URL: http://weblate.openkylin.top/projects/openkylin-nile-new/ukui-panel/bo_CN/
2024-11-26 15:16:55 +08:00
卜萧庆 0e10dcf4eb Translated using Weblate (Tibetan (China))
Currently translated at 100.0% (2 of 2 strings)

Translation: openkylin-nile-new/ukui-panel-search
Translate-URL: http://weblate.openkylin.top/projects/openkylin-nile-new/ukui-panel-search/bo_CN/
2024-11-26 15:16:54 +08:00
卜萧庆 9af6e6b5ec Translated using Weblate (Tibetan (China))
Currently translated at 100.0% (6 of 6 strings)

Translation: openkylin-nile-new/ukui-panel-calendar
Translate-URL: http://weblate.openkylin.top/projects/openkylin-nile-new/ukui-panel-calendar/bo_CN/
2024-11-26 15:16:54 +08:00
卜萧庆 ecd80adda2 Translated using Weblate (Tibetan (China))
Currently translated at 100.0% (23 of 23 strings)

Translation: openkylin-nile-new/ukcc-plugin
Translate-URL: http://weblate.openkylin.top/projects/openkylin-nile-new/ukcc-plugin/bo_CN/
2024-11-26 15:16:54 +08:00
卜萧庆 97412ad740 Translated using Weblate (Tibetan (China))
Currently translated at 100.0% (21 of 21 strings)

Translation: openkylin-nile-new/ukui-menu-starter
Translate-URL: http://weblate.openkylin.top/projects/openkylin-nile-new/ukui-menu-starter/bo_CN/
2024-11-26 15:16:54 +08:00