20 Commits

Author SHA1 Message Date
qiuchangxing
68d97efca6 chore: 给bug修复对应的修改过的代码添加注释
给bug修复对应的修改过的代码添加注释,方便代码维护

Log: 给bug修复对应的修改过的代码添加注释
Change-Id: I8a7c582e348613fb3c5f150227cbe9f2a03ac8b9
2021-05-20 09:22:01 +08:00
Fan PengCheng
8ad3d835ed fix: 修复藏语环境下字体显示不全的问题
藏语字体环境下,计算得到字体高度会出现,换用QFontMetrics的boundingRect函数获取其高度即可

Log: 修复藏语环境下字体显示不全的问题
Bug: https://pms.uniontech.com/zentao/bug-view-79014.html
Bug: https://pms.uniontech.com/zentao/bug-view-78763.html
Change-Id: I6388b74b1d2930c98d3b4dfb5db496505234c954
2021-05-12 17:33:19 +08:00
qiuchangxing
deeb523fea fix: 修复切换藏语,任务栏中tooltip的应用名称显示异常,藏语头部被截断
tooltip的应用名称显示绘制时,字体所占像素调整为字体实际使用rect高度的一半减一最为合适,否则碰到藏文这种特殊字体会导致显示不全

Log: 修复切换藏语,任务栏中tooltip的应用名称显示异常,藏语头部被截断
Bug: https://pms.uniontech.com/zentao/bug-view-76847.html
Change-Id: Ia999ef70acb93bdf9b6d7039c9facac5b21e9250
2021-04-29 14:48:16 +09:00
chenwei
02a1129b0b fix: 解决任务栏应用tips弹窗边距异常问题
根据设计师要求将控件左右间距修改为10

Log: 任务栏应用tips弹窗左右间距修改为10
Bug: https://pms.uniontech.com/zentao/bug-view-61164.html
Change-Id: I6353058b02c9e98cdf9f2a597713008a3aadb4f1
2021-01-22 09:35:45 +08:00
范朋程
5a15ae7f17 fix: 修复符号冲突导致的概率性崩溃问题
语音助手中使用的类TipsWidget与任务栏项目中的同名类的实现不一样,导致符号冲突
解决方法是在任务栏的代码中加上命名空间,

Log: 修复符号冲突导致的概率性崩溃问题
Bug: https://pms.uniontech.com/zentao/bug-view-35037.html
2020-06-30 09:26:59 +08:00
fengshaoxiong
356473fd53 fix(network): 同时连接有线网络和无线网络时,只显示了有线网络的IP
功能缺失,修改代码添加当有线网络和无线网络同时连接的时候,显示所有的网络IP

Log: 解决同时连接有线网络和无线网络时,只显示了有线网络的IP问题
Bug: https://pms.uniontech.com/zentao/bug-view-35197.html
2020-06-27 15:53:19 +08:00
fengshaoxiong
72669890c0 fix(bluetooth): 字体大小改变任务栏tips内容显示不全
字体大小变换后,需要同步更新布局

Log: 增加字体大小变换后,同步布局
Bug: https://pms.uniontech.com/zentao/bug-view-35000.html
2020-06-24 16:04:15 +08:00
范朋程
ee83bb1cba fix(cppcheck): cppcheck检查
静态代码检查,按照提示修改了所有合理的警告内容,部分内容为cppcheck误报,不处理

Log: 按照静态代码检查工具给出的结果进行修改
2020-06-16 13:54:23 +08:00
范朋程
ed83270810 fix(Tips): (摘取)解决tips提示不支持html语言的问题
提取富文本中的纯文本进行显示

Log: 解决tips提示不支持html语言的问题
Bug: https://pms.uniontech.com/zentao/bug-view-31784.html

# Conflicts:
#	widgets/tipswidget.cpp
2020-06-12 20:03:22 +08:00
fpc_diesel
eecce9d618 feat(accessible):update accessible on uos branch 2020-06-04 14:01:08 +08:00
zhaolong
4303f90d75 fix(bluetooth):popups display truncated
task20793 【TR4】【桌面专业版】【SP1】【华为】【Kunpeng920】【uos-20-pangu-daliy-20200424-build46】【任务栏】任务栏蓝牙显示截断

(cherry picked from commit 619ba29a258a215868a05e83f543f8a030f08d1d)
2020-05-14 13:14:57 +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
fanpengcheng_cm
684ed7cf0b feat:set control accessible 2020-03-13 13:39:01 +08:00
王少君
9c6be185e5 Revert "feat:set cotrol accessible"
This reverts commit 5be2ade0b13a0d47cf58a27e19caf06b9f9ed377
2020-03-13 12:07:59 +08:00
fanpengcheng_cm
5be2ade0b1 feat:set cotrol accessible 2020-03-12 20:23:53 +08:00
chenzhe
bcf4d599fe fix:The on-screen keyboard and disk on the dock are not fully displayed.
dock上屏幕键盘和磁盘未完整显示。 bug:10498
2019-12-31 14:12:37 +08:00
shaojun
e1d01f11b5 fixed(tooltip):change tooltip text color is brightText 2019-09-27 09:34:30 +08:00
shaojun
2c56298aed fixed(bug:3395):tooltip text color 2019-09-26 13:46:39 +08:00
haruyukilxz
2e87a06268 fix(sound): not update when volume changed
Change-Id: Ie9f5d51f35200d4d09d8e8304da6a254fca49d9f
2018-07-18 11:12:46 +08:00
haruyukilxz
9085bfbdc8 refactor(plugins): use tipswidget replace stylesheet
Change-Id: Id71d26002e7eddf8bb0b1f524a0ff8553f1136b0
2018-07-06 08:54:08 +08:00