Sketcher: move other icons into their subdirectories

This commit is contained in:
vocx-fc
2020-09-25 13:18:06 -05:00
committed by Yorik van Havre
parent 4620b9fd9d
commit 7626accb59
18 changed files with 19 additions and 18 deletions

View File

@@ -183,7 +183,8 @@ void removeRedundantHorizontalVertical(Sketcher::SketchObject* psketch,
const std::map<int, Sketcher::PointPos> coincidents = psketch->getAllCoincidentPoints((*it).GeoId, (*it).PosId);
if(!coincidents.empty()) {
ext = coincidents.begin()->first < 0; // the keys are ordered, so if the first is negative, it is coincident with external
// the keys are ordered, so if the first is negative, it is coincident with external
ext = coincidents.begin()->first < 0;
std::map<int, Sketcher::PointPos>::const_iterator geoId1iterator;
@@ -6083,7 +6084,7 @@ namespace SketcherGui {
{
sAppModule = "Sketcher";
sGroup = QT_TR_NOOP("Sketcher");
sMenuText = QT_TR_NOOP("CarbonCopy");
sMenuText = QT_TR_NOOP("Carbon copy");
sToolTipText = QT_TR_NOOP("Copies the geometry of another sketch");
sWhatsThis = "Sketcher_CarbonCopy";
sStatusTip = sToolTipText;

View File

@@ -1,31 +1,15 @@
<RCC>
<qresource>
<file>icons/Sketcher_AlterFillet.svg</file>
<file>icons/Sketcher_CarbonCopy.svg</file>
<file>icons/Sketcher_CarbonCopy_Constr.svg</file>
<file>icons/Sketcher_Crosshair.svg</file>
<file>icons/Sketcher_DraftLine.svg</file>
<file>icons/Sketcher_EditSketch.svg</file>
<file>icons/Sketcher_Extend.svg</file>
<file>icons/Sketcher_External.svg</file>
<file>icons/Sketcher_LeaveSketch.svg</file>
<file>icons/Sketcher_MapSketch.svg</file>
<file>icons/Sketcher_MergeSketch.svg</file>
<file>icons/Sketcher_MirrorSketch.svg</file>
<file>icons/Sketcher_NewSketch.svg</file>
<file alias="icons/preferences-sketcher.svg">icons/Sketcher_NewSketch.svg</file>
<file>icons/Sketcher_ProfilesHexagon1.svg</file>
<file>icons/Sketcher_ReorientSketch.svg</file>
<file>icons/Sketcher_Sketch.svg</file>
<file>icons/Sketcher_SwitchVirtualSpace.svg</file>
<file>icons/Sketcher_ToggleActiveConstraint.svg</file>
<file>icons/Sketcher_ToggleConstraint.svg</file>
<file>icons/Sketcher_Toggle_Constraint_Driven.svg</file>
<file>icons/Sketcher_Toggle_Constraint_Driving.svg</file>
<file>icons/Sketcher_ToggleConstruction.svg</file>
<file>icons/Sketcher_ToggleConstruction_old.svg</file>
<file>icons/Sketcher_ToggleNormal.svg</file>
<file>icons/Sketcher_Trimming.svg</file>
<file>icons/Sketcher_ValidateSketch.svg</file>
<file>icons/Sketcher_ViewSection.svg</file>
<file>icons/Sketcher_ViewSketch.svg</file>
@@ -75,6 +59,11 @@
<file>icons/constraints/Constraint_Vertical.svg</file>
<file>icons/constraints/Constraint_VerticalDistance.svg</file>
<file>icons/constraints/Constraint_VerticalDistance_Driven.svg</file>
<file>icons/constraints/Sketcher_Crosshair.svg</file>
<file>icons/constraints/Sketcher_ToggleActiveConstraint.svg</file>
<file>icons/constraints/Sketcher_ToggleConstraint.svg</file>
<file>icons/constraints/Sketcher_Toggle_Constraint_Driven.svg</file>
<file>icons/constraints/Sketcher_Toggle_Constraint_Driving.svg</file>
</qresource>
<qresource>
<file>icons/elements/Sketcher_Element_Arc_Edge.svg</file>
@@ -113,6 +102,9 @@
<file>icons/elements/Sketcher_Element_SelectionTypeInvalid.svg</file>
</qresource>
<qresource>
<file>icons/geometry/Sketcher_AlterFillet.svg</file>
<file>icons/geometry/Sketcher_CarbonCopy.svg</file>
<file>icons/geometry/Sketcher_CarbonCopy_Constr.svg</file>
<file>icons/geometry/Sketcher_Conics.svg</file>
<file>icons/geometry/Sketcher_Conics_Constr.svg</file>
<file>icons/geometry/Sketcher_Conics_Ellipse_3points.svg</file>
@@ -164,6 +156,10 @@
<file>icons/geometry/Sketcher_CreateText.svg</file>
<file>icons/geometry/Sketcher_CreateTriangle.svg</file>
<file>icons/geometry/Sketcher_CreateTriangle_Constr.svg</file>
<file>icons/geometry/Sketcher_Extend.svg</file>
<file>icons/geometry/Sketcher_External.svg</file>
<file>icons/geometry/Sketcher_ToggleConstruction.svg</file>
<file>icons/geometry/Sketcher_Trimming.svg</file>
</qresource>
<qresource>
<file>icons/obsolete/Sketcher_ConstrainCoincident_old.svg</file>
@@ -171,6 +167,10 @@
<file>icons/obsolete/Sketcher_ConstrainHorizontal_old.svg</file>
<file>icons/obsolete/Sketcher_ConstrainParallel_old.svg</file>
<file>icons/obsolete/Sketcher_ConstrainVertical_old.svg</file>
<file>icons/obsolete/Sketcher_DraftLine.svg</file>
<file>icons/obsolete/Sketcher_ProfilesHexagon1.svg</file>
<file>icons/obsolete/Sketcher_ToggleConstruction_old.svg</file>
<file>icons/obsolete/Sketcher_ToggleNormal.svg</file>
</qresource>
<qresource>
<file>icons/pointers/Sketcher_Pointer_CarbonCopy.svg</file>

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB