Commit Graph

27441 Commits

Author SHA1 Message Date
wmayer
b806115015 Gui: replace floats with SbBox2f in SoFCColorGradient 2022-02-06 14:24:11 +01:00
wmayer
91c0895e26 Test: add unit tests for FreeCAD.Units.toNumber 2022-02-06 12:48:39 +01:00
wmayer
befbd95d64 Base: expose UnitsApi::toNumber to Python 2022-02-06 12:47:57 +01:00
wmayer
243f81fd94 Base: harmonize UnitsApi::toString/UnitsApi::toNumber with UnitsSchema::toLocale 2022-02-06 12:47:13 +01:00
wmayer
5f8bb65757 Base: [skip ci] fix inconsistency in overloaded UnitsApi::toNumber() 2022-02-06 08:49:50 +01:00
Abdullah Tahiri
faf60a5ed4 Sketcher: remove extra semicolon 2022-02-06 07:02:25 +01:00
Ajinkya Dahale
b7fb430e67 [Sketcher] Give knot information in insert knot command 2022-02-06 07:01:47 +01:00
0penBrain
6d890b75c6 [Sketcher] Fix section mode automation 2022-02-06 05:52:51 +01:00
0penBrain
2c2b9752fd [Sketcher] Fix check for fixed items in tangent+perpendicular 2022-02-06 05:12:15 +01:00
Chris Hennes
51d9ce64d0 GitHub: Tweak templates to include WB, etc. 2022-02-05 17:26:45 -06:00
Chris Hennes
4f44568bd8 GitHub: Prepare issue templates for upcoming migration 2022-02-05 16:43:21 -06:00
Chris Hennes
fa5cec69f9 Addon Manager: Add timeout to page load 2022-02-05 13:11:10 -06:00
Yann LEROY
cafb8601e0 Base: Remove old unused C-style function
Those function was used by a commented code, hence never called.
Since it don't have been change for a long time,
it should be safe to remove them.
2022-02-05 19:03:39 +01:00
mosfet80
2746035850 Update CMakeLists.txt
Fix python include.
2022-02-05 17:59:20 +01:00
wmayer
9068dbcdd6 Gui: force a redraw of the 3d view when creating it as otherwise on some systems the bottom and right side of the main window becomes black 2022-02-05 17:56:52 +01:00
wmayer
409d36df30 App: [skip ci] fix regression in ColorGradient/ColorField 2022-02-05 17:54:55 +01:00
wmayer
6a9a3cb08f Part: [skip ci] add Part unit tests to test Geom2dCircle::getCircleCenter 2022-02-05 16:26:12 +01:00
wmayer
18579134b5 Part: fix possible creation of NaN in Geom2dCircle::getCircleCenter 2022-02-05 16:16:59 +01:00
wmayer
3dc91fa2b8 Part: expose Geom2dCircle::getCircleCenter to Python and fix a regression 2022-02-05 16:07:00 +01:00
Uwe
d938733eaf [Part] SectionCutting: remove another unused variable
strangely MSVC did not report me these, the CI does
2022-02-05 14:45:34 +01:00
Uwe
e1f4fde88b [3rdParty] fix typo
to silence the spellcheking CI
2022-02-05 14:32:26 +01:00
wmayer
ce8df41709 App: fix ColorField::set/ColorGradient::set in case an invalid value range is passed 2022-02-05 14:13:35 +01:00
wmayer
76f17e2935 smesh: suppress -Wcast-function-type 2022-02-05 14:13:05 +01:00
wmayer
4ca4204340 PyCXX: fix warning with function casts for METH_VARARGS or METH_KEYWORDS functions 2022-02-05 14:12:24 +01:00
Uwe
1257c80a79 Merge branch 'master' of github.com:FreeCAD/FreeCAD 2022-02-05 14:09:26 +01:00
Uwe
819f89941b [Part] SectionCutting: remove unused variable 2022-02-05 14:09:13 +01:00
sliptonic
575f31b886 Merge pull request #5497 from sliptonic/bug/pythonversion
[PATH]  Toolcontroller import startup bug
2022-02-05 07:07:28 -06:00
wmayer
cf268e6e6e App: fix Py3.8 warnings 2022-02-05 12:24:36 +01:00
Uwe
9fa035ba22 [Part] Extrusion: reduce angle step size
tapered extrudes are mainly used for molds etc, so only a few degrees. The angle step in the properties was already 1° and also Pad/Pocket uses 1° steps
2022-02-05 05:39:40 +01:00
Abdullah Tahiri
91da38ada5 Sketcher: Correct comment
========================

6c019ac93f (r64179273)
2022-02-05 05:29:44 +01:00
Abdullah Tahiri
7aefd2366f Sketcher: Control Polygon incomplete for periodic BSplines
==========================================================

Bug fix:
https://forum.freecadweb.org/viewtopic.php?p=565127#p565127

Incorrect indexing of lineset fixed
2022-02-05 05:25:01 +01:00
Uwe
d9f8516c4a [PD] Extrude: modernize SignalSlot connection
as suggested recently by @chennes
2022-02-04 22:20:31 -06:00
Uwe
eb0c313506 [PD] Extrude: handle angle edit visibility
- adds missing code to handle the edits for the taper angle
2022-02-05 02:11:14 +01:00
Uwe
bb204842f2 [Part] feature to make persistent section cut views (#4118)
* [Part] feature to make persistent section cut views

* one aim is to have a feature to make real cuts, not hollow ones like with clipping
* the second one is to have a persistent view, so an object in the tree that can be further exported, meshed etc.

For a detailed description with examples see https://forum.freecadweb.org/viewtopic.php?f=17&t=52441
2022-02-05 01:57:57 +01:00
Mark Ganson TheMarkster
aa76cbc875 [PartDesign Fillet/Chamfer] add UseAllEdges boolean property (#5340)
- [PartDesign Fillet/Chamfer] add UseAllEdges boolean property
- add UseAllEdges checkbox to fillet and chamfer dialogs
- put UseAllEdges property into Chamfer and Fillet groups, create Fillet group for fillets and put Radius into it, too.
2022-02-05 01:50:51 +01:00
wmayer
9c9ed2847b App: add missing pragma for GCC diagnostic 2022-02-04 22:38:26 +01:00
wmayer
ef2d2db778 Base: [skip ci] add comment about possible issues with Matrix4D::hasScale() 2022-02-04 20:28:46 +01:00
Chris Hennes
57a5143864 Addon Manager: Fallback when QtWebEngine is missing 2022-02-04 10:28:17 -06:00
sliptonic
4796f7bd41 remove dataclass usage.
Fix toolcontroller import bug
2022-02-04 10:19:20 -06:00
wmayer
6b45122a46 Test: add unit tests for matrices 2022-02-04 14:36:02 +01:00
wmayer
eab9afbbad Base: support of multiplication of a matrix with a scalar, add functions to check whether it's the unit or null matrix 2022-02-04 14:35:27 +01:00
wmayer
aedb961676 Test: replace deprecated failUnless with the new assert* functions 2022-02-04 11:38:55 +01:00
0penBrain
f986ab46fd Base: fix bug in matrix multiplication (Python API) 2022-02-04 03:50:44 +01:00
Uwe
7bba2ce61f [TD] sort and simplify a header 2022-02-04 03:49:25 +01:00
wmayer
e54b6e167a App: improve ColorLegend 2022-02-03 22:01:52 +01:00
Wanderer Fan
90a5c200d4 [TD]fix CMakeLists.txt to allow no-Gui build 2022-02-03 15:48:45 -05:00
Wanderer Fan
3bf994635c [TD]Add sodipodi namespace to exported SVG 2022-02-03 15:07:07 -05:00
Yorik van Havre
8492cfb9eb Draft: Upgrade: make compound when unable to turn edges to wire - fixes #3483 2022-02-03 16:13:01 +01:00
Wanderer Fan
d6d7c4fa68 [TD]rename CopyView to ShareView 2022-02-03 08:39:01 -05:00
Wanderer Fan
8268f22dad [TD]fix ui file location 2022-02-03 08:39:01 -05:00