Yorik van Havre
b3d7ab7409
Merge pull request #4076 from amrit3701/bug/importing_IFC_in_CLI_linked_with_FreeCADGui_module
...
[Arch] Fixed bug: Importing IFC in Console raises error because it linked with FreeCADGui module.
2020-12-01 16:00:51 +01:00
Uwe
103086c31b
Update src/Mod/PartDesign/App/FeatureHole.cpp
...
Commit suggestion
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2020-12-01 15:17:31 +01:00
Uwe
3347bf3eda
Update src/Mod/PartDesign/App/FeatureHole.cpp
...
Commit suggestion - fixes a typo
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2020-12-01 15:17:31 +01:00
donovaly
5c5712932c
[PD] make threaded holes norm-conform
...
- the diameters of holes for threaded holes were only norm-conform for metric fine
- add missing UNC/F/EF sizes
- add a clearance diameter
2020-12-01 15:17:31 +01:00
Łukasz Stelmach
d1aa56e6b1
Start: encode basename to avoid crashes on non-ascii file names
2020-12-01 14:56:38 +01:00
luz paz
3830b562d5
FEM: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the FEM Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
69ff55c8a4
Image: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Image Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
cc97a3a757
Import: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Import Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
1e91b9fb45
Inspection: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Inspection Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
67890c94f1
Surface: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Surface Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
5583313828
Path: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Path Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
b4ea8991fc
Points: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Points Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
3830e99110
ReverseEngineering: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the ReverseEngineering Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
786d84d288
Spreadsheet: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Spreadsheet Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
a65b3788c6
PartDesign: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the PartDesign Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
fb5ca272b1
Part: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Part Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
89664642fb
TD: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the TechDraw Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
7bf395bda6
Sketcher: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Sketcher Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
763e48f5e9
MeshPart: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the MeshPart Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
7dd0601f82
Mesh: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Mesh Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
wmayer
04f85c56fe
TechDraw: [skip ci] fix -Winconsistent-missing-override
2020-12-01 14:45:26 +01:00
Aapo
66d5bff409
[TD] Add comments and more transparent tolerance position adjustment calculation.
2020-12-01 14:37:39 +01:00
aapo-aapo
32f3e72682
Update src/Mod/TechDraw/Gui/QGCustomText.cpp by compacting boundingRect()
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2020-12-01 14:37:39 +01:00
Aapo
08179e3ce3
[TD] Make dimension number graphical layout more compact by making boundingRect() tighter for dimension number labels.
2020-12-01 14:37:39 +01:00
luz paz
f5cb9e72a5
Points: Add new icons to the Gui
2020-12-01 13:37:53 +01:00
luz paz
5e0bd097fc
Points: link to icons from said commands
2020-12-01 13:37:53 +01:00
luz paz
f2593e317e
Points: Add Point icons designed by @bitacovir
...
Add Convert, Merge, and Structure Point WB command icons + register them in the PointsWB Resources file. Icons were designed by bitacovir in the UI/UX subforum.
2020-12-01 13:37:53 +01:00
Russell Johnson
3cc32fc991
Path: Delete unnecessary comment block
2020-11-30 21:09:58 -06:00
Russell Johnson
50ad479bfb
Path: Replace all-caps variable name
2020-11-30 21:09:58 -06:00
Russell Johnson
b0916dd6bc
Path: Simplify ActiveDocument references
2020-11-30 21:09:58 -06:00
Russell Johnson
ad6645f492
Path: Fix rotational errors and organize/simplify some rotational code
...
Fix rotational alignment and drilling depth issues for rotational drilling ops.
Issues identified in forum at https://forum.freecadweb.org/viewtopic.php?style=3&f=15&t=52262 .
Path:
2020-11-30 20:57:25 -06:00
Russell Johnson
ce65794a10
Path: Clean up comments and simplify one code block
2020-11-30 20:57:25 -06:00
Russell Johnson
0a59b5307c
Path: Synchronize methods with same in PathAreaOp module
...
The affected methods exist in the PathAreaOp module. This commit synchronizes the versions here with those.
2020-11-30 20:57:25 -06:00
Russell Johnson
6bbc56cd4b
Path: Apply the user's Final Depth value
2020-11-30 20:57:25 -06:00
sliptonic
ad182f01df
fixup vcarve threshold
2020-11-30 15:43:07 -06:00
sliptonic
411562361b
fix ui bugs
2020-11-30 15:35:30 -06:00
sliptonic
8254244f4b
Fix help text for filter control
2020-11-30 15:35:30 -06:00
sliptonic
daea1f53da
[path] make toolbit reject invalid filenames
...
help user create toolbit working location
2020-11-30 15:32:28 -06:00
wmayer
0e5cbf5298
Py2/Qt4: fix build failures and warnings
2020-11-30 19:05:37 +01:00
Bernd Hahnebach
1ccdab3c5d
FEM: gmsh task panel, fix regression added with 692358ea8cfa
2020-11-30 11:53:17 +01:00
wmayer
218fe1ecd5
Part: [skip ci] add GeomAdaptor.hxx to PCH
2020-11-29 00:12:59 +01:00
luz paz
abf4c92280
Spreadsheet: Fix header uniformity + trailing whitespace
...
[skip ci]
2020-11-27 19:39:06 +01:00
luz paz
096a172137
ReverseEngineering: Fix header uniformity + trailing whitespace
...
[skip ci]
2020-11-27 19:38:19 +01:00
wmayer
c9f03804ed
Part: [skip ci] fixes #0004169 : DatumPoint at the intersection of a DatumPlane and DatumPoint not working correctly
2020-11-27 19:10:22 +01:00
Abdullah Tahiri
1ff48ea432
Revert "Sketcher: Solver Interface - Treat length equality parameter as a driven parameter to enable redundant constraint reporting"
...
This reverts commit 34403fa31fa39ae4ac30732a2530e967be275940.
2020-11-27 18:30:39 +01:00
Abdullah Tahiri
89ac202e0e
Sketcher: Solver Interface - Treat length equality parameter as a driven parameter to enable redundant constraint reporting
2020-11-27 14:31:54 +01:00
Yorik van Havre
54c52a6128
Arch: Added .ifcjson export type
2020-11-27 13:09:34 +01:00
Yorik van Havre
216a25755b
Arch: Fixed regression in structures
2020-11-26 13:47:55 +01:00
Bernd Hahnebach
8744ee985a
FEM: small code change to get lgtm quit
2020-11-26 09:07:47 +01:00
Bernd Hahnebach
fbb3664380
FEM: dummy usage of some vars for flake8 no longer needed
2020-11-26 09:07:39 +01:00