fix(ui): fix settings dialog always-on-top and reduce clipboard log n…#363
Conversation
49943be to
9913764
Compare
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdjusts settings dialog window behavior to be modal only over the main window instead of globally always-on-top, and lowers clipboard-related logging from info to debug to reduce log noise. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
d34755c to
d7c8074
Compare
…oise Remove WindowStaysOnTopHint from settings dialog and add WindowModal modality so it stays above main window but not above other apps. 移除设置窗口的置顶标志,改用WindowModal模态使其仅在主窗口之上。 Log: 修复设置窗口置顶问题并降低剪贴板日志级别 PMS: BUG-364661 Influence: 设置窗口不再全局置顶,仅在语音记事本主窗口之上;剪贴板相关日志从Info降为Debug减少日志噪音。
d7c8074 to
cc3613e
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, pengfeixx The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
deepin pr auto review
<style>
.ai-report h1 { color: #2c3e50; border-bottom: 2px solid #2c3e50; padding-bottom: 10px; font-size: 24px; }
.ai-report h2 { color: #2980b9; margin-top: 25px; font-size: 20px; }
.ai-report h3 { color: #34495e; font-size: 16px; }
.ai-report .solution-box { background-color: #f8f9fa; padding: 15px; border-left: 4px solid #28a745; margin-top: 10px; }
.ai-report .info-needed { background-color: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin-top: 10px; }
.ai-report .note { background-color: #e7f4ff; padding: 15px; border-left: 4px solid #17a2b8; margin-top: 10px; }
.ai-report code { background-color: #f1f2f3; padding: 2px 4px; border-radius: 3px; color: #d63384; font-family: monospace; }
</style>
问题分析报告问题分析本次提交主要修复了deepin-voice-note项目中的两个核心问题:1. 日志刷屏问题:在 解决方案
补充说明在编写涉及高频事件(如剪贴板监听、鼠标移动等)的回调函数时,应严格避免使用 |
…oise
Remove WindowStaysOnTopHint from settings dialog and add WindowModal modality so it stays above main window but not above other apps.
移除设置窗口的置顶标志,改用WindowModal模态使其仅在主窗口之上。
Log: 修复设置窗口置顶问题并降低剪贴板日志级别
PMS: BUG-364661
Influence: 设置窗口不再全局置顶,仅在语音记事本主窗口之上;剪贴板相关日志从Info降为Debug减少日志噪音。
Summary by Sourcery
Adjust settings dialog window behavior and reduce clipboard logging verbosity.
Bug Fixes:
Enhancements: