Ajinkya Dahale
ec2522130b
[Sketcher] Allow deleting last knot during B-Spline creation
2022-03-06 16:14:07 +01:00
Ajinkya Dahale
c6f19758d1
[Sketcher] Reduce duplicate code in DrawSketchHandlerBSpline
2022-03-06 16:14:07 +01:00
Uwe
d09cb5e49e
[Gui] move xerces to precompiled header
...
as suggested here: https://github.com/FreeCAD/FreeCAD/commit/0235a172#r68066840
2022-03-06 15:53:13 +01:00
Uwe
4b3a7ae7ce
[Gui] compilation fix for precompiled headers
2022-03-06 15:33:31 +01:00
Uwe
ded61a5fd5
[Base] ConsoleObserver: fix compilation with precompiled headers
2022-03-06 15:08:09 +01:00
Wanderer Fan
4cf1c31f7f
[TD]fix integer grid step variable to double
2022-03-06 08:54:24 -05:00
Uwe
8e12e6ac98
[Base] ConsoleObserver: correct copyright
2022-03-06 14:51:58 +01:00
wmayer
91e4e468dd
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
Uwe
07c28ad22a
[Gui] Inventor: remove unused includes
...
-also move some includes to precompiled header
2022-03-06 03:28:50 +01:00
Uwe
f274c63e0e
[App] next attempt to fix CI build error
...
- revert previous commit and re-add application as header
2022-03-06 03:25:14 +01:00
Uwe
8250cab590
[App] try to fix CI build failure
...
- since I have no clue what the error is about:
https://gitlab.com/freecad/FreeCAD-CI/-/jobs/2167699355
I follow MSVC's advice that tells me that a function definition in the .cpp file is missing
2022-03-06 03:02:14 +01:00
Uwe
8f4053e31d
[Gui] ViewProviderPython* etc.: remove unused includes
2022-03-06 02:24:52 +01:00
Uwe
a345a226d5
[Gui] ViewProviderOrigin* etc.: remove unused includes
2022-03-06 01:44:33 +01:00
Uwe
a65c88d3c5
[Gui] ViewProviderLink etc.: remove unused includes
...
- also put headers to PreCompiled.h
2022-03-06 01:11:42 +01:00
Uwe
e0e7bc7072
[Gui] ViewProviderFeature etc.: remove unused includes
2022-03-06 00:34:35 +01:00
Uwe
a830d92947
[Gui] ViewProviderDocument* etc.: remove unused includes
2022-03-06 00:01:37 +01:00
Uwe
d6b7b91ab4
[Gui] View3D*: remove unused includes
2022-03-05 23:16:28 +01:00
Wanderer Fan
ae79d2155f
[TD]update menu text and tip to std
2022-03-05 14:30:14 -05:00
wmayer
a6624ef264
Base: fix warnings from code analysers:
...
* replace some C-style casts with static_cast
* remove unneeded destructors
* define default copy-constructor and assignment operator
2022-03-05 19:03:21 +01:00
Uwe
9de55d010c
[Gui] Tool* etc.:remove unused includes
2022-03-05 18:08:13 +01:00
Chris Hennes
a0c5b6b812
Addon Manager: Fix number of updates available
2022-03-05 10:55:25 -06:00
Uwe
560c85c7f8
[Gui] Task* and Text*: remove unused includes
2022-03-05 17:44:07 +01:00
Chris Hennes
47a6f444bc
Addon Manager: Add unit tests for Addon class
2022-03-05 10:17:50 -06:00
Uwe
ae35d11694
[Gui] SoTextLabel etc.: remove unused includes
2022-03-05 16:42:26 +01:00
Uwe
119812ed66
[Gui] SpinBox etc.: remove unused includes
2022-03-05 16:20:40 +01:00
Uwe
6de594ecd9
[Gui] SoTextLabel: unify mixed line endings
...
fixes a compiler warning from MSVC
2022-03-05 16:03:09 +01:00
Uwe
5d64f43dd6
[Gui] fix when compiling with PCH
2022-03-05 15:01:55 +01:00
Uwe
7184f2b93b
[Gui] Selection: remove unused includes
2022-03-05 04:21:58 +01:00
Uwe
4147337715
[Gui] Python and Property: remove unused includes
2022-03-05 03:44:45 +01:00
Uwe
c2c6443a06
[Gui] QuantitySpinBox: remove unused includes
2022-03-05 03:17:58 +01:00
Uwe
f2a77b4e96
[Gui] Progress: remove unused includes
2022-03-05 03:07:50 +01:00
Uwe
85416eab43
[Gui] Placement: remove unused includes
2022-03-05 02:48:17 +01:00
Uwe
3e6e711e06
[Gui] MDIView: remove unused includes
2022-03-05 02:10:24 +01:00
Uwe
898361d7fc
[Gui] Graphviz: remove unused includes
2022-03-05 01:34:02 +01:00
Uwe
119001733e
[Gui] compilation fix for ExpressionCompleter
...
MSVC complained that ssize_t was undefined
2022-03-05 01:12:30 +01:00
wmayer
5e0cfc64ee
App: use forward declarations
2022-03-04 21:09:46 +01:00
alafr
d5ed23a62c
Arch: fix BaseMirror property
...
The code checked for the existance of the property and not if it's value was true. As a result, the structure base was always mirrored, even if the property was set to false. This commit fixes the issue.
2022-03-04 19:53:58 +01:00
sliptonic
ee8193322c
Merge pull request #6485 from mlampert/feature/external-thread-milling
...
Path: Feature/external thread milling
2022-03-04 12:52:31 -06:00
sliptonic
9028976d16
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
c02dedbb3c
Split out thread milling generator into its own file
2022-03-04 10:42:34 -08:00
sliptonic
69a17578d3
black format
2022-03-04 10:42:34 -08:00
Markus Lampert
fc668181c3
Fixed unit tests
2022-03-04 10:42:34 -08:00
Markus Lampert
2baca43e17
Removed debugging gates
2022-03-04 10:42:34 -08:00
Markus Lampert
2df74990eb
Fixed UI update upond changing the thread type
2022-03-04 10:42:34 -08:00
Markus Lampert
eef8fd4f48
Fixed multi pass for external threads with proper lead in/out
2022-03-04 10:42:34 -08:00
Markus Lampert
a1117040b3
Changed passes for constant tool engagement
2022-03-04 10:42:34 -08:00
Markus Lampert
00d2341748
Disabled debugging comments
2022-03-04 10:42:34 -08:00
Markus Lampert
263eeffd71
Fixed lead in/out with elevator location.
2022-03-04 10:42:34 -08:00
Markus Lampert
c12748d8c4
Added thread generation unit tests and fixed finishing the thread
2022-03-04 10:42:34 -08:00
Markus Lampert
82aa3fa1e6
Fixed threads data file list
2022-03-04 10:42:34 -08:00