Commit Graph

30667 Commits

Author SHA1 Message Date
Roy-043
71e3fa5609 Draft: Fix path array float math issue 2022-10-14 21:08:29 +02:00
wmayer
9f7f8d0f4a App: [skip ci] use curly braces for if/else-statements and for loops 2022-10-14 13:55:11 +02:00
Uwe
8a18c84143 [FEM] commands.py: reformat a string
- just to be consistent with other strings (found by reviewing https://github.com/FreeCAD/FreeCAD-translations/issues/197)
2022-10-14 02:12:00 +02:00
wmayer
9f8cfe22f8 App: add tests for cell rows and absolute cells 2022-10-13 20:16:48 +02:00
Yorik van Havre
2165dfdd27 Merge pull request #7598 from luzpaz/README-logo-fix
[skip ci] README: fix broken link to FC logo
2022-10-12 16:21:26 +02:00
sliptonic
0c12216bce Merge pull request #7440 from mlampert/refactor/path-module-naming-cleanup
[PATH]: Refactor/path module naming cleanup
2022-10-12 09:14:39 -05:00
luz paz
d18bd2832c [skip ci] README: fix broken link to FC logo
Closes #7595  
Migrated from markdown link to HTML. Added a hyperlink to homepage as well.
2022-10-12 09:18:35 -04:00
Yorik van Havre
ee358fd53f Merge pull request #7597 from Roy-043/Draft-Point-array-Take-placement-of-point-object-into-account-and-accept-more-point-object-types
Draft: Point array: Take placement of point object into account and accept more point object types
2022-10-12 15:03:46 +02:00
Yorik van Havre
1003bf6216 Merge pull request #7590 from Roy-043/Draft-Fix-alignment-of-angular-dimension-arrows-in-svg.py
Draft: Fix alignment of angular dimension arrows in svg.py
2022-10-12 15:02:15 +02:00
Roy-043
69d4c647c0 Draft: Point array: Take placement of point object into account and accept more point object types 2022-10-12 11:18:12 +02:00
Markus Lampert
1953338bd1 Skip legacy tools in job templates and emit error msg 2022-10-11 21:43:09 -07:00
Markus Lampert
cfe4dc4317 Added property details if value assignment fails 2022-10-11 21:43:09 -07:00
Markus Lampert
3c44647972 Full recompute on test file 2022-10-11 21:43:09 -07:00
Markus Lampert
b2d23a7001 Fixed property bag editor to cancel if no name is given and OK is pressed 2022-10-11 21:43:09 -07:00
Markus Lampert
72f85f6873 Fixed refactor import issue 2022-10-11 21:43:09 -07:00
Markus Lampert
83177edcbf Convert usage of PathStop to Path.Op.Gui.Stop 2022-10-11 21:43:09 -07:00
Markus Lampert
8448b69cf3 Fix Path::Feature object check 2022-10-11 21:43:09 -07:00
Markus Lampert
1105403c67 Fixed unit test files by re-creating the appropriate jobs 2022-10-11 21:43:09 -07:00
Markus Lampert
38a7826dde Fixed merge issues 2022-10-11 21:43:09 -07:00
Markus Lampert
93af3a13e5 Fix SurfaceSupport for new Path source structure 2022-10-11 21:43:09 -07:00
Markus Lampert
134a1c35ba Added missing diversion entries to cmake 2022-10-11 21:43:09 -07:00
Markus Lampert
dba0106ce0 Removing obsolete and unused files 2022-10-11 21:43:09 -07:00
Markus Lampert
6ecba4f9ee Moved remaing files out of PathScripts 2022-10-11 21:43:09 -07:00
Markus Lampert
c6c708363b Added PropertyBagGui again for backwards compatibility 2022-10-11 21:43:09 -07:00
Markus Lampert
b7afb18987 Moved generators into Path.Base.Generator module 2022-10-11 21:43:09 -07:00
Markus Lampert
a5fad7e052 Moved the rest of the operations into Path.Op (.Gui) module 2022-10-11 21:43:09 -07:00
Markus Lampert
080d708f21 Fixed refactor issues breaking unit tests 2022-10-11 21:43:09 -07:00
Markus Lampert
5ca5a94f5e Move Path.Base and Path.Base.Gui refactoring 2022-10-11 21:43:09 -07:00
Markus Lampert
f1596599ee Added PropertyBag compatibility layer to support existing ToolBits 2022-10-11 21:43:09 -07:00
Markus Lampert
9de105e597 Started moving base classes into Path.Base module 2022-10-11 21:43:09 -07:00
Markus Lampert
9ab28b4ec2 Renamed Path.Tools module to Path.Tool 2022-10-11 21:43:08 -07:00
Markus Lampert
29255f0ffd Removed deprecated and obsolete Path.Tool and Path.Tooltable 2022-10-11 21:43:08 -07:00
Markus Lampert
9b7e50ba07 Removed obsolete path profile implementations 2022-10-11 21:43:08 -07:00
Markus Lampert
45f2765418 Moved all Path operations with model and gui into Path.Op module 2022-10-11 21:43:08 -07:00
Markus Lampert
289c1f8c87 Moved dressups into Path.Dressup module 2022-10-11 21:43:08 -07:00
Markus Lampert
7fe03f2b78 Fixed PathPost when post processing is cancelled 2022-10-11 21:43:08 -07:00
Markus Lampert
20d2d4c8d0 Moved Path ToolBit and Controller into Path.Tools module 2022-10-11 21:43:08 -07:00
Markus Lampert
1d27fb00ec Moved post processing files into new Path python module 2022-10-11 21:43:08 -07:00
Markus Lampert
8c05a46174 Moved PathAdaptive into new Path.Op module 2022-10-11 21:43:08 -07:00
Markus Lampert
eeaed7363a Fixed path log unit tests 2022-10-11 21:43:08 -07:00
Markus Lampert
233c92b79e Moved PathLog to Path.Log and import it by default 2022-10-11 21:43:08 -07:00
Markus Lampert
7e643c563b Added python based Path module and pull in PathApp namespace 2022-10-11 21:43:08 -07:00
Markus Lampert
7992f3ed00 Renamed Path c++ python module to PathApp 2022-10-11 21:43:08 -07:00
Yorik van Havre
c7255bec86 Merge pull request #7591 from Roy-043/Arch-Improve-handling-of-window-hosts
Arch: Improve handling of window hosts
2022-10-11 14:25:24 +02:00
Yorik van Havre
cc352ba4a6 Merge pull request #7593 from AjinkyaDahale/techdraw-fix-snap-issue
[TD] Explicitly call `std::signbit`
2022-10-11 14:21:39 +02:00
Ajinkya Dahale
024114cb40 [TD] Explicitly call std::signbit
Snaps are failing because `signbit` isn't declared. Probably because of
42136ff0c48ae54edc48d1eff0cc9438f21e6786.
2022-10-11 11:56:40 +05:30
Ajinkya Dahale
1b7fbe087a [Sketcher] [planegcs] Add references for equations
Some equations were mentioned by just the number without telling the resource they were from. The book was found couple years ago but not mentioned here.
2022-10-11 08:07:47 +02:00
Uwe
0cf9277abf [salome] StdMeshers_CartesianParameters3D: fix a typo
- found by the spell-checker CI
2022-10-11 02:37:46 +02:00
Uwe
a25bdf15b9 use explicit prefix std:: for vectors
- also add potentially missing include
- this commit is an attempt to fix #7585
2022-10-11 01:44:24 +02:00
Roy-043
0e2b2bcf85 Arch: Improve handling of window hosts 2022-10-10 21:19:54 +02:00