Commit 527e1d7
committed
fix: add debug logging and fix user list visibility
1. Added debug log messages using qCInfo to track visibility state
changes in LockContent
2. Fixed user list display sequence by setting model visibility before
emitting lock state change
3. Added logging for authentication success, mouse click in shutdown
mode, ESC key handling, and various show methods
4. Improved debugging capability for lock screen state transitions and
visibility management
Log: Added visibility state tracking for lock screen operations
Influence:
1. Test lock screen authentication flow and verify proper hiding after
successful auth
2. Test user switching functionality and ensure user list displays
correctly
3. Test ESC key behavior in different modes (shutdown, power, password)
4. Verify shutdown interface hides properly when clicking outside
buttons
5. Check all visibility state transitions work as expected
feat: 添加调试日志并修复用户列表可见性问题
1. 使用 qCInfo 添加调试日志消息,用于跟踪 LockContent 中的可见性状态变化
2. 通过先设置模型可见性再发出锁定状态更改信号来修复用户列表显示顺序
3. 为认证成功、关机模式下的鼠标点击、ESC 键处理和各种显示方法添加了日志
记录
4. 改进了锁屏状态转换和可见性管理的调试能力
Log: 新增锁屏操作可见性状态跟踪功能
Influence:
1. 测试锁屏认证流程,验证认证成功后正确隐藏
2. 测试用户切换功能,确保用户列表正确显示
3. 测试不同模式(关机、电源、密码)下的 ESC 键行为
4. 验证点击按钮外部时关机界面正确隐藏
5. 检查所有可见性状态转换是否按预期工作
PMS: BUG-3415431 parent 740630f commit 527e1d7
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| 413 | + | |
| 414 | + | |
413 | 415 | | |
414 | 416 | | |
415 | 417 | | |
| |||
0 commit comments