Yorik van Havre
5aec63d704
Updated master translation files
2022-03-07 14:49:13 +01:00
Ajinkya Dahale
c7546287d2
[Sketcher] Check for b-spline before starting knot insertion "mode"
...
The DrawSketchHandler will otherwise give confusing error messages.
2022-03-07 14:27:28 +01:00
Uwe
f602fc872b
[Part] Section cutting: fix read of cut state of existing cuts
...
- it is now also possible to determine the Flip state correctly
2022-03-07 02:45:36 +01:00
wmayer
e4435cdcba
Base/App: fix warnings from code analysers:
...
* convert old-style-casts to explicit C++ casts where possible
* make some implicit conversions explicit
2022-03-06 23:49:30 +01:00
Syres916
8b3902bcfd
[Raytracing] Bugfix for compiling with OCC 7.6.x
...
See discussion https://forum.freecadweb.org/viewtopic.php?f=4&p=577109#p577109
2022-03-06 22:32:31 +01:00
Stefan Brüns
271abecb53
Test: Provide more useful information when unit translation fails
...
Add the input quantity and the target scheme to the exception output.
Also make the output formatting more canonical and remove the unused
"s" temporary.
2022-03-06 11:20:09 -05:00
Ajinkya Dahale
6eedd0f9c5
[Sketcher] Remove "incomplete" from insert knot command
...
I had kept the qualifier there when developing the tool and forgot to remove it. At this time the tool is fairly well-developed.
2022-03-06 16:25:08 +01:00
Ajinkya Dahale
47a040537b
[Sketcher] Allow deleting last knot during B-Spline creation
2022-03-06 16:14:07 +01:00
Ajinkya Dahale
00ef0e0504
[Sketcher] Reduce duplicate code in DrawSketchHandlerBSpline
2022-03-06 16:14:07 +01:00
Wanderer Fan
273d7f8bd6
[TD]fix integer grid step variable to double
2022-03-06 08:54:24 -05:00
wmayer
58a719e207
Base: move ILogger sub-classes to their own source files in order to reduce including stream classes in client code
2022-03-06 10:13:47 +01:00
Wanderer Fan
c023c61562
[TD]update menu text and tip to std
2022-03-05 14:30:14 -05:00
Chris Hennes
2a2c6e5319
Addon Manager: Fix number of updates available
2022-03-05 10:55:25 -06:00
Chris Hennes
f4dbd6b2b2
Addon Manager: Add unit tests for Addon class
2022-03-05 10:17:50 -06:00
wmayer
95c70e7f4c
App: use forward declarations
2022-03-04 21:09:46 +01:00
sliptonic
693315755f
Merge pull request #6485 from mlampert/feature/external-thread-milling
...
Path: Feature/external thread milling
2022-03-04 12:52:31 -06:00
sliptonic
0d98056384
Merge pull request #4911 from sliptonic/feature/nopathjob
...
[Path] Make Job and Operation visibility more natural
2022-03-04 12:51:25 -06:00
Markus Lampert
c0bb11384c
Split out thread milling generator into its own file
2022-03-04 10:42:34 -08:00
sliptonic
228fce273b
black format
2022-03-04 10:42:34 -08:00
Markus Lampert
79779ac96f
Fixed unit tests
2022-03-04 10:42:34 -08:00
Markus Lampert
d80c4ce399
Removed debugging gates
2022-03-04 10:42:34 -08:00
Markus Lampert
f082f40473
Fixed UI update upond changing the thread type
2022-03-04 10:42:34 -08:00
Markus Lampert
238bb7c2bb
Fixed multi pass for external threads with proper lead in/out
2022-03-04 10:42:34 -08:00
Markus Lampert
46827df206
Changed passes for constant tool engagement
2022-03-04 10:42:34 -08:00
Markus Lampert
e00e1b3591
Disabled debugging comments
2022-03-04 10:42:34 -08:00
Markus Lampert
e4fb163cc1
Fixed lead in/out with elevator location.
2022-03-04 10:42:34 -08:00
Markus Lampert
de6ab3fc79
Added thread generation unit tests and fixed finishing the thread
2022-03-04 10:42:34 -08:00
Markus Lampert
60772c4c90
Fixed threads data file list
2022-03-04 10:42:34 -08:00
Markus Lampert
fae7b96b3f
Some code cleanup
2022-03-04 10:42:34 -08:00
Markus Lampert
eb48466724
Added imperial external and split data files according to tolerance classes
2022-03-04 10:42:34 -08:00
Markus Lampert
7c2a8a92fb
First shot at external thread milling
2022-03-04 10:42:34 -08:00
wmayer
ca3c8185e0
App/Gui: move template classes (ViewProvider)ExtensionPythonT to their own header files
2022-03-04 18:54:42 +01:00
wmayer
4ae1ca58d1
App: use forward declaration to reduce compile time
2022-03-04 17:27:53 +01:00
wmayer
032cea587d
Base: implement a lightweight smart pointer for PyObject like Py::Object to reduce includes of Python.h in header files
2022-03-04 15:51:51 +01:00
Wanderer Fan
8020c1f975
[TD]fix folder name in preference ui
2022-03-04 09:28:16 -05:00
Wanderer Fan
3c34abc0fa
[TD]move format spec to dimension tab
...
- also make %.2w default format
2022-03-04 09:28:16 -05:00
Wanderer Fan
953304089a
[TD]make page grid unit aware
2022-03-04 09:28:16 -05:00
Yorik van Havre
fb926cb626
Start: Added possibility to provide custom CSS for the start page
2022-03-04 14:06:13 +01:00
Abdullah Tahiri
464ae1f6b0
Sketcher: Clean up old crosshair code
...
====================================
- Remove old unconnected code
- Move member functions to correct cpp file
2022-03-04 06:26:46 +01:00
Wanderer Fan
913fb21502
[TD]fix misplaced section line
...
- BRepBndLib::Add results in wrong bbox center.
- replaced with BRepBndLib::AddOptimal
2022-03-03 09:31:29 -05:00
Wanderer Fan
2439a9d90e
[TD]use <br> in ToolTipText vs \n
2022-03-03 09:31:01 -05:00
Wanderer Fan
7546c03509
[TD]fix area scale and make unit aware
2022-03-03 09:31:01 -05:00
Yorik van Havre
f00c0e6458
Merge pull request #6496 from Roy-043/Arch-Fix-Arch_PipeConnector-for-pipes-with-wall-thickness
...
Arch: Fix Arch_PipeConnector for pipes with non-zero wall thickness
2022-03-03 12:48:48 +01:00
andrea reale
5d5f31725d
Code clean
2022-03-02 18:55:10 +01:00
Roy-043
4c33c9622d
Arch: Fix Arch_PipeConnector for pipes with wall thickness
2022-03-02 16:19:54 +01:00
Abdullah Tahiri
2562c80c9b
Sketcher: GeoElementId VAxis fix - windows
2022-03-02 15:00:40 +01:00
0penBrain
6ad885fdd3
PartDesign: fix crash in MultiTransform if moving on empty list
2022-03-02 13:01:17 +01:00
Abdullah Tahiri
919de5a233
Sketcher: Fix GeoElementId VAxis
2022-03-02 07:54:24 +01:00
Abdullah Tahiri
2add401282
Sketcher: GeoElementId - isCurve and PosIdAsInt members
2022-03-02 07:53:07 +01:00
Uwe
83c06d14f6
[PD] Gui: remove unused includes
...
- also some sorting
2022-03-02 02:51:01 +01:00