sliptonic
da198bba25
Merge pull request #7599 from sliptonic/codespell
...
fix codespell warnings
2022-10-17 10:35:00 -05:00
jim
e789e73d1f
fix whitespace and add comments
2022-10-17 11:15:09 -04:00
jim
fe165ea3da
increase the height FreeType uses to draw glyphs in order to preserve precision of very fine features when converted to FC wires. scale the result back down appropriately.
2022-10-17 11:15:09 -04:00
Yorik van Havre
1ae780d3b1
Merged crowdin translations
2022-10-17 15:12:16 +02:00
Yorik van Havre
f249cabb77
Merge pull request #7611 from Roy-043/Draft-Escape-should-not-switch-off-continue-mode
...
Draft: Escape should not switch off continueMode
2022-10-17 14:47:41 +02:00
Yorik van Havre
0e23f19fbe
Merge pull request #7608 from Roy-043/Draft-fix-path-array-float-math-issue
...
Draft: Fix path array float math issue
2022-10-17 14:44:04 +02:00
Yorik van Havre
d50f062e34
Updated ts files
2022-10-17 11:18:07 +02:00
Uwe
d11ed8fb80
[FEM] HypothesisPy: add inclusion comment
...
- add comments to avoid in future cases like this: https://github.com/FreeCAD/FreeCAD/issues/7585#issuecomment-1280170176
- also include explicitly SMESH_Version.h as safe guard in case HypothesisPy.h might in future be included in a different position
2022-10-17 04:12:07 +02:00
Uwe
15929073ca
[Sketch] TaskSketcherGeneral.ui: add missing stdset
...
- were strangely removed by out sort_ui.py script but are of course important
2022-10-17 02:51:25 +02:00
Uwe
45702c32af
[Sketch] TaskSketcherGeneral.ui: fix compiler warning
...
- problem was the customwidget declaration
- the other changes were made by Qt's designer and our sort_ui.py script
2022-10-17 02:36:33 +02:00
Uwe
a868f12b2a
Revert "[Sketch] TaskSketcherGeneral: restore wording of FC 0.20"
...
This reverts commit d38f4f6fd230f8346ebe2e264a078b003945c9e2.
2022-10-17 02:31:08 +02:00
wandererfan
47db16d521
[TD]update export icons
2022-10-16 07:55:35 -04:00
Ajinkya Dahale
c624d40476
[Sketcher] Allow driving constraint on construction geometry
...
Fixes issue #7442 .
Also, the following commits are squashed into this one:
[Sketcher] Remove unnecessary variables
[Sketcher] Use `setDriving` within `toggleDriving`
Suggestion courtesy @0penbrain.
[Sketcher] Remove redundant check: `SketchObject::testDrivingChange`
`GeoEnum::GeoUndef = -2000` so checking if it's `< 0` is redundant.
2022-10-16 11:20:15 +02:00
Uwe
40ba59fc4f
[Part] remove now obsolete code for Visual Studio compiler
...
- see the discussion in https://github.com/FreeCAD/FreeCAD/pull/7241
2022-10-16 11:17:01 +02:00
flachyjoe
e248e3ef00
[Start] Fix New document name translation
...
Fix FreeCAD-translations/issues/198
2022-10-16 02:55:01 +02:00
Uwe
58641334b6
[FEM] HypothesisPy.cpp: fox compiler warning
...
- see https://forum.freecadweb.org/viewtopic.php?p=633192#p633192
2022-10-15 19:11:06 +02:00
Roy-043
9351bbe7bf
Draft: Escape should not switch off continue mode
2022-10-15 12:14:51 +02:00
Uwe
e259f12dfb
[Sketch] TaskSketcherGeneral: restore wording of FC 0.20
...
- see https://forum.freecadweb.org/viewtopic.php?p=633198#p633198
- also fix problem with wrong custom widget definition (kindly automatically fixed by Qt's designer)
2022-10-15 04:50:50 +02:00
Roy-043
71e3fa5609
Draft: Fix path array float math issue
2022-10-14 21:08:29 +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
sliptonic
e058eb6173
Typo in Adaptive test
2022-10-13 14:09:51 -05:00
wmayer
9f8cfe22f8
App: add tests for cell rows and absolute cells
2022-10-13 20:16:48 +02:00
sliptonic
0d3ce2cba2
fix codespell warnings
2022-10-12 10:00:33 -05: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
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