Summary: | Missing icon(s) for Kirigami's new Inline Messages: dialog-positive (new) and lineart variants for dialog-warning and dialog-error | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | Eike Hein <hein> |
Component: | Icons | Assignee: | visual-design |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jr, kainz.a, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/breeze-icons/9479c5872eeeb5f138897973376d48c2cb64a469 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Kirigami's new Inline Messages component with duplicated dialog-information icon for Positive type messages
KWidgetAddon's old KMessageWidget reference screenshot showing the checkmark used for its Positive type messages Missing lineart icons in Inline Messages when using Material style screenshot showing new icon |
Description
Eike Hein
2018-03-27 06:50:58 UTC
Created attachment 111668 [details]
Kirigami's new Inline Messages component with duplicated dialog-information icon for Positive type messages
Created attachment 111669 [details]
KWidgetAddon's old KMessageWidget reference screenshot showing the checkmark used for its Positive type messages
Created attachment 111670 [details]
Missing lineart icons in Inline Messages when using Material style
(Note: The general appearance of Inline Messages in this screenshot is an older development revision.)
Git commit 9479c5872eeeb5f138897973376d48c2cb64a469 by andreas kainz. Committed on 27/03/2018 at 11:21. Pushed by andreask into branch 'master'. BUG 392391 Missing icons for inline Messages A +13 -0 icons-dark/status/22/dialog-error.svg R +2 -2 icons-dark/status/22/dialog-password.svg [from: icons/status/24/dialog-information.svg - 052% similarity] A +13 -0 icons-dark/status/22/dialog-positive.svg A +13 -0 icons-dark/status/22/dialog-question.svg A +1 -0 icons-dark/status/64/dialog-positive.svg A +13 -0 icons/status/22/dialog-error.svg M +4 -4 icons/status/22/dialog-information.svg R +0 -0 icons/status/22/dialog-password.svg [from: icons/status/24/dialog-password.svg - 100% similarity] A +13 -0 icons/status/22/dialog-positive.svg A +13 -0 icons/status/22/dialog-question.svg A +1 -0 icons/status/64/dialog-positive.svg https://commits.kde.org/breeze-icons/9479c5872eeeb5f138897973376d48c2cb64a469 Created attachment 111940 [details]
screenshot showing new icon
interestingly this changes the icons used by QMessageBox when set to Question, see https://bugs.kde.org/attachment.cgi?id=111940 which also shows kdialog not changing. mysterious. The code that creates that partition question dialog box doesn't specify size messageBox = QtGui.QMessageBox(QtGui.QMessageBox.Question, title, msg, QtGui.QMessageBox.NoButton, self.ui) |