Schildkroet
0019cf41db
Merge branch 'master' into master
2019-08-23 15:01:34 +02:00
wmayer
6dae8f3717
add missing parameter group and name for 'UseMaterialColor' check box
2019-08-23 13:02:53 +02:00
wmayer
1d7d3436b4
improve error search when parameter group or name of a PrefWidget is not set
2019-08-23 12:53:03 +02:00
wmayer
4683c267b8
Remove CMakeLists.txt.user from repo
2019-08-23 12:51:26 +02:00
Yorik van Havre
d6fdaefb68
Arch: Fixed windows symbol position
2019-08-22 18:52:44 -03:00
wandererfan
5806fc64b9
[TD]Restore context menu after leader edit
2019-08-22 17:11:55 -04:00
wandererfan
3c4700d05b
[TD]fix BRect on empty text items
2019-08-22 17:11:55 -04:00
wandererfan
178520fb4a
[TD] fix stale pointer in scene
2019-08-22 17:11:55 -04:00
wandererfan
5a3de6c3df
[TD]Add welding symbol directory preference
2019-08-22 17:11:55 -04:00
wandererfan
f0155052f3
[TD]Welding Symbol Editor alpha release
2019-08-22 17:11:55 -04:00
wandererfan
0d01744098
[TD]Clean up Welding Symbol creation
2019-08-22 17:11:55 -04:00
wandererfan
992ef1b07e
[TD]Welding Symbol creation
2019-08-22 17:11:55 -04:00
wandererfan
f046a0e657
[TD]Fix CosmeticEraser multiple item delete
2019-08-22 17:11:55 -04:00
wandererfan
b5464ccf4d
[TD]Add uuid tags for cosmetics
2019-08-22 17:11:55 -04:00
Yorik van Havre
0f714e00f1
AddonManager: Added function to check for updates for a specific addon
2019-08-22 16:44:00 -03:00
Dion Moult
4d12917b5f
Refactor preferences into injected object instead of global.
...
The following unrequired preferences are removed:
- FORCE_BREP
- STORE_UID
- SERIALIZE
- EXPORT_2D
- FULL_PARAMETRIC
- ADD-DEFAULT_SITE
- ADD_DEFAULT_STOREY
- ADD_DEFAULT_BUILDING
2019-08-22 15:28:06 -03:00
Patrick Felixberger
31d6d5fa70
Cleaned up grbl_post and added tool-change option, which was lost in last update
2019-08-22 19:17:29 +02:00
Patrick Felixberger
23d9f354d8
Merge remote-tracking branch 'upstream/master'
2019-08-22 18:54:18 +02:00
howetuft
945e76d915
[Robot] treeiksolvervel_wdls.cpp: Fix compil warns
...
"Warning: comparison between signed and unsigned integer expressions [-Wsign-compare]"
Changed 'unsigned int' into 'Eigen::Index' type for several loop indexes...
2019-08-22 18:54:05 +02:00
howetuft
c6748d8d0b
[Robot] jacobian.cpp: Fix compiler warnings
...
"Warning: comparison between signed and unsigned integer expressions [-Wsign-compare]"
Changed 'unsigned int' into 'Eigen::Index' type for several loop indexes...
2019-08-22 18:53:57 +02:00
howetuft
7b265bee18
[Robot] chainiksolverpos_lma.cpp: Fix compil warng
...
"Warning: Comparison between signed and unsigned integer expressions [-Wsign-compare]"
Fixed by declaring loop index as library-provided type 'Eigen::Index' instead of raw 'unsigned int'.
2019-08-22 18:53:47 +02:00
howetuft
ad73247e9e
[Robot] svd_eigen_Macie.hpp: Fix compiler warnings
...
"Warning: comparison between signed and unsigned integer expressions [-Wsign-compare]"
Changed 'unsigned int' into 'Eigen::Index' type for several loop indexes...
2019-08-22 18:53:39 +02:00
Patrick Felixberger
5a0c611866
Merge branch 'master' of https://github.com/Schildkroet/FreeCAD
2019-08-22 18:52:25 +02:00
wmayer
372f572d09
add TestPathHelix.py to CMake
2019-08-22 18:49:45 +02:00
Markus Lampert
66804ae993
Unit test helix based on a clone
2019-08-22 18:03:18 +02:00
Markus Lampert
5a4fc83fe3
More helix unit tests
2019-08-22 18:03:03 +02:00
Markus Lampert
221893eeeb
Fixed PathHelix assert statements
2019-08-22 18:02:49 +02:00
Markus Lampert
915a7ae226
Added basic test case for PathHelix
2019-08-22 18:02:35 +02:00
Pablo Gil
736d34d904
update CMakeList to include new Darker stylesheets
2019-08-22 17:57:14 +02:00
wmayer
218d849355
use GNU directory structure on non-Windows systems
2019-08-22 16:57:11 +02:00
wmayer
7d8c2060a8
do not force CMAKE_INSTALL_LIBDIR to be an absolute path
2019-08-22 16:57:10 +02:00
luz.paz
699114610c
Stylesheets: typo and uniformity fixes
...
Follow-up to b61aa576f and d6352bb1
CC @pgilfernandez
2019-08-22 11:25:39 -03:00
vocx-fc
d3ade5520e
Draft: DraftFillet, changed some things about the implementation.
2019-08-22 10:54:41 -03:00
vocx-fc
0f686edf89
Draft: added Draft_Fillet.svg as an icon, as a variation of the Sketcher fillet icon. Add it to Draft.qrc.
2019-08-22 10:54:41 -03:00
vocx-fc
d5ca09c77b
Draft: added DraftFillet.py to the sources, also InitGui.py, Draft.py, DraftTools.py, and CMakeLists.txt
2019-08-22 10:54:41 -03:00
Tomas Pavlicek
46c73062ff
TechDraw: Radius drawing refactored - ASME support
2019-08-21 19:27:12 -04:00
Yorik van Havre
93b5481c68
Arch: Optimization in SVG generation code
2019-08-21 19:56:25 -03:00
wmayer
5095703776
add missing std:: namespace to build on Debian 10
2019-08-21 23:56:46 +02:00
Yorik van Havre
f93a986b5a
Arch/TD: Added Coin mode to TD arch views
2019-08-21 18:44:02 -03:00
wmayer
2a92051192
add missing std:: namespace to build on Debian 10
2019-08-21 19:22:01 +02:00
wmayer
bf5923c0f3
add missing std:: namespace to build on Debian 10
2019-08-21 16:31:00 +02:00
Yorik van Havre
ba297ec966
Arch: Fixed remaining bug in IFC importer
2019-08-21 11:04:59 -03:00
Bernd Hahnebach
78360cab92
Arch: export IFC helper, do not use multiple line imports
2019-08-21 12:09:14 +02:00
Bernd Hahnebach
cb6f7ce3ee
Arch: import and export IFC, add licence text and make it pep8 kompatible
2019-08-21 12:09:06 +02:00
Bernd Hahnebach
8c4856ebeb
Arch: import IFC, move methods used by import and export to helper
2019-08-21 12:08:59 +02:00
Bernd Hahnebach
2390a219c0
Arch: import IFC, get back description of empty relation tables
2019-08-21 09:28:58 +02:00
Bernd Hahnebach
d038968b68
Arch: import IFC, split relation table method
2019-08-21 08:51:46 +02:00
Bernd Hahnebach
13ce0bddc8
Arch: import IFC, pep8, indent
2019-08-21 08:40:07 +02:00
Bernd Hahnebach
8fad7c40ec
Arch: import IFC helper, fix imports
2019-08-21 08:40:01 +02:00
Bernd Hahnebach
017caac680
Arch: import IFC helper, white spaces and new lines
2019-08-21 08:39:55 +02:00