You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dde-dock): add hover opacity effect to quick panel widgets
1. Add QGraphicsOpacityEffect and enterEvent/leaveEvent overrides to brightness, sound, media, and common quick panel widgets
2. Add per-element opacity effects (icon/name/state) to bluetooth, eye-comfort-mode, and wireless-casting quick panel widgets
3. Implement updateOpacity logic: icon follows hover or active state, text always follows hover
4. Set normal opacity to 0.7 and hover opacity to 1.0 for consistent visual feedback
5. Apply the same pattern to JumpSettingButton and PluginItemDelegate for unified dock hover behavior
Log: Add hover highlight effect to all dock quick panel widgets for better visual feedback
fix(dde-dock): 为所有快捷面板控件添加悬停透明度效果
1. 为亮度、声音、媒体和公共快捷面板控件添加 QGraphicsOpacityEffect 及 enterEvent/leaveEvent 重写
2. 为蓝牙、护眼模式和无线投屏控件添加逐元素(图标/名称/状态)透明度效果
3. 实现 updateOpacity 逻辑:图标跟随悬停或激活状态,文字始终跟随悬停
4. 设置常规透明度为 0.7,悬停透明度为 1.0,实现一致的视觉反馈
5. 对 JumpSettingButton 和 PluginItemDelegate 应用相同模式,统一 Dock 悬停行为
Log: 为所有 Dock 快捷面板控件添加悬停高亮效果,改善视觉反馈
PMS: BUG-314503
0 commit comments