Commit Graph

1036 Commits

Author SHA1 Message Date
Bernd Hahnebach
f8dcbc17d3 FEM: rename icon, Constraint Tie 2020-03-06 08:39:31 +01:00
Bernd Hahnebach
5c51eb86e7 FEM: rename icon, Constraint Transform 2020-03-06 08:39:29 +01:00
Bernd Hahnebach
190690555f FEM: rename icon, Constraint Temperature 2020-03-06 08:39:27 +01:00
Bernd Hahnebach
39314b84a6 FEM: rename icon, Constraint Self Weight 2020-03-06 08:39:25 +01:00
Bernd Hahnebach
1514b85366 FEM: rename icon, Constraint Pulley 2020-03-06 08:39:23 +01:00
Bernd Hahnebach
50ea796f17 FEM: rename icon, Constraint Pressure 2020-03-06 08:39:21 +01:00
Bernd Hahnebach
41133faade FEM: rename icon, Constraint Plane Rotation 2020-03-06 08:39:19 +01:00
Bernd Hahnebach
34cbca72ca FEM: rename icon, Constraint Initial Temperature 2020-03-06 08:39:17 +01:00
Bernd Hahnebach
fb4fc6e5c3 FEM: rename icon, Constraint Initial Flow Velocity 2020-03-06 08:39:15 +01:00
Bernd Hahnebach
990ba344a3 FEM: rename icon, Constraint Heatflux 2020-03-06 08:39:13 +01:00
Bernd Hahnebach
7034467911 FEM: rename icon, Constraint Fluid Boundary 2020-03-06 08:39:11 +01:00
Bernd Hahnebach
902b09b269 FEM: rename icon, Constraint Flow Velocity 2020-03-06 08:39:09 +01:00
Bernd Hahnebach
4846afc4e9 FEM: rename icon, Constraint Electrostatic Potential 2020-03-06 08:39:07 +01:00
Bernd Hahnebach
81ed99a162 FEM: rename icon, Constraint Gear 2020-03-06 08:39:05 +01:00
Bernd Hahnebach
e9df57bdd4 FEM: rename icon, Constraint Force 2020-03-06 08:39:03 +01:00
Bernd Hahnebach
5c391398f6 FEM: rename icon, Constraint Fixed 2020-03-06 08:39:01 +01:00
Bernd Hahnebach
fb3a3f6a33 FEM: rename icon, Constraint Displacement 2020-03-06 08:38:59 +01:00
Bernd Hahnebach
4be60f06fa FEM: rename icon, Constraint Contact 2020-03-06 08:38:55 +01:00
Bernd Hahnebach
8a0833dd93 FEM: rename icon, Constraint Bearing 2020-03-06 08:38:55 +01:00
Bernd Hahnebach
5528ae8600 FEM: rename icon, Analysis 2020-03-06 08:38:53 +01:00
Bernd Hahnebach
63c9ff9833 FEM: command, add missing fix 2020-03-06 08:30:53 +01:00
Bernd Hahnebach
b70b01b36b FEM: gui commands, comment not used command 2020-03-06 07:51:20 +01:00
Bernd Hahnebach
f1677a0c88 FEM: post filter warp, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
7f0627ca4a FEM: post filter linearized stresses, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
e196ca0945 FEM: post filter data at point, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
9281ea4c10 FEM: post filter data along line, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
11a11c53e8 FEM: post filter cut function, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
1e3c1ed9dd FEM: post filter clip scalar, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
ce1f7dfbfa FEM: post filter clip region, rename command 2020-03-06 07:00:00 +01:00
Yorik van Havre
8933e8ed38 Merged latest translations from crowdin 2020-03-05 11:58:03 -03:00
donovaly
10cfdceb7a [FEM] spread the fixes from commit ef370e6d to the other dialogs 2020-03-01 14:37:28 +01:00
wmayer
7558b6e7cc Fem: [skip ci] fix several coding flaws:
* improve implementation of TaskFemConstraintForce::onButtonDirection
* use QSignalBlocker to tmp. suppress signals instead of dis- and re-connecting
* directly access object from SelectionObject
* don't do type checks by class name but by typeid
2020-02-26 14:15:12 +01:00
wmayer
79d00af254 Fem: [skip ci] improve implementation of TaskFemConstraintForce::onButtonDirection 2020-02-26 12:50:10 +01:00
donovaly
fe337cbbed [FEM] highlight also selected transformable surfaces
this makes it much easier to find the surfaces that are transformable
2020-02-26 08:24:16 +01:00
Bernd Hahnebach
9192ff086d FEM: transform task panel, use doc identifier instead of App.ActiveDocument 2020-02-26 08:14:01 +01:00
Bernd Hahnebach
8b154d94c8 FEM: transform task panel, pyton fix 2020-02-26 00:10:58 +01:00
wmayer
7eaede5482 Fem: [skip ci] fix segmentation fault when opening contraint transform panel
The segmentation fault is caused when NameDispl has less elements than the RefDispl property
2020-02-25 23:44:22 +01:00
Bernd Hahnebach
c2269ef092 FEM: constraint VP, comments 2020-02-25 20:45:49 +01:00
donovaly
995f860e9f [FEM] constraint contact: sort out already available function
additionally add some comments in TaskFemConstraint.cpp
2020-02-25 19:59:01 +01:00
donovaly
d813e5abf1 FEM: constraint dialogs: sort out commonly used function
additionally remove double code from TaskFemConstraintForce.cpp
2020-02-24 20:12:10 +01:00
donovaly
8a25be1fba remove doubled code
(is there already a few lines up)
2020-02-23 16:45:35 +01:00
donovaly
9ad52812a0 TaskFemConstraintFluidBoundary.cpp: squash GCC compiler warning 2020-02-23 16:45:35 +01:00
donovaly
ec213a4d98 [FEM] make the Fluid Boundary dialog behave like the other dialogs
- allows highlighting and multiple selection
2020-02-23 16:45:35 +01:00
donovaly
3d5e3b3664 [FEM] TaskFemConstraintForce.cpp: squash GCC warning 2020-02-22 09:27:18 +01:00
donovaly
f60ca91e83 [FEM] fix special Dlg issue with deletion
- if an existing constraint has only one item, the item could under some circumstances not be deleted by pressing Del
2020-02-21 18:00:58 +01:00
donovaly
334af3b30c TaskFemConstraintForce.ui: add tooltips and remove unnecessary spacer 2020-02-21 17:47:15 +01:00
donovaly
a5a5ef517b [FEM] fix direction handling in Force dialog
- the direction handling did not work because of yesterdays' PR from me
2020-02-21 17:47:15 +01:00
HoWil
ce30e9217f FEM: Add ElectricInfinity- and CapacitanceMatrix- boundary condition for Elmer 2020-02-20 18:08:01 +01:00
donovaly
4c368c7c21 FEM: change behavior of Force dialog to the one of all other constraint dialogs 2020-02-20 18:07:52 +01:00
UR-0
f4b3b3760c FEM: constraint tie, add Gui command, icon, implement task panel
Added plausibility checks to ViewProvider's accept()

tie code formating
2020-02-19 17:56:39 +01:00