wandererfan
7301610a5f
[TD]fix wrong include
2023-11-26 16:42:06 -05:00
wandererfan
b8bea76481
[TD]spelling in comments
2023-11-26 16:42:06 -05:00
wandererfan
2954cfa2b6
[TD]trap null 2d shape in ShapeExtractor
2023-11-26 16:42:06 -05:00
Kacper Donat
593f1a2386
Gui: Expand group after selection
...
This commit ensures that after selecting item the group is automatically
expanded. User can force expansion by explcitly clicking expand button,
groups expanded that way will stay expanded unless user collapses them.
Otherwise non-active group will be collapsed automatically.
2023-11-26 20:25:06 +01:00
Kacper Donat
42aebdfa97
Gui: Add ScrollArea to Preferences
...
This adds QScrollArea widget to DlgPreferences which in turn allows
preference pages to be scrollable. Stacked widget sizes are forced to
selected widget so scroll area should appear when it is needed.
Fixes #11511
2023-11-26 16:01:22 +01:00
pavltom
b8278718e9
[TechDraw] Implement arc length calculation for arbitrary edge
2023-11-26 08:53:39 -05:00
pavltom
2e45b3f856
[TechDraw] Fix area balloon placement for scale != 1
2023-11-26 08:53:39 -05:00
Paddle
b3fc34d61b
Sketcher : Replace toggle icons.
2023-11-25 20:55:50 -03:00
Pesc0
83fb17e042
get rid of the windows debugger for now
2023-11-25 20:46:35 -03:00
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
Rexbas
21f10dd36b
Gui: Find scene bounding sphere after zoom
2023-11-25 09:40:49 +01:00
Rexbas
affc49049e
Gui: Update rotation center indicator after zoom
2023-11-24 22:43:48 +01:00
Paddle
ef2a723a32
Draw arc helpers for radius constraints.
2023-11-24 15:07:35 +01:00
Paddle
74a01c0d1b
Improve angle constraint rendering.
2023-11-24 15:07:35 +01:00
Paddle
bf54c1f1ca
When moving an angle, we did not take into account the case where they are reversed. This fixes that.
2023-11-24 15:07:30 +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
Paddle
4c7ff0a6be
Sketcher: remove unused cursor_createcoincident[] and DrawSketchHandlerCoincident. They are not used anymore.
2023-11-22 16:47:51 +01:00
Paddle
a45bb8626f
Sketcher: Move Distance command next to DistanceX. ONLY move code, nothing changed.
2023-11-22 16:19:08 +01:00
Syres916
d97360b189
[Path] Sanity, change default zero CycleTime from float to string
2023-11-22 14:17:49 +00:00
wandererfan
d5d4fd8ba3
[TD]fix RTA bounding rect
2023-11-22 08:43:35 -05:00