ppphp
12e8fb1695
fix unique ptr usage in sketch ( #15008 )
...
* fix unique ptr usage in sketch
* [pre-commit.ci] auto fixes from pre-commit.com hooks
2024-07-08 10:53:49 -05:00
Chris Hennes
9d2c34a1c7
Sketcher: Switch SnapManager from Win-1252 to UTF-8
2024-07-08 17:51:33 +02:00
PaddleStroke
c4bf2fb1d6
Sketcher: BSpline DSH: Fix crash: If you create new sketch, start bspline tool and change mode, it would crash. It's because it was doing a abortCommand before the command was opened. So it cancelled the create sketch command.
2024-07-08 10:50:33 -05:00
PaddleStroke
1b8af95da7
Sketcher: BSpline: Fix crash when cancelled while only one point with autoconstraint.
2024-07-08 10:41:11 -05:00
wmayer
ab66e010b9
Sketcher: Handle PyException in createGeneratedAutoConstraints
...
Command::doCommand may throw an exception that isn't handled by the active sketch handler. This may leave it in an inconsistent state and can cause a crash later.
See #14945
2024-07-08 10:40:04 -05:00
wmayer
e9f3178715
MSVC: Fix warning C4005: 'NOMINMAX': macro redefinition
2024-07-05 17:04:43 +02:00
Yorik van Havre
56e46e5f4e
Translations ( #15107 )
...
* Updated ts files
* Merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-02 12:21:53 +02:00
FEA-eng
bc00409a01
Sketcher: New carbon copy icons ( #15074 )
...
* Sketcher: Delete src/Mod/Sketcher/Gui/Resources/icons/geometry/Sketcher_CarbonCopy.svg
* Sketcher: Delete src/Mod/Sketcher/Gui/Resources/icons/geometry/Sketcher_CarbonCopy_Constr.svg
* Add new carbon copy icon
* Add new carbon copy constr icon
2024-07-01 11:00:07 -05:00
Syres916
136da90645
[Sketcher] Correct default OVP and Geometry Creation colors... ( #14763 )
...
* [Sketcher] Correct default OVP and Geometry Creation colors
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-24 11:08:28 -05:00
Chris Hennes
0740d9a006
Merge pull request #14386 from maxwxyz/sketcher-draw-style
...
Sketcher: Changes override draw style when entering sketch edit mode.
2024-06-24 10:48:19 -05:00
Chris Hennes
3bf4f00092
Merge pull request #14079 from Ondsel-Development/sk_bspline_ovp
...
Sketcher: BSpline DSH: implement OVP/widget
2024-06-24 10:38:15 -05:00
CalligaroV
b8cf43424e
Sketcher: fix external edges selection
...
* fix selection from Sketcher Task Panel
* fix selection from 3D View
* Synchronize selection between Task Panel and 3D View
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-06-24 10:35:54 -05:00
Max Wilfinger
ce181eb15c
Rename OVP preference options
2024-06-23 12:29:19 -05:00
wmayer
127f935711
Fix several compiler warnings
...
* -Wmaybe-uninitialized
* -Wunused-parameter
* -Wunused-variable
* -Wnonnull
* -Wstringop-truncation
* -Wstringop-overflow
2024-06-19 21:14:23 -05:00
Alexandre Prokoudine
c9dba8a51e
Adjust names of two Sketcher tools to make their functions discoverable
...
Users report that they have a hard time figuring out that 'Array transform' does
movement/translations, and 'Polar transform' does rotation. Hence this
adjustment of their user-visible names.
2024-06-17 10:57:10 -05:00
PaddleStroke
425896108f
Sketcher: BSpline DSH: implement OVP/widget
2024-06-17 16:52:24 +02:00
PaddleStroke
0830360e1f
Sketcher: Fix circle diameter OVP
2024-06-13 14:51:48 -05:00
PaddleStroke
b6f7fe8923
Sketcher: - Give focus to the MDI so that keyboard events are caught after starting edit. Else pressing ESC right after starting edit will not be caught to exit edit mode.
...
- After tool handler is purged, give back focus to MDI to make sure VPSketch receive the keyboard event. Else if user start a tool, dismiss it with ESC, then press ESC again to exit edit mode it won't be detected.
2024-06-13 14:44:30 -05:00
PaddleStroke
74f12ec340
Sketcher: polygone DSH, typo fix
2024-06-12 10:57:43 +02:00
PaddleStroke
7e9496ecae
Sketcher: Fix default value of dimConstrDeactivatedColor
2024-06-10 11:09:36 -05:00
Emmanuel Obrien
a89fdb86f4
Speedup sketcher item selection
...
Selecting lots of elements in the sketcher slows down quadratically because we were redrawing the entire element list widget for each element.
2024-06-10 10:35:32 -05:00
Kacper Donat
bcb4ee21cc
Gui: Update sketcher colors after file load
...
This commit introduces AutoColor property for sketches that when
enabled ensures that sketches are updated with the color of user
preference. It ensures that sketches from different users will be
still visible on different themes.
To ensure backward compatiblity migration strategy is to compute default
value for this property based on the color. If it is non-white (the
default value in FreeCAD) we assume that the change was inentional and
that it should be kept as-is turning automatic coloring off. In other
cases it is enabled by default.
Fixes: FreeCAD#13980
2024-06-03 11:15:36 -05:00
Chris Hennes
6404de9c21
Update translations
2024-06-03 11:04:42 -05:00
howie-j
d22326cf52
Fixes #12384
2024-06-03 10:43:18 -05:00
Max Wilfinger
1e38cf60b5
Added preference for disabling shaded override draw style when entering sketch edit mode.
...
Storing previous override draw style and applying it when leaving the sketch.
2024-05-30 21:07:30 +02:00
Max Wilfinger
b53e2af837
Changes override draw style when entering sketch edit mode.
2024-05-30 11:17:35 +02:00
wmayer
560cab6f31
clang/gcc: Add build option FREECAD_WARN_ERROR to force to make warnings into errors
2024-05-29 13:37:07 +02:00
Max Wilfinger
03cab3d1fc
Revert UI command change in Sketcher and PartDesign
2024-05-27 11:51:02 -05:00
Syres916
6baf2f3715
[Sketcher] Change HeadlightIntensity entering and exiting Edit Mode ( #14013 )
...
* [Sketcher] Change HeadlightIntensity entering and exiting Edit Mode
* [Gui] Fix Lint Warning
* [Sketcher] Fix Lint Warning
* [Sketcher] Remove duplicate parameter check
* [Gui] Add const
2024-05-27 11:27:11 -05:00
Chris Hennes
764dc4cc31
Merge pull request #13968 from marcuspollio/UI-TaskPanels-cleanup-1
...
UI : Task panels cleanup - Sketcher and Part Design headers
2024-05-27 10:56:07 -05:00
0penBrain
4857ef19f2
Gui: offer possibility to editing view provider to handle "Select All" command
2024-05-27 10:52:00 -05:00
Chris Hennes
a8073a2f56
Merge pull request #13869 from Ondsel-Development/sk_redpoints_perp
...
Sketcher: Fixes red points issue #13849
2024-05-27 10:36:27 -05:00
wmayer
0a5a049c87
Sketcher: Fixes #14240
2024-05-27 12:09:35 +02:00
Chris Hennes
73ae4102e6
Update translations
...
Arch->BIM is a WIP
2024-05-25 19:11:51 -05:00
wmayer
f89a0cec28
Sketcher: Fix accessibility of some group commands
...
The affected commands are:
* Sketcher_CompLine
* Sketcher_CompCreateArc
* Sketcher_CompCreateConic
* Sketcher_CompCreateFillets
* Sketcher_CompCurveEdition
* Sketcher_CompSlot
* Sketcher_CompHorVer
* Sketcher_CompToggleConstraints
2024-05-23 10:14:46 +02:00
marcuspollio
ed88002018
Merge remote-tracking branch 'upstream/main' into UI-TaskPanels-cleanup-1
2024-05-21 10:36:10 +12:00
PaddleStroke
66fceda45e
Sketcher: Fix line to arc point distance movement problem
2024-05-20 11:15:56 -05:00
PaddleStroke
0582e8b76b
Sketcher: Fix distance arc helper : should appear only if constraining the edge.
2024-05-20 11:11:27 -05:00
Chris Hennes
407a572d2f
Merge pull request #14004 from wwmayer/prop_item
...
Gui: move to new-style connect() in createEditor()
2024-05-20 10:45:54 -05:00
marcuspollio
f0707c542f
Merge remote-tracking branch 'upstream/main' into UI-TaskPanels-cleanup-1
2024-05-20 09:14:08 +12:00
PaddleStroke
11e0fcf4ae
Update DrawSketchDefaultHandler.h
2024-05-17 12:34:28 +02:00
PaddleStroke
53f24c849f
Sketcher: fixes #13999
2024-05-17 12:34:28 +02:00
marcuspollio
a5a26aee9e
Merge remote-tracking branch 'upstream/main' into UI-TaskPanels-cleanup-1
2024-05-15 13:45:43 +12:00
wmayer
af3861aa79
Gui: move to new-style connect() in createEditor()
2024-05-14 15:58:44 +02:00
Johannes Wüller
33e91421b5
Fix backwards-compatible Qt6 warnings
2024-05-13 11:39:24 -05:00
WandererFan
5b4eeb29a9
Merge pull request #13525 from Ondsel-Development/td_dimension
...
TechDraw: Smart dimension tool
2024-05-13 12:31:32 -04:00
Chris Hennes
9fead3682d
Update translations
2024-05-12 17:06:56 -05:00
marcuspollio
22336540b6
Sketcher UI: Update Task panels icons
2024-05-12 15:57:26 +12:00
PaddleStroke
8967c74605
Sketcher: change rendering height of internal alignment. So that bpsline appears connected. Fixes second part of #13849
2024-05-07 16:00:00 +02:00
PaddleStroke
28bb796fea
Sketcher: Red point if end-point perpendicular
2024-05-07 15:42:03 +02:00