Skip to content

Commit

Permalink
Sketcher: move icons to general subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
vocx-fc authored and yorikvanhavre committed Oct 1, 2020
1 parent 7626acc commit 3a74255
Show file tree
Hide file tree
Showing 15 changed files with 74 additions and 141 deletions.
26 changes: 14 additions & 12 deletions src/Mod/Sketcher/Gui/Resources/Sketcher.qrc
@@ -1,19 +1,8 @@
<RCC>
<qresource>
<file>icons/Sketcher_EditSketch.svg</file>
<file>icons/Sketcher_LeaveSketch.svg</file>
<file>icons/Sketcher_MapSketch.svg</file>
<file>icons/Sketcher_MergeSketch.svg</file>
<file>icons/Sketcher_MirrorSketch.svg</file>
<file>icons/Sketcher_NewSketch.svg</file>
<file alias="icons/preferences-sketcher.svg">icons/Sketcher_NewSketch.svg</file>
<file>icons/Sketcher_ReorientSketch.svg</file>
<file>icons/Sketcher_Sketch.svg</file>
<file>icons/Sketcher_SwitchVirtualSpace.svg</file>
<file>icons/Sketcher_ValidateSketch.svg</file>
<file>icons/Sketcher_ViewSection.svg</file>
<file>icons/Sketcher_ViewSketch.svg</file>
<file>icons/SketcherWorkbench.svg</file>
<file alias="icons/preferences-sketcher.svg">icons/SketcherWorkbench.svg</file>
</qresource>
<qresource>
<file>icons/constraints/Constraint_Block.svg</file>
Expand Down Expand Up @@ -101,6 +90,19 @@
<file>icons/elements/Sketcher_Element_Point_StartingPoint.svg</file>
<file>icons/elements/Sketcher_Element_SelectionTypeInvalid.svg</file>
</qresource>
<qresource>
<file>icons/general/Sketcher_EditSketch.svg</file>
<file>icons/general/Sketcher_LeaveSketch.svg</file>
<file>icons/general/Sketcher_MapSketch.svg</file>
<file>icons/general/Sketcher_MergeSketch.svg</file>
<file>icons/general/Sketcher_MirrorSketch.svg</file>
<file>icons/general/Sketcher_NewSketch.svg</file>
<file>icons/general/Sketcher_ReorientSketch.svg</file>
<file>icons/general/Sketcher_SwitchVirtualSpace.svg</file>
<file>icons/general/Sketcher_ValidateSketch.svg</file>
<file>icons/general/Sketcher_ViewSection.svg</file>
<file>icons/general/Sketcher_ViewSketch.svg</file>
</qresource>
<qresource>
<file>icons/geometry/Sketcher_AlterFillet.svg</file>
<file>icons/geometry/Sketcher_CarbonCopy.svg</file>
Expand Down
186 changes: 58 additions & 128 deletions src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Sketch.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Mod/Sketcher/InitGui.py
Expand Up @@ -44,6 +44,7 @@ def Initialize(self):
import Sketcher
Gui.addIconPath(":/icons/constraints")
Gui.addIconPath(":/icons/elements")
Gui.addIconPath(":/icons/general")
Gui.addIconPath(":/icons/geometry")
# Gui.addIconPath(":/icons/obsolete")
Gui.addIconPath(":/icons/pointers")
Expand Down

0 comments on commit 3a74255

Please sign in to comment.