Aapo
dbef970697
[TD] Add under- and overtolerances for Dimension Task layout, fixes for Dimension tolerance refresh and behavior.
2021-01-31 15:17:46 +01:00
Aapo
5350a2c3d0
[TD] Fix degree sign processing for equilateral angular plusminus dimensions.
2021-01-31 15:17:46 +01:00
Aapo
e6ef62e711
[TD] Fix regression in Dimensions: Setting arbitrary under tolerance was somehow lost.
2021-01-31 15:17:46 +01:00
donovaly
96cbb986e2
[PD] correct hole cut definitions
...
I was able to get the norms and could update the definitions accordingly.
For example in the ISO 10462, sizes smaller than M3 are not defined and your definition files should only contain what is really defined.
2021-01-31 13:45:57 +01:00
Chris Hennes
049fd712e3
Enable LGTM to analyze some C++ source code
...
FreeCAD as a whole is too large for LGTM to analyze the entire codebase, the operation
times out after three hours. By focusing only on the core code, this patch allows the
automated testing framework there to analyze our C++ code, in addition to the Python
and JavaScript analsis it was already doing.
2021-01-30 17:30:22 +01:00
wmayer
ff28b5212f
App: [skip ci] use better deprecation warning as used in PR 4335
2021-01-30 17:27:08 +01:00
wmayer
d77d3e81cb
Part: [skip ci] fix path of attachment icon
2021-01-30 17:22:54 +01:00
wmayer
54a7ce43a0
App: [skip ci] print deprecation warning if addExtension() has two arguments
2021-01-30 17:20:43 +01:00
Stefan Tröger
ec5ac30756
Remove ExtensionProxy and rely on default Python proxy for extensions. fixes #0004534
2021-01-30 16:00:48 +01:00
Benjamin Nauck
51f8ea11d9
Spreadsheet: Add test for undo alias issue
2021-01-30 14:04:57 +01:00
Benjamin Nauck
aa91457491
Spreadsheet: Allow alias removed by undo to be reused
...
Fixes issue descripted in the forum post:
https://forum.freecadweb.org/viewtopic.php?f=3&t=54009
2021-01-30 14:04:57 +01:00
Kurt Kremitzki
1fb4e38e5e
Merge pull request #4134 from donovaly/PD-Hole-DrillPoint
...
[PD] improve blind hole depth handling
2021-01-30 05:14:52 -06:00
Kurt Kremitzki
445bd30b76
Merge pull request #4165 from chennes/addImportExportRecentFilesPrefs
...
[App] Add prefs for import/export in Recent Files
2021-01-30 05:14:36 -06:00
Benjamin Nauck
49b7f237be
[MeshPart] Fix copy-paste error
...
It doesn't make sense to check minLen and then call SetMinSize to maxLen
so this must be a copy-paste error.
Introduced in eb6f60469a
Found with Coverity.
2021-01-30 11:47:06 +01:00
Kurt Kremitzki
f1073ce6ae
Merge branch 'master' into PD-Hole-DrillPoint
2021-01-29 19:02:34 -06:00
Kurt Kremitzki
f859e82b15
Merge branch 'master' into addImportExportRecentFilesPrefs
2021-01-29 19:02:21 -06:00
sliptonic
88a8eba77f
Merge pull request #4325 from machste/fix_simple_copy
...
Path: Fix creating simple copy
2021-01-28 14:14:02 -06:00
Stefan Brüns
27cdc7cd9c
Fix ODR violation, correct Ui_TaskSketcherGeneral namespace
...
The generated ui_TaskSketcherGeneral.h defines the class in the
SketcherGui namespace.
Fixes #4529
2021-01-28 17:43:10 +01:00
Zheng, Lei
99fe37928c
Part: fix ViewProviderExt::updateVisual() on incomplete mesh
2021-01-28 17:38:49 +01:00
wmayer
27000b7622
Gui: modernize C++
2021-01-28 16:22:40 +01:00
vosk
e5b433c17f
[Part] - Fix View3DInventor.setCamera leaking SoCamera*
2021-01-28 16:17:33 +01:00
vosk
1300c630f4
[Part] - Fix memory leaks
2021-01-28 15:45:00 +01:00
Aapo
212381dcf7
[TD] Avoid changing default open/save dir to templateDir when opening a Page template.
2021-01-28 14:54:59 +01:00
Benjamin Nauck
cb3e059ab5
[Gui] Make inventor markers symmetric
...
These changes makes the round markers symmetric horizontally, vertically
and on the diagonal.
2021-01-28 14:54:05 +01:00
Yorik van Havre
10f8d0f26f
Merge pull request #4317 from Roy-043/fix_gui_snapper_center_face
...
[Draft] Fix snap to center of faces of solids
2021-01-28 14:36:15 +01:00
Yorik van Havre
d8f1fd41d1
Merge pull request #4318 from bitacovir/Surface_WB_icons
...
[UI] Replace SVG icons for Surface WB commands
2021-01-28 14:33:45 +01:00
Yorik van Havre
d206394db5
Merge pull request #4320 from chennes/cleanStartWithLGTM
...
[Start] Minor tweaks recommended by LGTM
2021-01-28 14:31:28 +01:00
Stefan Mächler
2afba1a7b7
Path: Fix creating simple copy
...
This commit fixes the issue discussed on the FreeCAD forum:
https://forum.freecadweb.org/viewtopic.php?f=15&t=54769
2021-01-28 09:32:17 +01:00
sliptonic
a631f45e31
Merge pull request #4297 from shadowbane1000/fanuc-1st-pass
...
[PATH] First pass at a post processor for Fanuc
2021-01-27 13:05:26 -06:00
sliptonic
0a46384bdb
Merge pull request #4140 from gauna85/PathStock
...
Path: Fix #3914 : Adding stock label prefix to name comparison in orde…
2021-01-27 11:09:31 -06:00
sliptonic
3676ab0d43
Merge pull request #4286 from kbickar/master
...
[Path] Fix AttributeError on deleting corrupt dressup
2021-01-27 11:04:40 -06:00
sliptonic
03680187cb
Merge pull request #4321 from ci4ic4/patch-1
...
[PATH] Update philips_post.py
2021-01-27 11:00:33 -06:00
Chris Hennes
ef1d1710eb
Merge branch 'master' into addImportExportRecentFilesPrefs
2021-01-27 10:36:47 -06:00
sliptonic
3473f956c7
Merge pull request #4322 from sliptonic/miscbugs
...
[Path] fix index bug in toolbit directory creation
2021-01-27 10:28:27 -06:00
sliptonic
dd9b32f992
fix index bug in toolbit directory creation
2021-01-27 10:27:12 -06:00
sliptonic
39c1b59ac1
Merge pull request #4294 from mlampert/feature/toolbit-free-properties
...
[Path] - Feature/toolbit free properties
2021-01-27 10:03:46 -06:00
ci4ic4
4ed7665b13
Update philips_post.py
...
You can't compare dict with an integer.
2021-01-27 11:51:42 +00:00
Abdullah Tahiri
c2dcf6492b
ViewProvider: make partial redundant color blue
2021-01-27 07:53:25 +01:00
Markus Lampert
d6584a8b48
Updated toolbit-attributes.py script and cleaned up shapes.
2021-01-26 20:04:46 -08:00
Markus Lampert
82a519277d
Added support for deleting empty groups from the property bag's group tracking.
2021-01-26 19:46:06 -08:00
Chris Hennes
76e25a3a96
Minor tweaks to Start recommended by LGTM
...
Using the results of the vulnerability scan at lgtm.com, some minor
changes were made. First, all Python exception handling now explicitly
catches Exception, rather than BaseException (which would include SystemExit
and KeyboardInterrupt). Second, unused imports were removed. Third, a
couple of unnecessary or unused assignments were addressed. Finally, the
JavaScript was modified to explicitly declare the local ddiv variable when
needed.
2021-01-26 20:38:51 -06:00
Markus Lampert
6abdfd24d5
Disable library name edit
2021-01-26 18:17:09 -08:00
Markus Lampert
2d76414ce6
Add toolbit test files to list to maybe get windows build to pass
2021-01-26 18:14:09 -08:00
sliptonic
fa3668b349
fixed slitting saw shape and bit
2021-01-26 18:14:09 -08:00
sliptonic
535c4646e3
tool bugs
2021-01-26 18:14:09 -08:00
sliptonic
3a3adc7dee
fix bug when declining the creation of workdir subdirectories.
2021-01-26 18:14:09 -08:00
Markus Lampert
57689bd2cd
Added commit to explain the purpose of dumping the directory tree
2021-01-26 18:14:09 -08:00
Markus Lampert
60ea0d8cee
Added Tools directory for recursive test file copy
2021-01-26 18:14:09 -08:00
Markus Lampert
1c3f08d4eb
Added test case to determine directory layout.
2021-01-26 18:14:09 -08:00
sliptonic
6ae29e4bdb
make initial path defaults slightly more intuitive
2021-01-26 18:14:09 -08:00