Skip to content

Rework editor icons

Andrei Kortunov requested to merge akortunov/openmw:svg_icons into master

Summary of changes:

  1. Replace Editor's PNG icons by SVG alternatives. It will allow to have a better scaling and will allow to change icons color during runtime if we want to support different color schemes. Icons mostly come from the editor-icons.svg, so Editor looks almost the same.
  2. Require Qt SVG module and deploy an SVG icon format plugin and an SVG library on Windows and Mac OS X.
  3. Use aliaces to do not store icon file name and format in cpp files.
  4. Remove an unused fog rendering button. It is disabled anyway and we do not have SVG icons for it.

An only concern is a standalone Linux builds. Generic Linux builds already have Qt plugins, they also needs to contain content of Qt SVG module. Can not tell anything about Flatpak here.

image

Edited by Andrei Kortunov

Merge request reports