wmayer
948cbfccd9
modernize C++: avoid bind
...
In many cases std::bind() is kept because the code is much simpler
2023-08-08 21:10:16 +02:00
wmayer
52e1c7c33b
modernize C++: move from boost::bind to std::bind
2023-08-08 17:36:13 +02:00
wmayer
df93b14ec0
modernize C++: use emplace
2023-08-06 20:29:56 -06:00
wmayer
7a3106d31b
modernize C++: use bool literals
2023-08-06 01:35:39 +02:00
wmayer
2b3d48176c
Mods: modernize C++: redundant void arg
2023-08-05 16:50:31 +02:00
luzpaz
57b9442df7
Fix various typos
2023-08-04 19:46:12 +02:00
wmayer
6f142d250a
Fem: modernize C++: use override
2023-08-04 17:09:53 +02:00
Yorik van Havre
51d8f94f10
Merged crowdin translations
2023-07-26 11:05:11 +02:00
Yorik van Havre
4501cf479c
Update ts files
2023-07-26 11:04:24 +02:00
Chris Hennes
dd40387478
Update translations
2023-07-24 13:37:52 +00:00
Chris Hennes
e1ca567172
Apply translations
2023-07-09 18:09:53 -05:00
Chris Hennes
597a8fe927
FEM: Add missing translation string
2023-07-09 17:28:04 -05:00
Chris Hennes
0ca283cc3e
Update translations
2023-07-06 08:20:59 -05:00
Chris Hennes
44c6fc0484
Merge pull request #9786 from yorikvanhavre/translations
...
Translations
2023-06-26 20:53:55 -05:00
grubertechnic
90481b535a
small gmsh panel tweak ( #9569 )
...
Co-authored-by: WandererFan <WandererFan@gmail.com >
2023-06-23 21:33:14 +02:00
Yorik van Havre
398de2d031
merged crowdin translations
2023-06-16 16:42:32 +02:00
Yorik van Havre
3c07d567cf
Merged crowdin translations
2023-06-12 22:34:22 +02:00
Yorik van Havre
d61e60511a
Updated ts files
2023-06-12 22:27:56 +02:00
Chris Hennes
617dc203e0
Merge pull request #9561 from luzpaz/FEM_ClippingPlaneAdd-fix
...
Fix FEM_ClippingPlaneAdd.svg (#9550 )
2023-06-12 15:19:29 -05:00
Chris Hennes
0f9f0f29ca
FEM: Add translation for Electromagnetic Constraints
2023-06-06 11:31:12 -05:00
Chris Hennes
05b85d0ddc
Sync translations
2023-06-04 14:11:21 -05:00
Chris Hennes
2686ad58b9
Update translations
2023-05-25 21:32:26 -05:00
Chris Hennes
452067c43c
Update translations
2023-05-21 19:13:11 -05:00
Chris Hennes
2798528b8f
Update translations
2023-05-18 07:49:08 -05:00
Abdullah Tahiri
260187f924
Fem: Remove Unused variable
2023-05-16 08:29:28 +02:00
luzpaz
b961d1a6c7
Fix FEM_ClippingPlaneAdd.svg ( #9550 )
...
SVG was incorrectly edited in a previous commit.
Fixes #9550
2023-05-13 09:26:45 -04:00
wmayer
870c732d9d
Fem: Create .qm out of .ts files
2023-05-07 08:46:14 +02:00
Chris Hennes
e30a768e0a
Merged crowdin translations
2023-05-06 11:56:32 -05:00
Chris Hennes
1b2bbbf06b
Update translations
2023-04-29 11:10:27 -05:00
luzpaz
38a01939e0
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
Chris Hennes
6ab3679aaf
FEM: Correct mis-spelled 'Elmer'
2023-04-20 22:39:37 +02:00
Yorik van Havre
faf98925f6
Merged crowdin translations
2023-04-20 14:04:19 +02:00
Yorik van Havre
0fd764454d
Updated ts files
2023-04-20 13:53:35 +02:00
wmayer
260ac4130d
FEM: fix -Wclazy-connect-by-name
2023-04-05 00:44:13 +02:00
luzpaz
6bd40b5dcd
Fem: fix trailing whitespace
2023-04-01 08:39:05 +02:00
Uwe
7ca087a871
[FEM] TaskFemConstraintTemperature: remove unused function
2023-03-28 05:42:36 +02:00
Uwe
962dd41734
[FEM] Transform constraint overhaul
...
- fix warning about local scope
- make the angles a PropertyAngle to handle the unit
- also fix some too long code lines
2023-03-28 02:11:36 +02:00
Uwe
cc6c98c1d4
[FEM] Temperature constraints overhaul
...
- fix bug that changing constraint type in dialog lost flux value
- accept and not immediately save any changed value
- make the temperatures a PropertyTemperature to get rid of hacks
- also fix some too long code lines
2023-03-28 01:23:47 +02:00
Uwe
9ebca4aec5
[FEM] [skip ci] add tooltip to a preferences option
2023-03-27 02:53:11 +02:00
Uwe
afecf62faf
[FEM] [skip ci] add tooltip to preferences options
2023-03-26 21:25:33 +02:00
Uwe
e90347e3f7
[FEM] fix binary check
...
- the current implementation only considers explicitly given binaries (with full path) and ignores the setting to check the environment paths
- also remove 2 trailing whitespaces
2023-03-26 19:35:20 +02:00
Uwe
a76403df4c
[FEM] Gui: improve PreCompiled.h
...
- only include necessary Qt files
- remove unused OCC includes
- sort entries and remove duplicates
2023-03-25 18:34:01 +01:00
marioalexis
fc8cc7e728
Fem: Remove unnecessary type check for active analysis
2023-03-25 08:54:01 +01:00
Uwe
96d1fb6e50
[FEM] only show toolbar button for available solvers
...
- if there is e.g. no Z88 solver available, there is no need to pollute the toolbar with an icon for it
2023-03-24 22:41:48 +01:00
Uwe
5b5431b650
[FEM] fine-tune default solver setting
...
- if the default solver has not yet been set and there is only one solver available, set this as default
2023-03-24 21:46:26 +01:00
Uwe
05d675364c
[FEM] improve new default solver setting
...
- fix bug if no solver should be default
- only provide solvers that are available to be the default
- also add commit opened transactions
- also remove unused include and correct an include
2023-03-24 20:24:02 +01:00
marioalexis
c97de6c038
Fem: Add option to select default solver when creating Analysis
2023-03-24 15:40:54 +01:00
Uwe
7e3d37a5fe
[FEM] implement further object addition mode
...
- for e.g. the solver objects it is important that the added equations are visible in the TreeView
- also improve activation of analyses for documents with multiple analyses: one activates one and can then subsequently add an object to it because the activation will also select
2023-03-24 07:22:27 +01:00
Uwe
1bd5739708
[FEM] auto-activate Analyses
...
- this PR addresses a long-standing annoying issue: You are already in the FEM WB and load a file.
Then you cannot just start but first have to activate the Analysis. But one is in the FEM WB to work with analyses.
2023-03-24 06:05:54 +01:00
Uwe
a377a5e490
[FEM] remove unused code
...
- remove commented-out code that is in Python since years
2023-03-24 02:42:19 +01:00