Yorik van Havre
07783e463d
Merge pull request #6406 from marioalexis84/draft-drawing_techdraw
...
Draft: Replace Drawing functions with TechDraw functions
2022-02-21 11:10:36 +01:00
Roy
84b3003e8e
Draft: Housekeeping: call 'make' functions with new name (4)
2022-02-20 22:31:08 -06:00
Chris Hennes
ff67ebce8a
Addon Manager: Add GUI for enabling/disabling addons
2022-02-20 22:09:57 -06:00
Zheng, Lei
cd7c208177
Spreadsheet: fix auto completer triggering
2022-02-20 22:09:07 -06:00
Uwe
2b76f1f89e
[Part] remove some unused includes and sorting
2022-02-21 04:29:28 +01:00
Uwe
f129bd7da7
[Part] FaceMaker, Command and Extrusion: remove unused includes
2022-02-21 03:33:01 +01:00
Uwe
1d58c674a2
[PD] some more work to remove unused includes
2022-02-21 02:50:16 +01:00
Uwe
19bdfc16b8
[PD] more work to remove unused includes
2022-02-21 02:18:17 +01:00
Uwe
a68e017f19
[PD] Gui: Boolean to Groove: remove unused includes
2022-02-21 01:33:04 +01:00
Uwe
783655a4e3
[PD] Boolean to Groove: remove unused includes
2022-02-21 01:07:36 +01:00
luz paz
a937fa7ee2
AddonManager: move superfluous whitespace out of translation [skip ci]
2022-02-20 16:40:40 -06:00
Uwe
7a4caf06f8
[PD] Workbench and Command: remove unused includes
2022-02-20 21:55:15 +01:00
Uwe
f5da0f3c56
[PD] Body and utils: remove unused includes
2022-02-20 21:23:05 +01:00
Uwe
f498cd1d32
[PD] App: remove unused includes
2022-02-20 20:41:46 +01:00
marioalexis
b4c20bce20
Draft: Replace Drawing functions with TechDraw functions
2022-02-20 16:34:29 -03:00
Syres916
5bf382eb0a
[PartDesign] OCC7.3 regression replace include.. ( #6402 )
...
* [PD] OCC 7.3 needs Precision.hxx in header
2022-02-20 18:44:06 +01:00
luz paz
5c9e629db7
TD: Substitute string 'Dxf' for 'DXF' [skip ci]
...
This fix was suggested by translators on crowdin.
2022-02-20 09:33:56 -05:00
Uwe
213e5b4b76
[PD] Datums: remove unused includes
2022-02-19 19:32:00 +01:00
Uwe
791b50c3b7
[PD] remove unused and empty files
2022-02-19 19:04:07 +01:00
Uwe
037b2796b3
[PD] Hole, Pipe and Revolution: remove unused includes
2022-02-19 18:47:26 +01:00
Uwe
34ea32928b
[PD] Pad and Pocket: remove unused includes
2022-02-19 17:57:11 +01:00
Uwe
99d469f68e
[PD] Helix: remove unused includes
2022-02-19 17:18:45 +01:00
sliptonic
de75035ece
Make job work more naturally
...
Operations Group as document group
Make job claim children
[Path] Make Operations into a document group
2022-02-19 09:12:41 -06:00
Ajinkya Dahale
61a7654094
[Sketcher] Allow multiplicity change of B-Spline end knots
...
The first and last knots (which are often also poles) of a B-Spline are not
represented in sketcher as knots, but as end points of the curve. This creates a
problem when we want to change the multiplicities of those knots. As a
workaround, these points are treated differently.
NOTE: While it is technically possible to have end knots in a non-periodic
spline with degree <= degree of the curve, `Geom_BSplineCurve::RemoveKnot()`
fails for the first and last knots, so we are stuck with this. So, this commit
effectively only makes knot multiplicity change possible for periodic splines.
For non-periodic splines this commit just changes the confusing "no knot is
selected" message to an unhelpful "multiplicity modification failed".
2022-02-19 16:10:43 +01:00
Ajinkya Dahale
0a02853bb7
[Sketcher] Fix some strings in CommandConstraints.cpp
2022-02-19 16:10:43 +01:00
Uwe
acb3586a5b
[PD] FeatureHelix: simplify code
...
- also rename some variables for better readability
- remove unused includes
2022-02-19 00:48:11 +01:00
Chris Hennes
964ff6428b
Addon Manager: Improve macro metadata extraction
2022-02-18 17:10:52 -06:00
sliptonic
67c0336fa2
[Path] Fix Path generation for forking wires
2022-02-18 17:05:42 -06:00
sliptonic
3f557dd48d
fix ordering of edges in loop generation
2022-02-18 13:46:47 -06:00
sliptonic
87a93d5dff
Merge pull request #6373 from Russ4262/fix/3d_surface_property_enumerations
...
Path: Correct restoration of 3D Surface property enumerations
2022-02-18 10:57:11 -06:00
sliptonic
3869e1eda0
Merge pull request #6391 from Russ4262/revert/extensions_waterline
...
Path: Remove waterline, outline, and avoid extensions
2022-02-18 10:54:33 -06:00
Ajinkya Dahale
cc8ec6dbd3
[Sketcher] Use knot insertion pointer when using that tool
...
Icon courtesy @bitacovir, adapted from https://forum.freecadweb.org/viewtopic.php?f=34&t=66262&p=572480#p572471 .
2022-02-18 16:05:54 +01:00
Ajinkya Dahale
054f99d5bc
[Sketcher] Use point-and-click for knot insertion
...
Here, point and click means we can move the cursor around and select a point on
the curve, instead of having to enter a value in a dialog (just like we do for
geometry creation and constraints). Continuous mode is also supported, but these
only apply to one B-Spline which should selected before pressing the tool button.
A `DrawSketchHandlerBSplineInsertKnot` is created to handle all the graphical aspects.
Finer control may be desirable but that awaits tool settings task box or similar
changes where keyboard input can be used.
Made some changes as per comments by @abdullahtahiriyo. Also change `activated`
to follow recent NVI changes.
2022-02-18 16:05:54 +01:00
Chris Hennes
743c18bae0
Addon Manager: Fix bug in error messaging
2022-02-18 08:47:39 -06:00
Chris Hennes
6396c33959
Addon Manager: Black reformat
2022-02-18 08:38:57 -06:00
Chris Hennes
d1edc70001
Addon Manager: Add error checking for proxy setup
...
Also make a minor tweak to the enabled status of the check all for updates button.
2022-02-18 08:37:20 -06:00
Russell Johnson
480eff20d3
Path: Remove waterline, outline, and avoid extensions
2022-02-17 23:39:44 -06:00
Russell Johnson
a708c52201
Path: Convert enable extensions button to checkbox
2022-02-17 23:10:15 -06:00
Uwe
7c11debe1a
[TD] ViewProviders: remove more unused includes
...
- also sort the includes
2022-02-18 05:11:52 +01:00
Uwe
9b14bf80d1
[TD] ViewProviders: remove unused includes
...
- also sort the includes
2022-02-18 04:43:32 +01:00
Uwe
1345c4ae8e
[PD] ViewProviderBody: add missing include
2022-02-18 04:25:20 +01:00
Uwe
bb49dd9622
[Part] ViewProvider2DObject: remove unused includes
...
- also sort them
2022-02-18 04:03:10 +01:00
Uwe
24ebf4b4bb
[PD] ViewProviderDatum: sorting
2022-02-18 04:02:18 +01:00
Uwe
eff6c4c66b
[PD] ViewProviderBody: remove unused includes
...
- also sot the includes
2022-02-18 04:01:02 +01:00
Uwe
cf290cc319
[PD] ViewProviderDatum: add missing includes
2022-02-18 03:54:02 +01:00
Uwe
41e3c1b6bb
[Sketch] ViewProviderDatum/Primitive: remove unused includes
...
- also sort the includes
2022-02-18 03:38:49 +01:00
Uwe
fe44ae7ae5
[Sketch] ViewProviderSketch: add missing include
2022-02-18 03:27:53 +01:00
Uwe
4e974190bf
[Sketch] ViewProviderSketch: remove unused includes
...
- also sort the includes
2022-02-18 03:15:27 +01:00
Chris Hennes
ad3449e81b
Addon Manager: Force recache on custom repo change
2022-02-17 19:17:09 -06:00
Chris Hennes
e000430696
Addon Manager: Improve manual update display
2022-02-17 19:00:57 -06:00