Commit Graph

18561 Commits

Author SHA1 Message Date
Bernd Hahnebach
7387f32017 FEM: examples, manager, add missing examples to run all 2020-02-06 21:14:21 +01:00
Bernd Hahnebach
e3e319790b FEM: contact shell example, small improvement 2020-02-06 21:14:15 +01:00
Bernd Hahnebach
342695ac37 FEM: contact solid example, fix obj names 2020-02-06 21:14:04 +01:00
wmayer
e0f1079f1f Sketcher: [skip ci] explicit command to stop current operation
Fore more details: https://forum.freecadweb.org/viewtopic.php?f=3&t=42207
2020-02-06 15:55:00 +01:00
Bernd Hahnebach
78039eb0de Arch: IFC import, fix regression included with 5da9197b 2020-02-06 11:22:24 +01:00
wandererfan
0532df4937 [TD]fix Preferences 2020-02-05 08:19:35 -05:00
Zheng, Lei
992dc49ece Do not throw error when open an already opened document 2020-02-05 11:12:00 +01:00
Zheng, Lei
428c9005ac Part: fix various commands on selection detection 2020-02-05 11:07:40 +01:00
vocx-fc
3ccffc1b3f Draft: add README files to explain the new structure 2020-02-05 10:59:28 +01:00
UR-0
e66f86c661 introducing user parameters: BaseApp->Preferences->View->NaviFontStretch
BaseApp->Preferences->View->NaviTextFront
 BaseApp->Preferences->View->NaviTextRear
 BaseApp->Preferences->View->NaviTextTop
 BaseApp->Preferences->View->NaviTextBottom
 BaseApp->Preferences->View->NaviTextLeft
 BaseApp->Preferences->View->NaviTextRight
2020-02-05 10:55:40 +01:00
UR-0
3e5806cd68 introducing user parameter: BaseApp->Preferences->View->NaviWidgetSize 2020-02-05 10:55:40 +01:00
Krypta1
8c1076a845 Rename GDML Workbench icon
Renamed GDML Worbench icon from "GDML_worbench.svg" to "GDML_worbench_icon.svg" because while building FreeCAD the compiler requires "GDML_worbench_icon.svg"
2020-02-05 10:51:59 +01:00
Syres916
b5a92b656d [Draft] Bugfix for new users opening Shapestring
See Discussion : https://forum.freecadweb.org/viewtopic.php?f=23&t=42808
2020-02-05 10:51:12 +01:00
triplus
b5b32c8aa8 Addons manager close button 2020-02-05 10:50:35 +01:00
carlopav
7d6f0f3626 [Draft] Toolbar, remove option from preferences 2020-02-05 10:50:03 +01:00
vocx-fc
ad977bb807 Draft: disable the Toolbar mode of Gui commands
The `Taskview` mode (value 1) is set fixed in `DraftGui.py`
even if the widget shows the other value `Toolbar` (value 0),
as this mode is unmaintained and obsolete.
At the same time, clarify the behavior with a new tooltip.
2020-02-05 10:50:03 +01:00
triplus
461309df23 Draft - Toolbar mode input size issue
https://forum.freecadweb.org/viewtopic.php?f=34&t=42782
2020-02-05 10:48:27 +01:00
Bernd Hahnebach
73604044ac FEM: temporary deactivate contact unit test 2020-02-05 09:04:48 +01:00
wandererfan
d68fcb8cc5 [TD]Fix rich text size/position in Svg export
- still an issue with line spacing
2020-02-04 19:35:27 -05:00
wmayer
e6a29986eb Mesh: [skip ci] add method to get all facet indices from given point indices 2020-02-04 22:18:02 +01:00
Bernd Hahnebach
c5bc1722e2 FEM: py code formating 2020-02-04 21:32:15 +01:00
Bernd Hahnebach
efff32cbbc Material: typos 2020-02-04 21:30:46 +01:00
Xia, Qingfeng
325c90b617 Material: update fluid material and correct 2 value errors 2020-02-04 21:20:40 +01:00
Xia, Qingfeng
2103448fd2 Fem: remove unused icon which belong to Cfd mod 2020-02-04 21:20:36 +01:00
Xia, Qingfeng
13ea18d4d6 Fem: bugfix for FluidMaterial does not show in FemMaterialTaskPanel 2020-02-04 21:20:31 +01:00
Bernd Hahnebach
ae107ac2c0 FEM: mech result VP, code formating 2020-02-04 17:05:01 +01:00
UR-0
23839facd6 ViewProviderFemResultMechanical Slider Displacement with finer scale to support large scale deformations with needed magnification less than 1.0
supprt magnification from 0.1 to 1000000.0
2020-02-04 17:04:52 +01:00
donovaly
a5fe809763 [TD] DlgPrefsTechDrawx.ui: improve layout, wording and tooltips
part 2: - page 1 (some more), 3, 4, 5
2020-02-04 08:08:08 -05:00
donovaly
40fb83207d [TD] DlgPrefsTechDrawx.ui: improve layout, wording and tooltips
part 1: - page 1 and 2
2020-02-04 08:08:08 -05:00
donovaly
658fd9b439 [TD] further SVG fix
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42955&p=366102#p366102
2020-02-04 08:06:57 -05:00
donovaly
a87a52d1e8 [TD] Command.cpp: restore menu names
these 3 have accidentally been changed by commit a92e157a
2020-02-04 08:05:50 -05:00
Bernd Hahnebach
f5835dc6ce FEM: contact solid example, improve geometry creation 2020-02-04 10:47:20 +01:00
Bernd Hahnebach
fb5f8497f6 FEM: nonlinear material fix for Py2 and reactivate unit test 2020-02-04 10:40:18 +01:00
Bernd Hahnebach
7e01116206 FEM: node sets, return sorted with unique values 2020-02-04 10:40:18 +01:00
Bernd Hahnebach
7dcc02d27a FEM: ccx tools pre check, better error messages 2020-02-04 10:15:14 +01:00
Yorik van Havre
8c571f90a0 Implemented SendToPythonConsole FreeCAD-wide (edit and context menu) 2020-02-04 10:02:29 +01:00
Bernd Hahnebach
da71719896 FEM: constraint contact, move retrieving the face ids in writer base class 2020-02-03 23:12:39 +01:00
Bernd Hahnebach
285d8547df FEM: constraint contact ccx writer, use name to identify constr data in writer file 2020-02-03 23:12:38 +01:00
Bernd Hahnebach
efe534bfca FEM: get pressure faces ids, some better comments and very small code improvement 2020-02-03 23:12:38 +01:00
Bernd Hahnebach
82c89e176a FEM: ccx tools unit test, fix file save name 2020-02-03 23:12:38 +01:00
wmayer
9b5bbb6973 fix flaws to add PreCompiled.h inside normal header files 2020-02-03 15:03:49 +01:00
wmayer
390a0a2c51 Gui: [skip ci] handle possible division by zero in NaviCube 2020-02-03 14:39:54 +01:00
triplus
b2aaa95a72 Update copyright information [skip ci] 2020-02-03 08:16:12 -05:00
wmayer
e4be9e43d6 TechDraw: [skip ci] user visible text should be translated 2020-02-03 13:41:35 +01:00
donovaly
61005608ca [TD] TaskRichAnno tr to fix Qt4 build 2020-02-03 07:20:52 -05:00
donovaly
72e55ca8a3 fix missing namespaces in SVG files
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42955&start=10#p365470
2020-02-03 07:20:52 -05:00
donovaly
1583f3c307 [TD] correct icon name
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42979
2020-02-03 07:20:52 -05:00
WandererFan
a92e157a9d [TD]sync icon names and menu entries
- contributed by @uwe
2020-02-03 07:20:52 -05:00
donovaly
fe2c802ed4 [TD] fix 2 typos 2020-02-03 07:20:52 -05:00
donovaly
3a991afe7b [TD] update menu name to fit into the current naming scheme 2020-02-03 07:20:52 -05:00