carlopav
fbef5ab1f0
[Draft] Reorganize menu & toolbars
...
According to what experimented in BIM WB.
2020-01-27 10:06:33 +01:00
0penBrain
7771f57f55
Fix XPM height of 'Not attached' overlay icon
2020-01-27 10:06:03 +01:00
0penBrain
67e6b81a65
[NaviCube]Add 'NaviStepByTurn' parameter to 'View' preferences
2020-01-27 10:05:41 +01:00
0penBrain
232987d0e3
[NaviCube]Fix error when 'NaviStepByTurn' parameter value leads to non-integer angle increment step
2020-01-27 10:05:41 +01:00
Bernd Hahnebach
2edabee0fc
FEM: solver elmer, workaround for result reading
2020-01-27 07:42:49 +01:00
donovaly
fa40b50565
[TD] reduce scaling increment
...
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42780
2020-01-26 19:30:02 -05:00
sliptonic
c47512b7b2
Merge pull request #2941 from realthunder/PathFix
...
Path: fix missing header
2020-01-26 08:56:48 -06:00
Zheng, Lei
a9d4023129
Path: fix missing header
2020-01-26 11:57:50 +08:00
wandererfan
a226801f1b
[Gui]fix missing #includes
2020-01-25 20:20:04 -05:00
sliptonic
f362b95616
Merge pull request #2928 from realthunder/PathFix
...
Path: fix b-spline discretization problem
2020-01-25 17:21:39 -06:00
wmayer
26aed44d4f
Gui: activate ProgressDialog
2020-01-25 16:31:30 +01:00
wmayer
4b85928b6c
Gui: [skip-ci] fix several problems with ProgressBar when using in a thread because the slots of its base class are invoked instead
2020-01-25 16:20:21 +01:00
wmayer
5c17f71a21
Gui: [skip-ci] rename Sequencer to SequencerBar
2020-01-25 16:06:29 +01:00
wmayer
f7d0329552
Gui: [skip-ci] allow user to sort elements in parameter editor by name/type/value
2020-01-25 15:28:38 +01:00
sliptonic
e434d1145d
Merge pull request #2932 from vocx-fc/path_python_syntax
...
Path: small fix for Python 2 syntax
2020-01-24 09:48:32 -06:00
vocx-fc
f320766f0e
Path: small fix for Python 2 syntax
2020-01-23 22:25:50 -06:00
Zheng, Lei
ec10b5e62e
Path: add some diagnostic trace in Area
2020-01-24 07:58:57 +08:00
Zheng, Lei
28b98f752c
Path: change wire discretization method used in Area
2020-01-24 07:58:41 +08:00
wandererfan
91f91f458d
[TD]support Horiz/Vert Dims in Dxf export
2020-01-23 13:46:51 -05:00
wandererfan
7b9048953f
[IMP]Support Horiz/Vert Dims in DXF export
2020-01-23 13:46:51 -05:00
wandererfan
96bdea2f5f
[TD]fix LeaderLine autoHorizontal
2020-01-22 20:23:18 -05:00
Bernd Hahnebach
9e73609518
FEM: nonlinear material, fix selection for adding one
2020-01-22 17:34:49 +01:00
wmayer
c5321691dc
Part: [skip ci] implement methods getBasisCurve of Surface of Revolution/Extrusion
2020-01-22 14:53:17 +01:00
Yorik van Havre
6fee2cda22
Start: Added settings button and allow to turn tips off
2020-01-22 12:46:45 +01:00
0penBrain
4ea3007776
[NaviCube] Add user parameter 'NaviStepsByTurn' to make customizable the rotation step increment
2020-01-22 10:28:13 +01:00
Pablo Gil
0fb698f0b8
[Stylesheets] fix vertical Selector Toolbar width
2020-01-22 10:25:37 +01:00
Pablo Gil
ce039fc00b
[Stylesheets] Missing SVG for vertical toolbars added
2020-01-22 10:25:37 +01:00
UR-0
c857dfef84
Draft: ShapeStringTaskPanel add parameter DontUseNativeFontDialog
2020-01-22 10:25:13 +01:00
Xia, Qingfeng
ebbd366996
AddonManager: add CFD inkscape icons (96DPI)
2020-01-22 10:20:19 +01:00
carlopav
887256ba31
[Draft] Edit addpoint with both chamfer and fillet enabled
2020-01-22 10:19:39 +01:00
carlopav
dc2347f271
[Draft] Edit, bugfix on addpoint to filleted polyline
2020-01-22 10:19:39 +01:00
paullee0
7a30f0e8ba
[ArchWindow] getSubVolume() Bug - When the Window is a Clone, HoleWire in original is ignored
...
getSubVolume() -
- When Windown is a Clone, HoleWire in Clone is tested
- However, if HoleWire is not set, no further check if HoleWire in Original is set
- The original code direclty check the Base's Wires BoundBox as HoleWire
2020-01-22 10:19:06 +01:00
paullee0
98dfa25def
[ArchWindow] getSubVolume() Bug - When HoleDepth is set but the Window is a Clone, no opening is created
...
getSubVolume() -
- When Windown is a Clone, no base is set
- When HoleDepth is set, no further check if there is a Clone to set its base to Clone's base
- The original code return None when no base is set
2020-01-22 10:19:06 +01:00
paullee0
a322effcef
[ArchWall] Typo
2020-01-22 10:16:54 +01:00
paullee0
d562b9f01a
[ArchWall] Use OverridenWidth/Align when ArchSketch getWidths/Aligns() not implemented
2020-01-22 10:16:54 +01:00
Yorik van Havre
a2bb3dbf26
Merge branch 'master' into DraftModifiersAppPart
2020-01-21 11:19:37 +01:00
sliptonic
65c4e1bd11
Merge pull request #2914 from sliptonic/dynapathunits
...
Fix units in dynapath post processor.
2020-01-20 11:49:26 -06:00
Bernd Hahnebach
6364d4f261
FEM: workbench gui, sort lupdate entries
2020-01-20 05:56:55 +01:00
Bernd Hahnebach
431639197d
FEM: examples, small code improvements
2020-01-20 05:56:50 +01:00
Joshua Call
1b198453b8
Remove TechDraw_Tree_Annotation.svg
...
Replace TechDraw_Tree_Annotation.svg with techdraw-annotation.svg as
discussed in forum topic
https://forum.freecadweb.org/viewtopic.php?f=34&t=42552
2020-01-19 10:07:08 -05:00
Bernd Hahnebach
bfdb124dca
FEM: ccx unit tests, sort methods by abc
2020-01-19 13:41:10 +01:00
Bernd Hahnebach
4c786b56ab
FEM: ccx unit tests, remove numbers from test names
2020-01-19 13:41:10 +01:00
Bernd Hahnebach
785e4b1ef0
FEM: ccx unit tests, improve multiple material test name
2020-01-19 13:41:10 +01:00
Bernd Hahnebach
57dcf7e23e
FEM: ccx unit tests, small code improvements
2020-01-19 13:41:10 +01:00
Bernd Hahnebach
085bce3774
FEM: ccx unit tests, add material nonlinear input file writing test
2020-01-19 13:41:10 +01:00
sliptonic
2064410da4
Merge pull request #2901 from Schildkroet/master
...
[Path] Added new feed rate (Ramp Feed Rate) option in PathDressupRampEntry.py
2020-01-18 13:28:24 -06:00
sliptonic
099d06a29c
Merge pull request #2909 from mlampert/bugfix/path-length
...
Path: Fix Path.Length calculation.
2020-01-18 13:26:10 -06:00
sliptonic
1250b38b76
Fix units in dynapath post processor.
...
Also added common args struture from linuxcnc post.
2020-01-18 13:24:20 -06:00
carlopav
44a521f7c1
[Draft] Autogroup: better support for App::Link
...
https://forum.freecadweb.org/viewtopic.php?f=23&t=40400&start=30#p360248
Reference to forum topic.
small fix
small fix
2020-01-18 17:51:21 +01:00
sliptonic
ec80948e9d
Merge branch 'master' into bugfix/path-length
2020-01-18 09:46:13 -06:00