fix: enhance update list display and version info#114
Conversation
| font.pixelSize: D.DTK.fontManager.t8.pixelSize | ||
| color: rgba(0, 0, 0, 1) | ||
| visible: model.version.length !== 0 | ||
| text: qsTr("Version:") + model.version |
There was a problem hiding this comment.
Version:不应该当作翻译文本吧,是不是用Version
| Layout.alignment: Qt.AlignLeft | ||
| text: model.title | ||
| font.pixelSize: 14 | ||
| font.pixelSize: D.DTK.fontManager.t6.pixelSize |
There was a problem hiding this comment.
直接用font: D.DTK.fontManager.t6
| text: model.title | ||
| font.pixelSize: 14 | ||
| font.pixelSize: D.DTK.fontManager.t6.pixelSize | ||
| color: rgba(0, 0, 0, 1) |
deepin pr auto review代码审查意见:
以上是代码审查的意见,希望能够对您有所帮助。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, xionglinlin 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 |
1. Added version field to UpdateListModel for displaying package versions 2. Modified SystemUpdateLog structure to include systemVersion and remove unused upgradeTime 3. Updated UpdateWorker to sync update info with log helper 4. Improved QML layout with better typography and version display 5. Removed unused click signal and simplified release time display 6. Added proper font sizing using DTK font manager fix: 增强更新列表显示和版本信息 1. 在 UpdateListModel 中添加版本字段用于显示软件包版本 2. 修改 SystemUpdateLog 结构体,添加 systemVersion 并移除未使用的 upgradeTime 3. 更新 UpdateWorker 以同步更新信息与日志助手 4. 改进 QML 布局,优化排版并添加版本显示 5. 移除未使用的点击信号并简化发布时间显示 6. 使用 DTK 字体管理器添加适当的字体大小设置 pms: Bug-318147
|
@xionglinlin: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/integrate |
|
AutoIntegrationPr Bot |
fix: 增强更新列表显示和版本信息
pms: Bug-318147