Uwe
cf5732dfad
[Gui] SpinBox etc.: remove unused includes
2022-03-05 16:20:40 +01:00
Uwe
15022c8065
[Gui] SoTextLabel: unify mixed line endings
...
fixes a compiler warning from MSVC
2022-03-05 16:03:09 +01:00
Uwe
5f092f9072
[Gui] fix when compiling with PCH
2022-03-05 15:01:55 +01:00
Uwe
fe3feb30df
[Gui] Selection: remove unused includes
2022-03-05 04:21:58 +01:00
Uwe
a55d1b03fd
[Gui] Python and Property: remove unused includes
2022-03-05 03:44:45 +01:00
Uwe
07ac6433c0
[Gui] QuantitySpinBox: remove unused includes
2022-03-05 03:17:58 +01:00
Uwe
658e03822d
[Gui] Progress: remove unused includes
2022-03-05 03:07:50 +01:00
Uwe
063efd56de
[Gui] Placement: remove unused includes
2022-03-05 02:48:17 +01:00
Uwe
f60d67a121
[Gui] MDIView: remove unused includes
2022-03-05 02:10:24 +01:00
Uwe
212506b4f1
[Gui] Graphviz: remove unused includes
2022-03-05 01:34:02 +01:00
Uwe
c7aed638ed
[Gui] compilation fix for ExpressionCompleter
...
MSVC complained that ssize_t was undefined
2022-03-05 01:12:30 +01:00
wmayer
95c70e7f4c
App: use forward declarations
2022-03-04 21:09:46 +01:00
alafr
e6f0a0238a
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
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
362045677c
Gui: Added 'Report a bug' help menu entry
2022-03-04 14:06:59 +01: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
Uwe
42a71ccbbd
[Gui] DocumentObserver: re-add a header
2022-03-04 04:43:34 +01:00
Uwe
5f9020b09a
[Gui] Document and Download: remove unused includes
2022-03-04 04:37:36 +01:00
Uwe
bb76c7cc55
[Main] remove unused includes
2022-03-04 03:53:09 +01:00
Uwe
fccb743fd6
[Gui] DockWindow and DemoMode: remove unused includes
2022-03-04 03:37:44 +01:00
Uwe
2be0a9706e
[Gui] Command: remove unused includes
2022-03-04 03:21:46 +01:00
wmayer
4d9ddcfa66
App: move member DocumentPythonObject to DocumentP
2022-03-03 20:28:47 +01:00
wmayer
6c1e940b69
Base: use forward declaration instead of including Python.h
2022-03-03 19:18:07 +01:00
wmayer
c07473ba5b
Base: use forward declaration instead of including Python.h
2022-03-03 17:37:13 +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
b222248071
Added new opencollective to funding links
2022-03-03 14:23:43 +01:00