diff --git a/src/Mod/TechDraw/Gui/Command.cpp b/src/Mod/TechDraw/Gui/Command.cpp
index 815b3637f5..38d284171b 100644
--- a/src/Mod/TechDraw/Gui/Command.cpp
+++ b/src/Mod/TechDraw/Gui/Command.cpp
@@ -303,7 +303,7 @@ CmdTechDrawView::CmdTechDrawView()
sToolTipText = QT_TR_NOOP("Insert a View");
sWhatsThis = "TechDraw_View";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-View";
+ sPixmap = "actions/TechDraw_View";
}
void CmdTechDrawView::activated(int iMsg)
@@ -733,7 +733,7 @@ bool CmdTechDrawProjectionGroup::isActive(void)
// sToolTipText = QT_TR_NOOP("Insert a new View of a multiple Parts in the active drawing");
// sWhatsThis = "TechDraw_NewMulti";
// sStatusTip = sToolTipText;
-// sPixmap = "actions/techdraw-multiview";
+// sPixmap = "actions/TechDraw_Multiview";
//}
//void CmdTechDrawNewMulti::activated(int iMsg)
@@ -1179,7 +1179,7 @@ CmdTechDrawDraftView::CmdTechDrawDraftView()
sToolTipText = QT_TR_NOOP("Insert a View of a Draft Workbench object");
sWhatsThis = "TechDraw_NewDraft";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-DraftView";
+ sPixmap = "actions/TechDraw_DraftView";
}
void CmdTechDrawDraftView::activated(int iMsg)
@@ -1237,7 +1237,7 @@ CmdTechDrawArchView::CmdTechDrawArchView()
sToolTipText = QT_TR_NOOP("Insert a View of a Section Plane from Arch Workbench");
sWhatsThis = "TechDraw_NewArch";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-ArchView";
+ sPixmap = "actions/TechDraw_ArchView";
}
void CmdTechDrawArchView::activated(int iMsg)
diff --git a/src/Mod/TechDraw/Gui/CommandAnnotate.cpp b/src/Mod/TechDraw/Gui/CommandAnnotate.cpp
index bccdde237e..bef6ed17c3 100644
--- a/src/Mod/TechDraw/Gui/CommandAnnotate.cpp
+++ b/src/Mod/TechDraw/Gui/CommandAnnotate.cpp
@@ -107,7 +107,7 @@ CmdTechDrawLeaderLine::CmdTechDrawLeaderLine()
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_LeaderLine";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-LeaderLine";
+ sPixmap = "actions/TechDraw_LeaderLine";
}
void CmdTechDrawLeaderLine::activated(int iMsg)
@@ -260,7 +260,7 @@ Gui::Action * CmdTechDrawCosmeticVertexGroup::createAction(void)
applyCommandData(this->className(), pcAction);
QAction* p1 = pcAction->addAction(QString());
- p1->setIcon(Gui::BitmapFactory().iconFromTheme("actions/techdraw-CosmeticVertex"));
+ p1->setIcon(Gui::BitmapFactory().iconFromTheme("actions/TechDraw_CosmeticVertex"));
p1->setObjectName(QString::fromLatin1("TechDraw_CosmeticVertex"));
p1->setWhatsThis(QString::fromLatin1("TechDraw_CosmeticVertex"));
QAction* p2 = pcAction->addAction(QString());
@@ -410,7 +410,7 @@ CmdTechDrawCosmeticVertex::CmdTechDrawCosmeticVertex()
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_CosmeticVertex";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-CosmeticVertex";
+ sPixmap = "actions/TechDraw_CosmeticVertex";
}
void CmdTechDrawCosmeticVertex::activated(int iMsg)
@@ -549,7 +549,7 @@ CmdTechDrawAnnotation::CmdTechDrawAnnotation()
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_NewAnnotation";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-annotation";
+ sPixmap = "actions/TechDraw_Annotation";
}
void CmdTechDrawAnnotation::activated(int iMsg)
@@ -630,11 +630,11 @@ Gui::Action * CmdTechDrawCenterLineGroup::createAction(void)
p1->setObjectName(QString::fromLatin1("TechDraw_FaceCenterLine"));
p1->setWhatsThis(QString::fromLatin1("TechDraw_FaceCenterLine"));
QAction* p2 = pcAction->addAction(QString());
- p2->setIcon(Gui::BitmapFactory().iconFromTheme("actions/techdraw-2linecenterline"));
+ p2->setIcon(Gui::BitmapFactory().iconFromTheme("actions/TechDraw_2LineCenterline"));
p2->setObjectName(QString::fromLatin1("TechDraw_2LineCenterLine"));
p2->setWhatsThis(QString::fromLatin1("TechDraw_2LineCenterLine"));
QAction* p3 = pcAction->addAction(QString());
- p3->setIcon(Gui::BitmapFactory().iconFromTheme("actions/techdraw-2pointcenterline"));
+ p3->setIcon(Gui::BitmapFactory().iconFromTheme("actions/TechDraw_2PointCenterline"));
p3->setObjectName(QString::fromLatin1("TechDraw_2PointCenterLine"));
p3->setWhatsThis(QString::fromLatin1("TechDraw_2PointCenterLine"));
@@ -802,7 +802,7 @@ CmdTechDraw2LineCenterLine::CmdTechDraw2LineCenterLine()
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_2LineCenterLine";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-2linecenterline";
+ sPixmap = "actions/TechDraw_2LineCenterline";
}
void CmdTechDraw2LineCenterLine::activated(int iMsg)
@@ -878,7 +878,7 @@ CmdTechDraw2PointCenterLine::CmdTechDraw2PointCenterLine()
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_2PointCenterLine";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-2pointcenterline";
+ sPixmap = "actions/TechDraw_2PointCenterline";
}
void CmdTechDraw2PointCenterLine::activated(int iMsg)
@@ -991,7 +991,7 @@ CmdTechDraw2PointCosmeticLine::CmdTechDraw2PointCosmeticLine()
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_2PointCosmeticLine";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-line2points";
+ sPixmap = "actions/TechDraw_Line2Points";
}
void CmdTechDraw2PointCosmeticLine::activated(int iMsg)
@@ -1147,7 +1147,7 @@ CmdTechDrawCosmeticEraser::CmdTechDrawCosmeticEraser()
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_CosmeticEraser";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-CosmeticEraser";
+ sPixmap = "actions/TechDraw_CosmeticEraser";
}
void CmdTechDrawCosmeticEraser::activated(int iMsg)
@@ -1268,7 +1268,7 @@ CmdTechDrawDecorateLine::CmdTechDrawDecorateLine()
sToolTipText = QT_TR_NOOP("Change Appearance of selected Lines");
sWhatsThis = "TechDraw_DecorateLine";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-DecorateLine";
+ sPixmap = "actions/TechDraw_DecorateLine";
}
void CmdTechDrawDecorateLine::activated(int iMsg)
diff --git a/src/Mod/TechDraw/Gui/CommandDecorate.cpp b/src/Mod/TechDraw/Gui/CommandDecorate.cpp
index 188d4a29bc..1672bb77f4 100644
--- a/src/Mod/TechDraw/Gui/CommandDecorate.cpp
+++ b/src/Mod/TechDraw/Gui/CommandDecorate.cpp
@@ -258,7 +258,7 @@ CmdTechDrawImage::CmdTechDrawImage()
sToolTipText = QT_TR_NOOP("Insert Bitmap from a file into a page");
sWhatsThis = "TechDraw_Image";
sStatusTip = QT_TR_NOOP("Insert Bitmap from a file into a page");
- sPixmap = "actions/techdraw-image";
+ sPixmap = "actions/TechDraw_Image";
}
void CmdTechDrawImage::activated(int iMsg)
@@ -310,7 +310,7 @@ CmdTechDrawToggleFrame::CmdTechDrawToggleFrame()
sToolTipText = QT_TR_NOOP("Turn View Frames On/Off");
sWhatsThis = "TechDraw_Toggle";
sStatusTip = sToolTipText;
- sPixmap = "actions/techdraw-toggleframe";
+ sPixmap = "actions/TechDraw_ToggleFrame";
}
void CmdTechDrawToggleFrame::activated(int iMsg)
diff --git a/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc b/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc
index 8a5170460a..954981459f 100644
--- a/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc
+++ b/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc
@@ -75,40 +75,40 @@
icons/TechDraw_HorizontalExtentDimension.svg
icons/TechDraw_VerticalExtentDimension.svg
icons/TechDraw_LandmarkDimension.svg
- icons/actions/techdraw-View.svg
+ icons/actions/TechDraw_View.svg
icons/actions/TechDraw_ActiveView.svg
- icons/actions/techdraw-multiview.svg
- icons/actions/techdraw-annotation.svg
+ icons/actions/TechDraw_Multiview.svg
+ icons/actions/TechDraw_Annotation.svg
icons/actions/TechDraw_ClipGroup.svg
icons/actions/TechDraw_ClipGroupAdd.svg
icons/actions/TechDraw_ClipGroupRemove.svg
- icons/actions/techdraw-DraftView.svg
- icons/actions/techdraw-ArchView.svg
+ icons/actions/TechDraw_DraftView.svg
+ icons/actions/TechDraw_ArchView.svg
icons/actions/TechDraw_ExportPageDXF.svg
icons/actions/TechDraw_ExportPageSVG.svg
icons/actions/TechDraw_SectionView.svg
icons/actions/TechDraw_Hatch.svg
icons/actions/TechDraw_GeometricHatch.svg
- icons/actions/techdraw-toggleframe.svg
+ icons/actions/TechDraw_ToggleFrame.svg
icons/actions/TechDraw_RedrawPage.svg
icons/actions/TechDraw_ProjectionGroup.svg
icons/actions/TechDraw_PageDefault.svg
icons/actions/TechDraw_PageTemplate.svg
icons/actions/TechDraw_SpreadsheetView.svg
- icons/actions/techdraw-image.svg
+ icons/actions/TechDraw_Image.svg
icons/actions/TechDraw_DetailView.svg
- icons/actions/techdraw-LeaderLine.svg
+ icons/actions/TechDraw_LeaderLine.svg
icons/actions/TechDraw_RichTextAnnotation.svg
- icons/actions/techdraw-CosmeticVertex.svg
+ icons/actions/TechDraw_CosmeticVertex.svg
icons/actions/TechDraw_Midpoints.svg
icons/actions/TechDraw_Quadrants.svg
icons/actions/TechDraw_FaceCenterLine.svg
- icons/actions/techdraw-2linecenterline.svg
- icons/actions/techdraw-2pointcenterline.svg
- icons/actions/techdraw-line2points.svg
- icons/actions/techdraw-CosmeticEraser.svg
- icons/actions/techdraw-DecorateLine.svg
- icons/actions/techdraw-facedecor.svg
+ icons/actions/TechDraw_2LineCenterline.svg
+ icons/actions/TechDraw_2PointCenterline.svg
+ icons/actions/TechDraw_Line2Points.svg
+ icons/actions/TechDraw_CosmeticEraser.svg
+ icons/actions/TechDraw_DecorateLine.svg
+ icons/actions/TechDraw_FaceDecor.svg
icons/actions/TechDraw_ShowAll.svg
icons/actions/TechDraw_Symbol.svg
icons/actions/TechDraw_Tile.svg
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/bgColor.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/bgColor.svg
index 8c08abefc9..ff5e2be840 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/bgColor.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/bgColor.svg
@@ -556,7 +556,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -564,7 +564,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/fgColor.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/fgColor.svg
index b80c58b424..8e1fc044ea 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/fgColor.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/fgColor.svg
@@ -556,7 +556,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -564,7 +564,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentLess.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentLess.svg
index 01cd77700f..12dfaf88ff 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentLess.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentLess.svg
@@ -556,7 +556,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -564,7 +564,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentMore.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentMore.svg
index 757c638c1f..a4ccf07d19 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentMore.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentMore.svg
@@ -556,7 +556,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -564,7 +564,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/insertImage.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/insertImage.svg
index d79e3f72f6..e747fd07e8 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/insertImage.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/insertImage.svg
@@ -903,7 +903,7 @@
http://jimmac.musichall.cz
- techdraw-image
+ TechDraw_Image
2016-11-06
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -911,7 +911,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-image.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listBullet.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listBullet.svg
index 96ed8ef519..0204947373 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listBullet.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listBullet.svg
@@ -556,7 +556,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -564,7 +564,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listNumber.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listNumber.svg
index c820b63b12..f5d6a04d16 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listNumber.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listNumber.svg
@@ -554,7 +554,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -562,7 +562,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textBold.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textBold.svg
index 56b0e7b896..f6e83c298a 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textBold.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textBold.svg
@@ -556,7 +556,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -564,7 +564,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textItalic.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textItalic.svg
index ffe0b367cd..0eaada7b37 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textItalic.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textItalic.svg
@@ -556,7 +556,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -564,7 +564,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textStrike.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textStrike.svg
index d4c1f57e86..c42b0d36a2 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textStrike.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textStrike.svg
@@ -556,7 +556,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -564,7 +564,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textUnderline.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textUnderline.svg
index 3f8d4b5aaa..d352753da5 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textUnderline.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textUnderline.svg
@@ -556,7 +556,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -564,7 +564,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_HorizontalExtentDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_HorizontalExtentDimension.svg
index 586971ef96..94ae5a3fe9 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_HorizontalExtentDimension.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_HorizontalExtentDimension.svg
@@ -628,7 +628,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -636,7 +636,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_VerticalExtentDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_VerticalExtentDimension.svg
index 20bff07a7f..b3020bc84f 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_VerticalExtentDimension.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_VerticalExtentDimension.svg
@@ -628,7 +628,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -636,7 +636,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-2linecenterline.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_2LineCenterline.svg
similarity index 99%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-2linecenterline.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_2LineCenterline.svg
index f09054c579..b05c38e046 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-2linecenterline.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_2LineCenterline.svg
@@ -14,7 +14,7 @@
width="64"
height="64"
id="svg3085"
- sodipodi:docname="techdraw-2linecenterline.svg"
+ sodipodi:docname="TechDraw_2LineCenterline.svg"
inkscape:version="0.92.4 (unknown)">
Techdraw-annotation
+ id="title2043">TechDraw_Annotation
image/svg+xml
- Techdraw-annotation
+ TechDraw_Annotation
2019-01-14
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-ArchView.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ArchView.svg
similarity index 100%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-ArchView.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ArchView.svg
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-CosmeticEraser.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_CosmeticEraser.svg
similarity index 100%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-CosmeticEraser.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_CosmeticEraser.svg
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-CosmeticVertex.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_CosmeticVertex.svg
similarity index 100%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-CosmeticVertex.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_CosmeticVertex.svg
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-DecorateLine.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DecorateLine.svg
similarity index 100%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-DecorateLine.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DecorateLine.svg
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-DraftView.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DraftView.svg
similarity index 100%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-DraftView.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DraftView.svg
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-facedecor.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_FaceDecor.svg
similarity index 100%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-facedecor.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_FaceDecor.svg
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-image.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg
similarity index 99%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-image.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg
index 8b4e9adfcd..7f74ae46f5 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-image.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg
@@ -13,7 +13,7 @@
width="64"
version="1.1"
inkscape:version="0.48.5 r10040"
- sodipodi:docname="techdraw-image.svg">
+ sodipodi:docname="TechDraw_Image.svg">
http://jimmac.musichall.cz
- techdraw-image
+ TechDraw_Image
2016-11-06
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -909,7 +909,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-image.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-LeaderLine.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_LeaderLine.svg
similarity index 100%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-LeaderLine.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_LeaderLine.svg
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-line2points.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Line2Points.svg
similarity index 99%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-line2points.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Line2Points.svg
index 83216418c2..12e2203d47 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-line2points.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Line2Points.svg
@@ -14,7 +14,7 @@
width="64"
height="64"
id="svg3085"
- sodipodi:docname="techdraw-line2points.svg"
+ sodipodi:docname="TechDraw_Line2Points.svg"
inkscape:version="0.92.4 (unknown)">
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -568,7 +568,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-multiview.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Multiview.svg
similarity index 99%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-multiview.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Multiview.svg
index 9a0d4a57c8..736e07c359 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-multiview.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Multiview.svg
@@ -1,6 +1,6 @@
-
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-multiview.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Multiview.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectShape.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectShape.svg
index 604a2516c6..ee862fff7a 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectShape.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectShape.svg
@@ -547,7 +547,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -555,7 +555,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ShareView.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ShareView.svg
index 0451f24034..a75e70cebd 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ShareView.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ShareView.svg
@@ -545,7 +545,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -553,7 +553,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-toggleframe.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ToggleFrame.svg
similarity index 99%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-toggleframe.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ToggleFrame.svg
index b34da822aa..c20ee4cc5e 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-toggleframe.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ToggleFrame.svg
@@ -15,7 +15,7 @@
id="svg249"
sodipodi:version="0.32"
inkscape:version="0.48.5 r10040"
- sodipodi:docname="techdraw-toggleframe.svg"
+ sodipodi:docname="TechDraw_ToggleFrame.svg"
inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
inkscape:export-xdpi="240.00000"
inkscape:export-ydpi="240.00000"
@@ -760,7 +760,7 @@
http://jimmac.musichall.cz
- techdraw-toggleframe
+ TechDraw_ToggleFrame
2016-01-30
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -768,7 +768,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-toggleframe.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ToggleFrame.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-View.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
similarity index 99%
rename from src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-View.svg
rename to src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
index 318bdf06d8..666acc1e2e 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-View.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
@@ -1,6 +1,6 @@
-
+
@@ -141,7 +141,7 @@
http://agryson.net
- techdraw-view
+ TechDraw_View
2016-01-14
http://www.freecadweb.org/wiki/index.php?title=Artwork
@@ -149,7 +149,7 @@
FreeCAD
- FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg
+ FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg
FreeCAD LGPL2+
diff --git a/src/Mod/TechDraw/Gui/TaskCosVertex.cpp b/src/Mod/TechDraw/Gui/TaskCosVertex.cpp
index 955f6e3c16..6aef6e97bb 100644
--- a/src/Mod/TechDraw/Gui/TaskCosVertex.cpp
+++ b/src/Mod/TechDraw/Gui/TaskCosVertex.cpp
@@ -362,7 +362,7 @@ TaskDlgCosVertex::TaskDlgCosVertex(TechDraw::DrawViewPart* baseFeat,
: TaskDialog()
{
widget = new TaskCosVertex(baseFeat, page);
- taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-CosmeticVertex"),
+ taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_CosmeticVertex"),
widget->windowTitle(), true, nullptr);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);
diff --git a/src/Mod/TechDraw/Gui/TaskCosVertex.ui b/src/Mod/TechDraw/Gui/TaskCosVertex.ui
index f635b72878..ddeaa080f7 100644
--- a/src/Mod/TechDraw/Gui/TaskCosVertex.ui
+++ b/src/Mod/TechDraw/Gui/TaskCosVertex.ui
@@ -15,7 +15,7 @@
- :/icons/actions/techdraw-CosmeticVertex.svg:/icons/actions/techdraw-CosmeticVertex.svg
+ :/icons/actions/TechDraw_CosmeticVertex.svg:/icons/actions/TechDraw_CosmeticVertex.svg
-
diff --git a/src/Mod/TechDraw/Gui/TaskCosmeticLine.cpp b/src/Mod/TechDraw/Gui/TaskCosmeticLine.cpp
index cfcd17bd8e..75bdb29360 100644
--- a/src/Mod/TechDraw/Gui/TaskCosmeticLine.cpp
+++ b/src/Mod/TechDraw/Gui/TaskCosmeticLine.cpp
@@ -289,7 +289,7 @@ TaskDlgCosmeticLine::TaskDlgCosmeticLine(TechDraw::DrawViewPart* partFeat,
: TaskDialog()
{
widget = new TaskCosmeticLine(partFeat, points, is3d);
- taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-line2points"),
+ taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_Line2Points"),
widget->windowTitle(), true, nullptr);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);
@@ -300,7 +300,7 @@ TaskDlgCosmeticLine::TaskDlgCosmeticLine(TechDraw::DrawViewPart* partFeat,
: TaskDialog()
{
widget = new TaskCosmeticLine(partFeat, edgeName);
- taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-line2points"),
+ taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_Line2Points"),
widget->windowTitle(), true, nullptr);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);
diff --git a/src/Mod/TechDraw/Gui/TaskLeaderLine.cpp b/src/Mod/TechDraw/Gui/TaskLeaderLine.cpp
index b914c901c4..fce762a5db 100644
--- a/src/Mod/TechDraw/Gui/TaskLeaderLine.cpp
+++ b/src/Mod/TechDraw/Gui/TaskLeaderLine.cpp
@@ -873,7 +873,7 @@ TaskDlgLeaderLine::TaskDlgLeaderLine(TechDraw::DrawView* baseFeat,
: TaskDialog()
{
widget = new TaskLeaderLine(baseFeat,page);
- taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-LeaderLine"),
+ taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_LeaderLine"),
widget->windowTitle(), true, nullptr);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);
@@ -883,7 +883,7 @@ TaskDlgLeaderLine::TaskDlgLeaderLine(TechDrawGui::ViewProviderLeader* leadVP)
: TaskDialog()
{
widget = new TaskLeaderLine(leadVP);
- taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-LeaderLine"),
+ taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_LeaderLine"),
widget->windowTitle(), true, nullptr);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);
diff --git a/src/Mod/TechDraw/Gui/TaskLeaderLine.ui b/src/Mod/TechDraw/Gui/TaskLeaderLine.ui
index 897270d990..a6f5fcf8dd 100644
--- a/src/Mod/TechDraw/Gui/TaskLeaderLine.ui
+++ b/src/Mod/TechDraw/Gui/TaskLeaderLine.ui
@@ -27,7 +27,7 @@
- :/icons/actions/techdraw-LeaderLine.svg:/icons/actions/techdraw-LeaderLine.svg
+ :/icons/actions/TechDraw_LeaderLine.svg:/icons/actions/TechDraw_LeaderLine.svg
-
diff --git a/src/Mod/TechDraw/Gui/TaskLineDecor.cpp b/src/Mod/TechDraw/Gui/TaskLineDecor.cpp
index d9599c6a4c..98852dd7b4 100644
--- a/src/Mod/TechDraw/Gui/TaskLineDecor.cpp
+++ b/src/Mod/TechDraw/Gui/TaskLineDecor.cpp
@@ -437,7 +437,7 @@ TaskDlgLineDecor::TaskDlgLineDecor(TechDraw::DrawViewPart* partFeat,
TaskDialog()
{
widget = new TaskLineDecor(partFeat, edgeNames);
- taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-DecorateLine"),
+ taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_DecorateLine"),
widget->windowTitle(), true, nullptr);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);
@@ -448,7 +448,7 @@ TaskDlgLineDecor::TaskDlgLineDecor(TechDraw::DrawViewPart* partFeat,
TaskLineDecor* parent = dynamic_cast(widget);
if (parent != nullptr) {
restore = new TaskRestoreLines(partFeat, parent);
- restoreBox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-DecorateLine"),
+ restoreBox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_DecorateLine"),
tr("Restore Invisible Lines"), true, nullptr);
restoreBox->groupLayout()->addWidget(restore);
Content.push_back(restoreBox);
diff --git a/src/Mod/TechDraw/Gui/ViewProviderAnnotation.cpp b/src/Mod/TechDraw/Gui/ViewProviderAnnotation.cpp
index 826120500b..6180ad9935 100644
--- a/src/Mod/TechDraw/Gui/ViewProviderAnnotation.cpp
+++ b/src/Mod/TechDraw/Gui/ViewProviderAnnotation.cpp
@@ -40,7 +40,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderAnnotation, TechDrawGui::ViewProviderDr
ViewProviderAnnotation::ViewProviderAnnotation()
{
- sPixmap = "actions/techdraw-annotation";
+ sPixmap = "actions/TechDraw_Annotation";
}
ViewProviderAnnotation::~ViewProviderAnnotation()
diff --git a/src/Mod/TechDraw/Gui/ViewProviderImage.cpp b/src/Mod/TechDraw/Gui/ViewProviderImage.cpp
index 2458fd4fd5..c669b2fb0c 100644
--- a/src/Mod/TechDraw/Gui/ViewProviderImage.cpp
+++ b/src/Mod/TechDraw/Gui/ViewProviderImage.cpp
@@ -40,7 +40,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderImage, TechDrawGui::ViewProviderDrawing
ViewProviderImage::ViewProviderImage()
{
- sPixmap = "actions/techdraw-image";
+ sPixmap = "actions/TechDraw_Image";
ADD_PROPERTY_TYPE(Crop ,(false),"Image", App::Prop_None, "Crop image to Width x Height");
}
diff --git a/src/Mod/TechDraw/Gui/ViewProviderLeader.cpp b/src/Mod/TechDraw/Gui/ViewProviderLeader.cpp
index 1cb24cfbad..cbcb473798 100644
--- a/src/Mod/TechDraw/Gui/ViewProviderLeader.cpp
+++ b/src/Mod/TechDraw/Gui/ViewProviderLeader.cpp
@@ -63,7 +63,7 @@ const char* ViewProviderLeader::LineStyleEnums[] = { "NoLine",
ViewProviderLeader::ViewProviderLeader()
{
- sPixmap = "actions/techdraw-LeaderLine";
+ sPixmap = "actions/TechDraw_LeaderLine";
static const char *group = "Line Format";
diff --git a/src/Mod/TechDraw/Gui/ViewProviderSymbol.cpp b/src/Mod/TechDraw/Gui/ViewProviderSymbol.cpp
index 0bd5472ad0..b9f3f25c90 100644
--- a/src/Mod/TechDraw/Gui/ViewProviderSymbol.cpp
+++ b/src/Mod/TechDraw/Gui/ViewProviderSymbol.cpp
@@ -83,7 +83,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderDraft, TechDrawGui::ViewProviderSymbol)
ViewProviderDraft::ViewProviderDraft()
{
- sPixmap = "actions/techdraw-DraftView.svg";
+ sPixmap = "actions/TechDraw_DraftView.svg";
}
ViewProviderDraft::~ViewProviderDraft()
@@ -98,7 +98,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderArch, TechDrawGui::ViewProviderSymbol)
ViewProviderArch::ViewProviderArch()
{
- sPixmap = "actions/techdraw-ArchView.svg";
+ sPixmap = "actions/TechDraw_ArchView.svg";
}
ViewProviderArch::~ViewProviderArch()