looooo
04ab150bbe
Path: libarea: update to latest pybind11
2017-09-07 21:32:34 +02:00
luzpaz
663be07b7d
Arch: fix grammatical error
...
Changed `equipments` to `equipment`
@yorikvanhavre is this OK with you?
2017-09-03 11:29:25 -03:00
looooo
adb836c33b
qt5: fix in Draft translate
2017-09-03 11:28:05 -03:00
Yorik van Havre
7489eb1c43
Arch: Applied fix to cyclic dependency problem to windows
2017-09-02 17:24:34 -03:00
Yorik van Havre
2e32324354
AddonManager: Inform which addons have updates available
2017-09-02 14:10:33 -03:00
triplus
d15c27e5ec
WhatsThis support for Draft Snap toolbar
2017-09-02 16:01:38 +02:00
wmayer
5ec3339748
Port to occ7.2:
...
+ use default constructor of BRepOffsetAPI_MakeOffsetShape since overloaded versions are deprecated
+ use default constructor of BRepOffsetAPI_MakeThickSolid since overloaded versions are deprecated
+ fix small bug in MeshVertex
2017-09-02 12:04:07 +02:00
Yorik van Havre
8b278486d0
Draft: WP Proxy now supports perspective camera too
2017-09-01 19:47:13 -03:00
wmayer
5242f47473
Port to occ7.2:
...
+ replace use of StlMesh classes as they have been removed
2017-09-02 00:26:04 +02:00
Yorik van Havre
6105b8b6fd
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2017-09-01 16:20:25 -03:00
Yorik van Havre
ff7c0d7594
Addon manager - create Macro folder if not present
2017-09-01 16:20:17 -03:00
wmayer
0d617f97d6
Port to occ7.2:
...
+ Standard_Failure::Caught() is now marked as deprecated and should be replaced with standard C++ exception handling
2017-09-01 16:27:46 +02:00
wmayer
473ea474ce
Port to occ7.2:
...
+ replace Quantity_Parameter with Standard_Real is it's marked deprecated
+ include NCollection_Vector as it's needed by STEPCAFControl_Writer
+ remove GC_MakeConicalSurface used for cone and distance as this was never implemented in any earlier occ version and has been removed now
2017-09-01 12:01:50 +02:00
Yorik van Havre
b16b17ced2
Updated translation strings (and sent to crowdin)
2017-08-31 10:46:55 -03:00
Bernd Hahnebach
a3639f40e8
FEM: mech result task panel, use the result tools stat def instead of an own method
2017-08-31 11:09:13 +02:00
Bernd Hahnebach
f82f3047c1
FEM: command purge results, make it independent from ccx analysis tools
2017-08-31 11:09:13 +02:00
Bernd Hahnebach
ea84ed71c0
FEM: since result object does not depend on analysis mesh, make analysis tools independed from result object
2017-08-31 11:09:13 +02:00
Bernd Hahnebach
01519924d3
FEM: z88, fix some comment in result importer
2017-08-31 11:09:13 +02:00
Bernd Hahnebach
6257cc3e8e
FEM: code formating, get rid of tabs
2017-08-31 11:09:13 +02:00
luzpaz
13458618e9
trivial typo fix
2017-08-31 11:09:13 +02:00
luzpaz
e53c917c04
Path: typos
2017-08-31 11:05:48 +02:00
Yorik van Havre
5acfb54179
Arch: Grid command
2017-08-30 23:11:47 -03:00
Kurt Kremitzki
f67c3c502f
PDN: Add several Hole tests
2017-08-30 10:41:55 -03:00
Kurt Kremitzki
0639b7f113
PDN: Add simple hole test
2017-08-30 10:41:55 -03:00
luzpaz
d0e1b3e1bb
Arch: typo fix
...
continuation of #953
found today in https://crowdin.com/translate/freecad/6766/en-ja#6499525
2017-08-28 17:31:18 -04:00
wmayer
a5bf15b55d
remove properties from transactions when being deleted
2017-08-28 21:20:17 +02:00
Markus Lampert
3a0ea0df8e
Different approach to determining the qt version.
2017-08-28 11:52:10 -03:00
Markus Lampert
17b27a4e4d
Reduced log level to info.
2017-08-28 11:52:10 -03:00
Markus Lampert
36967aa84b
Fix Qt4/5 setResizeMode -> setSectionResizeMode
2017-08-28 11:52:10 -03:00
luzpaz
f7b8e070db
Misc. typos discovered via crowdin
...
should close several crowdin issues.
2017-08-28 11:50:33 -03:00
sliptonic
a7e336651c
Path: remove obsolete operations
...
PathFaceProfile PathFacePocket are no longer necessary
2017-08-28 11:40:33 -03:00
sliptonic
6d9e56ea10
Path: remove pathcompoundextended
...
non-functional
2017-08-28 11:40:33 -03:00
sliptonic
b3be190529
Path: gui cleanup
2017-08-28 11:40:33 -03:00
sliptonic
ccf078ebc9
path: convert smoothiepost to use argparse
2017-08-28 11:40:33 -03:00
sliptonic
f60280dc87
path: gui cleanup for copy related functions
...
remove compound
2017-08-28 11:40:33 -03:00
sliptonic
7ba02338f6
Path: cleanup on operation copy
2017-08-28 11:40:33 -03:00
sliptonic
fd1902168e
Path: cleanup simplecopy
...
Now creates a 'custom' object with gcode property
2017-08-28 11:40:33 -03:00
sliptonic
86b86d75a1
Path: Command to duplicate an operation.
...
Creates a copy of the currently selected operation in the same job
2017-08-28 11:40:33 -03:00
Yorik van Havre
353e9a6228
Draft: New UI for the Scale tool
2017-08-25 16:40:49 -03:00
Markus Lampert
648468a7d6
More py3 compatibility, same root cause though.
2017-08-24 20:31:57 -07:00
Markus Lampert
c399accb29
Fixed unit test for python3.
2017-08-24 20:31:57 -07:00
Markus Lampert
504e4b7109
Added full unit test to make sure tool chain works correctly.
2017-08-24 20:31:57 -07:00
Markus Lampert
fbc8db743f
Added preambles option to fromShapes to prevent Path.Area from emmitting a preamble before every block of movement.
2017-08-24 20:31:57 -07:00
Markus Lampert
df8c5bb550
Fixed merge issue.
2017-08-24 20:31:57 -07:00
Markus Lampert
6e1f42606f
Start of dogbone unit tests.
2017-08-24 20:31:57 -07:00
Markus Lampert
06db436a5f
Removed redundant import.
2017-08-24 20:31:57 -07:00
Markus Lampert
39c1320bc7
Converted PathProfile to be based on PathAreaOp.
2017-08-24 20:31:57 -07:00
Yorik van Havre
520fa8d4e3
Draft: Fixed line to sketch conversion
2017-08-24 21:12:59 -03:00
Yorik van Havre
c52ac06aa6
Arch: Changed order of Rebar tools to match the wiki
2017-08-24 17:40:23 -03:00
wmayer
e96189c110
don't filter point cloud when estimating normals to avoid mismatch of number of points and normals
2017-08-24 13:05:21 +02:00