wmayer
c68183d9d6
Base: [skip ci] add class Flags
2022-01-08 19:18:04 +01:00
Chris Hennes
5342169b03
Addon Manager: Silence error on missing cache
2022-01-08 11:32:33 -06:00
Chris Hennes
aaaf5518bc
Addon Manager: Fix error on fast failed connection
2022-01-08 11:29:43 -06:00
luz paz
80250eafb2
Start: header uniformity + whitespace management + misc. pep8 fixes
2022-01-08 18:28:27 +01:00
Uwe
5b04644159
[Part] improve Extrude dialog
...
- adds missing tooltip and label
- improve tooltips
2022-01-08 18:13:06 +01:00
wmayer
254bc470b0
Base: [skip ci] support bitmask operations for enums
2022-01-08 15:48:40 +01:00
David Osterberg
3af6bf0880
PartDesign: Silence noisy FeatureTransformed
...
Remove several report view messages that are not necessary for everyday use.
By request from the forum (https://forum.freecadweb.org/viewtopic.php?f=3&t=64900&start=20#p558962 )
2022-01-08 15:30:39 +01:00
wmayer
bd93c0a5cc
Sketcher: improve exception handling
...
* if determining the normal raises an exception then fall back to a default value
* when handling a Base::Exception then call its ReportException() function to get as much information as possible
2022-01-08 13:48:01 +01:00
Uwe
74e36f3e0c
[PD] Pad /Pocket: remove unused code
2022-01-08 03:24:09 +01:00
Uwe
c1d3cb5fee
[PD] Pad/Pocket: fix reverse behavior
...
- bring back intended behavior as in FC 0.19:
- if 2 lengths, then midplane is invisible
- if reversed checked, then no symmetric and if symmetric then no reverse
- unify the code for Pad and Pocket (reversed is always visible)
- fix a typo in a bool name
2022-01-08 01:15:23 +01:00
Uwe
21f6602d5b
[PD] Pad/Pocket: sort out common code
...
- sort out a constraint used by Pad and Pocket
- also unify Length2 parameter naming
2022-01-08 00:45:19 +01:00
Floriansimmer
d1396058fb
Codespell: skip *.svg + add more ignored words ( #5338 )
...
* Codespell: skip *.svg + add more ignored words
* possible words to remove from the ignorelist
2022-01-07 17:19:49 -06:00
Roy-043
981ddd4699
Draft: Fix issues with translate and _tr ( #5351 )
2022-01-08 00:04:53 +01:00
marioalexis
5acf2f5340
Draft: Use super() to call base class methods
2022-01-07 22:24:21 +01:00
Uwe
891c2fe1a0
[PD] remove double include
2022-01-07 21:58:16 +01:00
Uwe
d89185d2e1
[Gui] use predefined M_PI
2022-01-07 21:55:48 +01:00
Uwe
f591489594
[Mesh] use predefined M_PI
2022-01-07 21:54:47 +01:00
Uwe
95edb2be56
[Drawing] use predefined M_PI
2022-01-07 21:52:24 +01:00
Uwe
b8bdf9f67c
[FEM] use predefined M_PI
2022-01-07 21:50:47 +01:00
Uwe
2db409659e
[TD] coding style fixes for new extensions
...
all done by MSVC
I do this since on one hand the readability is in this case really improved and because whenever I made a change, MSVC tries to fix the style and then the diffs are unnecessarily large. Also the MSVC style is almost what we use as the "standard" coding style.
2022-01-07 21:35:46 +01:00
Uwe
05a91e822b
[TD] fix another compiler warning about double to float truncation
2022-01-07 21:28:27 +01:00
Uwe
af094bb0b0
[TD] fix compiler warning and use predefined M_PI
...
- fixes:
CommandExtensionPack.cpp(1702,38): warning C4305: 'initializing': truncation from 'double' to 'float'
- uses our predefined M_PI constant
2022-01-07 21:21:51 +01:00
Uwe
734bb426bf
[PD] Hole: fix angle constraints
...
- all 3 angles cannot be >= 180°
- also add missing minimum in UI for taper angle
2022-01-07 20:38:05 +01:00
Uwe
b40ab916bc
[PD] rename a UI file
...
Pad and Pocket share the same UI file therefore change the name to make this clear that changes in that file must be handled for Pad and Pocket
2022-01-07 20:36:29 +01:00
wmayer
5e509227d2
Spreadsheet: proper implementation of mp_subscript of Mapping protocol of PropertySheetPy
2022-01-07 19:55:21 +01:00
Wanderer Fan
a67e78bda0
[TD]use smart pointers in Extensions
2022-01-07 13:34:20 -05:00
Wanderer Fan
28c5890bc9
[TD] avoid memory leaks by using shared_ptr
...
TD geometry objects are sometimes double deleted. This
change uses shared_ptr instead of raw pointers to manage
deletions.
2022-01-07 13:34:20 -05:00
Chris Hennes
ad2169e5ae
Addon manager dependency resolver ( #5339 )
...
Squashed:
* Addon Manager: Refactor metadata.txt download
* Addon Manager: Basic dependency walker
* Addon Manager: Add basic support for dependencies
* Addon Manager: Improve network detection messaging
* Addon Manager: Black reformat
* Addon Manager: Display dependency info in dialog
* Addon Manager: Dependency dialog added
* Addon Manager: Improve display of update all results
* Addon Manager: Improve display of package list
* Addon Manager: Fix codespell
* Addon Manager: Clean up unused signal
2022-01-07 10:16:44 -06:00
wmayer
54047878ac
App: [skip ci] fix Property::isSame() and subclasses by first comparing the pointers directly
2022-01-07 17:09:08 +01:00
sliptonic
829d69ae6d
Merge pull request #5350 from jimzim111/Path_Post_MachineCommands
...
Path: PathArray: use python library 're' instead of 'regex'
2022-01-07 09:06:13 -06:00
wmayer
ad30b7dbc8
PD: [skip ci] remove unused variable
2022-01-07 15:50:09 +01:00
wandererfan
8e86c4473e
[TD]fix typo in command name
2022-01-07 08:58:10 -05:00
wandererfan
dffa7040b9
[TD]combine @wmayer and edi271 changes re command extensions
2022-01-07 08:58:10 -05:00
edi271
85662489f9
using getCircleCenter from Part WB
2022-01-07 08:58:10 -05:00
edi271
6f60892209
using enums to define line attributes
2022-01-07 08:58:10 -05:00
edi271
9981e27f92
Changes caused by PR5231
2022-01-07 08:58:10 -05:00
edi271
64419b26a0
Cascade spacing added
2022-01-07 08:58:10 -05:00
edi271
6438b0426e
Menu seperators added
2022-01-07 08:58:10 -05:00
edi271
747884a5f8
Inserted undo/redo commands
2022-01-07 08:58:10 -05:00
edi271
68612b1cd7
Desired changes in TaskSelectLineAttributes.h
2022-01-07 08:58:10 -05:00
edi271
b791cc7832
Desired changes in Workbench.cpp
2022-01-07 08:58:10 -05:00
edi271
d09d0b6036
Next31TechDrawTools
2022-01-07 08:58:10 -05:00
Abdullah Tahiri
44414e74d3
Sketcher: ViewProvider parameter color subscription
...
===================================================
Bug:
Subscription/Unsubscription of outside of edit mode parameters was missing.
So changing the edge color from settings required to restart FreeCAD.
Fix:
Subscribe/Unsubscribe from the relevant parameter group
2022-01-07 10:19:22 +01:00
jim
60e36a0a30
use python library 're' instead of 'regex' for portability
2022-01-06 21:06:15 -08:00
Ajinkya Dahale
e92cc10819
[FEM] Use modal add/remove for more constraints (8/??)
...
Use the previously added superclass `TaskConstraintOnBoundary` for more
constraints where it's usable.
Currently done:
TaskFemConstraintDisplacement
TaskFemConstraintForce
TaskFemConstraintSpring
TaskFemConstraintFluidBoundary
TaskFemConstraintHeatflux
TaskFemConstraintFixed
TaskFemConstraintTemperature
TaskFemConstraintPressure
Too different:
TaskFemConstraintTransform (single selection)
TaskFemConstraintContact (single selection, two fields)
TaskFemConstraintPlaneRotation (single selection)
(Other constraint tasks, which do not use `addToSelection`)
2022-01-07 05:33:42 +01:00
Ajinkya Dahale
744e57a963
[FEM] Add modal add/remove for dispacement constraint
...
With this, add/remove buttons for displacement constraint will put the user in a
selection mode if pressed when nothing is selected.
Superclass `TaskFemConstraintOnBoundary` Allows code reuse for other
constraints. We do not need this in `TaskFemConstraints` because it is only used
in a subset of constraints, particularly that applies on only some of the
boundary entities.
TODO: Confirm Undo/Redo works appropriately.
TODO: Optimize `onSelectionChanged()`.
2022-01-07 05:33:42 +01:00
Chris Hennes
def357536a
Addon Manager: Clean up copied macros on uninstall
2022-01-06 20:34:48 -06:00
Chris Hennes
dfdc6e4f65
Addon Manager: Handle symlinking failure
2022-01-06 19:22:00 -06:00
sliptonic
529aef6e17
Merge pull request #5097 from Russ4262/fix/waterline
...
[Path] Fix Waterline error due to invalid arguments in `getOffsetArea()` calls
2022-01-06 18:30:06 -06:00
Ajinkya Dahale
bdedb27d49
[FEM] Use OpenMP for FemMesh::{getNodesByEdge, getNodesByVertex}
2022-01-07 01:23:01 +01:00