[TD] Renamed ProjectionGroup, Hatch, GeomericHatch

This commit is contained in:
luz paz
2021-04-11 08:27:03 -04:00
committed by wwmayer
parent 035d146d88
commit f1eb1ff44e
8 changed files with 12 additions and 12 deletions

View File

@@ -569,7 +569,7 @@ CmdTechDrawProjectionGroup::CmdTechDrawProjectionGroup()
sToolTipText = QT_TR_NOOP("Insert multiple linked views of drawable object(s)");
sWhatsThis = "TechDraw_ProjectionGroup";
sStatusTip = sToolTipText;
sPixmap = "actions/techdraw-ProjectionGroup";
sPixmap = "actions/TechDraw_ProjectionGroup";
}
void CmdTechDrawProjectionGroup::activated(int iMsg)

View File

@@ -207,7 +207,7 @@ CmdTechDrawHatch::CmdTechDrawHatch()
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_Hatch";
sStatusTip = sToolTipText;
sPixmap = "actions/techdraw-hatch";
sPixmap = "actions/TechDraw_Hatch";
}
void CmdTechDrawHatch::activated(int iMsg)
@@ -328,7 +328,7 @@ CmdTechDrawGeometricHatch::CmdTechDrawGeometricHatch()
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_GeometricHatch";
sStatusTip = sToolTipText;
sPixmap = "actions/techdraw-GeometricHatch";
sPixmap = "actions/TechDraw_GeometricHatch";
}
void CmdTechDrawGeometricHatch::activated(int iMsg)

View File

@@ -48,11 +48,11 @@
<file>icons/actions/TechDraw_ExportPageDXF.svg</file>
<file>icons/actions/TechDraw_ExportPageSVG.svg</file>
<file>icons/actions/TechDraw_SectionView.svg</file>
<file>icons/actions/techdraw-hatch.svg</file>
<file>icons/actions/techdraw-GeometricHatch.svg</file>
<file>icons/actions/TechDraw_Hatch.svg</file>
<file>icons/actions/TechDraw_GeometricHatch.svg</file>
<file>icons/actions/techdraw-toggleframe.svg</file>
<file>icons/actions/TechDraw_RedrawPage.svg</file>
<file>icons/actions/techdraw-ProjectionGroup.svg</file>
<file>icons/actions/TechDraw_ProjectionGroup.svg</file>
<file>icons/actions/TechDraw_PageDefault.svg</file>
<file>icons/actions/TechDraw_PageTemplate.svg</file>
<file>icons/actions/TechDraw_SpreadsheetView.svg</file>

View File

@@ -15,7 +15,7 @@
height="64"
id="svg3039"
inkscape:version="0.48.4 r9939"
sodipodi:docname="techdraw-crosshatch.svg">
sodipodi:docname="TechDraw_GeometricHatch.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -11,7 +11,7 @@
<dc:title>[WandererFan]</dc:title>
</cc:Agent>
</dc:creator>
<dc:title>techdraw-hatch</dc:title>
<dc:title>TechDraw_Hatch</dc:title>
<dc:date>2016-01-14</dc:date>
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
<dc:publisher>
@@ -19,7 +19,7 @@
<dc:title>FreeCAD</dc:title>
</cc:Agent>
</dc:publisher>
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-hatch.svg</dc:identifier>
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Hatch.svg</dc:identifier>
<dc:rights>
<cc:Agent>
<dc:title>FreeCAD LGPL2+</dc:title>

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -15,7 +15,7 @@
id="svg249"
sodipodi:version="0.32"
inkscape:version="0.48.5 r10040"
sodipodi:docname="techdraw-projgroup.svg"
sodipodi:docname="TechDraw_ProjectionGroup.svg"
inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
inkscape:export-xdpi="240.00000"
inkscape:export-ydpi="240.00000"

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -582,7 +582,7 @@ TaskDlgProjGroup::TaskDlgProjGroup(TechDraw::DrawProjGroup* featView, bool mode)
{
//viewProvider = dynamic_cast<const ViewProviderProjGroup *>(featView);
widget = new TaskProjGroup(featView,mode);
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-ProjectionGroup"),
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_ProjectionGroup"),
widget->windowTitle(), true, 0);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);

View File

@@ -69,7 +69,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderGeomHatch, Gui::ViewProviderDocumentObj
ViewProviderGeomHatch::ViewProviderGeomHatch()
{
sPixmap = "actions/techdraw-GeometricHatch";
sPixmap = "actions/TechDraw_GeometricHatch";
static const char *vgroup = "GeomHatch";