donghualin
|
b698b07dde
|
fix: 修改插件接口
1、icon接口中增加主题参数默认值
2、删除以前的不带主题的icon接口
3、PluginStatus改为PluginMode
4、插件接口类中增加eventHandler虚函数
Log:
Influence: 无
Task: https://pms.uniontech.com/task-view-222025.html
Change-Id: I03c8ec09b96faf12f5ab15c8223da8dacae3e4ff
|
2022-12-02 15:59:35 +08:00 |
|
donghualin
|
4c4d06310b
|
fix: 去掉插件中读取禁用当前插件的配置
需求:在新的需求中,通过从控制中心中勾选或者取消勾选插件的显示功能,不再从系统中移除插件,插件中无需通过配置的功能来决定是否加载插件,而变成在插件内部根据当前插件是否需要加载来决定是否加载,例如蓝牙,只要系统中存在蓝牙,就始终加载蓝牙插件
Log: 插件始终都要加载
Influence: 插入蓝牙观察是否有蓝牙图标
Bug: https://pms.uniontech.com/bug-view-175085.html
Change-Id: I1a07ce0d6bd658a03e349e94283768082794684d
|
2022-12-02 13:51:58 +08:00 |
|
donghualin
|
c7df15ce0e
|
feat: 插件增加标记
插件接口类中增加flag接口,用于返回不同的插件的属性,在各插件的实现中实现这个接口
Log:
Influence: 任务栏插件
Task: https://pms.uniontech.com/task-view-220099.html
Change-Id: I9e8b8e0f5f9818856b70a76bbda9eb31dc4ebf65
|
2022-11-28 14:40:55 +08:00 |
|
donghualin
|
4386f13cd9
|
fix: 修复快捷面板蓝牙状态显示错误的问题
快捷面板界面,点击蓝牙图标快速打开蓝牙设备或关闭蓝牙设备,同时根据需要显示不同状态的图标
Log: 修复快捷面板蓝牙状态显示错误的问题
Influence: 点击蓝牙图标,观察快捷面板蓝牙的打开或者关闭的状态
Bug: https://pms.uniontech.com/bug-view-171419.html
Change-Id: I8aeb557463932ffa0cef0fc26fdb29a4799285bd
|
2022-11-28 13:54:29 +08:00 |
|
donghualin
|
7ed4de91b8
|
fix: 修复插入新的蓝牙设备后其他蓝牙设备自动关闭的问题
原来新增的类中接收到蓝牙新增信号的时候,会对所有的蓝牙设备进行关闭操作,该类为冗余的类,删除即可
Log:
Influence: 系统中已经存在一个蓝牙设备,且是打开状态,打开快捷面板,进入蓝牙详情页面,插入新的蓝牙设备,观察之前的蓝牙设备是否自动关闭
Bug: https://pms.uniontech.com/bug-view-171477.html
Change-Id: I6355496ca1be494ccba59921e82cc1921f1ebfff
|
2022-11-24 03:25:59 +00:00 |
|
donghualin
|
a41df224f6
|
fix: 增加对控制中心设置不同主题下图标的接口
1、任务栏插件接口中增加根据主题来获取不同图标的接口
2、声音、蓝牙、电源、虚拟键盘、回收站等插件完善控制中心的接口
3、任务栏图标的显示根据不同的主题来获取
Log: 完善对控制中心设置不同主题的接口
Influence: 在控制中心切换主题,观察图标是否发生变化
Bug: https://pms.uniontech.com/bug-view-172365.html
Change-Id: Ia02193c9ebcf10559195c6fb8fe6227f581e165b
|
2022-11-23 16:08:34 +08:00 |
|
donghualin
|
47f8581788
|
fix: 去掉部分插件的右键菜单
除了电池插件保留右键菜单,其他在快捷区域的插件不显示右键菜单
Log: 去掉插件的右键菜单
Influence: 右键蓝牙、声音等插件,观察是否有右键菜单
Bug: https://pms.uniontech.com/bug-view-171753.html
Change-Id: Ied821bb2f2e1b6e6e6fe7952ee15745d793e7e7d
|
2022-11-17 16:08:42 +08:00 |
|
donghualin
|
3a5e8c1ec6
|
style: 修改快捷区域key值
修改快捷区域key值
Log: 修改快捷区域获取数据的key值
Influence: 无
Task: https://pms.uniontech.com/task-view-96831.html
Change-Id: Ie405a9b45c173092f5c32a06d85f44ec88a1f54e
|
2022-11-04 06:29:16 +00:00 |
|
donghualin
|
c474ae7b23
|
feat: 蓝牙插件适应快捷插件接口
蓝牙插件增加PluginsItemInterface的新增接口,适应快捷面板的功能
Log:
Influence: 任务栏-快捷设置-蓝牙
Task: https://pms.uniontech.com/task-view-121387.html
Change-Id: I324233d5b2a4dae3b7ede2ad10ccf9afb7cfd401
|
2022-10-27 10:31:31 +00:00 |
|
FanPengCheng
|
331cf7c749
|
chore: 修复内存泄露问题
修复内存泄露
Log:
Bug: https://pms.uniontech.com/zentao/bug-view-80694.html
Bug: https://pms.uniontech.com/zentao/bug-view-80695.html
Change-Id: I7410c84aa0a4d6f277ba7a887614814374ef683d
|
2021-05-25 21:42:38 +08:00 |
|
范朋程
|
8e61f9d107
|
fix: 修复插件显示位置不正确的问题
部分系统服务启动较晚,导致插件加载完成时间和初始化顺序并不一致,之前会在检测到插件后把顺序写入到后端接口,但此时可能部分插件还未加载完成,导致给出的数据排序异常
Log: 修复插件显示位置不正确的问题
Bug: https://pms.uniontech.com/zentao/bug-view-61127.html
Change-Id: I37912ea5cac5ae5b8eeabe418f17d16284d29ca3
|
2021-03-09 13:41:03 +08:00 |
|
myj
|
6a28c55153
|
fix(bluetooth): 修复蓝牙设备名称更新后未实时刷新的问题
修复任务栏的蓝牙设备列表偶尔出现空白设备名称的问题
修复蓝牙设备名称更新后控制中心实时刷新而任务栏未实时刷新的问题
Bug: https://pms.uniontech.com/zentao/bug-view-59120.html
Log: 蓝牙列表中部分设备名称显示空白和蓝牙设备名称更新后没有实时刷新
Change-Id: Iaa27f5a8422a9c804635a99de77a814611344088
|
2021-03-05 16:00:35 +08:00 |
|
zhaolong
|
1b6db122f3
|
fix(bluetooth):popup and tooltips display are abnormal
bug24279 【TR4】【桌面专业版】【SP1】【华为】【Kunpeng920】【uos-20-pangu-daliy-20200505-build48】【任务栏-蓝牙】任务栏蓝牙tooltips显示异常,功能无法使用
(cherry picked from commit 882ad1ee7704dfc824019a391a3d35efd49e0e23)
# Conflicts:
# translations/dde-dock.ts
# widgets/tipswidget.cpp
# widgets/tipswidget.h
|
2020-05-14 13:14:46 +08:00 |
|
zhaolong
|
5a4a76bd0c
|
fix(bluetooth):bluetooth continuous to be pairing
蓝牙持续配对所有设备 task:20341
(cherry picked from commit d7c5842f96697d9dbf61b83a7e4f0e014b6ecaf2)
|
2020-05-14 13:11:45 +08:00 |
|
zhaolong
|
e6a7c4e351
|
fix(bluetooth):plugin multiple creation
蓝牙插件可能多次创建
(cherry picked from commit 23ab4149bf76f0d534dca9d04158286994d84d4b)
|
2020-05-14 13:10:31 +08:00 |
|
fpc_diesel
|
1c6a463c15
|
feat(bluetooth):add bluetooth plugin
添加蓝牙插件 bug:9128
(cherry picked from commit 7412d26cda31a617318842cb919242558e135a69)
(cherry picked from commit 1f62819e0fc3a97723c386b6cdf2fc68d1318827)
|
2020-05-14 13:09:26 +08:00 |
|