Commit Graph

22521 Commits

Author SHA1 Message Date
Uwe
3e9ac4b084 [skip CI] [FEM] fix typos 2022-06-04 01:33:34 +02:00
Uwe
90ad26188a [FEM] don't block FC by histogram plot window
fixes #6959
2022-06-04 01:28:55 +02:00
Wanderer Fan
74085b609d [TD]fix preference file handling 2022-06-03 18:35:13 -04:00
Chris Hennes
b4c21869f2 FEM: Add translation calls to task_result_mechanical.py 2022-06-03 11:42:52 -05:00
Uwe
b73b8e32d9 [FEM] use proper histogram titles
- use for the histogram titles the same as in the CCX dialog and not our internal abbreviations
- in the CCX dialog don't use the term PEEQ but the common wording that also gives the user the info what this is about
2022-06-03 13:09:32 +02:00
Yorik van Havre
1488714a0f Merged crowdin translations 2022-06-03 11:26:35 +02:00
Chris Hennes
2c93ba6c92 FEM: Tweak translatability of PEEQ 2022-06-02 16:26:05 -05:00
Wanderer Fan
a799a5db66 [TD]fix Dimension/Balloon movement 2022-06-02 16:33:25 -04:00
Chris Hennes
2c6dcd960e i18n: Update TS files to ensure Python files are included 2022-06-02 14:57:49 -05:00
Chris Hennes
861233e7f2 i18n: TS files generated by lupdate 6.4.0dev 2022-06-02 13:41:37 -05:00
Chris Hennes
7a769ebdcf Addon Manager: Don't translate placeholder text 2022-06-02 12:51:41 -05:00
Chris Hennes
d256e7d24d Sketcher: Fix typo in tooltip 2022-06-02 12:47:30 -05:00
Chris Hennes
f123bc9102 Sketcher: Tweak tooltip language 2022-06-02 12:44:37 -05:00
Chris Hennes
c7e4463b9b FEM: Fix typo 2022-06-02 10:49:55 -05:00
Wanderer Fan
0c61fef1a1 [TD]fix misleading error messages 2022-06-02 11:39:21 -04:00
Chris Hennes
197da71742 TD: Set symbols to be non-translatable 2022-06-02 10:36:46 -05:00
Wanderer Fan
9194d5c596 [TD]fix Rotation not applied 2022-06-02 09:09:53 -04:00
Wanderer Fan
78c22e33de [TD]fix double draw on position change 2022-06-02 09:09:53 -04:00
Chris Hennes
a3b4c2da26 PD: Fix w[z] plot in ShaftWizard 2022-06-01 19:48:42 -04:00
luz paz
a526451afd Fix various typos 2022-06-01 18:03:40 -04:00
Chris Hennes
adf2881aa6 Addon Manager: Fix bug with updates being counted wrong 2022-06-01 15:01:38 -05:00
Kuzemko Alexsandr
e08ce2f169 [TD] Fix incorrect using of QT_TRANSLATE_NOOP in setText 2022-06-01 13:41:00 -04:00
Uwe
1a94543824 [FEM] TaskPostDataAtPoint: add missing support for electrostatics
- also update units to SI
2022-06-01 17:42:22 +02:00
Kuzemko Alexsandr
3b20a28328 Crowdin Add missing menu text for translation 2022-06-01 11:12:51 -04:00
Uwe
154d06bb0d [PD] fix Shaft wizard
- the functionality is now in FC's core, for more info see: https://forum.freecadweb.org/viewtopic.php?p=599044#p599044
and following
2022-06-01 16:13:09 +02:00
Kuzemko Alexsandr
700e6017e8 [TD] Add text to translate
This will fix https://github.com/FreeCAD/FreeCAD-translations/issues/47
2022-06-01 13:04:47 +02:00
Chris Hennes
e3b7f51af4 Addon Manager: Remove unnecessary translations 2022-05-31 20:35:10 -05:00
Chris Hennes
8158a4de5f Addon Manager: Expose pref page name to translate 2022-05-31 15:33:53 -05:00
Chris Hennes
b675920e05 Part: Change _translate to translate 2022-05-31 10:05:44 -05:00
Chris Hennes
ec3472a89d Image: Change _translate to translate 2022-05-31 10:05:22 -05:00
Kuzemko Alexsandr
ba159e128d [TD] Fix problem with translation (add TechDraw_ to context)
This will fix https://github.com/FreeCAD/FreeCAD-translations/issues 145-147
2022-05-31 09:30:48 -04:00
Yorik van Havre
9d4ae629a3 Merged crowdin translations 2022-05-31 13:31:52 +02:00
Kuzemko Alexsandr
c1637ce03a [Mesh] Add ability to translate
This fix https://github.com/FreeCAD/FreeCAD-translations/issues/53
2022-05-31 12:01:02 +02:00
Kuzemko Alexsandr
7cab0d1a16 Part: Change contex from AttachmentEditor to Part_EditAttachment
Add menu text "Create a copy" to translation
This may fix https://github.com/FreeCAD/FreeCAD-translations/issues/64
2022-05-31 11:25:44 +02:00
Chris Hennes
2399bb2475 Addon Manager: Build in error-checking in developer mode 2022-05-30 20:06:20 -05:00
Benjamin Alterauge
086547c490 List all available test units, if none is selected.
From the command line (FreeCADCmd) only which not need the GUI.

A better description

Grammatically improvement

Use PrintMessage
2022-05-31 02:03:11 +02:00
Kuzemko Alexsandr
27e9818d37 [TD] Fix redefine text in .ui (that has translation on crowdin) with English text without translation ability.
This will fix https://github.com/FreeCAD/FreeCAD-translations/issues/50
2022-05-30 10:41:00 -04:00
wmayer
b38df5ee78 Part: make DimensionLinear node kit unpickable
See forum thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=69056
2022-05-30 15:43:27 +02:00
Yorik van Havre
1819298189 Merge pull request #6899 from 0penBrain/draftGrid
Draft: fix issues with grid spacing parameter
2022-05-30 15:31:18 +02:00
Kuzemko Alexsandr
72cfd813d5 Part: Fix Chamfer parameter and Fillet parameter title. Also rename variable to more informative in .ui.
This will resolve issues https://github.com/FreeCAD/FreeCAD-translations/issues/74
2022-05-30 15:01:33 +02:00
Yorik van Havre
efcabd69ca Arch: Fixed position of rectangles in IFC export 2022-05-30 10:36:05 +02:00
Yorik van Havre
9cbe14f1d5 Merged crowdin translations 2022-05-30 10:01:02 +02:00
Wanderer Fan
3f34fff3c3 [TD]prevent spurious recompute on click/drag 2022-05-29 13:19:34 -04:00
wmayer
714be34961 Part: expose ChFi2d_ChamferAPI to Python 2022-05-29 12:24:32 +02:00
wmayer
4424105b61 Part: expose ChFi2d_AnaFilletAlgo to Python 2022-05-29 11:31:43 +02:00
wmayer
409ae97fc1 Part: move ChFi2d wrappers to own sub-directory 2022-05-29 11:05:55 +02:00
Yorik van Havre
047b15cfe5 merged crowdin translations 2022-05-28 12:16:47 +02:00
wmayer
e22447b7da Fem: [skip ci] fix deleting Result object if its children has been deleted beforehand 2022-05-28 12:08:44 +02:00
wmayer
9494b643b7 Part: expose ChFi2d_FilletAPI to Python and move to ChFi2d module 2022-05-28 11:10:45 +02:00
wmayer
3de1624d69 Part: expose ChFi2d_FilletAlgo to Python 2022-05-28 10:37:04 +02:00