Chris Hennes
09edbbebaf
Merge pull request #10258 from chennes/translations20230814
...
Update translations
2023-08-18 08:52:13 -05:00
wmayer
7750ff78b7
Start: the Start workbench should show the basic commands in the various context-menus.
...
See also https://forum.freecad.org/viewtopic.php?t=80498
2023-08-18 08:45:02 -05:00
wandererfan
49a9442d61
[TD]add label translation for Page and Template
2023-08-17 19:23:29 -04:00
wandererfan
414e06d54d
[TD]apply translateLabel after all addObject calls
2023-08-17 19:23:29 -04:00
wandererfan
6595ed01d1
[TD]add view name translation tokens
2023-08-17 19:23:29 -04:00
wandererfan
bb08f70d04
[TD]Add method to translate View labels
2023-08-17 19:23:29 -04:00
Chris Hennes
94426e1f54
TD: Translate default labels
2023-08-17 19:23:29 -04:00
0penBrain
f57627aa10
[Bugfix]Plot: reintroduce patch removed by #9103
...
While FC don't depend on PyQt anymore, patch is needed to have
matplotlib working correctly
876601d34d (r108628060)
2023-08-17 11:56:23 -04:00
Chris Hennes
997b8eff5c
Draft: Translate task titles for draft tools ( #10227 )
2023-08-17 16:01:15 +02:00
Chris Hennes
f4c348464c
Draft: Translate label type combobox ( #10228 )
2023-08-17 15:36:37 +02:00
Chris Hennes
28f396cc75
Update translations
...
Adds the ten units strings from Base as well.
2023-08-16 22:50:39 -05:00
wmayer
312975edba
Part: modernize C++: use range-based for loop
2023-08-16 21:56:32 -05:00
wmayer
9a1f8a11d6
PD: modernize C++: use range-based for loop
2023-08-16 21:54:56 -05:00
Chris Hennes
7d92236c22
Merge pull request #10171 from qewer33/master
...
StartPage: Add new file templates and fix javascript error
2023-08-16 15:02:18 -05:00
sliptonic
0658e42a35
Merge pull request #10214 from haraldhartmann/PathAddEstlcamPP-patch-1
...
Path: add estlcam_post.py to CMakeList.txt
2023-08-16 10:44:13 -05:00
Roy-043
b9d48c20a0
Draft: Add Justification option to ShapeString ( #10233 )
2023-08-16 17:08:49 +02:00
Roy-043
aebc302937
Reverted change for sifio.py
2023-08-16 16:47:27 +02:00
Roy-043
3e2c766800
FEM: Avoid dictionary.keys() where possible
2023-08-16 16:47:27 +02:00
bdieterm
5a58c5a084
ignore whole selected objects for Part linear/angular measurement tool
...
Whole objects selected in the model tree will be ignored for the measurement element selection.
This allows for selecting and toggling the visibility of an object in the model tree.
2023-08-16 15:01:45 +02:00
qewer33
58b9a9f65e
Remove StartPage new file button gradient option
2023-08-16 14:33:55 +03:00
Jonas Bähr
3e68d6fd50
Remove C++ escaping from *Py.xml templates
...
Now all escaping required for the C++ code generation is done when the
.cpp/.h files are generated. Previously, only newlines were escaped
automatically. This was a) inconsistent and b) leaked c++ details into
the xml data.
In addition, the escaping is now done in one central place, harmonizing
the three previous implementations.
Pre-existing c++ escape sequences in the XML files have been replaced by
their literal equivalent so that the resulting python doc sting remains
unchanged.
2023-08-16 13:17:25 +02:00
Daniel-Khodabakhsh
8003606222
Expressions: Add Vector API expression functions ( #10237 )
2023-08-15 23:00:16 -05:00
wmayer
a49e104993
Sheet: modernize C++: use range-based for loop
2023-08-15 20:21:20 +02:00
wmayer
6bb6c0c886
Robot: modernize C++: use range-based for loop
2023-08-15 18:40:42 +02:00
wmayer
30d98dd417
Surface: modernize C++: use range-based for loop
2023-08-15 17:20:01 +02:00
wmayer
96f27bf43f
RE: modernize C++: use range-based for loop
2023-08-15 17:20:01 +02:00
wmayer
9f42af487b
Points: modernize C++: use range-based for loop
2023-08-15 17:20:01 +02:00
wmayer
f24ada3151
Start: modernize C++: use range-based for loop
2023-08-15 14:00:43 +02:00
wmayer
28a0274c7d
Web: modernize C++: use range-based for loop
2023-08-15 14:00:43 +02:00
wmayer
7c42bc5e60
MeshPart: modernize C++: use range-based for loop
2023-08-15 12:52:52 +02:00
wmayer
375cb9a0fe
Mesh: modernize C++: use range-based for loop
2023-08-15 10:56:30 +02:00
wmayer
2ceb6edfe5
Inspection: modernize C++: use range-based for loop
2023-08-15 08:37:17 +02:00
wmayer
009f9f2222
FEM: modernize C++: use range-based for loop
2023-08-15 01:09:53 +02:00
wmayer
664a08043e
Import: modernize C++: use range-based for loop
2023-08-15 01:09:53 +02:00
Florian Foinant-Willig
529de41cfe
Fix the fix o:-)
2023-08-14 22:31:36 +02:00
Florian Foinant-Willig
a1d8949194
Fix menu and ressource file
2023-08-14 22:12:18 +02:00
Chris Hennes
6d910baa82
Draft: Translate Dimension and axis labels
2023-08-14 08:14:32 -07:00
Florian Foinant-Willig
17532f0777
Merge branch 'master' into arc_helper_gui
2023-08-14 16:24:28 +02:00
Chris Hennes
6a7f47c959
Merge pull request #10146 from marioalexis84/app-string_hasher_py
...
App: Fix crash and undefined behavior in StringHasherPy and StringIDPy
2023-08-13 13:45:06 -07:00
qewer33
da0defbb8a
Tweak StartPage new file template descriptions and make arch template work with the BIM workbench
2023-08-13 21:42:19 +03:00
Harald Hartmann
f8c5cfa93d
add estlcam_post.py
2023-08-13 17:31:03 +02:00
luzpaz
3d0bfa214f
Fix various typos
2023-08-13 08:17:01 -07:00
Roy-043
91cfb15f64
Arch: Avoid dictionary.keys() where possible ( #10159 )
2023-08-13 11:46:51 +02:00
Roy-043
beb996e6a1
Draft: Avoid dictionary.keys() where possible ( #10160 )
2023-08-13 11:46:25 +02:00
Roy-043
0b58b7ba5a
Draft: make_sketch should not change Autoconstraints of sketch ( #10181 )
2023-08-13 11:16:22 +02:00
Chris Hennes
614c01c0b1
Gui: Translate 'page' for new pages
2023-08-12 17:54:26 -04:00
Chris Hennes
2536c0d855
TD: Correct use of TRANSLATE_NOOP
...
Direct UI access should use translate()
2023-08-12 17:53:26 -04:00
Chris Hennes
05442206ac
TD: Correct translation in TaskComplexSection
2023-08-12 17:52:16 -04:00
Roy-043
2f534dee4a
AddonManager: Avoid dictionary.keys() where possible
2023-08-12 10:24:25 -07:00
Roy-043
8a4e8ca60e
Draft: Fix SVG "Edges not ordered" issue ( #10116 )
2023-08-12 15:30:54 +02:00