Commit Graph

22539 Commits

Author SHA1 Message Date
Uwe
ebcf32e41e [skip CI] [Spreadsheet] change misleading word in dialog 2022-06-06 01:26:29 +02:00
Uwe
ff467f8115 [Spreadsheet] dialog fixes
- fixes to tooltips
- add 2 labels to make the dialog logic more clear
- remove non-functional help button
2022-06-06 00:46:42 +02:00
Wanderer Fan
928c86d42d [TD]fix updating of shared view 2022-06-05 09:33:02 -04:00
Uwe
17b9e5a401 [FEM] fix wrong error message about comments
- fixes an annoying warning (that is output as error) about unused COMMENT
2022-06-05 13:42:41 +02:00
Uwe
d285a8e397 [FEM] add missing parser handling of '^' character (#6966)
* [FEM] add missing parser handling of '^' character

- it is common to use equations like "x^2" but one currently get only an error
- this PR fixes this by adding parsing support for the '^' character as power function

This way is it now also possible to calculate a root by e.g. "x^(0.5).
2022-06-05 13:13:49 +02:00
Kuzemko Alexsandr
b0878c6225 Crowdin Update Fem.ts 2022-06-05 12:38:12 +02:00
Uwe
002447b6d5 [FEM] add missing tooltip
- should clarify the action of the button properly
2022-06-05 00:25:20 +02:00
Uwe
adbc58e159 [FEM] result dialog: handle max shear stress
- max shear stress is supported but could not use in the Calculate section
- also sort the UI file with our sorting script
2022-06-05 00:12:51 +02:00
Uwe
58b57ae4d5 Merge branch 'master' of github.com:FreeCAD/FreeCAD 2022-06-04 22:42:13 +02:00
Uwe
d9fe22af40 [FEM] fix button text
- looking at the Git log this button never had a plot functionality
- for the discussion see: https://forum.freecadweb.org/viewtopic.php?f=18&t=69189
2022-06-04 22:41:58 +02:00
Ajinkya Dahale
1ca6a177ad [Sketcher] Add missing newline 2022-06-04 22:35:55 +02:00
Kuzemko Alexsandr
3191ef5f3d Crowdin Update .ts after fixing script. 2022-06-04 15:09:19 -04:00
Kuzemko Alexsandr
2678ee2ea0 Part: Reformat JoinDeatures by Black, delete some comments. Reformat commented code too.
Now it proper recognize by lupdate.
2022-06-04 15:09:19 -04:00
Uwe
99636fc6c6 [FEM] fix results dialog equation input
- add missing tooltip and this way remove cryptic default input of the field
- since the field expects plain text, use a QPlainTextEdit
2022-06-04 19:58:31 +02:00
Uwe
2394a3dcdf [FEM] describe the tress variables
- there was no info what P1, P2 and P3 meant
- also rearrange to consume save horizontal space (was too wide on small screens)
2022-06-04 19:18:13 +02:00
Uwe
925dd404a2 [skip CI] [FEM] change strings to be consistent with the dialog 2022-06-04 19:06:14 +02:00
wmayer
7305a73398 Web: update browser commands after loading page 2022-06-04 13:21:41 +02:00
wmayer
e3c384263c Base: raise TypeError if Vector is multiplied with unsupported type 2022-06-04 13:21:04 +02:00
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