Commit Graph

8850 Commits

Author SHA1 Message Date
WandererFan
9643fd022f StatusBits -> setStatus 2016-07-11 15:32:16 +02:00
WandererFan
49e4ce8306 Mod/Measure warnings 2016-07-11 15:32:16 +02:00
WandererFan
2fbc4025cd ProjectionAlgo & DrawingExport renames 2016-07-11 15:32:16 +02:00
WandererFan
9a7f6b33b6 Add init files for /Mod/TechDraw 2016-07-11 15:32:16 +02:00
WandererFan
d02cc2cac3 cmake changes for /Mod/TechDraw 2016-07-11 15:32:16 +02:00
WandererFan
d851999e18 Add Mod/TechDraw/Gui/Resources 2016-07-11 15:32:16 +02:00
WandererFan
df13886349 Add Mod/TechDraw/Gui 2016-07-11 15:32:16 +02:00
WandererFan
d24e9be1bf Add Mod/TechDraw/App 2016-07-11 15:32:16 +02:00
WandererFan
74f536c820 Add /Mod/Measure for TechDraw 2016-07-11 15:32:16 +02:00
Bernd Hahnebach
b4d44d800a FEM: material references, select solid by one click on a vertex 2016-07-11 15:27:20 +02:00
Bernd Hahnebach
399bd80cd7 FEM: trailing whitespaces 2016-07-11 15:27:20 +02:00
vejmarie
dbbe95e1a1 Add return statement to areteideale 2016-07-11 12:21:21 +02:00
vejmarie
0991ce3e10 Fix Win32 build (thanks wmayer for the issue) + Mefisto 2D Mesh generation 2016-07-11 12:21:21 +02:00
Yorik van Havre
8627984b09 Arch: Fixed transparency-related display issues 2016-07-09 14:01:35 -03:00
Yorik van Havre
cb92f2b3ec Temporary workaround for the fractions issue in new imperial unit schema (using + between inches and fractions) 2016-07-09 14:01:07 -03:00
Yorik van Havre
3a527f982f Arch: fixed aggregation bug in IFC export 2016-07-08 11:09:57 -03:00
Yorik van Havre
df5c990066 Path: added addObject & removeObject python methods to FeatureCompound - fixes #2607 2016-07-07 19:49:00 -03:00
Mateusz Skowroński
211a94da4d Use byteCount() instead of obsolete numBytes().
This change is Qt4/Qt5 neutral.
2016-07-07 15:10:31 -03:00
Mateusz Skowroński
6c0c0e983b Fix includes to be compatible with Qt5.
This change is Qt4/Qt5 neutral.
2016-07-07 15:10:31 -03:00
Mateusz Skowroński
88bcda6e4d QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
2016-07-07 15:10:31 -03:00
Mateusz Skowroński
f898a03981 Fix files encoding. Go from ISO8859-1 to UTF-8. 2016-07-07 15:07:38 -03:00
Jonathan Wiedemann
a808ee3cb4 add "return" in libraries checking 2016-07-07 15:03:09 -03:00
Jonathan Wiedemann
5eb3108b09 fix json error 2016-07-07 15:03:09 -03:00
Yorik van Havre
407475b513 Part: Enabled per-face transparency 2016-07-07 12:46:25 -03:00
Yorik van Havre
7d54379767 Arch: Fixed bugs in IFC export 2016-07-07 11:54:18 -03:00
wwmayer
1afa2ecedb Merge pull request #206 from bblacey/develop
Build FreeCAD for OS X with OCCT7
2016-07-07 09:30:33 +02:00
Bruce B. Lacey
da42733e2f Build FreeCAD for OS X with OCCT7 2016-07-06 15:05:40 -07:00
wwmayer
02cd7ec17a Merge pull request #203 from vejmarie/fix_vtkcelliterator
Fix vtkcelliterator
2016-07-05 14:46:26 +02:00
wwmayer
7f8f3a6860 Merge pull request #204 from bblacey/develop
Leverage ccache to reduce build times (both locally and on Travis-ci)
2016-07-05 11:45:54 +02:00
Bruce B. Lacey
a035289f1c Leverage ccache to reduce build times (both locally and on Travis-ci) 2016-07-04 15:17:58 -07:00
vejmarie
30a45a601b Fix aType detection for QUAD_Tetra elements 2016-07-04 22:40:18 +02:00
DeepSOIC
7338ea3e85 Part: TopoShapePy: made Solid constructor accept CompSolid
Part.Solid(shape) now accepts compsolid as input, and creates a solid by
joining the compsolid.

Same done to Part.makeSolid().

+ change exception handling to expose the error message.
2016-07-04 14:58:53 +03:00
DeepSOIC
31aeb84075 Part: TopoShapePy: add generalFuse method 2016-07-04 14:57:50 +03:00
DeepSOIC
2206be773b Part: TopoShape: add generalFuse method (GFA)
OCC's Generaal Fuse Algorithm
2016-07-04 14:55:38 +03:00
John Dupuy
8ab4ad47ed Bug fixes to opensbp post processor in Path for ShopBot. 2016-07-03 22:48:53 -03:00
sliptonic
9a9f0fa0eb Additional fixes for post processing.
comment diameter instead of radius for compensated profile/surface ops
opensbp improved pre processor is more explicit with XY values
cmake copies opensbp postprocessor.
Removed unnecessary file.
2016-07-03 22:41:38 -03:00
sliptonic
7ab026ea5e Fix for bug #2528
Improved handling of comments
2016-07-03 22:41:38 -03:00
sliptonic
14f1f6fed8 fixes offset problems with OCC pocketing Bug #2604 2016-07-03 22:41:38 -03:00
sliptonic
ee7ad383f7 opensbp preprocessor handles float for spindle speed 2016-07-03 22:41:38 -03:00
sliptonic
a7e8a9e174 Fix feedrate bug #2597
minor edits to linuxcnc post processor
2016-07-03 22:41:38 -03:00
Yorik van Havre
4efe02c3cc Draft: Fixed buggy units display in Draft widgets 2016-07-03 18:41:33 -03:00
wmayer
f5d4cb09c8 compute minimum volume oriented box 2016-07-02 18:10:23 +02:00
wmayer
8c670f81b1 + add WildMagic algorithm to compute minimum volume oriented box 2016-07-02 17:01:56 +02:00
wmayer
6ce55d47a5 + fix gcc warning 2016-07-02 14:28:59 +02:00
wmayer
1febd2da5a make sure that action is created when calling updateAction 2016-07-02 13:19:25 +02:00
Yorik van Havre
975d6aac0e Merge pull request #200 from bblacey/develop
Remove gcc from build matrix because it always times out on Travis-CI
2016-07-01 20:17:18 -03:00
Bruce B. Lacey
ec066dd424 Remove gcc from build matrix because it always times out on Travis-CI 2016-06-30 16:45:35 -07:00
Yorik van Havre
dcf30946f7 Draft: builtin C++ DXF importer is now the default 2016-06-30 15:26:07 -03:00
Yorik van Havre
4038221af7 Path: support for G90.1 / G91.1 GCodes (absolute/relative arc centers) - fixes #2605 2016-06-29 17:08:08 -03:00
Yorik van Havre
0cb59e0dc0 Arch: recoded Git tool - fixes #2599 2016-06-28 17:36:43 -03:00