Abdullah Tahiri
2ae7cc4a94
Sketcher: PlaneGCS C-lang formatting
...
====================================
As per:
https://forum.freecad.org/viewtopic.php?t=77205
Please use pre-commit as described in:
https://github.com/FreeCAD/DevelopersHandbook/blob/master/gettingstarted/index.md#setting-up-for-development
2023-05-20 07:55:05 +02:00
Chris Hennes
ad8a4376c8
Gui: Move C++ pref pages to QObject context
2023-05-19 20:54:27 -05:00
Chris Hennes
0100e8f843
Gui: Correct translation context of pref pages
...
Preference page title strings must be in QObject
2023-05-19 20:46:12 -05:00
Chris Hennes
4888a28f7d
Merge pull request #9612 from chennes/addonmanagerVersionErrorHandling
...
Addon Manager: Improve error handling for Version
2023-05-19 18:08:14 -05:00
wandererfan
6a7b04a441
[TD]fix fail on bad selection ( #9598 )
2023-05-19 19:07:48 -04:00
wandererfan
766a04e26e
[TD]cleanup debug messages
2023-05-19 19:07:48 -04:00
Chris Hennes
b0090a7890
Addon Manager: Improve error handling for Version
2023-05-19 17:17:29 -05:00
Chris Hennes
e87555bdfb
Merge pull request #9610 from chennes/openscadWordingTweak
...
OpenSCAD: Minor wording tweak in preferences
2023-05-19 10:25:29 -05:00
Chris Hennes
bd1685d107
OpenSCAD: Minor wording tweak in preferences
2023-05-18 21:58:08 -05:00
Chris Hennes
ca2be49541
Addon Manager: Minor linguistic fixes
2023-05-18 21:49:41 -05:00
Chris Hennes
c78ed2829f
Path: Misc. minor string cleanup
2023-05-18 21:33:46 -05:00
Chris Hennes
89214499d5
Path: Remove HTML where not needed
2023-05-18 20:44:00 -05:00
Chris Hennes
0b41c4a8a8
Update translations
2023-05-18 07:49:08 -05:00
Chris Hennes
770b002a1a
Addon Manager: Fix typo
2023-05-17 17:01:17 -05:00
Roy-043
a23142881a
Draft: Draft_Move continue mode failed with numeric input ( #9597 )
2023-05-17 18:56:36 +02:00
Roy-043
9a219e03a6
Draft: ShapeString: use FaceMakerBullseye instead of current face algo ( #9593 )
2023-05-17 18:19:00 +02:00
Abdullah Tahiri
d4d5aaf306
Skecher: Rendering order
...
========================
Recently the rendering order functionality was temporarely removed, as it interferred with the development of visual layers.
However, the release comes before visual layers are finished and can provide such functionality.
This commit reintroduces the functionality for the release.
2023-05-17 16:29:34 +02:00
Abdullah Tahiri
bb5d09ff9b
Sketcher: RenderingOrder resources and icons
2023-05-17 16:29:34 +02:00
Abdullah Tahiri
8b9096ede1
Sketcher: New edit tools toolbar
...
================================
Move Grid and Snap to edit tools
2023-05-17 16:29:34 +02:00
Chris Hennes
f90aed491e
Sketcher: Translate context menu 2
2023-05-17 14:43:57 +02:00
Chris Hennes
ff989512e5
Sketcher: Translate context menu
2023-05-17 14:43:57 +02:00
0penBrain
719339657d
Sheet: display an error in console when a cyclic dependency is detected
2023-05-17 10:09:41 +02:00
Roy-043
ea35f0f003
Arch: endpoint after Wall length change was not in local sketch coords ( #9592 )
2023-05-16 21:24:16 +02:00
Yorik van Havre
b777c12b53
Arch: Minor fix to IFC exporter
2023-05-16 15:25:53 +02:00
Yorik van Havre
22226b31c1
Arch: Fixed SVG fill - fixes #6208
2023-05-16 12:27:59 +02:00
Abdullah Tahiri
2eb7badb1e
Fem: Remove Unused variable
2023-05-16 08:29:28 +02:00
wmayer
0460563da0
Part: fixes #9549 : Part Fuse not working inside Part container
2023-05-15 23:40:51 +02:00
wandererfan
8eeb095fcc
[TD]fix direction precision error #9572
2023-05-15 10:13:42 -04:00
sliptonic
50056462d3
Merge pull request #9554 from wwmayer/issue_9403
...
Path: fixes #9403 : Memory leak in Path
2023-05-15 06:32:11 -05:00
Florian Foinant-Willig
e69e9019df
Sketcher: fix Circle to Line distance constraint display
2023-05-15 12:14:21 +02:00
Yorik van Havre
a892de5fc6
Merge pull request #9530 from yorikvanhavre/draft-svg-dashes
...
Draft: Better svg linestyle settings - fixes #6733
2023-05-15 11:38:49 +02:00
Yorik van Havre
2b50bb599d
Merge pull request #9537 from yorikvanhavre/start-fix
...
Start: Fixed loading from custom folder
2023-05-15 11:35:46 +02:00
Yorik van Havre
2f84ae9bc3
Merge pull request #9545 from yorikvanhavre/draft-dxf-legacy
...
Draft: Indicate which DXF pref option is for legacy importer/exporter only
2023-05-15 11:35:15 +02:00
sliptonic
c33588be3e
Merge pull request #9563 from Ondsel-Development/VariousFixes
...
Minor bug fixes for path sanity
2023-05-14 19:25:51 -05:00
Florian Foinant-Willig
6de3c5833f
Sketch: Fix Point to Line constraint display
2023-05-14 21:37:21 +02:00
Abdullah Tahiri
f4c1a7c3f5
Solver: Fix Circle-To-Line differentials
2023-05-14 21:15:46 +02:00
Roy-043
4b358f643c
Draft: Draft_SetStyle tooltip tweak ( #9564 )
...
The Annotations button applies to labels as well.
2023-05-14 10:20:03 +02:00
Yorik van Havre
c4a6b3a017
Draft: Skip SVG import DPI dialog if a unit is specified in the file - fixes #6653 ( #9533 )
2023-05-13 21:18:59 +02:00
Yorik van Havre
d90c81bc7b
Draft: Added dim overshoot parameters to Style task dialog ( #9514 )
...
* Draft: Added dim overshoot parameters to Style task dialog - fixes issue #9507
* Draft: additional fixes to styles task dialog
2023-05-13 21:01:51 +02:00
Yorik van Havre
7e357513bd
Draft: Support group styles in SVG import - fixes #6900 ( #9522 )
...
* Draft: Support group styles in SVG import - fixes #6900
* Draft: SVG importer - apply styleto polylines
2023-05-13 21:01:04 +02:00
sliptonic
2bd035f1d3
Make Sanity not experimental
2023-05-13 10:30:37 -05:00
luzpaz
9ce14bd93b
Fix FEM_ClippingPlaneAdd.svg ( #9550 )
...
SVG was incorrectly edited in a previous commit.
Fixes #9550
2023-05-13 09:26:45 -04:00
sliptonic
03b34e074b
turn off logging
2023-05-13 08:24:34 -05:00
sliptonic
029e20ea40
Merge pull request #9506 from Ondsel-Development/leadinoutwork
...
[Path] cleanup leadinout
2023-05-13 07:41:19 -05:00
sliptonic
572b40b972
remove dependency on robot
2023-05-12 13:39:48 -05:00
sliptonic
18c5ac1f09
cleanup leadinout
...
checkpoint
2023-05-12 11:55:22 -05:00
sliptonic
3375ad530f
fix filename generation for Sanity
...
Move this out as an experimental feature
2023-05-12 09:20:44 -05:00
Chris Hennes
0a755e2b3d
Merge pull request #9496 from chennes/pathToolController
2023-05-12 07:59:36 -05:00
wmayer
86e56ec842
fixes #9134 : Points Merge doesn't keep Color information
2023-05-12 13:12:14 +02:00
wmayer
c242b5de5b
Path: fixes #9403 : Memory leak in Path
2023-05-12 10:43:29 +02:00