Kuzemko Alexsandr
eff8ecaafc
Crowdin Run update.ts with latest source code.
2022-06-07 13:15:44 +03:00
wmayer
80bdc3f960
Gui: don't use cached value of color bar width if ratio of the canvas is less than 1.0
2022-06-07 11:30:00 +02:00
Wanderer Fan
b4489422a5
[TD]abort dimensioning of spline edge
2022-06-06 18:47:51 -04:00
Wanderer Fan
8349a78dde
[TD]fix icon in dialog
2022-06-06 18:47:51 -04:00
Chris Hennes
fd47f2253a
Draft: Fix menu text for Select Plane
2022-06-06 12:12:08 -05:00
wmayer
3cccd4d69e
Gui: cache color bar width to avoid to compute it for every resize of the canvas
2022-06-06 19:11:00 +02:00
Kuzemko Alexsandr
721f253c59
Crowdin Update TechDraw.ts
2022-06-06 13:08:02 -04:00
Kuzemko Alexsandr
29cc754cfd
[TD] Add ability to translate for some tooltip text. Fix incorrect use of tr(variable).
2022-06-06 13:08:02 -04:00
Chris Hennes
af811b34b3
Addon Manager: Additional diagnostics for Macro updates
2022-06-06 11:46:56 -05:00
sliptonic
07422d2abe
Merge pull request #6978 from sliptonic/bug/ghostpath
...
zero out Job.Path property if it exists
2022-06-06 11:43:13 -05:00
sliptonic
6462cdf231
zero out Job.Path property if it exists
2022-06-06 11:40:01 -05:00
Uwe
9156d591c9
[FEM] fix subsequent histogram plot call
...
fixes #6975
2022-06-06 18:26:18 +02:00
Uwe
4223e5d84d
[skip CI] [Spreadsheet] change misleading word in dialog
2022-06-06 01:26:29 +02:00
Uwe
7955c0dfac
[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
681d961254
[TD]fix updating of shared view
2022-06-05 09:33:02 -04:00
Uwe
332cb9ec2f
[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
34300c600f
[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
f7c64c7322
Crowdin Update Fem.ts
2022-06-05 12:38:12 +02:00
Uwe
7e638a624e
[FEM] add missing tooltip
...
- should clarify the action of the button properly
2022-06-05 00:25:20 +02:00
Uwe
b5b5375fe4
[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
23d65cc9f2
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2022-06-04 22:42:13 +02:00
Uwe
75a8998432
[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
6e97e9570c
[Sketcher] Add missing newline
2022-06-04 22:35:55 +02:00
Kuzemko Alexsandr
27e3f3c153
Crowdin Update .ts after fixing script.
2022-06-04 15:09:19 -04:00
Kuzemko Alexsandr
a42e1b0223
Crowdin Add full Part directory back to search path.
2022-06-04 15:09:19 -04:00
Kuzemko Alexsandr
176cf0d144
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
4d7e550d97
[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
3fe354718c
[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
8567ef1849
[skip CI] [FEM] change strings to be consistent with the dialog
2022-06-04 19:06:14 +02:00
marioalexis
67c506d39e
Base: Improve docstrings in VectorPy.xml
2022-06-04 15:39:05 +02:00
wmayer
9c8b21f5f4
Web: update browser commands after loading page
2022-06-04 13:21:41 +02:00
wmayer
f37574e809
Base: raise TypeError if Vector is multiplied with unsupported type
2022-06-04 13:21:04 +02:00
wmayer
0d6b5b7f30
Base: use const char*
2022-06-04 13:20:07 +02:00
wmayer
f7f85464a3
Base: include header in PCH
2022-06-04 13:18:08 +02:00
wmayer
31047be9fb
Base: improve initialization according to cpp core guidelines
2022-06-04 13:17:27 +02:00
wmayer
ca9355b5cb
Base: remove redundant void
2022-06-04 13:14:55 +02:00
wmayer
fc7f3f4e3d
Base: avoid const_cast in FileInfo
2022-06-04 13:13:36 +02:00
Uwe
704feadc7c
[skip CI] [FEM] fix typos
2022-06-04 01:33:34 +02:00
Uwe
e41879c6ea
[FEM] don't block FC by histogram plot window
...
fixes #6959
2022-06-04 01:28:55 +02:00
Wanderer Fan
2b0dd54fe7
[TD]fix preference file handling
2022-06-03 18:35:13 -04:00
Chris Hennes
d73f9e3762
FEM: Add translation calls to task_result_mechanical.py
2022-06-03 11:42:52 -05:00
Uwe
134fa8b7ea
[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
e8f1bde367
Merged crowdin translations
2022-06-03 11:26:35 +02:00
Chris Hennes
2d32de3cd2
FEM: Tweak translatability of PEEQ
2022-06-02 16:26:05 -05:00
Wanderer Fan
56d289997c
[TD]fix Dimension/Balloon movement
2022-06-02 16:33:25 -04:00
Chris Hennes
4dab407fbe
Tools: Manually search for translatable files
2022-06-02 14:58:44 -05:00
Chris Hennes
34502193a2
i18n: Update TS files to ensure Python files are included
2022-06-02 14:57:49 -05:00
Chris Hennes
d540de8bee
i18n: TS files generated by lupdate 6.4.0dev
2022-06-02 13:41:37 -05:00
Chris Hennes
acfbc72f50
Tools: Fix issues with updatets.py
2022-06-02 13:37:28 -05:00
Chris Hennes
3c1e446c2f
Addon Manager: Don't translate placeholder text
2022-06-02 12:51:41 -05:00