move all image and icon strings to theme file
ClosedPublic

Authored by astippich on Jan 6 2018, 9:33 AM.

Details

Summary

Move all icon and image definitions to theme file and make some consistency fixes.
In anticipation of a colorized version of the artist image, there are two definitions which currently hold the same icon.
Also enables the display of a default cover in context view.

Test Plan

no icon issues throughout the app

Diff Detail

Repository
R255 Elisa
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
astippich requested review of this revision.Jan 6 2018, 9:33 AM
astippich created this revision.

Reading a little bit more about how platform specific files work, all those changes must be carried over to the windows theme file, otherwise the windows build will break. Correct?

Reading a little bit more about how platform specific files work, all those changes must be carried over to the windows theme file, otherwise the windows build will break. Correct?

Yes, this is the idea. I should have used that when solving a contrast problem on windows without breaking dark theme on linux.

mgallien accepted this revision.Jan 8 2018, 9:41 PM
This revision is now accepted and ready to land.Jan 8 2018, 9:41 PM

Thanks for your work.
This should be much easier now to have a solution for having bundled icons when not having kdeclarative as a dependency.

This revision was automatically updated to reflect the committed changes.