Yorik van Havre
08e226df25
Merge pull request #4456 from donovaly/TD-balloon-drag
...
[0.19] [TD] fix dragging of balloons
2021-02-18 15:48:58 +01:00
Yorik van Havre
a399312750
Merge pull request #4470 from mnesarco/master
...
Icons for Marz, ExtMan, MnesarcoUtils Workbenches
2021-02-18 15:47:47 +01:00
Yorik van Havre
7c3911f61b
Merge pull request #4479 from Roy-043/ArchRoof-compatibility-fix-2
...
[Arch] ArchRoof: Improved compatibility fix
2021-02-18 15:46:52 +01:00
donovaly
190ddd941e
QGIViewBalloon.cpp: a fix as suggested
2021-02-18 01:41:23 +01:00
sliptonic
7c2962e119
Fix unit test with property name sanitize.
2021-02-17 18:39:15 -06:00
sliptonic
097b2c982e
Fixes #4555
2021-02-17 17:21:50 -06:00
sliptonic
f369260452
fix lgtm error
2021-02-17 17:21:50 -06:00
sliptonic
af721d6f08
fix typos
2021-02-17 17:20:19 -06:00
sliptonic
b7eac5df49
fix #4572
2021-02-17 17:20:19 -06:00
sliptonic
90b8a7b45a
remove deprecated preference setting
2021-02-17 17:20:19 -06:00
Roy-043
9a444671b7
[Arch] ArchStructure.py wrongly used Part.Line (endless line) to close a wire.
2021-02-17 23:29:01 +01:00
Roy-043
30c4c58f0b
[Arch] ArchRoof: Improved compatibility fix
...
The check if a relative profile in turn references a relative profile has been improved. Added: run or angle of profilRel must be zero.
2021-02-17 21:35:51 +01:00
davidmubernal
da990fd51d
Addon Manager: Add MakerWorkbench icon
2021-02-17 17:12:08 +01:00
Chris Hennes
dc0d4e4a02
[TD] Fix error in editable status of DOCUMENT_TYPE
...
All of the TechDraw ISO7200_Pep templates so that the DOCUMENT_TYPE area is
fully editable, allowing the user to overwrite the default contents entirely
instead of just adding to it.
2021-02-17 16:01:44 +01:00
wmayer
313fc6294f
PD: [skip ci] fix typo in comment
2021-02-17 15:55:47 +01:00
marioalexis
8b8b12b646
FEM: Fix typo in filter function tooltip
2021-02-17 15:54:17 +01:00
wmayer
2661e0ea47
PartDesign: [skip ci] make base object visible again if initial additive helix fails to recompute
2021-02-17 13:33:02 +01:00
David Osterberg
8e16225b03
PartDesign: Helix: fix preview
2021-02-17 13:19:06 +01:00
Frank D. Martinez M
c5ebb6dd58
AddonManager: Added icons for Marz, ExtMan, MnesarcoUtils workbenches
2021-02-16 14:50:12 -05:00
sliptonic
87b6a42f13
Merge pull request #4440 from mlampert/bugfix/path-invalid-base-geometry-robustness
...
[Path]: bugfix/invalid base geometry robustness
2021-02-16 09:27:06 -06:00
sliptonic
61824e80f3
Update PathOp.py
...
fix typo
2021-02-16 09:25:59 -06:00
Bernd Hahnebach
a62b5b314b
FEM: code formatting, revert parts of commit f4a65dcbb6
2021-02-16 16:17:47 +01:00
sliptonic
fc1f611a18
Merge pull request #4467 from mlampert/bugfix/cleanup-redundant-check
...
[Path]: bugfix PVS detected redundant check
2021-02-16 09:02:09 -06:00
Markus Lampert
cff02d85de
Fixed angle detection
2021-02-15 23:23:16 -08:00
donovaly
da4f6cecc8
QGIViewBalloon.cpp: code simplification
2021-02-16 01:51:43 +01:00
mlampert
eae5826d93
Merge branch 'master' into bugfix/toolbit-properties-alignment
2021-02-15 16:03:28 -08:00
mlampert
04fb966d69
Merge branch 'master' into bugfix/path-invalid-base-geometry-robustness
2021-02-15 16:01:48 -08:00
donovaly
1061c0ed85
[TD] fix dragging of balloons
...
as reported in https://forum.freecadweb.org/viewtopic.php?f=10&t=55109&start=30#p478147
dragging a balloon pollutes the undo steps destroying working with undo and drawings.
2021-02-15 22:28:13 +01:00
Markus Lampert
35c1a005f1
Fixed TC creation from templates if legacy tools are enabled.
2021-02-15 22:15:17 +01:00
Markus Lampert
522734eb3c
Removed obsolete preference api
2021-02-15 22:15:17 +01:00
mlampert
ec89caacd1
Merge branch 'master' into bugfix/toolbit-properties-alignment
2021-02-15 12:22:13 -08:00
Markus Lampert
41de35c456
Only use IconViewProvider in PathStock when required.
2021-02-15 12:21:33 -08:00
Syres916
4d3ecdab68
Added missing </a> as per review
2021-02-15 20:12:39 +01:00
Syres916
baf5e5398e
[Start] Enable hyperlink for installed Addons
...
as per discussion https://forum.freecadweb.org/viewtopic.php?f=8&t=55623
2021-02-15 20:12:39 +01:00
David Osterberg
7803740edd
PartDesign: Subtractive Loft. Raise error when base is null.
...
Previously Subtractive loft would create a shape if there is no base
object. This is because the code is shared with Additive Loft, where
that is the right thing to do. Now we check for this, and return error
if there is nothing to subtract from.
2021-02-15 19:50:51 +01:00
sliptonic
48dc4063f8
Merge pull request #4387 from mlampert/feature/add-experimental-features-to-preferences
...
[Path]: Expose experimental feature flag in preferences - with warning.
2021-02-15 10:09:53 -06:00
sliptonic
ab186aa05a
Merge pull request #4433 from J-Dunn/master
...
[PATH] fix conecutter core dumps #4561
2021-02-15 10:03:09 -06:00
David Osterberg
1d0466d6f2
PartDesign: Improve Helix parameter proposals
...
The previous initial proposed parameters could cause self intersection
when the user switches axis
2021-02-15 16:48:42 +01:00
Bernd Hahnebach
8d2b4d635f
FEM: code formatting, pep8
2021-02-15 16:13:44 +01:00
Bernd Hahnebach
1f5acbf6b1
FEM: material task panel, fix edition of Poisson Ratio
2021-02-15 16:13:38 +01:00
Bernd Hahnebach
2cc764f5ca
Arch: add BIM_Classification command before make use of it
2021-02-15 16:13:30 +01:00
Yorik van Havre
686df593ea
Draft: Applied patch from nahshon - fixes misc errors from translation fixes
2021-02-15 15:50:45 +01:00
Yorik van Havre
070b5560d0
Merge pull request #4449 from paullee0/ArchSectionPlane_BugFixes_01
...
[ArchSectionPlane] Fix Swing for Windows(Doors) Link in ArchView/TD
2021-02-15 13:25:36 +01:00
Yorik van Havre
47c52cf051
Merge pull request #4434 from Roy-043/Arch_Fix_ArchPipe
...
[Arch] Fix for ArchPipe: getProfile returned Shape instead of Wire
2021-02-15 13:24:28 +01:00
Markus Lampert
a058d1c482
Only import icon view provider in job if required.
2021-02-15 00:16:39 -08:00
Markus Lampert
7da5c447e4
Load PathGui for property bag view provider to function properly
2021-02-14 23:21:10 -08:00
Markus Lampert
6516168c4b
Fixed property bag view provider and consolidated chamfer tool
2021-02-14 23:21:10 -08:00
mlampert
cc62aff0ae
Merge branch 'master' into bugfix/path-invalid-base-geometry-robustness
2021-02-14 18:16:12 -08:00
mlampert
ff01e4f4a8
Merge branch 'master' into feature/add-experimental-features-to-preferences
2021-02-14 17:54:04 -08:00
sliptonic
62ed39e010
Merge pull request #4443 from mlampert/bugfix/deburr-offset-part
...
[Path]: Added support for Part.OffsetCurve to flipEdge.
2021-02-14 17:36:01 -06:00