View Issue Details

IDProjectCategoryView StatusLast Update
0004473FreeCADFeaturepublic2020-12-06 00:34
ReporterKunda1 Assigned ToKunda1  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Summary0004473: Translation of all openCommand()
DescriptionIn a recent typo fix FreeCAD master f16f9740 I found that much of the text within openCommand() functions wasn't being translated so I asked and wmayer confirmed this:
https://github.com/FreeCAD/FreeCAD/pull/3993#issuecomment-715895485

Tagstranslation
FreeCAD Informationv0.19 r22846

Activities

Kunda1

2020-11-03 16:08

administrator   ~0014961

Sketcher/Gui/CommandConstraints.cpp done.
There are more to translate. Please do not close this ticket.

Kunda1

2020-11-27 21:43

administrator   ~0015024

Regex:
s/opencommand\("(.*);/openCommand(QT_TRANSLATE_NOOP("Command", "$1);/

Kunda1

2020-12-06 00:34

administrator   ~0015090

Closing ticket as this is complete.

Related Changesets

FreeCAD: master 39669524

2020-10-27 23:00:32

luz paz


Committer: wwmayer Details Diff
Issue 0004473: Expose openCommand() CommandConstraints.cpp to translation

`Sketcher/Gui/CommandConstraints.cpp` will now be parsed for translation. Based on https://github.com/FreeCAD/FreeCAD/pull/3993#issuecomment-715906238
( ref. Issue 0004473 )
Affected Issues
0004473
mod - src/Mod/Sketcher/Gui/CommandConstraints.cpp Diff File

FreeCAD: master 30e18cdb

2020-11-03 14:14:26

wmayer

Details Diff
Gui: [skip ci] support of translation in undo/redo dialog Affected Issues
0004473
mod - src/Gui/DlgUndoRedo.cpp Diff File

FreeCAD: master be07e9a7

2020-11-27 21:37:52

luz paz


Committer: wwmayer Details Diff
FEM: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the FEM Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Fem/Gui/Command.cpp Diff File
mod - src/Mod/Fem/Gui/TaskFemConstraintBearing.cpp Diff File
mod - src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp Diff File
mod - src/Mod/Fem/Gui/TaskFemConstraintForce.cpp Diff File
mod - src/Mod/Fem/Gui/TaskFemConstraintGear.cpp Diff File
mod - src/Mod/Fem/Gui/TaskFemConstraintPulley.cpp Diff File
mod - src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp Diff File

FreeCAD: master 2befcd95

2020-11-27 21:45:28

luz paz


Committer: wwmayer Details Diff
TD: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the TechDraw Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/TechDraw/Gui/Command.cpp Diff File
mod - src/Mod/TechDraw/Gui/CommandAnnotate.cpp Diff File
mod - src/Mod/TechDraw/Gui/CommandCreateDims.cpp Diff File
mod - src/Mod/TechDraw/Gui/CommandDecorate.cpp Diff File
mod - src/Mod/TechDraw/Gui/MDIViewPage.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIViewBalloon.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIViewDimension.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGVPage.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskActiveView.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskCenterLine.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskCosmeticLine.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskDetail.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskLeaderLine.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskRichAnno.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskSectionView.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.cpp Diff File

FreeCAD: master 5aff8cdd

2020-11-28 01:51:47

luz paz


Committer: wwmayer Details Diff
Part: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Part Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Part/Gui/Command.cpp Diff File
mod - src/Mod/Part/Gui/CommandSimple.cpp Diff File
mod - src/Mod/Part/Gui/TaskAttacher.cpp Diff File
mod - src/Mod/Part/Gui/TaskFaceColors.cpp Diff File
mod - src/Mod/Part/Gui/TaskLoft.cpp Diff File
mod - src/Mod/Part/Gui/TaskShapeBuilder.cpp Diff File
mod - src/Mod/Part/Gui/TaskSweep.cpp Diff File
mod - src/Mod/Part/Gui/ViewProviderMirror.cpp Diff File

FreeCAD: master faa8688e

2020-11-28 01:55:34

luz paz


Committer: wwmayer Details Diff
PartDesign: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the PartDesign Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/PartDesign/Gui/Command.cpp Diff File
mod - src/Mod/PartDesign/Gui/CommandBody.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskChamferParameters.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskFilletParameters.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskRevolutionParameters.cpp Diff File

FreeCAD: master 69d4258f

2020-11-28 16:46:35

luz paz


Committer: wwmayer Details Diff
Mesh: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Mesh Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Mesh/Gui/Command.cpp Diff File
mod - src/Mod/Mesh/Gui/DlgDecimating.cpp Diff File
mod - src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp Diff File
mod - src/Mod/Mesh/Gui/DlgSmoothing.cpp Diff File
mod - src/Mod/Mesh/Gui/RemoveComponents.cpp Diff File
mod - src/Mod/Mesh/Gui/ViewProvider.cpp Diff File

FreeCAD: master 5effcc19

2020-11-28 18:27:00

luz paz


Committer: wwmayer Details Diff
Sketcher: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Sketcher Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Sketcher/Gui/Command.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandAlterGeometry.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandSketcherBSpline.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandSketcherTools.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandSketcherVirtualSpace.cpp Diff File
mod - src/Mod/Sketcher/Gui/DrawSketchHandler.cpp Diff File
mod - src/Mod/Sketcher/Gui/TaskSketcherConstrains.cpp Diff File
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File

FreeCAD: master d23c0810

2020-11-28 18:36:46

luz paz


Committer: wwmayer Details Diff
MeshPart: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the MeshPart Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/MeshPart/Gui/Command.cpp Diff File

FreeCAD: master 7b6af35e

2020-11-28 18:54:55

luz paz


Committer: wwmayer Details Diff
Spreadsheet: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Spreadsheet Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Spreadsheet/Gui/Command.cpp Diff File
mod - src/Mod/Spreadsheet/Gui/PropertiesDialog.cpp Diff File
mod - src/Mod/Spreadsheet/Gui/SheetModel.cpp Diff File
mod - src/Mod/Spreadsheet/Gui/SheetTableView.cpp Diff File
mod - src/Mod/Spreadsheet/Gui/SpreadsheetView.cpp Diff File
mod - src/Mod/Spreadsheet/Gui/Workbench.cpp Diff File

FreeCAD: master 74ab5164

2020-11-28 18:57:01

luz paz


Committer: wwmayer Details Diff
Gui: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the src/Gui code.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Gui/Application.cpp Diff File
mod - src/Gui/CommandDoc.cpp Diff File
mod - src/Gui/CommandLink.cpp Diff File
mod - src/Gui/CommandStd.cpp Diff File
mod - src/Gui/CommandStructure.cpp Diff File
mod - src/Gui/ManualAlignment.cpp Diff File
mod - src/Gui/Placement.cpp Diff File
mod - src/Gui/Transform.cpp Diff File
mod - src/Gui/ViewProviderAnnotation.cpp Diff File
mod - src/Gui/ViewProviderDragger.cpp Diff File
mod - src/Gui/ViewProviderLink.cpp Diff File
mod - src/Gui/ViewProviderMeasureDistance.cpp Diff File

FreeCAD: master 6715e62e

2020-11-28 18:57:41

luz paz


Committer: wwmayer Details Diff
ReverseEngineering: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the ReverseEngineering Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/ReverseEngineering/Gui/Command.cpp Diff File
mod - src/Mod/ReverseEngineering/Gui/FitBSplineSurface.cpp Diff File
mod - src/Mod/ReverseEngineering/Gui/Poisson.cpp Diff File
mod - src/Mod/ReverseEngineering/Gui/SegmentationManual.cpp Diff File

FreeCAD: master b8c94941

2020-11-28 18:58:11

luz paz


Committer: wwmayer Details Diff
Points: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Points Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Points/Gui/Command.cpp Diff File
mod - src/Mod/Points/Gui/ViewProvider.cpp Diff File

FreeCAD: master 9ef58327

2020-11-28 18:58:33

luz paz


Committer: wwmayer Details Diff
Path: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Path Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Path/Gui/Command.cpp Diff File

FreeCAD: master bd8b86b3

2020-11-28 18:58:56

luz paz


Committer: wwmayer Details Diff
Surface: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Surface Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Surface/Gui/Command.cpp Diff File

FreeCAD: master c801c8ff

2020-11-28 18:59:12

luz paz


Committer: wwmayer Details Diff
Inspection: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Inspection Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Inspection/Gui/VisualInspection.cpp Diff File

FreeCAD: master 02902c3b

2020-11-28 18:59:30

luz paz


Committer: wwmayer Details Diff
Import: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Import Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Import/Gui/Command.cpp Diff File

FreeCAD: master 5da8bb0c

2020-11-28 18:59:40

luz paz


Committer: wwmayer Details Diff
Image: Issue 0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Image Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
Affected Issues
0004473
mod - src/Mod/Image/Gui/Command.cpp Diff File

Issue History

Date Modified Username Field Change
2020-10-25 11:08 Kunda1 New Issue
2020-10-25 11:08 Kunda1 Status new => assigned
2020-10-25 11:08 Kunda1 Assigned To => Kunda1
2020-10-25 11:08 Kunda1 Tag Attached: translation
2020-10-25 11:09 Kunda1 Description Updated
2020-11-03 14:30 Changeset attached => FreeCAD master 39669524
2020-11-03 15:51 Kunda1 Changeset attached => FreeCAD master 30e18cdb
2020-11-03 16:08 Kunda1 Note Added: 0014961
2020-11-27 21:43 Kunda1 Note Added: 0015024
2020-12-01 14:00 Changeset attached => FreeCAD master be07e9a7
2020-12-01 14:00 Changeset attached => FreeCAD master 5da8bb0c
2020-12-01 14:00 Changeset attached => FreeCAD master 02902c3b
2020-12-01 14:00 Changeset attached => FreeCAD master c801c8ff
2020-12-01 14:00 Changeset attached => FreeCAD master bd8b86b3
2020-12-01 14:00 Changeset attached => FreeCAD master 9ef58327
2020-12-01 14:00 Changeset attached => FreeCAD master b8c94941
2020-12-01 14:00 Changeset attached => FreeCAD master 6715e62e
2020-12-01 14:00 Changeset attached => FreeCAD master 74ab5164
2020-12-01 14:00 Changeset attached => FreeCAD master 7b6af35e
2020-12-01 14:00 Changeset attached => FreeCAD master faa8688e
2020-12-01 14:00 Changeset attached => FreeCAD master 5aff8cdd
2020-12-01 14:00 Changeset attached => FreeCAD master 2befcd95
2020-12-01 14:00 Changeset attached => FreeCAD master 5effcc19
2020-12-01 14:00 Changeset attached => FreeCAD master d23c0810
2020-12-01 14:00 Changeset attached => FreeCAD master 69d4258f
2020-12-06 00:34 Kunda1 Status assigned => closed
2020-12-06 00:34 Kunda1 Resolution open => fixed
2020-12-06 00:34 Kunda1 Fixed in Version => 0.19
2020-12-06 00:34 Kunda1 Note Added: 0015090