Yorik van Havre
e5f2002c92
Merge pull request #659 from sliptonic/feature/stock
...
path: enable stock
2017-03-30 17:33:40 -03:00
sliptonic
fcf110e345
path: enable stock
2017-03-30 08:14:51 -05:00
tomate44
bcd2a0f394
add doc and a couple of new methods to MakePipeShell
2017-03-29 19:47:52 +02:00
Yorik van Havre
4b6806310a
Fixed error in addon manager
2017-03-29 10:39:59 -03:00
Bruce B. Lacey
8106aaf59b
Fix commit 0bebddf28 - Show more mac versions in about dialog
2017-03-28 11:05:05 -07:00
wwmayer
6e2285e6ff
Merge pull request #655 from gdoffe/toolimprove_dogbonedressup
...
path: make dogbone dressup using new tool controller
2017-03-28 19:33:25 +02:00
Yorik van Havre
0e1faa5793
Show more mac versions in about dialog
2017-03-28 10:17:30 -03:00
Gilles DOFFE
73d8b7e6b0
path: make dogbone dressup using new tool controller
2017-03-28 11:26:22 +02:00
Mateusz Skowroński
8eeb4c9ddc
Fix building with GCC and Qt5.
...
issue #0002986
2017-03-28 09:56:54 +02:00
wmayer
f225f3e0cb
fix possible crash in view provider of boolean algorithm features
2017-03-27 22:43:13 +02:00
DeepSOIC
57aa9780b8
Gui: Gesture: fix for conda
...
@peterl94 said anaconda's Qt doesn't offer private headers. The
definitions used have almost no code associated with them, I simply
copied them to the cpp file.
See thread "ana(conda) windows packaging", starting from this post:
https://forum.freecadweb.org/viewtopic.php?f=4&t=21405&start=70#p167370
2017-03-27 13:40:21 +03:00
Zheng, Lei
1b183a16b8
Gui.TreeWidget: check cyclic dep when populating
2017-03-26 18:53:36 +02:00
Zheng, Lei
92ea1ac578
Gui.TreeWidget: removed incorrect assertion
2017-03-26 18:53:36 +02:00
Zheng, Lei
38abd868a7
Gui: fixed ambiguous boost::bind
2017-03-26 18:53:36 +02:00
Zheng, Lei
a8737e2f68
Gui: improved TreeView drag and drop
...
* support undo of drag and drop
* support drop only (i.e. no item removal from dragged parent item) when
Ctrl key is pressed at the time of drop.
2017-03-26 18:53:36 +02:00
Zheng, Lei
d3557d2105
Gui: made the TreeView stable
...
The TreeView item (DocumentObjectItem) and DocumentObject now have a N:1
relationship. Adding or removing object with claimed children no longer
affects existing TreeView items.
2017-03-26 18:53:36 +02:00
wmayer
305e7fa62c
issue #0002698 : Exported STEP-File contains surplus PRODUCTS
2017-03-26 18:29:27 +02:00
DeepSOIC
21dd9aafe9
Gui: expose claimChildren to Python
2017-03-26 14:45:20 +02:00
DeepSOIC
5348f7afed
App: add "Expanded" to DocumentObject.State
...
Looks like it was impossible to figure out if tree item of object is
expanded or collapsed. Now, it can be queried by e.g. `"Expanded" in
App.ActiveDocument.Fusion.State`
2017-03-26 14:45:20 +02:00
DeepSOIC
66fc40ce58
App: expose recompute controlling to Python
...
Add readable-writeable attribute "RecomputesFrozen" to DocumentObject.
2017-03-26 14:45:20 +02:00
wwmayer
fbe3bab74f
Merge pull request #651 from agryson/fem-feedback
...
Edit warp icon based on forum feedback
2017-03-26 14:38:47 +02:00
Alexander Gryson
2ac37fd824
Edit warp icon based on forum feedback
...
[See forum post for relevant discussion](https://forum.freecadweb.org/viewtopic.php?f=34&t=21391&start=19 )
2017-03-26 08:51:17 +02:00
Harald Geyer
4abaa92533
Arch: Add property to stairs object for making ladder style stairs
...
The StringerOverlap property allows to raise the stringers realtive to
the treads, so that they are actually beside them.
This type is often used for building wooden stairs.
2017-03-25 12:06:05 -03:00
wwmayer
eba6bb1281
Merge pull request #649 from realthunder/PathColorCorrect
...
PathGui: restore Path default color
2017-03-24 21:30:42 +01:00
Zheng, Lei
1e165abcdb
PathGui: restore Path default color
2017-03-25 01:55:30 +08:00
wwmayer
0ea136f42e
Merge pull request #648 from wwmayer/fix_warnings
...
Qt5OpenGL: replace gluOrtho2D for macOS
2017-03-24 14:07:32 +01:00
wmayer
ac7b0fa2d8
Qt5OpenGL: replace gluOrtho2D for macOS, move includes of GL stuff from header to source
2017-03-24 10:28:57 +01:00
wwmayer
69a030d83b
Merge pull request #647 from kkremitzki/python_wordwrap_fix
...
Fix preferences Python console bug
2017-03-24 10:22:01 +01:00
Kurt Kremitzki
50a5f64037
Fix preferences Python console bug
2017-03-23 20:19:35 -05:00
wmayer
6c82b87e83
fix signed vs unsigned warning
2017-03-23 22:18:48 +01:00
Zheng, Lei
c56b4d6527
Path.Area: fixing boost windows build error
...
Indirectly caused by the use of boost::geometry on Windows boost 1.55.
See https://svn.boost.org/trac/boost/ticket/9332
2017-03-23 22:04:52 +01:00
Zheng, Lei
54454ce3d2
Path.Area: fixing boost::geometry compilation issue
2017-03-23 22:04:52 +01:00
Zheng, Lei
0bd03b9e8b
Path.Area: wire sorting fix and improvement
...
Wire sorting no longer uses libarea. Performance improvement using
boost::geometry::rtree
2017-03-23 22:04:52 +01:00
Zheng, Lei
a63d293bee
Path.Area: improved FeatureAreaPy error message
2017-03-23 22:04:52 +01:00
Zheng, Lei
6a5740cd5c
Path.Area: avoid FeatureArea recompute on doc load
2017-03-23 22:04:52 +01:00
Zheng, Lei
d0ceee5e86
Path.Area: fixed getShape with index
2017-03-23 22:04:52 +01:00
Zheng, Lei
4f80c30c3c
Path.Area: changed section transformation
2017-03-23 22:04:52 +01:00
Zheng, Lei
834f48e461
Path.Area: improved section tolerance
...
Previously, a small offset in the same direction of section is added to
the section height to avoid tagent plane cut. Now we'll retry by adding
offset in the oppsite direction if the first attemp fails.
2017-03-23 22:04:52 +01:00
Zheng, Lei
52ac02138d
Path.Area: support arc plane selection
2017-03-23 22:04:52 +01:00
Zheng, Lei
a0f121410e
Path.Area: improved section plane tolerance issue
2017-03-23 22:04:52 +01:00
Zheng, Lei
81b5b0bee3
Path.Area: refined properties in FeatureArea
2017-03-23 22:04:52 +01:00
Zheng, Lei
f94bc81987
Path.Area: support negative stepdown
...
Negative stepdown means going from bottom up. Some machine may have
reversed Z axis.
2017-03-23 22:04:52 +01:00
Zheng, Lei
d1978a075a
Path.Area: fixed handling of shape with placement
2017-03-23 22:04:52 +01:00
Zheng, Lei
5dda63ac3e
Path.Area: fixed missing brace
2017-03-23 22:04:52 +01:00
Zheng, Lei
73649495e6
Path.Area: Changed FeatureArea WorkPlane behavior
...
FeatureArea will return the user defined workplane if there is one, or
else it returns auto selected plane by its internal Area object
2017-03-23 22:04:52 +01:00
Zheng, Lei
f028bde0df
Path.Area: improved code readablity
2017-03-23 22:04:52 +01:00
Jean-Marie Verdun
5f1879ee21
Move Step reader to New Part Design workflow
2017-03-23 21:43:46 +01:00
wwmayer
68d7f38970
Merge pull request #645 from sliptonic/master
...
Path: fix bug with non-planar objects
2017-03-23 19:20:15 +01:00
sliptonic
d7dc91d7f3
Path: fix bug with non-planar objects
2017-03-23 10:19:26 -05:00
Yorik van Havre
4e41c89d98
Draft: Fixed buggy ungroup function
2017-03-23 09:40:27 -03:00