pick develop/eagle to master #568
Merged
deepin-bot[bot] merged 5 commits intolinuxdeepin:masterfrom Dec 1, 2025
Merged
Conversation
Maintain the monitor info of supported resolutions in special machine. pick from: linuxdeepin@b71dbea Log: Maintain the monitor info in special machine. Bug: https://pms.uniontech.com/bug-view-325731.html Change-Id: Iddfadc1ab05f3b81df5469240fde4346ac35e378
-- Clear the preview cache to avoid duplicate infomation accumulation. Log: add feature for GPU. Task: https://pms.uniontech.com/task-view-378987.html
-- improve loop performance and reduce stuttering. Log: add feature for GPU. Task: https://pms.uniontech.com/task-view-378987.html
-- In some special computer, the GPU info not show. -- Add logic to show GPU info. -- Remove duplicate code and improve code readability. pick from: linuxdeepin@553f3a9 Log: add feature for GPU. Task: https://pms.uniontech.com/task-view-378987.html
-- Variable 'ret' is reassinged a value befor the old one has been used. pcik from: linuxdeepin@10e0f89
deepin pr auto review我来对这个git diff进行审查,主要关注代码逻辑、性能、安全性等方面的问题。
总体来说,这次改动主要优化了代码逻辑和性能,提高了代码的安全性,但需要注意错误处理机制的完整性。建议在后续开发中保持这些良好的编程实践。 |
lzwind
approved these changes
Dec 1, 2025
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: add-uos, lzwind 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 |
Contributor
Author
|
/forcemerge |
Contributor
|
This pr force merged! (status: unstable) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pick develop/eagle to master