From 8328c256048374aa0165dc268e2205879b0c3b2a Mon Sep 17 00:00:00 2001
From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com>
Date: Sun, 29 Oct 2023 22:25:30 -0600
Subject: [PATCH 1/5] Tiny docs fixes
---
src/3rdParty/libE57Format/README.md | 2 +-
src/3rdParty/libkdtree/COPYING | 2 +-
src/3rdParty/libkdtree/README.md | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/3rdParty/libE57Format/README.md b/src/3rdParty/libE57Format/README.md
index 66a6876b36..2ce574f493 100644
--- a/src/3rdParty/libE57Format/README.md
+++ b/src/3rdParty/libE57Format/README.md
@@ -6,7 +6,7 @@ A library to provide read & write support for the E57 file format.
This is a fork of [E57RefImpl](https://sourceforge.net/projects/e57-3d-imgfmt/) v1.1.332. The original source is from [E57RefImpl 1.1.332](https://sourceforge.net/projects/e57-3d-imgfmt/files/E57Refimpl-src/) and then everything was stripped out except the main implementation for reading and writing E57.
-This version also removes the dependency on [Boost](http://www.boost.org/) and requires C++11.
+This version also removes the dependency on [Boost](https://www.boost.org/) and requires C++11.
Many, many other changes were made prior to the first release of this fork. See the [CHANGELOG](CHANGELOG.md) and git history for details.
diff --git a/src/3rdParty/libkdtree/COPYING b/src/3rdParty/libkdtree/COPYING
index 7bf5ef81a1..15c56c61b4 100644
--- a/src/3rdParty/libkdtree/COPYING
+++ b/src/3rdParty/libkdtree/COPYING
@@ -1,6 +1,6 @@
"The Artistic Licence 2.0"
Copyright (c) 2000-2006, The Perl Foundation.
-http://www.perlfoundation.org/legal/licenses/artistic-2_0.html
+https://www.perlfoundation.org/legal/licenses/artistic-2_0.html
Everyone is permitted to copy and distribute verbatim copies of this license
document, but changing it is not allowed.
diff --git a/src/3rdParty/libkdtree/README.md b/src/3rdParty/libkdtree/README.md
index b7364c581b..43b8afdfba 100644
--- a/src/3rdParty/libkdtree/README.md
+++ b/src/3rdParty/libkdtree/README.md
@@ -24,12 +24,12 @@ Please leave bugreports on Github Issues page .
-This page seems to be gone now, available only via WebArchive.
+In the past, this library was available from [http://libkdtree.alioth.debian.org/](https://web.archive.org/web/20180422154001/http://libkdtree.alioth.debian.org/).
+This page seems to be gone now, available only via [WebArchive](https://web.archive.org/web/20180422154001/http://libkdtree.alioth.debian.org/).
This is a mirror and a fork of that original repository, created in
2011 and maintained ever since.
-Notes of the original author a preserved below.
+Notes of the original author are preserved below.
Installation
------------
@@ -114,8 +114,8 @@ without the help of a number of people. Foremost, I would like to thank the
folks from the #c++ channel on Freenode, specifically (in no particular order)
orbitz, quix, Erwin, pwned, wcstok, dasOp, Chaku, Adrinael, The_Vulture, and
LIM2 (if I left anyone out, let me know). Finally, I thank the Artificial
-Intelligence Laboratory of the University of Zurich, Dr. Peter Eggenberger and
-Gabriel Gmez for giving me the opportunity to write this stuff.
+Intelligence Laboratory of the University of Zurich, Dr. Peter Eggenberger, and
+Gabriel Gomez for giving me the opportunity to write this stuff.
Since libkdtree++ makes an effort to stay as close as possible to the feel of
a STL container, concepts and inspiration was gained from the SGI C++
From 46b3c026477b5f66c96ad1dd1c4129c3c4f80bc3 Mon Sep 17 00:00:00 2001
From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com>
Date: Sun, 29 Oct 2023 22:32:59 -0600
Subject: [PATCH 2/5] Change http to https in SVGs
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Include: *.svg
---
src/Gui/Icons/Geoassembly.svg | 2 +-
src/Gui/Icons/Geofeaturegroup.svg | 2 +-
src/Gui/Icons/Invisible.svg | 2 +-
src/Gui/Icons/LinkArray.svg | 2 +-
src/Gui/Icons/LinkArrayOverlay.svg | 2 +-
src/Gui/Icons/LinkElement.svg | 2 +-
src/Gui/Icons/LinkGroup.svg | 2 +-
src/Gui/Icons/LinkOverlay.svg | 2 +-
src/Gui/Icons/Std_Alignment.svg | 2 +-
src/Gui/Icons/Std_Axis.svg | 2 +-
src/Gui/Icons/Std_CloseActiveWindow.svg | 2 +-
src/Gui/Icons/Std_CloseAllWindows.svg | 2 +-
src/Gui/Icons/Std_CoordinateSystem_alt.svg | 2 +-
src/Gui/Icons/Std_DemoMode.svg | 2 +-
src/Gui/Icons/Std_DependencyGraph.svg | 2 +-
src/Gui/Icons/Std_DlgParameter.svg | 2 +-
src/Gui/Icons/Std_DuplicateSelection.svg | 2 +-
src/Gui/Icons/Std_Export.svg | 2 +-
src/Gui/Icons/Std_Import.svg | 2 +-
src/Gui/Icons/Std_MarkToRecompute.svg | 2 +-
src/Gui/Icons/Std_MergeProjects.svg | 2 +-
src/Gui/Icons/Std_Plane.svg | 2 +-
src/Gui/Icons/Std_PrintPdf.svg | 2 +-
src/Gui/Icons/Std_ProjectUtil.svg | 2 +-
src/Gui/Icons/Std_RandomColor.svg | 2 +-
src/Gui/Icons/Std_Revert.svg | 2 +-
src/Gui/Icons/Std_SaveCopy.svg | 2 +-
src/Gui/Icons/Std_SceneInspector.svg | 2 +-
src/Gui/Icons/Std_SetAppearance.svg | 2 +-
src/Gui/Icons/Std_TextureMapping.svg | 2 +-
src/Gui/Icons/Std_ToggleClipPlane.svg | 2 +-
src/Gui/Icons/Std_ToggleNavigation.svg | 2 +-
src/Gui/Icons/Std_ViewDimetric.svg | 2 +-
src/Gui/Icons/Std_ViewHome.svg | 2 +-
src/Gui/Icons/Std_ViewIvIssueCamPos.svg | 2 +-
src/Gui/Icons/Std_ViewIvStereoInterleavedColumns.svg | 2 +-
src/Gui/Icons/Std_ViewIvStereoInterleavedRows.svg | 2 +-
src/Gui/Icons/Std_ViewIvStereoOff.svg | 2 +-
src/Gui/Icons/Std_ViewIvStereoQuadBuff.svg | 2 +-
src/Gui/Icons/Std_ViewIvStereoRedGreen.svg | 2 +-
src/Gui/Icons/Std_ViewTrimetric.svg | 2 +-
src/Gui/Icons/Std_Windows.svg | 2 +-
src/Gui/Icons/image-open.svg | 2 +-
src/Gui/Icons/image-plane.svg | 2 +-
src/Gui/Icons/image-scaling.svg | 2 +-
src/Gui/Icons/list-add.svg | 2 +-
src/Gui/Icons/list-remove.svg | 2 +-
src/Gui/Icons/sel-back.svg | 2 +-
src/Gui/Icons/sel-forward.svg | 2 +-
src/Gui/Icons/sel-instance.svg | 2 +-
src/Gui/Icons/tree-doc-collapse.svg | 2 +-
src/Gui/Icons/tree-doc-multi.svg | 2 +-
src/Gui/Icons/tree-doc-single.svg | 2 +-
src/Gui/Icons/tree-goto-sel.svg | 2 +-
src/Gui/Icons/tree-item-drag.svg | 2 +-
src/Gui/Icons/tree-pre-sel.svg | 2 +-
src/Gui/Icons/tree-rec-sel.svg | 2 +-
src/Gui/Icons/tree-sync-pla.svg | 2 +-
src/Gui/Icons/tree-sync-sel.svg | 2 +-
src/Gui/Icons/view-rotate-left.svg | 2 +-
src/Gui/Icons/view-rotate-right.svg | 2 +-
src/Mod/AddonManager/Resources/icons/A2plus_workbench_icon.svg | 2 +-
.../AddonManager/Resources/icons/Assembly4_workbench_icon.svg | 2 +-
.../AddonManager/Resources/icons/Defeaturing_workbench_icon.svg | 2 +-
src/Mod/AddonManager/Resources/icons/EM_workbench_icon.svg | 2 +-
src/Mod/AddonManager/Resources/icons/GDML_workbench_icon.svg | 2 +-
.../AddonManager/Resources/icons/Manipulator_workbench_icon.svg | 2 +-
src/Mod/AddonManager/Resources/icons/Plot_workbench_icon.svg | 2 +-
.../Resources/icons/Reinforcement_workbench_icon.svg | 2 +-
src/Mod/AddonManager/Resources/icons/Ship_workbench_icon.svg | 2 +-
.../Resources/icons/yaml-workspace_workbench_icon.svg | 2 +-
src/Mod/Arch/Resources/icons/ArchWorkbench.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_3Views.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Add.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Axis.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Axis_System.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Axis_System_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Axis_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Building.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_BuildingPart.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_BuildingPart_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Building_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Cell.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Cell_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Check.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_CloseHoles.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Component.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Component_Clone.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Component_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_CurtainWall.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_CurtainWall_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_CutLine.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_CutPlane.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Equipment.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Equipment_Clone.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Equipment_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Fence.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Fence_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Fixture.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Floor.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Floor_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Frame.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Frame_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Grid.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Material.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Material_Group.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Material_Multi.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_MergeWalls.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_MeshToShape.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_MultipleStructures.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Nest.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Panel.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Panel_Clone.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Panel_Cut.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Panel_Sheet.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Panel_Sheet_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Panel_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Pipe.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_PipeConnector.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Pipe_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Profile.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Rebar.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Rebar_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Reference.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Remove.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_RemoveShape.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Roof.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Roof_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Schedule.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_SectionPlane.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_SectionPlane_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_SelectNonManifold.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Site.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Site_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Space.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Space_Clone.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Space_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_SplitMesh.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Stairs.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Stairs_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_StructuralSystem.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_StructuralSystem_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Structure.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Structure_Clone.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Structure_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Subcomponent.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Survey.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_ToggleIfcBrepFlag.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_ToggleSubs.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Truss.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Truss_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Wall.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Wall_Clone.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Wall_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Wall_Tree_Assembly.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Window.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Window_Clone.svg | 2 +-
src/Mod/Arch/Resources/icons/Arch_Window_Tree.svg | 2 +-
src/Mod/Arch/Resources/icons/preferences-arch.svg | 2 +-
src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench.svg | 2 +-
.../Gui/Resources/icons/AssemblyWorkbench_alternate.svg | 2 +-
.../Assembly/Gui/Resources/icons/Assembly_CreateJointBall.svg | 2 +-
.../Gui/Resources/icons/Assembly_CreateJointCylindrical.svg | 2 +-
.../Assembly/Gui/Resources/icons/Assembly_CreateJointFixed.svg | 2 +-
.../Gui/Resources/icons/Assembly_CreateJointParallel.svg | 2 +-
.../Assembly/Gui/Resources/icons/Assembly_CreateJointPlanar.svg | 2 +-
.../Gui/Resources/icons/Assembly_CreateJointRevolute.svg | 2 +-
.../Assembly/Gui/Resources/icons/Assembly_CreateJointSlider.svg | 2 +-
.../Gui/Resources/icons/Assembly_CreateJointTangent.svg | 2 +-
src/Mod/Assembly/Gui/Resources/icons/Assembly_InsertLink.svg | 2 +-
src/Mod/Assembly/Gui/Resources/icons/Assembly_Joint.svg | 2 +-
src/Mod/Assembly/Gui/Resources/icons/preferences-assembly.svg | 2 +-
src/Mod/Draft/Resources/icons/DraftWorkbench.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_2DShapeView.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_AddConstruction.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_AddNamedGroup.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_AddPoint.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_AddToGroup.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Annotation_Style.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Apply.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Arc.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Arc_3Points.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Array.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_AutoGroup.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_AutoGroup_off.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_AutoGroup_on.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_BSpline.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_BezCurve.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_BezSharpNode.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_BezSymNode.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_BezTanNode.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Circle.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_CircularArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_CircularLinkArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Construction.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Continue.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_CubicBezCurve.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Cursor.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_DelPoint.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Dimension.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_DimensionAngular.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_DimensionRadius.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Dimension_Tree.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Dot.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Downgrade.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Draft.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Draft2Sketch.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Edit.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Ellipse.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Facebinder.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Facebinder_Provider.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Fillet.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Finish.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_FlipDimension.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Grid.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Hatch.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Heal.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Join.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Layer.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Line.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_LinkArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Lock.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Macro.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Mirror.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Move.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_N-Curve.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_N-Linear.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_N-Polygon.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_NewLayer.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Offset.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_PathArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_PathLinkArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_PathTwistedArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_PathTwistedLinkArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_PlaneProxy.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Point.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_PointArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_PointLinkArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_PolarArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_PolarLinkArray.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Polygon.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Rectangle.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Rotate.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Scale.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_SelectGroup.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_SelectPlane.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_ShapeString.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_ShapeString_tree.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Slope.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Angle.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Center.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Dimensions.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Endpoint.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Extension.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Grid.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Intersection.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Lock.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Midpoint.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Near.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Ortho.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Parallel.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Perpendicular.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_Special.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Snap_WorkingPlane.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Split.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Stretch.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_SubelementHighlight.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_SwitchMode.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Text.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Trimex.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Upgrade.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_VisGroup.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Wipe.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_Wire.svg | 2 +-
src/Mod/Draft/Resources/icons/Draft_WireToBSpline.svg | 2 +-
src/Mod/Draft/Resources/icons/preferences-draft.svg | 2 +-
src/Mod/Drawing/Gui/Resources/icons/DrawingWorkbench.svg | 2 +-
src/Mod/Drawing/Gui/Resources/icons/Page.svg | 2 +-
src/Mod/Drawing/Gui/Resources/icons/Pages.svg | 2 +-
src/Mod/Drawing/Gui/Resources/icons/View.svg | 2 +-
src/Mod/Drawing/Gui/Resources/icons/actions/document-new.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-annotation.svg | 2 +-
src/Mod/Drawing/Gui/Resources/icons/actions/drawing-clip.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-draft-view.svg | 2 +-
.../Gui/Resources/icons/actions/drawing-landscape-A0.svg | 2 +-
.../Gui/Resources/icons/actions/drawing-landscape-A1.svg | 2 +-
.../Gui/Resources/icons/actions/drawing-landscape-A2.svg | 2 +-
.../Gui/Resources/icons/actions/drawing-landscape-A3.svg | 2 +-
.../Gui/Resources/icons/actions/drawing-landscape-A4.svg | 2 +-
.../Gui/Resources/icons/actions/drawing-landscape-new.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-landscape.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-openbrowser.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-orthoviews.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-portrait-A0.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-portrait-A1.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-portrait-A2.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-portrait-A3.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-portrait-A4.svg | 2 +-
.../Drawing/Gui/Resources/icons/actions/drawing-spreadsheet.svg | 2 +-
src/Mod/Drawing/Gui/Resources/icons/actions/drawing-symbol.svg | 2 +-
src/Mod/Drawing/Gui/Resources/icons/actions/drawing-view.svg | 2 +-
src/Mod/Drawing/Templates/A0_Landscape_ISO7200.svg | 2 +-
src/Mod/Drawing/Templates/A0_Landscape_plain.svg | 2 +-
src/Mod/Drawing/Templates/A0_Portrait_plain.svg | 2 +-
src/Mod/Drawing/Templates/A1_Landscape_ISO7200.svg | 2 +-
src/Mod/Drawing/Templates/A1_Landscape_plain.svg | 2 +-
src/Mod/Drawing/Templates/A1_Portrait_plain.svg | 2 +-
src/Mod/Drawing/Templates/A2_Landscape_ISO7200.svg | 2 +-
src/Mod/Drawing/Templates/A2_Landscape_plain.svg | 2 +-
src/Mod/Drawing/Templates/A2_Portrait_plain.svg | 2 +-
src/Mod/Drawing/Templates/A3_Landscape.svg | 2 +-
src/Mod/Drawing/Templates/A3_Landscape_ISO7200.svg | 2 +-
src/Mod/Drawing/Templates/A3_Landscape_plain.svg | 2 +-
src/Mod/Drawing/Templates/A3_Portrait_plain.svg | 2 +-
src/Mod/Drawing/Templates/A4_Landscape.svg | 2 +-
src/Mod/Drawing/Templates/A4_Landscape_ISO7200.svg | 2 +-
src/Mod/Drawing/Templates/A4_Landscape_plain.svg | 2 +-
src/Mod/Drawing/Templates/A4_Portrait_ISO7200.svg | 2 +-
src/Mod/Drawing/Templates/A4_Portrait_plain.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/Arch_Material_Group.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_Analysis.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ClippingPlaneAdd.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ClippingPlaneRemoveAll.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintBearing.svg | 2 +-
.../Fem/Gui/Resources/icons/FEM_ConstraintBodyHeatSource.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintCentrif.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintContact.svg | 2 +-
.../Fem/Gui/Resources/icons/FEM_ConstraintCurrentDensity.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintDisplacement.svg | 2 +-
.../Resources/icons/FEM_ConstraintElectrostaticPotential.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintFixed.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintFlowVelocity.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintFluidBoundary.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintForce.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintGear.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintHeatflux.svg | 2 +-
.../Gui/Resources/icons/FEM_ConstraintInitialFlowVelocity.svg | 2 +-
.../Fem/Gui/Resources/icons/FEM_ConstraintInitialPressure.svg | 2 +-
.../Gui/Resources/icons/FEM_ConstraintInitialTemperature.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintMagnetization.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintPlaneRotation.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintPressure.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintPulley.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintSectionPrint.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintSelfWeight.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintTemperature.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintTie.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintTransform.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_CreateNodesSet.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ElementFluid1D.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ElementGeometry1D.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ElementGeometry2D.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ElementRotation1D.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_EquationDeformation.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_EquationElasticity.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_EquationElectricforce.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_EquationElectrostatic.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_EquationFlow.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_EquationFlux.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_EquationHeat.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_EquationMagnetodynamic.svg | 2 +-
.../Fem/Gui/Resources/icons/FEM_EquationMagnetodynamic2D.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_FEMMesh2Mesh.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_MaterialFluid.svg | 2 +-
.../Fem/Gui/Resources/icons/FEM_MaterialMechanicalNonlinear.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_MaterialSolid.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_MeshClear.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_MeshDisplayInfo.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_MeshGmshFromShape.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_MeshNetgenFromShape.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_MeshRegion.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_MeshResult.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_PostFilterClipRegion.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_PostFilterClipScalar.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_PostFilterContours.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_PostFilterCutFunction.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_PostFilterDataAlongLine.svg | 2 +-
.../Gui/Resources/icons/FEM_PostFilterLinearizedStresses.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_PostFilterWarp.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_PostPipelineFromResult.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ResultShow.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_ResultsPurge.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_SolverControl.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_SolverRun.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FEM_SolverStandard.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/FemWorkbench.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-add-fem-mesh.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-add-material.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-add-part.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-femmesh-from-shape.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-post-geo-box.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-post-geo-cylinder.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-post-geo-isosurface.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-post-geo-plane.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-post-geo-sphere.svg | 2 +-
.../Fem/Gui/Resources/icons/fem-solver-analysis-buckling.svg | 2 +-
.../Fem/Gui/Resources/icons/fem-solver-analysis-checkmesh.svg | 2 +-
.../Fem/Gui/Resources/icons/fem-solver-analysis-frequency.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-solver-analysis-static.svg | 2 +-
.../Resources/icons/fem-solver-analysis-thermomechanical.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/fem-solver-inp-editor.svg | 2 +-
src/Mod/Fem/Gui/Resources/icons/preferences-fem.svg | 2 +-
src/Mod/Inspection/Gui/Resources/icons/InspectionWorkbench.svg | 2 +-
src/Mod/Inspection/Gui/Resources/icons/inspect_pipette.svg | 2 +-
src/Mod/Material/Gui/Resources/icons/MaterialWorkbench.svg | 2 +-
src/Mod/Material/Gui/Resources/icons/Materials_Edit.svg | 2 +-
src/Mod/Material/Gui/Resources/icons/preferences-material.svg | 2 +-
src/Mod/Material/Gui/Resources/icons/preview-rendered.svg | 2 +-
src/Mod/Material/Gui/Resources/icons/preview-vector.svg | 2 +-
src/Mod/Material/Resources/icons/preview-rendered.svg | 2 +-
src/Mod/Material/Resources/icons/preview-vector.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/MeshWorkbench.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_BuildRegularSolid.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_CrossSections.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_Export.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_FillInteractiveHole.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_FlipNormals.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_FromPartShape.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_HarmonizeNormals.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_Import.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_Pipette.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_PolyCut.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_RemoveComponents.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_SplitComponents.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_Tree.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_Tree_Curvature_Plot.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/Mesh_VertexCurvature.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/RegularSolids/Mesh_Cone.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/RegularSolids/Mesh_Cube.svg | 2 +-
.../Mesh/Gui/Resources/icons/RegularSolids/Mesh_Cylinder.svg | 2 +-
.../Mesh/Gui/Resources/icons/RegularSolids/Mesh_Ellipsoid.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/RegularSolids/Mesh_Sphere.svg | 2 +-
src/Mod/Mesh/Gui/Resources/icons/RegularSolids/Mesh_Torus.svg | 2 +-
src/Mod/MeshPart/Gui/Resources/icons/MeshPart_CurveOnMesh.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/OpenSCADWorkbench.svg | 2 +-
.../OpenSCAD/Resources/icons/OpenSCAD_AddOpenSCADElement.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/OpenSCAD_ColorCodeShape.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/OpenSCAD_Explode_Group.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/OpenSCAD_Hull.svg | 2 +-
.../Resources/icons/OpenSCAD_IncreaseToleranceFeature.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/OpenSCAD_MeshBooleans.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/OpenSCAD_Minkowski.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/OpenSCAD_MirrorMeshFeature.svg | 2 +-
.../OpenSCAD/Resources/icons/OpenSCAD_RefineShapeFeature.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/OpenSCAD_RemoveSubtree.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/OpenSCAD_ReplaceObject.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/OpenSCAD_ResizeMeshFeature.svg | 2 +-
src/Mod/OpenSCAD/Resources/icons/preferences-openscad.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/PartWorkbench.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/Part_2D_object.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/Part_3D_object.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/Part_BoxSelection.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/Part_Export.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/Part_Feature.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/Part_FeatureImport.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/Part_Import.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/Part_SectionCut.svg | 2 +-
.../Part/Gui/Resources/icons/booleans/Part_BooleanFragments.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_Booleans.svg | 2 +-
.../Part/Gui/Resources/icons/booleans/Part_CheckGeometry.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_Common.svg | 2 +-
.../Part/Gui/Resources/icons/booleans/Part_CompoundFilter.svg | 2 +-
.../Part/Gui/Resources/icons/booleans/Part_CrossSections.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_Cut.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_Defeaturing.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_Fuse.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_JoinBypass.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_JoinConnect.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_JoinCutout.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_JoinEmbed.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_Section.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_Slice.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_SliceApart.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/booleans/Part_XOR.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/create/Part_Box.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/create/Part_Cone.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/create/Part_Cylinder.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/create/Part_Primitives.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/create/Part_Shapebuilder.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/create/Part_Sphere.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/create/Part_Torus.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/create/Part_Tube.svg | 2 +-
.../Part/Gui/Resources/icons/measure/Part_Measure_Angular.svg | 2 +-
.../Part/Gui/Resources/icons/measure/Part_Measure_Linear.svg | 2 +-
.../Part/Gui/Resources/icons/measure/Part_Measure_Refresh.svg | 2 +-
.../Gui/Resources/icons/measure/Part_Measure_Step_Active.svg | 2 +-
.../Part/Gui/Resources/icons/measure/Part_Measure_Step_Done.svg | 2 +-
.../Part/Gui/Resources/icons/measure/Part_Measure_Toggle_3D.svg | 2 +-
.../Gui/Resources/icons/measure/Part_Measure_Toggle_Delta.svg | 2 +-
.../Part/Gui/Resources/icons/parametric/Part_Box_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Circle_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Cone_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Cylinder_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Ellipse_Parametric.svg | 2 +-
.../Resources/icons/parametric/Part_Ellipsoid_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Helix_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Line_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Plane_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Point_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Polygon_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Prism_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Sphere_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Spiral_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Spline_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Torus_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Tube_Parametric.svg | 2 +-
.../Gui/Resources/icons/parametric/Part_Wedge_Parametric.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/preferences-part_design.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Attachment.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Chamfer.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_ColorFace.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Element_Copy.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Extrude.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Fillet.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Loft.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_MakeFace.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_MakeSolid.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Mirror.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Offset.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Offset2D.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_PointsFromMesh.svg | 2 +-
.../Part/Gui/Resources/icons/tools/Part_ProjectionOnSurface.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Refine_Shape.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Revolve.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_RuledSurface.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Scale.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_ShapeInfo.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Shape_from_Mesh.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Sweep.svg | 2 +-
src/Mod/Part/Gui/Resources/icons/tools/Part_Thickness.svg | 2 +-
.../Part/Gui/Resources/icons/tools/Part_Transformed_Copy.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesignWorkbench.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_AdditiveBox.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_AdditiveCone.svg | 2 +-
.../Gui/Resources/icons/PartDesign_AdditiveCylinder.svg | 2 +-
.../Gui/Resources/icons/PartDesign_AdditiveEllipsoid.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_AdditiveHelix.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_AdditiveLoft.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_AdditivePipe.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_AdditivePrism.svg | 2 +-
.../Gui/Resources/icons/PartDesign_AdditiveSphere.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_AdditiveTorus.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_AdditiveWedge.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_BaseFeature.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Body.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Body_Tree.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Body_old.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Boolean.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Chamfer.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Clone.svg | 2 +-
.../Gui/Resources/icons/PartDesign_CoordinateSystem.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Draft.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Fillet.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Groove.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Hole.svg | 2 +-
.../Gui/Resources/icons/PartDesign_InternalExternalGear.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_InvoluteGear.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Line.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_LinearPattern.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Mirrored.svg | 2 +-
.../Gui/Resources/icons/PartDesign_MoveFeatureInTree.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_MoveTip.svg | 2 +-
.../Gui/Resources/icons/PartDesign_MultiTransform.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Pad.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Plane.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Pocket.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Point.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_PolarPattern.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_Revolution.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Scaled.svg | 2 +-
.../PartDesign/Gui/Resources/icons/PartDesign_ShapeBinder.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubShapeBinder.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractiveBox.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractiveCone.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractiveCylinder.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractiveEllipsoid.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractiveHelix.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractiveLoft.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractivePipe.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractivePrism.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractiveSphere.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractiveTorus.svg | 2 +-
.../Gui/Resources/icons/PartDesign_SubtractiveWedge.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Thickness.svg | 2 +-
src/Mod/PartDesign/Gui/Resources/icons/Tree_PartDesign_Pad.svg | 2 +-
.../Gui/Resources/icons/Tree_PartDesign_Revolution.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/PathWorkbench.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_3DPocket.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_3DSurface.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Adaptive.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Area.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Area_View.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Area_Workplane.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Array.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Axis.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_BaseGeometry.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Camotics.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Comment.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Compound.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Contour.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Copy.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Custom.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Datums.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Deburr.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Depths.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Dressup.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Drilling.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Engrave.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_ExportTemplate.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Face.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_FacePocket.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_FaceProfile.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Heights.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Helix.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Holding.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Hop.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_InactiveOp.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Inspect.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Job.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Kurve.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_LengthOffset.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Machine.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_MachineLathe.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_MachineMill.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Machine_test1.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_OpActive.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_OpCopy.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_OperationA.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_OperationB.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Plane.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Pocket.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Post.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Probe.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Profile.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Profile_Edges.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Profile_Face.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Sanity.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_SelectLoop.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_SetupSheet.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Shape.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_SimpleCopy.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Simulator.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Slot.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Speed.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Stock.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Stop.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Tags.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_ThreadMilling.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_ToolBit.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_ToolChange.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_ToolController.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_ToolDuplicate.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_ToolTable.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Toolpath.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Vcarve.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/Path_Waterline.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/arrow-ccw.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/arrow-cw.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/arrow-down.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/arrow-left-down.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/arrow-left-up.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/arrow-left.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/arrow-right-down.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/arrow-right-up.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/arrow-right.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/arrow-up.svg | 2 +-
src/Mod/Path/Gui/Resources/icons/preferences-path.svg | 2 +-
src/Mod/Path/Path/Main/Gui/Sanity_Caution.svg | 2 +-
src/Mod/Points/Gui/Resources/icons/PointsWorkbench.svg | 2 +-
src/Mod/Points/Gui/Resources/icons/Points_Convert.svg | 2 +-
.../Points/Gui/Resources/icons/Points_Export_Point_cloud.svg | 2 +-
.../Points/Gui/Resources/icons/Points_Import_Point_cloud.svg | 2 +-
src/Mod/Points/Gui/Resources/icons/Points_Merge.svg | 2 +-
src/Mod/Points/Gui/Resources/icons/Points_Structure.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/RobotWorkbench.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_CreateRobot.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_CreateTrajectory.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_Edge2Trac.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_Export.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_InsertWaypoint.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_InsertWaypointPre.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_RestoreHomePos.svg | 2 +-
.../Robot/Gui/Resources/icons/Robot_SetDefaultOrientation.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_SetDefaultValues.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_SetHomePos.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_Simulate.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_TrajectoryCompound.svg | 2 +-
src/Mod/Robot/Gui/Resources/icons/Robot_TrajectoryDressUp.svg | 2 +-
src/Mod/Sketcher/Gui/Resources/icons/SketcherWorkbench.svg | 2 +-
src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Sketch.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Concentric.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Diameter.svg | 2 +-
.../Resources/icons/constraints/Constraint_Diameter_Driven.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Dimension.svg | 2 +-
.../Resources/icons/constraints/Constraint_Dimension_Driven.svg | 2 +-
.../icons/constraints/Constraint_Ellipse_Axis_Angle.svg | 2 +-
.../icons/constraints/Constraint_Ellipse_Major_Radius.svg | 2 +-
.../icons/constraints/Constraint_Ellipse_Minor_Radius.svg | 2 +-
.../Resources/icons/constraints/Constraint_Ellipse_Radii.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_EqualLength.svg | 2 +-
.../Resources/icons/constraints/Constraint_ExternalAngle.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Horizontal.svg | 2 +-
.../icons/constraints/Constraint_HorizontalDistance.svg | 2 +-
.../icons/constraints/Constraint_HorizontalDistance_Driven.svg | 2 +-
.../icons/constraints/Constraint_InternalAlignment.svg | 2 +-
.../constraints/Constraint_InternalAlignment_Ellipse_Focus1.svg | 2 +-
.../constraints/Constraint_InternalAlignment_Ellipse_Focus2.svg | 2 +-
.../Constraint_InternalAlignment_Ellipse_MajorAxis.svg | 2 +-
.../Constraint_InternalAlignment_Ellipse_MinorAxis.svg | 2 +-
.../Resources/icons/constraints/Constraint_InternalAngle.svg | 2 +-
.../icons/constraints/Constraint_InternalAngle_Driven.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Length.svg | 2 +-
.../Resources/icons/constraints/Constraint_Length_Driven.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Lock.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Lock_Driven.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Parallel.svg | 2 +-
.../Resources/icons/constraints/Constraint_Perpendicular.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_PointOnEnd.svg | 2 +-
.../Resources/icons/constraints/Constraint_PointOnMidPoint.svg | 2 +-
.../Resources/icons/constraints/Constraint_PointOnObject.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_PointOnPoint.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_PointOnStart.svg | 2 +-
.../Resources/icons/constraints/Constraint_PointToObject.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Radiam.svg | 2 +-
.../Resources/icons/constraints/Constraint_Radiam_Driven.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Radius.svg | 2 +-
.../Resources/icons/constraints/Constraint_Radius_Driven.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_SnellsLaw.svg | 2 +-
.../Resources/icons/constraints/Constraint_SnellsLaw_Driven.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Symmetric.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Tangent.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_TangentToEnd.svg | 2 +-
.../Resources/icons/constraints/Constraint_TangentToStart.svg | 2 +-
.../Gui/Resources/icons/constraints/Constraint_Vertical.svg | 2 +-
.../Resources/icons/constraints/Constraint_VerticalDistance.svg | 2 +-
.../icons/constraints/Constraint_VerticalDistance_Driven.svg | 2 +-
.../Resources/icons/constraints/Sketcher_ToggleConstraint.svg | 2 +-
.../icons/constraints/Sketcher_Toggle_Constraint_Driven.svg | 2 +-
.../icons/constraints/Sketcher_Toggle_Constraint_Driving.svg | 2 +-
.../Gui/Resources/icons/elements/Sketcher_Element_Arc_Edge.svg | 2 +-
.../Resources/icons/elements/Sketcher_Element_Arc_EndPoint.svg | 2 +-
.../Resources/icons/elements/Sketcher_Element_Arc_MidPoint.svg | 2 +-
.../icons/elements/Sketcher_Element_Arc_StartingPoint.svg | 2 +-
.../Resources/icons/elements/Sketcher_Element_BSpline_Edge.svg | 2 +-
.../icons/elements/Sketcher_Element_BSpline_EndPoint.svg | 2 +-
.../icons/elements/Sketcher_Element_BSpline_StartPoint.svg | 2 +-
.../Resources/icons/elements/Sketcher_Element_Circle_Edge.svg | 2 +-
.../icons/elements/Sketcher_Element_Circle_MidPoint.svg | 2 +-
.../Resources/icons/elements/Sketcher_Element_Ellipse_All.svg | 2 +-
.../icons/elements/Sketcher_Element_Ellipse_CentrePoint.svg | 2 +-
.../icons/elements/Sketcher_Element_Ellipse_Edge_1.svg | 2 +-
.../icons/elements/Sketcher_Element_Ellipse_Edge_2.svg | 2 +-
.../icons/elements/Sketcher_Element_Ellipse_Focus1.svg | 2 +-
.../icons/elements/Sketcher_Element_Ellipse_Focus2.svg | 2 +-
.../icons/elements/Sketcher_Element_Ellipse_MajorAxis.svg | 2 +-
.../icons/elements/Sketcher_Element_Ellipse_MinorAxis.svg | 2 +-
.../elements/Sketcher_Element_Elliptical_Arc_Centre_Point.svg | 2 +-
.../icons/elements/Sketcher_Element_Elliptical_Arc_Edge.svg | 2 +-
.../elements/Sketcher_Element_Elliptical_Arc_End_Point.svg | 2 +-
.../elements/Sketcher_Element_Elliptical_Arc_Start_Point.svg | 2 +-
.../elements/Sketcher_Element_Hyperbolic_Arc_Centre_Point.svg | 2 +-
.../icons/elements/Sketcher_Element_Hyperbolic_Arc_Edge.svg | 2 +-
.../elements/Sketcher_Element_Hyperbolic_Arc_End_Point.svg | 2 +-
.../elements/Sketcher_Element_Hyperbolic_Arc_Start_Point.svg | 2 +-
.../Gui/Resources/icons/elements/Sketcher_Element_Line_Edge.svg | 2 +-
.../Resources/icons/elements/Sketcher_Element_Line_EndPoint.svg | 2 +-
.../icons/elements/Sketcher_Element_Line_StartingPoint.svg | 2 +-
.../elements/Sketcher_Element_Parabolic_Arc_Centre_Point.svg | 2 +-
.../icons/elements/Sketcher_Element_Parabolic_Arc_Edge.svg | 2 +-
.../icons/elements/Sketcher_Element_Parabolic_Arc_End_Point.svg | 2 +-
.../elements/Sketcher_Element_Parabolic_Arc_Start_Point.svg | 2 +-
.../icons/elements/Sketcher_Element_Point_StartingPoint.svg | 2 +-
.../icons/elements/Sketcher_Element_SelectionTypeInvalid.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_EditSketch.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_GridToggle.svg | 2 +-
.../Resources/icons/general/Sketcher_GridToggle_Deactivated.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_LeaveSketch.svg | 2 +-
.../Sketcher/Gui/Resources/icons/general/Sketcher_MapSketch.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_MergeSketch.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_MirrorSketch.svg | 2 +-
.../Sketcher/Gui/Resources/icons/general/Sketcher_NewSketch.svg | 2 +-
.../icons/general/Sketcher_RenderingOrder_Construction.svg | 2 +-
.../icons/general/Sketcher_RenderingOrder_External.svg | 2 +-
.../Resources/icons/general/Sketcher_RenderingOrder_Normal.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_ReorientSketch.svg | 2 +-
src/Mod/Sketcher/Gui/Resources/icons/general/Sketcher_Snap.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_Snap_Deactivated.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_SwitchVirtualSpace.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_ValidateSketch.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_ViewSection.svg | 2 +-
.../Gui/Resources/icons/general/Sketcher_ViewSketch.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_AlterFillet.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CarbonCopy.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CarbonCopy_Constr.svg | 2 +-
.../Sketcher/Gui/Resources/icons/geometry/Sketcher_Conics.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_Conics_Constr.svg | 2 +-
.../icons/geometry/Sketcher_Conics_Ellipse_3points.svg | 2 +-
.../Resources/icons/geometry/Sketcher_Conics_Ellipse_Center.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_Create3PointArc.svg | 2 +-
.../icons/geometry/Sketcher_Create3PointArc_Constr.svg | 2 +-
.../Resources/icons/geometry/Sketcher_Create3PointCircle.svg | 2 +-
.../icons/geometry/Sketcher_Create3PointCircle_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateArc.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateArc_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateBSpline.svg | 2 +-
.../icons/geometry/Sketcher_CreateBSplineByInterpolation.svg | 2 +-
.../geometry/Sketcher_CreateBSplineByInterpolation_Constr.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateBSpline_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateCircle.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateCircle_Constr.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateEllipseByCenter.svg | 2 +-
.../icons/geometry/Sketcher_CreateEllipseByCenter_Constr.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateEllipse_3points.svg | 2 +-
.../icons/geometry/Sketcher_CreateEllipse_3points_Constr.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateElliptical_Arc.svg | 2 +-
.../icons/geometry/Sketcher_CreateElliptical_Arc_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateFillet.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateHeptagon.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateHeptagon_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateHexagon.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateHexagon_Constr.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateHyperbolic_Arc.svg | 2 +-
.../icons/geometry/Sketcher_CreateHyperbolic_Arc_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateLine.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateLine_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateOctagon.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateOctagon_Constr.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateParabolic_Arc.svg | 2 +-
.../icons/geometry/Sketcher_CreateParabolic_Arc_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreatePentagon.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreatePentagon_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreatePoint.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreatePolyline.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreatePolyline_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateRectangle.svg | 2 +-
.../icons/geometry/Sketcher_CreateRectangle_Center.svg | 2 +-
.../icons/geometry/Sketcher_CreateRectangle_Center_Constr.svg | 2 +-
.../icons/geometry/Sketcher_CreateRectangle_Constr.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateRegularPolygon.svg | 2 +-
.../icons/geometry/Sketcher_CreateRegularPolygon_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateSlot.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateSlot_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateSquare.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateSquare_Constr.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateText.svg | 2 +-
.../Gui/Resources/icons/geometry/Sketcher_CreateTriangle.svg | 2 +-
.../Resources/icons/geometry/Sketcher_CreateTriangle_Constr.svg | 2 +-
.../icons/geometry/Sketcher_Create_Periodic_BSpline.svg | 2 +-
.../Sketcher_Create_Periodic_BSplineByInterpolation.svg | 2 +-
.../Sketcher_Create_Periodic_BSplineByInterpolation_Constr.svg | 2 +-
.../icons/geometry/Sketcher_Create_Periodic_BSpline_Constr.svg | 2 +-
.../Sketcher/Gui/Resources/icons/geometry/Sketcher_External.svg | 2 +-
.../Sketcher/Gui/Resources/icons/geometry/Sketcher_Split.svg | 2 +-
.../Resources/icons/geometry/Sketcher_ToggleConstruction.svg | 2 +-
.../Sketcher/Gui/Resources/icons/geometry/Sketcher_Trimming.svg | 2 +-
.../icons/obsolete/Sketcher_ConstrainCoincident_old.svg | 2 +-
.../Resources/icons/obsolete/Sketcher_ConstrainDistance_old.svg | 2 +-
.../icons/obsolete/Sketcher_ConstrainHorizontal_old.svg | 2 +-
.../Resources/icons/obsolete/Sketcher_ConstrainParallel_old.svg | 2 +-
.../Resources/icons/obsolete/Sketcher_ConstrainVertical_old.svg | 2 +-
.../Gui/Resources/icons/obsolete/Sketcher_DraftLine.svg | 2 +-
.../Gui/Resources/icons/obsolete/Sketcher_ProfilesHexagon1.svg | 2 +-
.../icons/obsolete/Sketcher_ToggleConstruction_old.svg | 2 +-
.../Gui/Resources/icons/obsolete/Sketcher_ToggleNormal.svg | 2 +-
.../Gui/Resources/icons/overlay/Sketcher_ArcOverlay.svg | 2 +-
.../Gui/Resources/icons/overlay/Sketcher_BSplineComb.svg | 2 +-
.../Gui/Resources/icons/overlay/Sketcher_BSplineDegree.svg | 2 +-
.../icons/overlay/Sketcher_BSplineKnotMultiplicity.svg | 2 +-
.../Gui/Resources/icons/overlay/Sketcher_BSplinePoleWeight.svg | 2 +-
.../Gui/Resources/icons/overlay/Sketcher_BSplinePolygon.svg | 2 +-
.../Gui/Resources/icons/splines/Sketcher_BSplineApproximate.svg | 2 +-
.../Resources/icons/splines/Sketcher_BSplineDecreaseDegree.svg | 2 +-
.../icons/splines/Sketcher_BSplineDecreaseKnotMultiplicity.svg | 2 +-
.../Resources/icons/splines/Sketcher_BSplineIncreaseDegree.svg | 2 +-
.../icons/splines/Sketcher_BSplineIncreaseKnotMultiplicity.svg | 2 +-
.../Gui/Resources/icons/splines/Sketcher_BSplineInsertKnot.svg | 2 +-
src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Clone.svg | 2 +-
src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Copy.svg | 2 +-
.../Gui/Resources/icons/tools/Sketcher_DeleteConstraints.svg | 2 +-
.../Gui/Resources/icons/tools/Sketcher_DeleteGeometry.svg | 2 +-
src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Move.svg | 2 +-
.../Gui/Resources/icons/tools/Sketcher_RectangularArray.svg | 2 +-
.../Gui/Resources/icons/tools/Sketcher_RemoveAxesAlignment.svg | 2 +-
.../icons/tools/Sketcher_SelectConflictingConstraints.svg | 2 +-
.../Gui/Resources/icons/tools/Sketcher_SelectConstraints.svg | 2 +-
.../tools/Sketcher_SelectElementsAssociatedWithConstraints.svg | 2 +-
.../Resources/icons/tools/Sketcher_SelectElementsWithDoFs.svg | 2 +-
.../Gui/Resources/icons/tools/Sketcher_SelectHorizontalAxis.svg | 2 +-
.../Gui/Resources/icons/tools/Sketcher_SelectOrigin.svg | 2 +-
.../icons/tools/Sketcher_SelectRedundantConstraints.svg | 2 +-
.../Gui/Resources/icons/tools/Sketcher_SelectVerticalAxis.svg | 2 +-
.../Sketcher/Gui/Resources/icons/tools/Sketcher_Symmetry.svg | 2 +-
src/Mod/Spreadsheet/Gui/Resources/icons/Spreadsheet.svg | 2 +-
src/Mod/Spreadsheet/Gui/Resources/icons/SpreadsheetAlias.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/SpreadsheetAlignBottom.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/SpreadsheetAlignCenter.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/SpreadsheetAlignLeft.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/SpreadsheetAlignRight.svg | 2 +-
src/Mod/Spreadsheet/Gui/Resources/icons/SpreadsheetAlignTop.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/SpreadsheetAlignVCenter.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/SpreadsheetController.svg | 2 +-
src/Mod/Spreadsheet/Gui/Resources/icons/SpreadsheetExport.svg | 2 +-
src/Mod/Spreadsheet/Gui/Resources/icons/SpreadsheetImport.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/SpreadsheetMergeCells.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/SpreadsheetSplitCell.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/SpreadsheetStyleItalic.svg | 2 +-
.../Gui/Resources/icons/SpreadsheetStyleUnderline.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/SpreadsheetWorkbench.svg | 2 +-
.../Spreadsheet/Gui/Resources/icons/preferences-spreadsheet.svg | 2 +-
.../Resources/icons/SpreadsheetPropertyController.svg | 2 +-
src/Mod/Start/Gui/Resources/icons/StartWorkbench.svg | 2 +-
src/Mod/Start/Gui/Resources/icons/preferences-start.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_BSplineSurface.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_BezierSurface.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_CurveOnMesh.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_Cut.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_ExtendFace.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_Filling.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_GeomFillSurface.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_Sections.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_Sewing.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_Surface.svg | 2 +-
src/Mod/Surface/Gui/Resources/icons/Surface_Workbench.svg | 2 +-
.../Gui/Resources/ToleranceSymbols/flatness_editable.svg | 2 +-
.../Gui/Resources/ToleranceSymbols/reference_editable.svg | 2 +-
.../Gui/Resources/ToleranceSymbols/tolerance_editable.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/bgColor.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/fgColor.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentLess.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentMore.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/insertImage.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/listBullet.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/listNumber.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/textBold.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/textItalic.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/textStrike.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/MRTE/textUnderline.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_3PtAngleDimension.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_AngleDimension.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Balloon.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_DiameterDimension.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Dimension.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_DimensionRepair.svg | 2 +-
.../Gui/Resources/icons/TechDraw_HorizontalDimension.svg | 2 +-
.../Gui/Resources/icons/TechDraw_HorizontalExtentDimension.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_LandmarkDimension.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_LengthDimension.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_LinkDimension.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Lock.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Pages.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjBottom.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFront.svg | 2 +-
.../Gui/Resources/icons/TechDraw_ProjFrontBottomLeft.svg | 2 +-
.../Gui/Resources/icons/TechDraw_ProjFrontBottomRight.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_ProjFrontTopLeft.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_ProjFrontTopRight.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjLeft.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjRear.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjRight.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjTop.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_RadiusDimension.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeHatch.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeMulti.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreePage.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_TreePageTemplate.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeProjGroup.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSection.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_TreeSpreadsheet.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSymbol.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeView.svg | 2 +-
.../TechDraw/Gui/Resources/icons/TechDraw_VerticalDimension.svg | 2 +-
.../Gui/Resources/icons/TechDraw_VerticalExtentDimension.svg | 2 +-
.../TechDraw/Gui/Resources/icons/actions/TechDraw_ArchView.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_AxoLengthDimension.svg | 2 +-
.../TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroup.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_ClipGroupAdd.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_ClipGroupRemove.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_ComplexSection.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_DetailView.svg | 2 +-
.../TechDraw/Gui/Resources/icons/actions/TechDraw_DraftView.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_ExportPageDXF.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_ExportPageSVG.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Hatch.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_HoleShaftFit.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg | 2 +-
.../TechDraw/Gui/Resources/icons/actions/TechDraw_MoveView.svg | 2 +-
.../TechDraw/Gui/Resources/icons/actions/TechDraw_Multiview.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_PageDefault.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_PageTemplate.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_ProjectShape.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_RedrawPage.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_SectionView.svg | 2 +-
.../TechDraw/Gui/Resources/icons/actions/TechDraw_ShareView.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_SpreadsheetView.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_StackBottom.svg | 2 +-
.../TechDraw/Gui/Resources/icons/actions/TechDraw_StackDown.svg | 2 +-
.../TechDraw/Gui/Resources/icons/actions/TechDraw_StackTop.svg | 2 +-
.../TechDraw/Gui/Resources/icons/actions/TechDraw_StackUp.svg | 2 +-
.../TechDraw/Gui/Resources/icons/actions/TechDraw_Symbol.svg | 2 +-
.../Gui/Resources/icons/actions/TechDraw_ToggleFrame.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/actions/section-down.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/actions/section-left.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/actions/section-right.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/actions/section-up.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/arrow-ccw.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/arrow-cw.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/arrow-down.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/arrow-left.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/arrow-right.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/arrow-up.svg | 2 +-
src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg | 2 +-
src/Mod/TechDraw/Symbols/misc/Balloon_Editable_Text.svg | 2 +-
.../TechDraw/Symbols/misc/Centre_Justified_Text_10_Lines.svg | 2 +-
src/Mod/TechDraw/Symbols/misc/Datum_Target_Plain.svg | 2 +-
src/Mod/TechDraw/Symbols/misc/Left_Justified_Text_10_Lines.svg | 2 +-
src/Mod/TechDraw/Symbols/misc/Revision_Triangle.svg | 2 +-
src/Mod/TechDraw/Symbols/misc/Right_Justified_Text_10_Lines.svg | 2 +-
src/Mod/TechDraw/TDTest/TestTemplate.svg | 2 +-
src/Mod/TechDraw/Templates/A0_Landscape_ISO7200TD.svg | 2 +-
src/Mod/TechDraw/Templates/A0_Landscape_ISO7200_Pep.svg | 2 +-
src/Mod/TechDraw/Templates/A1_Landscape_ISO7200TD.svg | 2 +-
src/Mod/TechDraw/Templates/A1_Landscape_ISO7200_Pep.svg | 2 +-
src/Mod/TechDraw/Templates/A2_Landscape_ISO7200TD.svg | 2 +-
src/Mod/TechDraw/Templates/A2_Landscape_ISO7200_Pep.svg | 2 +-
src/Mod/TechDraw/Templates/A3_LandscapeTD.svg | 2 +-
src/Mod/TechDraw/Templates/A3_Landscape_EN_m52.svg | 2 +-
src/Mod/TechDraw/Templates/A3_Landscape_FR_m52.svg | 2 +-
src/Mod/TechDraw/Templates/A3_Landscape_ISO7200TD.svg | 2 +-
src/Mod/TechDraw/Templates/A3_Landscape_ISO7200_Pep.svg | 2 +-
src/Mod/TechDraw/Templates/A3_Landscape_IT_m52.svg | 2 +-
src/Mod/TechDraw/Templates/A4_LandscapeTD.svg | 2 +-
src/Mod/TechDraw/Templates/A4_Landscape_ISO7200TD.svg | 2 +-
src/Mod/TechDraw/Templates/A4_Landscape_ISO7200_Pep.svg | 2 +-
src/Mod/TechDraw/Templates/A4_Portrait_ISO7200Pep.svg | 2 +-
src/Mod/TechDraw/Templates/A4_Portrait_ISO7200TD.svg | 2 +-
src/Mod/TechDraw/Templates/ANSIA_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/ANSIA_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/ANSIB.svg | 2 +-
src/Mod/TechDraw/Templates/ANSIB_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/ANSIB_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/ANSIC_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/ANSIC_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/ANSID_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/ANSID_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/ANSIE_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/ANSIE_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/AR_IRAM/A0.svg | 2 +-
src/Mod/TechDraw/Templates/AR_IRAM/A1.svg | 2 +-
src/Mod/TechDraw/Templates/AR_IRAM/A2.svg | 2 +-
src/Mod/TechDraw/Templates/AR_IRAM/A3.svg | 2 +-
src/Mod/TechDraw/Templates/AR_IRAM/A4.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_A_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_A_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_B_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_B_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_C_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_C_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_D_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_D_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_E1_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_E1_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_E2_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_E2_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_E3_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_E3_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_E_Landscape.svg | 2 +-
src/Mod/TechDraw/Templates/Arch_E_Portrait.svg | 2 +-
src/Mod/TechDraw/Templates/HowToExample.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading/Landscape_A0.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading/Landscape_A1.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading/Landscape_A2.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading/Landscape_A3.svg | 2 +-
.../Templates/RU_GOST/Leading/Landscape_A4_NotInGOST.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading/Portrait_A0.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading/Portrait_A1.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading/Portrait_A2.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading/Portrait_A3.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading/Portrait_A4.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading_text/Portrait_A3.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Leading_text/Portrait_A4.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Subsequent/Landscape_A0.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Subsequent/Landscape_A1.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Subsequent/Landscape_A2.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Subsequent/Landscape_A3.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Subsequent/Landscape_A4.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Subsequent/Portrait_A0.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Subsequent/Portrait_A1.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Subsequent/Portrait_A2.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Subsequent/Portrait_A3.svg | 2 +-
src/Mod/TechDraw/Templates/RU_GOST/Subsequent/Portrait_A4.svg | 2 +-
src/Mod/TechDraw/Templates/USLetter_Landscape.svg | 2 +-
.../TechDraw/Templates/zh_CN/landscape/A0_Landscape_CN_CLIP.svg | 2 +-
.../Templates/zh_CN/landscape/A0_Landscape_CN_NO_CLIP.svg | 2 +-
.../TechDraw/Templates/zh_CN/landscape/A1_Landscape_CN_CLIP.svg | 2 +-
.../Templates/zh_CN/landscape/A1_Landscape_CN_NO_CLIP.svg | 2 +-
.../TechDraw/Templates/zh_CN/landscape/A2_Landscape_CN_CLIP.svg | 2 +-
.../Templates/zh_CN/landscape/A2_Landscape_CN_NO_CLIP.svg | 2 +-
.../TechDraw/Templates/zh_CN/landscape/A3_Landscape_CN_CLIP.svg | 2 +-
.../Templates/zh_CN/landscape/A3_Landscape_CN_NO_CLIP.svg | 2 +-
.../TechDraw/Templates/zh_CN/landscape/A4_Landscape_CN_CLIP.svg | 2 +-
.../Templates/zh_CN/landscape/A4_Landscape_CN_NO_CLIP.svg | 2 +-
.../TechDraw/Templates/zh_CN/portrait/A3_Portrait_CN_CLIP.svg | 2 +-
.../TechDraw/Templates/zh_CN/portrait/A4_Portrait_CN_CLIP.svg | 2 +-
1106 files changed, 1106 insertions(+), 1106 deletions(-)
diff --git a/src/Gui/Icons/Geoassembly.svg b/src/Gui/Icons/Geoassembly.svg
index 768a886fc4..b60b7b46f2 100644
--- a/src/Gui/Icons/Geoassembly.svg
+++ b/src/Gui/Icons/Geoassembly.svg
@@ -161,7 +161,7 @@
Path-Stock
2015-07-04
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Geofeaturegroup.svg b/src/Gui/Icons/Geofeaturegroup.svg
index 8fe6962c06..2eaa6a9501 100644
--- a/src/Gui/Icons/Geofeaturegroup.svg
+++ b/src/Gui/Icons/Geofeaturegroup.svg
@@ -173,7 +173,7 @@
Path-Stock
2015-07-04
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Invisible.svg b/src/Gui/Icons/Invisible.svg
index 0580aaf8f0..3e83f97792 100644
--- a/src/Gui/Icons/Invisible.svg
+++ b/src/Gui/Icons/Invisible.svg
@@ -547,7 +547,7 @@
Path-FaceProfile
2016-01-19
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/LinkArray.svg b/src/Gui/Icons/LinkArray.svg
index cbaea5d0c2..2e7af78ff4 100644
--- a/src/Gui/Icons/LinkArray.svg
+++ b/src/Gui/Icons/LinkArray.svg
@@ -332,7 +332,7 @@
FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
[agryson] Alexander Gryson
diff --git a/src/Gui/Icons/LinkArrayOverlay.svg b/src/Gui/Icons/LinkArrayOverlay.svg
index ca6829ed17..5f8a1302bb 100644
--- a/src/Gui/Icons/LinkArrayOverlay.svg
+++ b/src/Gui/Icons/LinkArrayOverlay.svg
@@ -248,7 +248,7 @@
FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
[agryson] Alexander Gryson
diff --git a/src/Gui/Icons/LinkElement.svg b/src/Gui/Icons/LinkElement.svg
index 9ef002d83b..f1e74af695 100644
--- a/src/Gui/Icons/LinkElement.svg
+++ b/src/Gui/Icons/LinkElement.svg
@@ -336,7 +336,7 @@
FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
[agryson] Alexander Gryson
diff --git a/src/Gui/Icons/LinkGroup.svg b/src/Gui/Icons/LinkGroup.svg
index 849b7ac5b9..93219f13b4 100644
--- a/src/Gui/Icons/LinkGroup.svg
+++ b/src/Gui/Icons/LinkGroup.svg
@@ -631,7 +631,7 @@
Assembly_Assembly_Tree
2013-12-24
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/LinkOverlay.svg b/src/Gui/Icons/LinkOverlay.svg
index ad407df3b4..e1f09d55f8 100644
--- a/src/Gui/Icons/LinkOverlay.svg
+++ b/src/Gui/Icons/LinkOverlay.svg
@@ -248,7 +248,7 @@
FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
[agryson] Alexander Gryson
diff --git a/src/Gui/Icons/Std_Alignment.svg b/src/Gui/Icons/Std_Alignment.svg
index 6b4c894164..cee409437e 100644
--- a/src/Gui/Icons/Std_Alignment.svg
+++ b/src/Gui/Icons/Std_Alignment.svg
@@ -136,7 +136,7 @@
Std_Alignment
Path-Stock
2020/10/04
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_Axis.svg b/src/Gui/Icons/Std_Axis.svg
index 3f63bbb9c2..c894f9ec2a 100644
--- a/src/Gui/Icons/Std_Axis.svg
+++ b/src/Gui/Icons/Std_Axis.svg
@@ -142,7 +142,7 @@
Sketcher_Sketch
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_CloseActiveWindow.svg b/src/Gui/Icons/Std_CloseActiveWindow.svg
index 903d5014e5..d9e51a850a 100644
--- a/src/Gui/Icons/Std_CloseActiveWindow.svg
+++ b/src/Gui/Icons/Std_CloseActiveWindow.svg
@@ -145,7 +145,7 @@
Part_Shape_from_Mesh
2020/11/28
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_CloseAllWindows.svg b/src/Gui/Icons/Std_CloseAllWindows.svg
index c390b6bfcd..bce316806d 100644
--- a/src/Gui/Icons/Std_CloseAllWindows.svg
+++ b/src/Gui/Icons/Std_CloseAllWindows.svg
@@ -161,7 +161,7 @@
Part_Shape_from_Mesh
2020/11/28
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_CoordinateSystem_alt.svg b/src/Gui/Icons/Std_CoordinateSystem_alt.svg
index 09137dbfe4..fc0d7dde80 100644
--- a/src/Gui/Icons/Std_CoordinateSystem_alt.svg
+++ b/src/Gui/Icons/Std_CoordinateSystem_alt.svg
@@ -142,7 +142,7 @@
Sketcher_Sketch
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_DemoMode.svg b/src/Gui/Icons/Std_DemoMode.svg
index f912d622ac..55cfacaf4c 100644
--- a/src/Gui/Icons/Std_DemoMode.svg
+++ b/src/Gui/Icons/Std_DemoMode.svg
@@ -235,7 +235,7 @@
Part_Shape_from_Mesh
2020/10/29
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_DependencyGraph.svg b/src/Gui/Icons/Std_DependencyGraph.svg
index 3b58fd7307..6b3905fbb7 100644
--- a/src/Gui/Icons/Std_DependencyGraph.svg
+++ b/src/Gui/Icons/Std_DependencyGraph.svg
@@ -166,7 +166,7 @@
Part_Shape_from_Mesh
2020/10/31
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_DlgParameter.svg b/src/Gui/Icons/Std_DlgParameter.svg
index 450a917208..28369f400d 100644
--- a/src/Gui/Icons/Std_DlgParameter.svg
+++ b/src/Gui/Icons/Std_DlgParameter.svg
@@ -199,7 +199,7 @@
Part_Shape_from_Mesh
2020/11/19
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_DuplicateSelection.svg b/src/Gui/Icons/Std_DuplicateSelection.svg
index 69a765c919..e70ceed3e5 100644
--- a/src/Gui/Icons/Std_DuplicateSelection.svg
+++ b/src/Gui/Icons/Std_DuplicateSelection.svg
@@ -106,7 +106,7 @@
Part_Shape_from_Mesh
2020/10/03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_Export.svg b/src/Gui/Icons/Std_Export.svg
index caceab7281..4bde8aaf8c 100644
--- a/src/Gui/Icons/Std_Export.svg
+++ b/src/Gui/Icons/Std_Export.svg
@@ -276,7 +276,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
red arrow
diff --git a/src/Gui/Icons/Std_Import.svg b/src/Gui/Icons/Std_Import.svg
index bdfc54f569..1f833662cb 100644
--- a/src/Gui/Icons/Std_Import.svg
+++ b/src/Gui/Icons/Std_Import.svg
@@ -276,7 +276,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
green arrow
diff --git a/src/Gui/Icons/Std_MarkToRecompute.svg b/src/Gui/Icons/Std_MarkToRecompute.svg
index 1c6e917ad0..4889340075 100644
--- a/src/Gui/Icons/Std_MarkToRecompute.svg
+++ b/src/Gui/Icons/Std_MarkToRecompute.svg
@@ -467,7 +467,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_MergeProjects.svg b/src/Gui/Icons/Std_MergeProjects.svg
index 89ecc551d0..c91f8ac79d 100644
--- a/src/Gui/Icons/Std_MergeProjects.svg
+++ b/src/Gui/Icons/Std_MergeProjects.svg
@@ -428,7 +428,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_Plane.svg b/src/Gui/Icons/Std_Plane.svg
index 03d71902df..835146f351 100644
--- a/src/Gui/Icons/Std_Plane.svg
+++ b/src/Gui/Icons/Std_Plane.svg
@@ -142,7 +142,7 @@
Sketcher_Sketch
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_PrintPdf.svg b/src/Gui/Icons/Std_PrintPdf.svg
index c81ecee900..6dfb28e6a5 100644
--- a/src/Gui/Icons/Std_PrintPdf.svg
+++ b/src/Gui/Icons/Std_PrintPdf.svg
@@ -267,7 +267,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
loop
diff --git a/src/Gui/Icons/Std_ProjectUtil.svg b/src/Gui/Icons/Std_ProjectUtil.svg
index c2b811f89d..0750e2142a 100644
--- a/src/Gui/Icons/Std_ProjectUtil.svg
+++ b/src/Gui/Icons/Std_ProjectUtil.svg
@@ -38,7 +38,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_RandomColor.svg b/src/Gui/Icons/Std_RandomColor.svg
index 69c76d8b03..5867bd44ed 100644
--- a/src/Gui/Icons/Std_RandomColor.svg
+++ b/src/Gui/Icons/Std_RandomColor.svg
@@ -232,7 +232,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_Revert.svg b/src/Gui/Icons/Std_Revert.svg
index 45ea146007..72948d7388 100644
--- a/src/Gui/Icons/Std_Revert.svg
+++ b/src/Gui/Icons/Std_Revert.svg
@@ -146,7 +146,7 @@
Part_Shape_from_Mesh
2020/11/28
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_SaveCopy.svg b/src/Gui/Icons/Std_SaveCopy.svg
index a1f1ed2c0a..e6043bc081 100644
--- a/src/Gui/Icons/Std_SaveCopy.svg
+++ b/src/Gui/Icons/Std_SaveCopy.svg
@@ -408,7 +408,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_SceneInspector.svg b/src/Gui/Icons/Std_SceneInspector.svg
index 149465b293..bed42f30e2 100644
--- a/src/Gui/Icons/Std_SceneInspector.svg
+++ b/src/Gui/Icons/Std_SceneInspector.svg
@@ -186,7 +186,7 @@
Part_Shape_from_Mesh
2020/10/31
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_SetAppearance.svg b/src/Gui/Icons/Std_SetAppearance.svg
index 1950e17d03..245a986bed 100644
--- a/src/Gui/Icons/Std_SetAppearance.svg
+++ b/src/Gui/Icons/Std_SetAppearance.svg
@@ -217,7 +217,7 @@
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_TextureMapping.svg b/src/Gui/Icons/Std_TextureMapping.svg
index 6112cf4c35..2de9c2b44b 100644
--- a/src/Gui/Icons/Std_TextureMapping.svg
+++ b/src/Gui/Icons/Std_TextureMapping.svg
@@ -103,7 +103,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_ToggleClipPlane.svg b/src/Gui/Icons/Std_ToggleClipPlane.svg
index d76a113927..3667838c42 100644
--- a/src/Gui/Icons/Std_ToggleClipPlane.svg
+++ b/src/Gui/Icons/Std_ToggleClipPlane.svg
@@ -88,7 +88,7 @@
Arch_SectionPlane
2020-12-17
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_ToggleNavigation.svg b/src/Gui/Icons/Std_ToggleNavigation.svg
index 362b099362..093989ec4e 100644
--- a/src/Gui/Icons/Std_ToggleNavigation.svg
+++ b/src/Gui/Icons/Std_ToggleNavigation.svg
@@ -130,7 +130,7 @@
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
based on Alexander Gryson, wmayer's work
diff --git a/src/Gui/Icons/Std_ViewDimetric.svg b/src/Gui/Icons/Std_ViewDimetric.svg
index 8bc7a83cb7..23eb2a72f5 100644
--- a/src/Gui/Icons/Std_ViewDimetric.svg
+++ b/src/Gui/Icons/Std_ViewDimetric.svg
@@ -103,7 +103,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_ViewHome.svg b/src/Gui/Icons/Std_ViewHome.svg
index bc4cb0a153..354fa4aceb 100644
--- a/src/Gui/Icons/Std_ViewHome.svg
+++ b/src/Gui/Icons/Std_ViewHome.svg
@@ -103,7 +103,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_ViewIvIssueCamPos.svg b/src/Gui/Icons/Std_ViewIvIssueCamPos.svg
index 5dff60014d..e67558d9d7 100644
--- a/src/Gui/Icons/Std_ViewIvIssueCamPos.svg
+++ b/src/Gui/Icons/Std_ViewIvIssueCamPos.svg
@@ -122,7 +122,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_ViewIvStereoInterleavedColumns.svg b/src/Gui/Icons/Std_ViewIvStereoInterleavedColumns.svg
index 46a6ab2936..2051f3b2d7 100644
--- a/src/Gui/Icons/Std_ViewIvStereoInterleavedColumns.svg
+++ b/src/Gui/Icons/Std_ViewIvStereoInterleavedColumns.svg
@@ -162,7 +162,7 @@
Std_ViewIvStereoInterleavedColumns
2020/12/20
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_ViewIvStereoInterleavedRows.svg b/src/Gui/Icons/Std_ViewIvStereoInterleavedRows.svg
index ec8ad28395..167ad4b2fa 100644
--- a/src/Gui/Icons/Std_ViewIvStereoInterleavedRows.svg
+++ b/src/Gui/Icons/Std_ViewIvStereoInterleavedRows.svg
@@ -162,7 +162,7 @@
Std_ViewIvStereoInterleavedRows
2020/12/20
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_ViewIvStereoOff.svg b/src/Gui/Icons/Std_ViewIvStereoOff.svg
index b9e25d8697..e0e7e22387 100644
--- a/src/Gui/Icons/Std_ViewIvStereoOff.svg
+++ b/src/Gui/Icons/Std_ViewIvStereoOff.svg
@@ -142,7 +142,7 @@
Std_ViewIvStereoOff
2020/12/20
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_ViewIvStereoQuadBuff.svg b/src/Gui/Icons/Std_ViewIvStereoQuadBuff.svg
index dd2a4041f5..2fac72987e 100644
--- a/src/Gui/Icons/Std_ViewIvStereoQuadBuff.svg
+++ b/src/Gui/Icons/Std_ViewIvStereoQuadBuff.svg
@@ -162,7 +162,7 @@
Std_ViewIvStereoQuadBuff
2020/12/20
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_ViewIvStereoRedGreen.svg b/src/Gui/Icons/Std_ViewIvStereoRedGreen.svg
index e397ba3924..a1525d83f9 100644
--- a/src/Gui/Icons/Std_ViewIvStereoRedGreen.svg
+++ b/src/Gui/Icons/Std_ViewIvStereoRedGreen.svg
@@ -162,7 +162,7 @@
Std_ViewIvStereoRedGreen
2020/12/20
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/Std_ViewTrimetric.svg b/src/Gui/Icons/Std_ViewTrimetric.svg
index 3bed11efa5..848e527004 100644
--- a/src/Gui/Icons/Std_ViewTrimetric.svg
+++ b/src/Gui/Icons/Std_ViewTrimetric.svg
@@ -103,7 +103,7 @@
FreeCAD
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
diff --git a/src/Gui/Icons/Std_Windows.svg b/src/Gui/Icons/Std_Windows.svg
index a0b394dd0c..7e881a5bf7 100644
--- a/src/Gui/Icons/Std_Windows.svg
+++ b/src/Gui/Icons/Std_Windows.svg
@@ -195,7 +195,7 @@
Part_Shape_from_Mesh
2021/01/04
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/image-open.svg b/src/Gui/Icons/image-open.svg
index 68fd95efc4..c78703ae6c 100644
--- a/src/Gui/Icons/image-open.svg
+++ b/src/Gui/Icons/image-open.svg
@@ -461,7 +461,7 @@
FreeCAD/src/Mod/Draft/Resources/icons/Draft_Macro.svg
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
[agryson] Alexander Gryson
diff --git a/src/Gui/Icons/image-plane.svg b/src/Gui/Icons/image-plane.svg
index c42d902e7f..5719d76edf 100644
--- a/src/Gui/Icons/image-plane.svg
+++ b/src/Gui/Icons/image-plane.svg
@@ -537,7 +537,7 @@
FreeCAD/src/Mod/Draft/Resources/icons/Draft_Drawing.svg
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
[agryson] Alexander Gryson
diff --git a/src/Gui/Icons/image-scaling.svg b/src/Gui/Icons/image-scaling.svg
index 49cde7b463..72721471c5 100644
--- a/src/Gui/Icons/image-scaling.svg
+++ b/src/Gui/Icons/image-scaling.svg
@@ -328,7 +328,7 @@
FreeCAD/src/Mod/Draft/Resources/icons/Draft_Scale.svg
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
[agryson] Alexander Gryson
diff --git a/src/Gui/Icons/list-add.svg b/src/Gui/Icons/list-add.svg
index ac33c3598f..1e82560392 100644
--- a/src/Gui/Icons/list-add.svg
+++ b/src/Gui/Icons/list-add.svg
@@ -158,7 +158,7 @@
Arch_Add
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/list-remove.svg b/src/Gui/Icons/list-remove.svg
index 5a69051da6..1c4efa60f7 100644
--- a/src/Gui/Icons/list-remove.svg
+++ b/src/Gui/Icons/list-remove.svg
@@ -158,7 +158,7 @@
Arch_Remove
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/sel-back.svg b/src/Gui/Icons/sel-back.svg
index 68377f78be..da899301ad 100644
--- a/src/Gui/Icons/sel-back.svg
+++ b/src/Gui/Icons/sel-back.svg
@@ -263,7 +263,7 @@
arrow-left
2016-11-24
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/sel-forward.svg b/src/Gui/Icons/sel-forward.svg
index 6d73fe81e0..76e9afa9c2 100644
--- a/src/Gui/Icons/sel-forward.svg
+++ b/src/Gui/Icons/sel-forward.svg
@@ -263,7 +263,7 @@
arrow-left
2016-11-24
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/sel-instance.svg b/src/Gui/Icons/sel-instance.svg
index cb87c40a79..ba7db85e48 100644
--- a/src/Gui/Icons/sel-instance.svg
+++ b/src/Gui/Icons/sel-instance.svg
@@ -470,7 +470,7 @@
OpenSCAD_RemoveSubtree
2012-05-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/tree-doc-collapse.svg b/src/Gui/Icons/tree-doc-collapse.svg
index 88b6b03748..99ea689ecf 100644
--- a/src/Gui/Icons/tree-doc-collapse.svg
+++ b/src/Gui/Icons/tree-doc-collapse.svg
@@ -539,7 +539,7 @@
OpenSCAD_RemoveSubtree
2012-05-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/tree-doc-multi.svg b/src/Gui/Icons/tree-doc-multi.svg
index 1b29f23464..fc8490e820 100644
--- a/src/Gui/Icons/tree-doc-multi.svg
+++ b/src/Gui/Icons/tree-doc-multi.svg
@@ -539,7 +539,7 @@
OpenSCAD_RemoveSubtree
2012-05-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/tree-doc-single.svg b/src/Gui/Icons/tree-doc-single.svg
index 82adda3d42..0f0564de8c 100644
--- a/src/Gui/Icons/tree-doc-single.svg
+++ b/src/Gui/Icons/tree-doc-single.svg
@@ -528,7 +528,7 @@
OpenSCAD_RemoveSubtree
2012-05-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/tree-goto-sel.svg b/src/Gui/Icons/tree-goto-sel.svg
index cedf455749..b1bebcd137 100644
--- a/src/Gui/Icons/tree-goto-sel.svg
+++ b/src/Gui/Icons/tree-goto-sel.svg
@@ -476,7 +476,7 @@
OpenSCAD_RemoveSubtree
2012-05-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/tree-item-drag.svg b/src/Gui/Icons/tree-item-drag.svg
index 52cda58d2a..ccabe0788d 100644
--- a/src/Gui/Icons/tree-item-drag.svg
+++ b/src/Gui/Icons/tree-item-drag.svg
@@ -470,7 +470,7 @@
OpenSCAD_RemoveSubtree
2012-05-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/tree-pre-sel.svg b/src/Gui/Icons/tree-pre-sel.svg
index 6daab9f2ca..3fa247ab4b 100644
--- a/src/Gui/Icons/tree-pre-sel.svg
+++ b/src/Gui/Icons/tree-pre-sel.svg
@@ -606,7 +606,7 @@
OpenSCAD_RemoveSubtree
2012-05-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/tree-rec-sel.svg b/src/Gui/Icons/tree-rec-sel.svg
index 86aaf57d5e..44c609471a 100644
--- a/src/Gui/Icons/tree-rec-sel.svg
+++ b/src/Gui/Icons/tree-rec-sel.svg
@@ -471,7 +471,7 @@
OpenSCAD_RemoveSubtree
2012-05-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/tree-sync-pla.svg b/src/Gui/Icons/tree-sync-pla.svg
index d1cedc42c1..084fc85068 100644
--- a/src/Gui/Icons/tree-sync-pla.svg
+++ b/src/Gui/Icons/tree-sync-pla.svg
@@ -555,7 +555,7 @@
OpenSCAD_RemoveSubtree
2012-05-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/tree-sync-sel.svg b/src/Gui/Icons/tree-sync-sel.svg
index 7c28fd9393..f8733b9985 100644
--- a/src/Gui/Icons/tree-sync-sel.svg
+++ b/src/Gui/Icons/tree-sync-sel.svg
@@ -528,7 +528,7 @@
OpenSCAD_RemoveSubtree
2012-05-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Gui/Icons/view-rotate-left.svg b/src/Gui/Icons/view-rotate-left.svg
index 8a7250e19e..9d0ef6b701 100644
--- a/src/Gui/Icons/view-rotate-left.svg
+++ b/src/Gui/Icons/view-rotate-left.svg
@@ -149,7 +149,7 @@
FreeCAD/src/Mod/Draft/Resources/icons/Draft_Rotate.svg
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
[agryson] Alexander Gryson
diff --git a/src/Gui/Icons/view-rotate-right.svg b/src/Gui/Icons/view-rotate-right.svg
index c0007a87a2..a3632aacc3 100644
--- a/src/Gui/Icons/view-rotate-right.svg
+++ b/src/Gui/Icons/view-rotate-right.svg
@@ -149,7 +149,7 @@
FreeCAD/src/Mod/Draft/Resources/icons/Draft_Rotate.svg
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
[agryson] Alexander Gryson
diff --git a/src/Mod/AddonManager/Resources/icons/A2plus_workbench_icon.svg b/src/Mod/AddonManager/Resources/icons/A2plus_workbench_icon.svg
index f28c075f9f..5e5162a293 100644
--- a/src/Mod/AddonManager/Resources/icons/A2plus_workbench_icon.svg
+++ b/src/Mod/AddonManager/Resources/icons/A2plus_workbench_icon.svg
@@ -105,7 +105,7 @@
Path-Stock
2015-07-04
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/AddonManager/Resources/icons/Assembly4_workbench_icon.svg b/src/Mod/AddonManager/Resources/icons/Assembly4_workbench_icon.svg
index 34449aeb79..36005737ed 100644
--- a/src/Mod/AddonManager/Resources/icons/Assembly4_workbench_icon.svg
+++ b/src/Mod/AddonManager/Resources/icons/Assembly4_workbench_icon.svg
@@ -201,7 +201,7 @@
Path-Stock
2015-07-04
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/AddonManager/Resources/icons/Defeaturing_workbench_icon.svg b/src/Mod/AddonManager/Resources/icons/Defeaturing_workbench_icon.svg
index 57f6f7a3ae..ab9980ced3 100644
--- a/src/Mod/AddonManager/Resources/icons/Defeaturing_workbench_icon.svg
+++ b/src/Mod/AddonManager/Resources/icons/Defeaturing_workbench_icon.svg
@@ -260,7 +260,7 @@
Arch_Pipe_Tree
2016-08-24
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/AddonManager/Resources/icons/EM_workbench_icon.svg b/src/Mod/AddonManager/Resources/icons/EM_workbench_icon.svg
index eaee8780b0..66486fc6e1 100644
--- a/src/Mod/AddonManager/Resources/icons/EM_workbench_icon.svg
+++ b/src/Mod/AddonManager/Resources/icons/EM_workbench_icon.svg
@@ -503,7 +503,7 @@
ArchWorkbench
2016-02-26
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/AddonManager/Resources/icons/GDML_workbench_icon.svg b/src/Mod/AddonManager/Resources/icons/GDML_workbench_icon.svg
index 4fc1d5e597..acdf4bd819 100644
--- a/src/Mod/AddonManager/Resources/icons/GDML_workbench_icon.svg
+++ b/src/Mod/AddonManager/Resources/icons/GDML_workbench_icon.svg
@@ -113,7 +113,7 @@
OpenSCADWorkbench
2016-02-26
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/AddonManager/Resources/icons/Manipulator_workbench_icon.svg b/src/Mod/AddonManager/Resources/icons/Manipulator_workbench_icon.svg
index 02681e4b02..80cb90ea8f 100644
--- a/src/Mod/AddonManager/Resources/icons/Manipulator_workbench_icon.svg
+++ b/src/Mod/AddonManager/Resources/icons/Manipulator_workbench_icon.svg
@@ -365,7 +365,7 @@
FreeCAD/src/Mod/Draft/Resources/icons/Draft_Move.svg
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
[agryson] Alexander Gryson
diff --git a/src/Mod/AddonManager/Resources/icons/Plot_workbench_icon.svg b/src/Mod/AddonManager/Resources/icons/Plot_workbench_icon.svg
index 8784641ec9..1bb0f53a02 100644
--- a/src/Mod/AddonManager/Resources/icons/Plot_workbench_icon.svg
+++ b/src/Mod/AddonManager/Resources/icons/Plot_workbench_icon.svg
@@ -85,7 +85,7 @@
PlotWorkbench
2016-02-26
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/AddonManager/Resources/icons/Reinforcement_workbench_icon.svg b/src/Mod/AddonManager/Resources/icons/Reinforcement_workbench_icon.svg
index 3847113953..e1aa380dd3 100644
--- a/src/Mod/AddonManager/Resources/icons/Reinforcement_workbench_icon.svg
+++ b/src/Mod/AddonManager/Resources/icons/Reinforcement_workbench_icon.svg
@@ -131,7 +131,7 @@
Arch_Rebar
2013-10-07
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/AddonManager/Resources/icons/Ship_workbench_icon.svg b/src/Mod/AddonManager/Resources/icons/Ship_workbench_icon.svg
index e94ecbcac3..60fd9d3bf0 100644
--- a/src/Mod/AddonManager/Resources/icons/Ship_workbench_icon.svg
+++ b/src/Mod/AddonManager/Resources/icons/Ship_workbench_icon.svg
@@ -103,7 +103,7 @@
ShipWorkbench
2016-02-26
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/AddonManager/Resources/icons/yaml-workspace_workbench_icon.svg b/src/Mod/AddonManager/Resources/icons/yaml-workspace_workbench_icon.svg
index 6285d7ba20..e8662f1427 100644
--- a/src/Mod/AddonManager/Resources/icons/yaml-workspace_workbench_icon.svg
+++ b/src/Mod/AddonManager/Resources/icons/yaml-workspace_workbench_icon.svg
@@ -119,7 +119,7 @@
Part_Box
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/ArchWorkbench.svg b/src/Mod/Arch/Resources/icons/ArchWorkbench.svg
index 1b59ba84aa..2bd4ee58a3 100755
--- a/src/Mod/Arch/Resources/icons/ArchWorkbench.svg
+++ b/src/Mod/Arch/Resources/icons/ArchWorkbench.svg
@@ -342,7 +342,7 @@
ArchWorkbench
2016-02-26
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_3Views.svg b/src/Mod/Arch/Resources/icons/Arch_3Views.svg
index 5f38d29a7b..36fad1bc2c 100644
--- a/src/Mod/Arch/Resources/icons/Arch_3Views.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_3Views.svg
@@ -20,7 +20,7 @@
Arch_3Views
2014-08-29
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Add.svg b/src/Mod/Arch/Resources/icons/Arch_Add.svg
index 3b0cf088ae..ac3c2eadbb 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Add.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Add.svg
@@ -40,7 +40,7 @@
Arch_Add
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Axis.svg b/src/Mod/Arch/Resources/icons/Arch_Axis.svg
index 8c8ee9c75f..32a768503b 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Axis.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Axis.svg
@@ -234,7 +234,7 @@
Arch_Axis
2011-12-12
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Axis_System.svg b/src/Mod/Arch/Resources/icons/Arch_Axis_System.svg
index f91f3e6da3..8708ad38ad 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Axis_System.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Axis_System.svg
@@ -242,7 +242,7 @@
Arch_Axis
2011-12-12
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Axis_System_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Axis_System_Tree.svg
index 8febd681db..5c5d099981 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Axis_System_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Axis_System_Tree.svg
@@ -242,7 +242,7 @@
Arch_Axis_Tree
2011-12-12
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Axis_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Axis_Tree.svg
index a833e46b95..d8c18350c4 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Axis_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Axis_Tree.svg
@@ -234,7 +234,7 @@
Arch_Axis_Tree
2011-12-12
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Building.svg b/src/Mod/Arch/Resources/icons/Arch_Building.svg
index d965bff570..97d821f527 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Building.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Building.svg
@@ -90,7 +90,7 @@
Arch_Building
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_BuildingPart.svg b/src/Mod/Arch/Resources/icons/Arch_BuildingPart.svg
index 85d6128af0..06fc62eb47 100644
--- a/src/Mod/Arch/Resources/icons/Arch_BuildingPart.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_BuildingPart.svg
@@ -442,7 +442,7 @@
Arch_Floor
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_BuildingPart_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_BuildingPart_Tree.svg
index 8bac7cec94..7278aed12c 100644
--- a/src/Mod/Arch/Resources/icons/Arch_BuildingPart_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_BuildingPart_Tree.svg
@@ -422,7 +422,7 @@
Arch_Floor
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Building_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Building_Tree.svg
index fa4b8f7286..14f8fb7cd5 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Building_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Building_Tree.svg
@@ -90,7 +90,7 @@
Arch_Building_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Cell.svg b/src/Mod/Arch/Resources/icons/Arch_Cell.svg
index 15a5d6c7dd..2aadbeb91d 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Cell.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Cell.svg
@@ -92,7 +92,7 @@
Arch_Cell
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Cell_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Cell_Tree.svg
index faeb555c16..7579f98473 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Cell_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Cell_Tree.svg
@@ -92,7 +92,7 @@
Arch_Cell_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Check.svg b/src/Mod/Arch/Resources/icons/Arch_Check.svg
index e7b7652baf..6a388dde0f 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Check.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Check.svg
@@ -41,7 +41,7 @@
Arch_Check
2012-07-22
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_CloseHoles.svg b/src/Mod/Arch/Resources/icons/Arch_CloseHoles.svg
index d3d36d883d..2eabe94136 100644
--- a/src/Mod/Arch/Resources/icons/Arch_CloseHoles.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_CloseHoles.svg
@@ -36,7 +36,7 @@
Arch_CloseHoles
2012-07-22
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Component.svg b/src/Mod/Arch/Resources/icons/Arch_Component.svg
index af162c2efa..8b49c4ddbc 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Component.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Component.svg
@@ -518,7 +518,7 @@
Arch_Component
2015-04-08
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Component_Clone.svg b/src/Mod/Arch/Resources/icons/Arch_Component_Clone.svg
index b0f6b5ba46..1594beeb56 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Component_Clone.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Component_Clone.svg
@@ -290,7 +290,7 @@
Arch_Component
2015-04-08
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Component_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Component_Tree.svg
index f3c8ee37a7..0828254515 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Component_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Component_Tree.svg
@@ -167,7 +167,7 @@
Arch_Component
2015-04-08
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_CurtainWall.svg b/src/Mod/Arch/Resources/icons/Arch_CurtainWall.svg
index c51aada0ec..33784b2de6 100644
--- a/src/Mod/Arch/Resources/icons/Arch_CurtainWall.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_CurtainWall.svg
@@ -138,7 +138,7 @@
Arch_Site
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_CurtainWall_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_CurtainWall_Tree.svg
index aff17699b0..1ede5ea339 100644
--- a/src/Mod/Arch/Resources/icons/Arch_CurtainWall_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_CurtainWall_Tree.svg
@@ -127,7 +127,7 @@
Arch_Site
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_CutLine.svg b/src/Mod/Arch/Resources/icons/Arch_CutLine.svg
index 88239a5552..8a6c8afffa 100644
--- a/src/Mod/Arch/Resources/icons/Arch_CutLine.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_CutLine.svg
@@ -279,7 +279,7 @@
Arch_CutPlane
2014-11-11
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_CutPlane.svg b/src/Mod/Arch/Resources/icons/Arch_CutPlane.svg
index fb0537f78e..396ea77b5b 100644
--- a/src/Mod/Arch/Resources/icons/Arch_CutPlane.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_CutPlane.svg
@@ -80,7 +80,7 @@
Arch_CutPlane
2014-11-11
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Equipment.svg b/src/Mod/Arch/Resources/icons/Arch_Equipment.svg
index ba05660486..fc06a5a9c7 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Equipment.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Equipment.svg
@@ -180,7 +180,7 @@
Arch_Equipment
2014-08-29
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Equipment_Clone.svg b/src/Mod/Arch/Resources/icons/Arch_Equipment_Clone.svg
index 6081b34744..e7cc4308f8 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Equipment_Clone.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Equipment_Clone.svg
@@ -768,7 +768,7 @@
Arch_Equipment_Clone
2016-09-07
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Equipment_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Equipment_Tree.svg
index 9a9d3be957..2e6170a08a 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Equipment_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Equipment_Tree.svg
@@ -192,7 +192,7 @@
Arch_Equipment_Tree
2014-08-29
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Fence.svg b/src/Mod/Arch/Resources/icons/Arch_Fence.svg
index ee43e0eeea..55e6f86dbd 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Fence.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Fence.svg
@@ -116,7 +116,7 @@
Arch_Site_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Fence_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Fence_Tree.svg
index a52520ca07..24da5cffb5 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Fence_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Fence_Tree.svg
@@ -116,7 +116,7 @@
Arch_Site_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Fixture.svg b/src/Mod/Arch/Resources/icons/Arch_Fixture.svg
index f355223925..bd6aae6699 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Fixture.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Fixture.svg
@@ -74,7 +74,7 @@
Arch_Fixture
2013-07-07
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Floor.svg b/src/Mod/Arch/Resources/icons/Arch_Floor.svg
index 8e9ded5ba0..a4ca737aa6 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Floor.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Floor.svg
@@ -85,7 +85,7 @@
Arch_Floor
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Floor_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Floor_Tree.svg
index 5b1da0517b..1ced47b4e2 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Floor_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Floor_Tree.svg
@@ -81,7 +81,7 @@
Arch_Floor_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Frame.svg b/src/Mod/Arch/Resources/icons/Arch_Frame.svg
index 4353e1c486..1d447f6ff7 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Frame.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Frame.svg
@@ -242,7 +242,7 @@
Arch_Frame
2013-12-22
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Frame_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Frame_Tree.svg
index 56c341273d..59f5bd68d5 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Frame_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Frame_Tree.svg
@@ -272,7 +272,7 @@
Arch_Frame_Tree
2013-12-22
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Grid.svg b/src/Mod/Arch/Resources/icons/Arch_Grid.svg
index b2eb1eff7d..a858a4a29f 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Grid.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Grid.svg
@@ -190,7 +190,7 @@
Arch_Axis
2011-12-12
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Material.svg b/src/Mod/Arch/Resources/icons/Arch_Material.svg
index c4d9396bf0..8b8661da1b 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Material.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Material.svg
@@ -98,7 +98,7 @@
Arch_Material
2015-04-15
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Material_Group.svg b/src/Mod/Arch/Resources/icons/Arch_Material_Group.svg
index 2c8aff4689..c70c5b515c 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Material_Group.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Material_Group.svg
@@ -141,7 +141,7 @@
Arch_Material_Group
2015-04-19
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Material_Multi.svg b/src/Mod/Arch/Resources/icons/Arch_Material_Multi.svg
index 911033c33f..278571b4c8 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Material_Multi.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Material_Multi.svg
@@ -723,7 +723,7 @@
Arch_Material_Group
2015-04-19
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_MergeWalls.svg b/src/Mod/Arch/Resources/icons/Arch_MergeWalls.svg
index 51a2eba3e0..497bc7a04e 100644
--- a/src/Mod/Arch/Resources/icons/Arch_MergeWalls.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_MergeWalls.svg
@@ -32,7 +32,7 @@
Arch_MergeWalls
2013-03-24
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_MeshToShape.svg b/src/Mod/Arch/Resources/icons/Arch_MeshToShape.svg
index 508a45cced..1adf189a20 100644
--- a/src/Mod/Arch/Resources/icons/Arch_MeshToShape.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_MeshToShape.svg
@@ -52,7 +52,7 @@
tessellated
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD/src/Mod/Mesh/Gui/Resources/icons/Mesh_Mesh_from_Shape.svg
diff --git a/src/Mod/Arch/Resources/icons/Arch_MultipleStructures.svg b/src/Mod/Arch/Resources/icons/Arch_MultipleStructures.svg
index bbde6f13d9..d95833fcca 100644
--- a/src/Mod/Arch/Resources/icons/Arch_MultipleStructures.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_MultipleStructures.svg
@@ -161,7 +161,7 @@
Arch_Structure
2020-04-11
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Nest.svg b/src/Mod/Arch/Resources/icons/Arch_Nest.svg
index 7832c4b3b3..d887fe5f00 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Nest.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Nest.svg
@@ -595,7 +595,7 @@
Arch_Panel_Sheet
2016-12-17
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Panel.svg b/src/Mod/Arch/Resources/icons/Arch_Panel.svg
index f05cb3022a..4086647e26 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Panel.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Panel.svg
@@ -34,7 +34,7 @@
Arch_Panel
2014-04-07
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Panel_Clone.svg b/src/Mod/Arch/Resources/icons/Arch_Panel_Clone.svg
index 81fe048812..c625a27c75 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Panel_Clone.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Panel_Clone.svg
@@ -233,7 +233,7 @@
Arch_Panel_Clone
2016-12-03
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Panel_Cut.svg b/src/Mod/Arch/Resources/icons/Arch_Panel_Cut.svg
index 5c64df5d5b..de4a9fe06a 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Panel_Cut.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Panel_Cut.svg
@@ -39,7 +39,7 @@
Arch_Panel_Cut
2016-12-17
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Panel_Sheet.svg b/src/Mod/Arch/Resources/icons/Arch_Panel_Sheet.svg
index 14916866e7..4cb0b0ae9e 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Panel_Sheet.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Panel_Sheet.svg
@@ -96,7 +96,7 @@
Arch_Panel_Sheet
2016-12-17
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Panel_Sheet_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Panel_Sheet_Tree.svg
index 5bcc2a4e7b..ccb0073a32 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Panel_Sheet_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Panel_Sheet_Tree.svg
@@ -183,7 +183,7 @@
Arch_Panel_Sheet_Tree
2016-12-17
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Panel_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Panel_Tree.svg
index 714965fca6..91d862602e 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Panel_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Panel_Tree.svg
@@ -34,7 +34,7 @@
Arch_Panel_Tree
2014-04-07
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Pipe.svg b/src/Mod/Arch/Resources/icons/Arch_Pipe.svg
index 461716aecf..0a16a37cf4 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Pipe.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Pipe.svg
@@ -61,7 +61,7 @@
Arch_Pipe
2016-08-24
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_PipeConnector.svg b/src/Mod/Arch/Resources/icons/Arch_PipeConnector.svg
index 3d34f33bce..577408f5b1 100644
--- a/src/Mod/Arch/Resources/icons/Arch_PipeConnector.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_PipeConnector.svg
@@ -74,7 +74,7 @@
Arch_PipeConnector
2016-08-24
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Pipe_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Pipe_Tree.svg
index c434cf3a2e..f6b3a1743c 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Pipe_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Pipe_Tree.svg
@@ -61,7 +61,7 @@
Arch_Pipe_Tree
2016-08-24
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Profile.svg b/src/Mod/Arch/Resources/icons/Arch_Profile.svg
index 6f65842412..8dd4863d0e 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Profile.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Profile.svg
@@ -432,7 +432,7 @@
Arch_Floor
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Rebar.svg b/src/Mod/Arch/Resources/icons/Arch_Rebar.svg
index 3847113953..e1aa380dd3 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Rebar.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Rebar.svg
@@ -131,7 +131,7 @@
Arch_Rebar
2013-10-07
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Rebar_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Rebar_Tree.svg
index a7920cb7c1..474fef2bee 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Rebar_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Rebar_Tree.svg
@@ -131,7 +131,7 @@
Arch_Rebar_Tree
2013-10-07
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Reference.svg b/src/Mod/Arch/Resources/icons/Arch_Reference.svg
index 9b594085c2..d1a3651454 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Reference.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Reference.svg
@@ -739,7 +739,7 @@
Arch_Floor
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Remove.svg b/src/Mod/Arch/Resources/icons/Arch_Remove.svg
index 58e622d902..2d7dea612d 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Remove.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Remove.svg
@@ -40,7 +40,7 @@
Arch_Remove
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_RemoveShape.svg b/src/Mod/Arch/Resources/icons/Arch_RemoveShape.svg
index 483056b6b5..78e6507fe7 100644
--- a/src/Mod/Arch/Resources/icons/Arch_RemoveShape.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_RemoveShape.svg
@@ -25,7 +25,7 @@
Arch_RemoveShape
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Roof.svg b/src/Mod/Arch/Resources/icons/Arch_Roof.svg
index db3a26b751..89a64329a5 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Roof.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Roof.svg
@@ -76,7 +76,7 @@
Arch_Roof
2012-05-13
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Roof_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Roof_Tree.svg
index f1aab2cf29..60714ec31a 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Roof_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Roof_Tree.svg
@@ -76,7 +76,7 @@
Arch_Roof_Tree
2012-05-13
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Schedule.svg b/src/Mod/Arch/Resources/icons/Arch_Schedule.svg
index b31537cb0b..345273e61f 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Schedule.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Schedule.svg
@@ -36,7 +36,7 @@
Arch_Schedule
2015-04-26
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_SectionPlane.svg b/src/Mod/Arch/Resources/icons/Arch_SectionPlane.svg
index dc25b975b8..02a610d35c 100644
--- a/src/Mod/Arch/Resources/icons/Arch_SectionPlane.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_SectionPlane.svg
@@ -34,7 +34,7 @@
Arch_SectionPlane
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_SectionPlane_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_SectionPlane_Tree.svg
index 3356b707e7..c843d3a8ea 100644
--- a/src/Mod/Arch/Resources/icons/Arch_SectionPlane_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_SectionPlane_Tree.svg
@@ -24,7 +24,7 @@
Arch_SectionPlane_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_SelectNonManifold.svg b/src/Mod/Arch/Resources/icons/Arch_SelectNonManifold.svg
index 04cf09ffb7..a2bb838ab0 100644
--- a/src/Mod/Arch/Resources/icons/Arch_SelectNonManifold.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_SelectNonManifold.svg
@@ -26,7 +26,7 @@
Arch_SelectNonManifold
2012-07-22
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Site.svg b/src/Mod/Arch/Resources/icons/Arch_Site.svg
index 336c63a1f3..f4c7722f60 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Site.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Site.svg
@@ -39,7 +39,7 @@
Arch_Site
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Site_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Site_Tree.svg
index 723d7e30d4..e3cf4490a6 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Site_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Site_Tree.svg
@@ -39,7 +39,7 @@
Arch_Site_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Space.svg b/src/Mod/Arch/Resources/icons/Arch_Space.svg
index 24c0e6a745..8cd4d232b8 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Space.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Space.svg
@@ -54,7 +54,7 @@
Arch_Space
2013-07-16
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Space_Clone.svg b/src/Mod/Arch/Resources/icons/Arch_Space_Clone.svg
index 8e2d04508d..e4f74b827f 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Space_Clone.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Space_Clone.svg
@@ -230,7 +230,7 @@
Arch_Space_Tree
2013-07-16
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Space_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Space_Tree.svg
index d649aec762..3c180fe346 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Space_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Space_Tree.svg
@@ -52,7 +52,7 @@
Arch_Space_Tree
2013-07-16
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_SplitMesh.svg b/src/Mod/Arch/Resources/icons/Arch_SplitMesh.svg
index 0ff4c82430..7e49c665bf 100644
--- a/src/Mod/Arch/Resources/icons/Arch_SplitMesh.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_SplitMesh.svg
@@ -20,7 +20,7 @@
Arch_SplitMesh
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Stairs.svg b/src/Mod/Arch/Resources/icons/Arch_Stairs.svg
index adf95dd9cb..cab8b5cfe5 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Stairs.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Stairs.svg
@@ -97,7 +97,7 @@
Arch_Stairs
2013-07-25
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Stairs_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Stairs_Tree.svg
index 51d563531f..213d6ab7a8 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Stairs_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Stairs_Tree.svg
@@ -97,7 +97,7 @@
Arch_Stairs_Tree
2013-07-25
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_StructuralSystem.svg b/src/Mod/Arch/Resources/icons/Arch_StructuralSystem.svg
index 2f37381752..7fce741916 100644
--- a/src/Mod/Arch/Resources/icons/Arch_StructuralSystem.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_StructuralSystem.svg
@@ -47,7 +47,7 @@
Arch_StructuralSystem
2014-03-28
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_StructuralSystem_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_StructuralSystem_Tree.svg
index 9ee5d5f262..09c6f586bb 100644
--- a/src/Mod/Arch/Resources/icons/Arch_StructuralSystem_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_StructuralSystem_Tree.svg
@@ -47,7 +47,7 @@
Arch_StructuralSystem_Tree
2014-03-28
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Structure.svg b/src/Mod/Arch/Resources/icons/Arch_Structure.svg
index 01f871d5b5..58da62ce08 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Structure.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Structure.svg
@@ -56,7 +56,7 @@
Arch_Structure
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Structure_Clone.svg b/src/Mod/Arch/Resources/icons/Arch_Structure_Clone.svg
index 46762c9e6d..629cde3739 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Structure_Clone.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Structure_Clone.svg
@@ -322,7 +322,7 @@
Arch_Structure_Clone
2016-06-15
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Structure_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Structure_Tree.svg
index a1528aa9fa..c41f5412a4 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Structure_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Structure_Tree.svg
@@ -64,7 +64,7 @@
Arch_Structure_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Subcomponent.svg b/src/Mod/Arch/Resources/icons/Arch_Subcomponent.svg
index 9198170583..44e9ca8516 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Subcomponent.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Subcomponent.svg
@@ -197,7 +197,7 @@
Arch_Component
2015-04-08
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Survey.svg b/src/Mod/Arch/Resources/icons/Arch_Survey.svg
index e91eed556a..53807c43cb 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Survey.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Survey.svg
@@ -83,7 +83,7 @@
Arch_Survey
2014-02-11
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_ToggleIfcBrepFlag.svg b/src/Mod/Arch/Resources/icons/Arch_ToggleIfcBrepFlag.svg
index a3d3a0f5ab..1820f1b06f 100644
--- a/src/Mod/Arch/Resources/icons/Arch_ToggleIfcBrepFlag.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_ToggleIfcBrepFlag.svg
@@ -30,7 +30,7 @@
Arch_ToggleIfcBrepFlag
2014-07-15
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_ToggleSubs.svg b/src/Mod/Arch/Resources/icons/Arch_ToggleSubs.svg
index d299e7bcb8..7343f24444 100644
--- a/src/Mod/Arch/Resources/icons/Arch_ToggleSubs.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_ToggleSubs.svg
@@ -87,7 +87,7 @@
Arch_ToggleSubs
2016-09-20
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Truss.svg b/src/Mod/Arch/Resources/icons/Arch_Truss.svg
index 0420a445f7..28a3ada5fc 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Truss.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Truss.svg
@@ -191,7 +191,7 @@
Arch_Axis
2011-12-12
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Truss_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Truss_Tree.svg
index 3bc625e124..e2f192b77f 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Truss_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Truss_Tree.svg
@@ -191,7 +191,7 @@
Arch_Axis
2011-12-12
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Wall.svg b/src/Mod/Arch/Resources/icons/Arch_Wall.svg
index b4ac40ffe8..52c344f561 100755
--- a/src/Mod/Arch/Resources/icons/Arch_Wall.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Wall.svg
@@ -32,7 +32,7 @@
Arch_Wall
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Wall_Clone.svg b/src/Mod/Arch/Resources/icons/Arch_Wall_Clone.svg
index 3f2856b813..735456ab83 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Wall_Clone.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Wall_Clone.svg
@@ -183,7 +183,7 @@
Arch_Wall_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Wall_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Wall_Tree.svg
index 9c394590ff..d27fea77a7 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Wall_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Wall_Tree.svg
@@ -32,7 +32,7 @@
Arch_Wall_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Wall_Tree_Assembly.svg b/src/Mod/Arch/Resources/icons/Arch_Wall_Tree_Assembly.svg
index 4507f8faa1..fca66de59c 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Wall_Tree_Assembly.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Wall_Tree_Assembly.svg
@@ -32,7 +32,7 @@
Arch_Wall_Tree_Assembly
2013-04-17
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Window.svg b/src/Mod/Arch/Resources/icons/Arch_Window.svg
index 3703751e74..c769fdc2e7 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Window.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Window.svg
@@ -107,7 +107,7 @@
Arch_Window
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Window_Clone.svg b/src/Mod/Arch/Resources/icons/Arch_Window_Clone.svg
index 49f09fd719..5d7c474f77 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Window_Clone.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Window_Clone.svg
@@ -609,7 +609,7 @@
Arch_Window_Clone
2016-09-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/Arch_Window_Tree.svg b/src/Mod/Arch/Resources/icons/Arch_Window_Tree.svg
index 00652c5a1e..c1af8f6e34 100644
--- a/src/Mod/Arch/Resources/icons/Arch_Window_Tree.svg
+++ b/src/Mod/Arch/Resources/icons/Arch_Window_Tree.svg
@@ -107,7 +107,7 @@
Arch_Window_Tree
2011-12-06
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Arch/Resources/icons/preferences-arch.svg b/src/Mod/Arch/Resources/icons/preferences-arch.svg
index 2c8b55bf5c..3efef7b927 100755
--- a/src/Mod/Arch/Resources/icons/preferences-arch.svg
+++ b/src/Mod/Arch/Resources/icons/preferences-arch.svg
@@ -519,7 +519,7 @@
ArchWorkbench
2016-02-26
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench.svg b/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench.svg
index 768a886fc4..b60b7b46f2 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench.svg
@@ -161,7 +161,7 @@
Path-Stock
2015-07-04
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench_alternate.svg b/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench_alternate.svg
index 8b8c99fb47..535b924d75 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench_alternate.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench_alternate.svg
@@ -214,7 +214,7 @@
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
Path-Stock
2015-07-04
- http://www.freecadweb.org/wiki/index.php?title=Artwork
+ https://www.freecadweb.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointBall.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointBall.svg
index dedbdbb807..7571c24e50 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointBall.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointBall.svg
@@ -156,7 +156,7 @@
Part_Sphere
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointCylindrical.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointCylindrical.svg
index 6c8a88bf4d..95a23d3760 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointCylindrical.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointCylindrical.svg
@@ -248,7 +248,7 @@
Part_Cylinder
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointFixed.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointFixed.svg
index 88f85fe801..84f889e6cf 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointFixed.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointFixed.svg
@@ -226,7 +226,7 @@
Part_Cylinder
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointParallel.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointParallel.svg
index 074eaf590c..a6f386d85e 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointParallel.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointParallel.svg
@@ -200,7 +200,7 @@
units="px" />image/svg+xml[wmayer]Part_Cylinder2011-10-10http://www.freecad.org/wiki/index.php?title=ArtworkFreeCADFreeCAD/src/Mod/Part/Gui/Resources/icons/Part_Cylinder.svgFreeCAD LGPL2+https://www.gnu.org/copyleft/lesser.html[agryson] Alexander Gryson[wmayer]Part_Cylinder2011-10-10https://www.freecad.org/wiki/index.php?title=ArtworkFreeCADFreeCAD/src/Mod/Part/Gui/Resources/icons/Part_Cylinder.svgFreeCAD LGPL2+https://www.gnu.org/copyleft/lesser.html[agryson] Alexander Gryson
Part_Cylinder
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointRevolute.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointRevolute.svg
index 7b97448499..ce8ca8c136 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointRevolute.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointRevolute.svg
@@ -248,7 +248,7 @@
Part_Cylinder
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointSlider.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointSlider.svg
index fa37d71c5f..b7cf7649cb 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointSlider.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointSlider.svg
@@ -248,7 +248,7 @@
Part_Cylinder
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointTangent.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointTangent.svg
index 33cf98024b..9c03eb653a 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointTangent.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_CreateJointTangent.svg
@@ -177,7 +177,7 @@
Part_Sphere
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_InsertLink.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_InsertLink.svg
index 677eda4719..db2e1353bf 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_InsertLink.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_InsertLink.svg
@@ -222,7 +222,7 @@
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
Path-Stock
2015-07-04
- http://www.freecadweb.org/wiki/index.php?title=Artwork
+ https://www.freecadweb.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_Joint.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_Joint.svg
index d087e33125..ddeb779e69 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_Joint.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_Joint.svg
@@ -226,7 +226,7 @@
Part_Cylinder
2011-10-10
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork
FreeCAD
diff --git a/src/Mod/Assembly/Gui/Resources/icons/preferences-assembly.svg b/src/Mod/Assembly/Gui/Resources/icons/preferences-assembly.svg
index 768a886fc4..b60b7b46f2 100644
--- a/src/Mod/Assembly/Gui/Resources/icons/preferences-assembly.svg
+++ b/src/Mod/Assembly/Gui/Resources/icons/preferences-assembly.svg
@@ -161,7 +161,7 @@
Path-Stock
2015-07-04
- http://www.freecad.org/wiki/index.php?title=Artwork
+ https://www.freecad.org/wiki/index.php?title=Artwork