tsic404
e8e0f3c96f
chore: adjust dock ui
...
1. adjust dock window space to 10
2. make traymainwindow contentsMagins to fixed value
3. make trycontrolpanel background color alpha
4. remove space between fullscreen and dock
5. set border for quick panel items
6. adjust standitem icon and text space
7. adjust sliderContainer icon background color
log: as title
2024-02-02 10:54:42 +08:00
tsic404
5d87a44ac4
fix: adjust the slider to set the sound multiple times
...
log: add a timer to set once in 50 ms
2023-08-23 08:21:54 +00:00
Zhang Dingyuan
42961e5092
fix: tips font size not follow system
...
Closed: https://github.com/linuxdeepin/developer-center/issues/4350
2023-06-29 10:44:13 +08:00
heyuming
70683c4800
fix: imcomplete display when dock plugin's tips text is multi-line
...
note: rounded corner level is 'large'
Log: 修复当dock插件的提示文本是多行时, 文本显示不全的问题
2023-06-26 14:07:07 +08:00
tsic404
1bb0c628f3
fix: modify the color of the area not covered by the slider
...
paint two roundedRect one is slider background, another is slider has covered
log:
2023-04-12 13:08:07 +08:00
zsien
53e68b9435
fix: abnormal display of sound output device list
...
Delete custom delegates and use the native DListView state.
* Fix abnormal display of checked icons
* Fix abnormal display of edit box.
Fixes linuxdeepin/developer-center#3793
Fixes linuxdeepin/developer-center#3741
2023-03-10 12:55:45 +08:00
tsic404
2f185bf3ce
chore: resolve v23 merge conflicts
...
log:
2023-02-16 15:08:28 +08:00
donghualin
7ad0475c6d
fix: 移除代码中对显示相关的插件的引用
...
删除亮度设置和相关的引用代码
Log:
Influence: 无
Task: https://pms.uniontech.com/task-view-220489.html
Change-Id: I7c8f0e93d6b69a92242f3809aca2f6d3ac74fac5
2022-11-28 15:31:01 +08:00
donghualin
6bcaead473
fix: 完善音量功能
...
1、只要存在音量设备,就显示设备列表
2、当设备在控制中心被禁用后,快捷面板音量滑块不可调节,并且变灰显示
Log: 完善音量功能
Influence: 从控制中心关闭设备,观察任务栏设备状态是否发生变化
Bug: https://pms.uniontech.com/bug-view-172429.html
Change-Id: Ib98f77f49998d6f55f9ad69a18e7fbb30081acf1
2022-11-28 14:07:29 +08:00
范朋程
224b0a9cb9
fix: 修复音量插件调节最小刻度不是%2的问题
...
原有的功能,新需求做的时候并没有考虑到继承
Log: 修复音量插件调节最小刻度不是%2的问题
Influence: 音量插件调节
Bug: https://pms.uniontech.com/bug-view-172417.html
Change-Id: Ia10448abb3e872ad47a46d34d1e179538c585c49
2022-11-22 14:29:33 +08:00
donghualin
cf376ebb3f
style: 消除编译警告信息
...
将代码中的过期的不建议使用的函数或类替换成建议使用的函数或类
Log: 消除编译警告
Influence: 无
Task: https://pms.uniontech.com/task-view-96831.html
Change-Id: Ie42a3eed97013adb047105bcf75e07ff8e0277a0
2022-11-04 06:29:16 +00:00
donghualin
dd1ed1c0d4
feat: 快捷面板支持插件控制区域的显示
...
目前将声音的功能移到插件中实现,支持声音插件的面板的展示
Log: 简化任务栏代码,优化插件加载逻辑
Influence: 快捷面板,观察声音、亮度调整和音乐播放等功能是否显示正常
Task: https://pms.uniontech.com/task-view-208579.html
Change-Id: I8fd7917e06dd7505da65dc36767166a779ffb0e6
2022-11-04 05:09:03 +00:00
chenjun
81e6eb87d3
fix: 只有预览应用时界面圆角为18其他tips圆角为6 ( #709 )
...
只有预览应用时界面圆角为18其他tips圆角为6, 并且tips高度根据内容计算高度再加4像素
Log: 修复任务栏应用tips框样式问题
Bug: https://pms.uniontech.com/bug-view-166289.html
Influence: 任务栏tips正常显示
2022-10-25 11:16:56 +06:00
Robert
0427e19b72
chore: adapt license and copyright ( #680 )
...
Modify project to pass the REUSE check
Log: Modify project to pass the REUSE check
Task: https://pms.uniontech.com/task-view-185215.html
Change-Id: Ie954cf985f16c1a243bfc912aa7458c6e85ce9de
2022-09-06 11:36:55 +08:00
Zhang Qipeng
001ab4c907
fix: 任务栏蓝牙图标tips信息显示异常
...
tips文案间隔设置错误
Log: 修复任务栏蓝牙图标tips信息显示异常的问题
Bug: https://pms.uniontech.com/bug-view-120873.html
Influence: tips文案
Change-Id: I82d9e9928cc38a2dfa441ffad52b422957387fbb
2022-04-19 17:27:16 +08:00
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