From c3994535d9ab18c8d93a55ec16e86efc1b1bbb37 Mon Sep 17 00:00:00 2001 From: vocx-fc Date: Wed, 7 Oct 2020 11:33:34 -0500 Subject: [PATCH] Part: move more icons to tools subdirectory --- src/Mod/Part/Gui/Resources/Part.qrc | 16 ++++++++-------- .../icons/{ => tools}/Part_Attachment.svg | 0 .../icons/{ => tools}/Part_Element_Copy.svg | 0 .../icons/{ => tools}/Part_Points_from_Mesh.svg | 0 .../icons/{ => tools}/Part_Refine_Shape.svg | 0 .../icons/{ => tools}/Part_Reverse_Shape.svg | 0 .../icons/{ => tools}/Part_ShapeInfo.svg | 0 .../icons/{ => tools}/Part_Shape_from_Mesh.svg | 0 .../icons/{ => tools}/Part_Transformed_Copy.svg | 0 9 files changed, 8 insertions(+), 8 deletions(-) rename src/Mod/Part/Gui/Resources/icons/{ => tools}/Part_Attachment.svg (100%) rename src/Mod/Part/Gui/Resources/icons/{ => tools}/Part_Element_Copy.svg (100%) rename src/Mod/Part/Gui/Resources/icons/{ => tools}/Part_Points_from_Mesh.svg (100%) rename src/Mod/Part/Gui/Resources/icons/{ => tools}/Part_Refine_Shape.svg (100%) rename src/Mod/Part/Gui/Resources/icons/{ => tools}/Part_Reverse_Shape.svg (100%) rename src/Mod/Part/Gui/Resources/icons/{ => tools}/Part_ShapeInfo.svg (100%) rename src/Mod/Part/Gui/Resources/icons/{ => tools}/Part_Shape_from_Mesh.svg (100%) rename src/Mod/Part/Gui/Resources/icons/{ => tools}/Part_Transformed_Copy.svg (100%) diff --git a/src/Mod/Part/Gui/Resources/Part.qrc b/src/Mod/Part/Gui/Resources/Part.qrc index 955aa4c6f5..e523834499 100644 --- a/src/Mod/Part/Gui/Resources/Part.qrc +++ b/src/Mod/Part/Gui/Resources/Part.qrc @@ -60,33 +60,33 @@ icons/parametric/Part_Wedge_Parametric.svg + icons/tools/Part_Attachment.svg icons/tools/Part_Chamfer.svg + icons/tools/Part_Element_Copy.svg icons/tools/Part_Extrude.svg icons/tools/Part_Fillet.svg icons/tools/Part_Loft.svg icons/tools/Part_Mirror.svg icons/tools/Part_Offset.svg icons/tools/Part_Offset2D.svg + icons/tools/Part_Points_from_Mesh.svg icons/tools/Part_ProjectionOnSurface.svg + icons/tools/Part_Refine_Shape.svg + icons/tools/Part_Reverse_Shape.svg icons/tools/Part_Revolve.svg icons/tools/Part_RuledSurface.svg + icons/tools/Part_Shape_from_Mesh.svg + icons/tools/Part_ShapeInfo.svg icons/tools/Part_Sweep.svg icons/tools/Part_Thickness.svg + icons/tools/Part_Transformed_Copy.svg - icons/Part_Attachment.svg icons/Part_BoxSelection.svg - icons/Part_Element_Copy.svg icons/Part_Export.svg icons/Part_Feature.svg icons/Part_FeatureImport.svg icons/Part_Import.svg - icons/Part_Points_from_Mesh.svg - icons/Part_Refine_Shape.svg - icons/Part_Reverse_Shape.svg - icons/Part_Shape_from_Mesh.svg - icons/Part_ShapeInfo.svg - icons/Part_Transformed_Copy.svg icons/PartWorkbench.svg icons/preferences-part_design.svg icons/Tree_Part.svg diff --git a/src/Mod/Part/Gui/Resources/icons/Part_Attachment.svg b/src/Mod/Part/Gui/Resources/icons/tools/Part_Attachment.svg similarity index 100% rename from src/Mod/Part/Gui/Resources/icons/Part_Attachment.svg rename to src/Mod/Part/Gui/Resources/icons/tools/Part_Attachment.svg diff --git a/src/Mod/Part/Gui/Resources/icons/Part_Element_Copy.svg b/src/Mod/Part/Gui/Resources/icons/tools/Part_Element_Copy.svg similarity index 100% rename from src/Mod/Part/Gui/Resources/icons/Part_Element_Copy.svg rename to src/Mod/Part/Gui/Resources/icons/tools/Part_Element_Copy.svg diff --git a/src/Mod/Part/Gui/Resources/icons/Part_Points_from_Mesh.svg b/src/Mod/Part/Gui/Resources/icons/tools/Part_Points_from_Mesh.svg similarity index 100% rename from src/Mod/Part/Gui/Resources/icons/Part_Points_from_Mesh.svg rename to src/Mod/Part/Gui/Resources/icons/tools/Part_Points_from_Mesh.svg diff --git a/src/Mod/Part/Gui/Resources/icons/Part_Refine_Shape.svg b/src/Mod/Part/Gui/Resources/icons/tools/Part_Refine_Shape.svg similarity index 100% rename from src/Mod/Part/Gui/Resources/icons/Part_Refine_Shape.svg rename to src/Mod/Part/Gui/Resources/icons/tools/Part_Refine_Shape.svg diff --git a/src/Mod/Part/Gui/Resources/icons/Part_Reverse_Shape.svg b/src/Mod/Part/Gui/Resources/icons/tools/Part_Reverse_Shape.svg similarity index 100% rename from src/Mod/Part/Gui/Resources/icons/Part_Reverse_Shape.svg rename to src/Mod/Part/Gui/Resources/icons/tools/Part_Reverse_Shape.svg diff --git a/src/Mod/Part/Gui/Resources/icons/Part_ShapeInfo.svg b/src/Mod/Part/Gui/Resources/icons/tools/Part_ShapeInfo.svg similarity index 100% rename from src/Mod/Part/Gui/Resources/icons/Part_ShapeInfo.svg rename to src/Mod/Part/Gui/Resources/icons/tools/Part_ShapeInfo.svg diff --git a/src/Mod/Part/Gui/Resources/icons/Part_Shape_from_Mesh.svg b/src/Mod/Part/Gui/Resources/icons/tools/Part_Shape_from_Mesh.svg similarity index 100% rename from src/Mod/Part/Gui/Resources/icons/Part_Shape_from_Mesh.svg rename to src/Mod/Part/Gui/Resources/icons/tools/Part_Shape_from_Mesh.svg diff --git a/src/Mod/Part/Gui/Resources/icons/Part_Transformed_Copy.svg b/src/Mod/Part/Gui/Resources/icons/tools/Part_Transformed_Copy.svg similarity index 100% rename from src/Mod/Part/Gui/Resources/icons/Part_Transformed_Copy.svg rename to src/Mod/Part/Gui/Resources/icons/tools/Part_Transformed_Copy.svg