Commit Graph

22377 Commits

Author SHA1 Message Date
Roy-043
72e91dbbca Draft: Fix Draft_WorkingPlaneProxy ignores Auto Working Plane 2022-05-04 20:56:06 +02:00
wmayer
dc53e6dce1 App: fix restoring the attributes of a dynamic property
For more details see: https://forum.freecadweb.org/viewtopic.php?p=591465#p591465
2022-05-03 16:52:54 +02:00
wmayer
b160d9b7e0 Test: [skip ci] add unit tests for Prop_None and Prop_Output 2022-05-03 11:46:04 +02:00
Yorik van Havre
583916a2e5 Merge pull request #6820 from 0penBrain/startPage
[Bugfix] Prevent start page loading to fail if WB doesn't define an icon
2022-05-03 10:18:17 +02:00
Wanderer Fan
ccc8ac65c5 [TD]fix X,Y change propagation
- X,Y changes to object1 were not propagated to
  object2 linked by expression
2022-05-02 17:51:51 -04:00
wmayer
afebe07514 Part: optimize hasShapesInSelection() by avoiding performing a possibly expensive transformation
See also: https://forum.freecadweb.org/viewtopic.php?p=592445#p592445
2022-05-02 17:19:49 +02:00
sliptonic
ea5f3eb68e Merge pull request #6813 from Russ4262/fix/rrf_post
Path: Add missing post-processor modules [bug]
2022-05-02 09:16:36 -05:00
0penBrain
6ab0ba073d [Bugfix] Prevent start page loading to fail if WB doesn't define an icon 2022-05-02 14:30:24 +02:00
Yorik van Havre
e8c8c335d4 Merge pull request #6814 from Roy-043/Draft-fix-2-gui_groups-translation-issues
Draft: fix 2 gui_groups.py translation issues
2022-05-02 14:06:55 +02:00
luz paz
21d0e10367 Mesh: fix grammatical issue in console message string
[skip ci]
2022-05-01 23:19:40 +02:00
Ajinkya Dahale
40083d2b85 [FEM] Expand Add/Remove buttons in constraint tasks
Minor UI improvement. The behavior had changed when the buttons were changed
from `QPushButton` to `QToolButton` in c558fc7195.
2022-05-01 12:01:31 +03:00
Roy-043
868b5f1a1c Draft: fix 2 gui_groups.py translation issues 2022-04-30 21:40:34 +02:00
Russell Johnson
a27836d82d Path: Exclude dumper and example posts
Do not ship these two.  They are intended for devs working with source code.
2022-04-30 13:55:44 -05:00
Russell Johnson
62851568fa Path: Add missing post-processor modules
Add entries for missing post-processor modules so they are shipped with FreeCAD.
2022-04-30 07:55:55 -05:00
wmayer
d2253c7be4 Part: in TopoShape::transformGeometry convert OCC exception into Base exception
The conversion is needed because TopoShape::transformGeometry reimplements ComplexGeoData::transformGeometry and is called in the core system
2022-04-29 15:37:44 +02:00
wmayer
b22424ee9b Part: handle exception of makeGTransform in _makeTransform 2022-04-29 15:15:51 +02:00
wmayer
cb7d7d27a2 Part: adjust TopoShape::transformGShape() to reduce code duplication of TopoShape::makeGTransform
Revert changes of a96d356afb as otherwise there is no way to handle a failure in client code
2022-04-29 14:57:05 +02:00
wmayer
cd65de7e44 Base: fix conversion from Placement to Matrix
See also: https://forum.freecadweb.org/viewtopic.php?f=3&t=61000
2022-04-29 13:45:50 +02:00
Roy-043
a222bc6782 Draft: Fix Draft_Snap_Intersection for self-intersecting objects 2022-04-29 14:20:15 +03:00
wmayer
5ed2850a03 FEM: work around a crash with vtk9 on export of a vtkUnstructuredGrid 2022-04-28 23:14:51 +02:00
wmayer
0d0bd1168b Mesh: handle exceptions when running FreeCAD in headless mode 2022-04-28 12:58:58 +02:00
wmayer
a96d356afb Part: handle OCC exception inside TopoShape::makeGTransform
For more details about the problems an unhandled exception will cause see: https://forum.freecadweb.org/viewtopic.php?f=3&t=61000
2022-04-27 18:39:55 +02:00
Zheng, Lei
3ef438eaf0 Fix mixed line endings 2022-04-26 12:52:55 -05:00
sliptonic
2753dd4ca7 Merge pull request #6795 from LarryWoestman/master
Path:  Added a missing "continue" to PathPost.py.
2022-04-26 09:20:02 -05:00
marioalexis
1ba78b7e72 Part: Use regex to match names in ViewProviderPartExt::getDetail 2022-04-26 11:58:45 +02:00
Chris Hennes
e634921a4c Addon Manager: Fetch allowed py packages from Github repo 2022-04-26 00:23:50 -05:00
LarryWoestman
68d9afa58e Added a missing "continue". 2022-04-25 19:25:03 -07:00
Russell Johnson
f65b924ed4 Path: Update translated message syntax 2022-04-25 17:39:14 -05:00
wmayer
3f89b656e4 Test: [skip ci] add missing unit test for PR #6787: fix property conflict in App::Link restore 2022-04-25 14:50:47 +02:00
Roy-043
fb85a2c93b Draft: Restore DontUseNativeDialog after ShapeString edit 2022-04-25 00:48:28 +02:00
Wanderer Fan
d36cbb522a [TD]fix ExtendShorten handling of CenterLine 2022-04-23 18:43:27 -04:00
Wanderer Fan
abd8e3a46e [TD]fix ExtendLine changes CenterLine
- extendShortenLine converts CenterLines to CosmeticEdges
2022-04-23 18:43:27 -04:00
Ajinkya Dahale
a59dac1675 [PD] Do both fuse and cut in FeatureTransformed if applicable 2022-04-23 17:55:18 +02:00
marioalexis
22fe0d62fd Part: Add functions to replace indentical code structure in TopoShapePyImp.cpp 2022-04-23 16:40:48 +02:00
marioalexis
817063290a Part: Clean up code in TopoShapePyImp.cpp 2022-04-23 16:40:48 +02:00
Zheng, Lei
5ec19fc5a1 Reduce debug log output 2022-04-23 16:21:49 +02:00
Wanderer Fan
30faedfce2 [TD]fix GeomHatch change file name 2022-04-23 10:00:02 -04:00
Zheng, Lei
f8ae185c15 Spreadsheet: improve efficiency when pasting many cells 2022-04-22 12:28:56 -05:00
Zheng, Lei
bc1f5498a9 Spreadsheet: do not copy empty cell
Because pasteCells() will clear empty cells in selected range
2022-04-22 12:28:56 -05:00
Zheng, Lei
070bdf5b4c Spreadsheet: do not create string property for empty cell
Otherwise may cause massive slow down when, for example, the user
changes the entire row/column color, which results in large amount of
empty cells.
2022-04-22 12:28:56 -05:00
Yorik van Havre
20f4195039 Arch: Fixed duplicate UIDs in IFC export 2022-04-22 12:03:40 +02:00
Yorik van Havre
a4a0d11eca Merged crowdin translations 2022-04-21 14:18:33 +02:00
Yorik van Havre
0045c8facd Merge branch 'master' of github.com:FreeCAD/FreeCAD 2022-04-21 14:18:17 +02:00
Yorik van Havre
080f421448 Merge pull request #6749 from marioalexis84/draft-set_wp
Draft: Fix orientWP method used by in Draft_Line command
2022-04-21 14:04:03 +02:00
Yorik van Havre
eae87882cb Updated ts files 2022-04-21 14:00:58 +02:00
Roy-043
7cf1d7b582 Draft: Fix Angle Lock
Fix problem with self.angle = None.
2022-04-21 12:17:42 +02:00
Ajinkya Dahale
4358a9ba70 [PD] Delete "Overlap" property for FeatureTransformed
This property became redundant after 5ab7d17f67.
2022-04-21 01:21:59 +02:00
marioalexis
e62496b636 Draft: Fix orientWP method used by in Draft_Line command 2022-04-20 14:12:26 -03:00
wmayer
1a7b2279b7 PD: [skip ci] fixes #6762: Involute gear tool duplicated in the menu 2022-04-19 17:38:53 +02:00
wmayer
922ce46506 Gui: add convenience functions to SelectionFilterGate 2022-04-19 15:04:14 +02:00