[KStyle] Use dialog-question for question icon
ClosedPublic

Authored by broulik on Jul 16 2018, 3:46 PM.

Details

Summary

This was changed in KMessageBox in 9b05a12a43dbe2b31a4655052f20de0832ac7a61 but never "upstreamed" to KStyle which wasn't an issue until D14160

dialog-information is kept as a fallback since e.g. Oxygen doesn't have dialog-question since using that icon is a pretty new addition

Test Plan

kdialog --yesno "test" shows question mark icon again in Breeze. shows information icon still with Oxygen.

Diff Detail

Repository
R252 Framework Integration
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
broulik created this revision.Jul 16 2018, 3:46 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJul 16 2018, 3:46 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
broulik requested review of this revision.Jul 16 2018, 3:46 PM
rkflx accepted this revision.Jul 17 2018, 11:52 PM

Thanks for noticing, LGTM and restores the proper icon indeed.

This was changed in KMessageBox in 9b05a12a43dbe2b31a4655052f20de0832ac7a61 but never "upstreamed" to KStyle

Sorry, did not know about this, and neither did the reviewer notice.

Should I submit Diffs (or commit directly?) where the wrong icon is still in use, e.g. here, here, here and/or here?

This revision is now accepted and ready to land.Jul 17 2018, 11:52 PM
This revision was automatically updated to reflect the committed changes.

Thanks for noticing, LGTM and restores the proper icon indeed.

This was changed in KMessageBox in 9b05a12a43dbe2b31a4655052f20de0832ac7a61 but never "upstreamed" to KStyle

Sorry, did not know about this, and neither did the reviewer notice.

Should I submit Diffs (or commit directly?) where the wrong icon is still in use, e.g. here, here, here and/or here?

Yes please. Committing directly should be fine.