-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: highlight not visible when focus in #35
Conversation
/integrate |
AutoIntegrationPr Bot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
translations 目录就不用带进来了吧?
翻译是单独的一个commit的,是不是应该让lupdate之后的内容生成在build目录下?不然的话每次cmake run之后都会有ts文件的更新。 |
Always scroll to the highlight when focus in. Log: fix highlight not visible when focus in Issue: linuxdeepin/developer-center#6397
Update translations. Log: update translations
Qt 5 那个翻译更新相关的 CMake macro 是每次源码有变化都会重新生成翻译的。Qt 6 废弃了旧的那个 macro 并提供了一个新的,新的会单独提供一个用于生成翻译的 target。dde-launchpad 放弃支持 Qt 5 版本后会换掉那个新的 CMake macro,就不会每次都会更新翻译了。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
算了反正不影响,不等了。合入后打 tag。打完 tag 后 drop Qt 5 支持。
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: asterwyx, BLumia The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/merge |
Always scroll to the highlight when focus in.
Log: fix highlight not visible when focus in
Issue: linuxdeepin/developer-center#6397