FreeCAD: master 7bf6f722

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-09-28 03:56:48 master 7208e757
Changeset Surface: new SVG icon for the workbench, rename others

Replace the hard-coded XPM icon in `InitGui.py` for the workbench
with an SVG file, which at this time is identical to the `Surface` icon.
Change `CMakeLists.txt` to properly install this new icon.

Rename all icons, so that all have the `Surface_` prefix.

Use the new icon names in the viewproviders and task panels.
mod - src/Mod/Surface/Gui/CMakeLists.txt Diff File
mod - src/Mod/Surface/Gui/Command.cpp Diff File
mod - src/Mod/Surface/Gui/Resources/Surface.qrc Diff File
add - src/Mod/Surface/Gui/Resources/icons/Surface_Workbench.svg Diff File
mod - src/Mod/Surface/Gui/TaskFilling.cpp Diff File
mod - src/Mod/Surface/Gui/TaskGeomFillSurface.cpp Diff File
mod - src/Mod/Surface/Gui/TaskSections.cpp Diff File
mod - src/Mod/Surface/InitGui.py Diff File