Pesc0
d2ffabc3c8
Update .vscode, untrack and move to /contrib
2023-11-25 20:46:35 -03:00
Roy-043
67990f7013
MeshPart: menu texts to sentence case
2023-11-25 20:42:30 +01:00
Roy-043
b750635208
Merge pull request #11531 from Roy-043/Draft-use-clearer-snap-marker-names
...
Draft: use clearer snap marker names
2023-11-25 20:03:01 +01:00
Roy-043
9f235c281e
Draft: use clearer snap marker names
2023-11-25 19:29:12 +01:00
wmayer
ec02ef0126
Gui: use MarkerBitmaps::getSupportedSizes to get available sizes
2023-11-25 18:37:26 +01:00
Roy-043
98ff140ace
Merge pull request #11526 from Roy-043/Draft-use-consistent-is-number-string-in-DraftGui.py
...
Draft: use consistent is-number string in DraftGui.py
2023-11-25 16:22:19 +01:00
Roy-043
3aa08c96ea
Draft: use consistent is-number string in DraftGui.py
2023-11-25 15:59:29 +01:00
wandererfan
c022aea274
[TD]fix disappearing balloon cursor
2023-11-25 08:05:50 -05:00
wandererfan
402fb2fe77
[TD]fix Balloon location
2023-11-25 08:05:50 -05:00
wandererfan
9d3d7aba22
[TD]fix dimension location
2023-11-25 08:05:50 -05:00
Syres916
a6031001fe
[Techdraw] Hole & Shaft Fit Error Enhancement
2023-11-25 08:05:23 -05:00
Syres916
0046e625f0
[Gui] Add 20, 25 and 30px marker sizes
2023-11-25 12:36:33 +01:00
wmayer
021e0a192f
Gui: fix SelectionSingleton::sHasSelection
2023-11-24 15:06:00 +01:00
wmayer
7c11ad0fb6
Part: fix TopoShapePy::optimalBoundingBox
2023-11-24 15:06:00 +01:00
wmayer
6d11e2206d
Part: fix BSplineCurve2dPy::insertKnot
2023-11-24 15:06:00 +01:00
Roy-043
a3f285cb46
Draft: improve Snap bar show-hide preference
...
This PR replaces the showSnapBar and hideSnapBar preferences with a single new preference: SnapBarShowOnlyDuringCommands.
Additonally:
Improved some param observer callbacks.
2023-11-24 13:30:03 +01:00
Roy-043
8298396350
Merge pull request #11509 from Roy-043/Draft-getActiveObject-has-changed
...
Draft: Gui.ActiveDocument.ActiveView.getActiveObject has changed
2023-11-24 12:46:07 +01:00
Roy-043
fe1beadf9e
Merge pull request #11510 from Roy-043/Draft-gui_selectplane-can-rely-on-ParamObserver-for-grid-changes
...
Draft: gui_selectplane can rely on ParamObserver for grid changes
2023-11-24 12:45:19 +01:00
Roy-043
0973eb6b6f
Draft: gui_selectplane can rely on ParamObserver for grid changes
2023-11-24 12:18:57 +01:00
Roy-043
9bcb7cbc7e
Draft: Gui.ActiveDocument.ActiveView.getActiveObject has changed
...
See #10405 .
2023-11-24 12:08:28 +01:00
Roy-043
e94bbe1ca4
Merge pull request #11503 from yorikvanhavre/draft-toolmessages
...
Draft: Added a preference to turn on/off tool messages
2023-11-24 10:59:54 +01:00
pavltom
e021696b31
[TechDraw] Set Calculate Area icon units to pixels
2023-11-23 19:47:04 -05:00
pavltom
f04bac3838
[TechDraw] Fixes #7317 - Calculate Area of Arbitrary Faces
2023-11-23 19:47:04 -05:00
Adrian Insaurralde Avalos
72055480d4
3rdPart/salomesmesh - fix for vtk 9.3 compatibility
...
minimum required version is 7.1
2023-11-24 00:27:36 +01:00
wmayer
ba208c9dd6
Base: cppcoreguidelines
2023-11-24 00:11:32 +01:00
Yorik van Havre
b54642bf93
Draft: Added a preference to turn on/off tool messages (off by default) - fixes #7078
2023-11-23 16:27:36 +01:00
Roy-043
8944c79ebe
Draft: make default anno style non-global
...
Additionally:
* Added the DimShowLine preference. Layout of the tab will be updated later.
* Improved handling of DraftAnnotationScale preference: catch division by zero and use it for the default anno style.
2023-11-23 09:45:12 +01:00
Roy-043
f683681e92
Remove 2 unused variables
2023-11-23 09:43:48 +01:00
Roy-043
842eedbf4b
Draft: param observer: improve handling of statusbar widgets
...
The Draft statusbar widgets should not be displayed in the Arch and BIM workbenches.
Also updated the copyright header to the current standard.
2023-11-23 09:43:48 +01:00
Roy-043
8038fb64d3
Draft interface tab was missing
2023-11-23 09:21:55 +01:00
Roy-043
4e2ba04eb1
Arch: start Draft param observer
...
See #11481 .
2023-11-23 09:21:55 +01:00
wmayer
0c21c6298c
Base: fix google-explicit-constructor
2023-11-22 23:47:29 +01:00
wandererfan
d5d4fd8ba3
[TD]fix RTA bounding rect
2023-11-22 08:43:35 -05:00
wandererfan
f43b6002f4
[TD]fix position of RTA on Svg export
2023-11-22 08:43:35 -05:00
wmayer
6c82631c8b
Base: fix cppcoreguidelines-avoid-non-const-global-variables
2023-11-22 14:06:06 +01:00
Chris Hennes
914edb7887
Base: Fix missing NOLINTEND
2023-11-22 11:15:32 +01:00
bgbsww
26f3254a2f
Setting on 89.9 as a limit, enforce in dialog and properties
2023-11-22 10:30:54 +01:00
bgbsww
10f257ac59
Prevent attempting to create an infinite helix
2023-11-22 10:30:54 +01:00
Chris Hennes
0d1ce2cbb1
Merge pull request #11478 from pieterhijma/missing-api-doc-py-hlr
...
[Part] Missing API documentaton Python HLR
2023-11-21 19:10:50 -06:00
wmayer
b26c18ad39
Material: fix Qt6 build failure and minor optimizations
2023-11-22 01:48:07 +01:00
wmayer
d9227d9261
Tests: Set test executables in a central place
2023-11-22 01:47:24 +01:00
wmayer
db2ee587c0
Qt: fix failure for Qt version < 5.15
2023-11-21 23:10:03 +01:00
wmayer
451c094f39
MSVC: fix warnings about conversion between float and double
2023-11-21 23:10:03 +01:00
wmayer
624b5a396a
MSVC: fix warnings about unused variable
2023-11-21 23:10:03 +01:00
wmayer
fb770778d3
Qt: fix duplicate widget names
2023-11-21 23:10:03 +01:00
wmayer
7c0ba9f6d1
Qt: define Q_DISABLE_COPY_MOVE only if needed
2023-11-21 23:10:03 +01:00
Roy-043
be9c8a5025
Merge pull request #11481 from Roy-043/Draft-add-parameter-observer
...
Draft: add parameter observer
2023-11-21 21:27:24 +01:00
Roy-043
6b1a460a22
Draft: add parameter observer
...
To avoid having to restart FreeCAD after changing parameters.
2023-11-21 20:42:16 +01:00
Roy-043
0734b518b4
Merge pull request #11477 from Roy-043/Draft-improved-handling-of-snap-prefs
...
Draft: improved handling of snap prefs
2023-11-21 18:40:42 +01:00
Roy-043
eab0933a36
Merge pull request #11467 from Roy-043/Draft-make-mod-key-prefs-non-global
...
Draft: make mod key prefs non-global
2023-11-21 18:40:10 +01:00