wmayer
0dbc5d8041
remove deprecated macros
2016-11-09 16:58:54 +01:00
wmayer
b5cbaae73a
move handling of dynamic properties from FeaturePythonPyT to DocumentObjectPy
2016-11-09 16:09:21 +01:00
wmayer
a012f6ba49
remove obsolete class ViewProviderPythonFeaturePy
2016-11-09 12:15:15 +01:00
wmayer
596a1a98e2
make class ViewProviderPythonFeaturePy obsolete
2016-11-09 11:39:27 +01:00
wmayer
8ef85c51fa
dynamic properties:
...
+ move addProperty, removeProperty and supportedProperties from FeaturePythonPyT to DocumentObjectPy
2016-11-09 10:35:49 +01:00
Yorik van Havre
dae88ce39e
Draft: fixed DXF export - fixes #2761
2016-11-08 21:49:36 -02:00
wmayer
37339057f8
dynamic properties:
...
+ reimplment addDynamicProperty and removeDynamicProperty in TransactionalObject to raise exceptions
+ move addProperty, removeProperty and supportedProperties from ViewProviderPythonFeaturePy to ViewProviderPy
2016-11-08 19:55:17 +01:00
Yorik van Havre
1c5cc8bf62
Draft: Discretize projected arcs and ellipses - fixes #1612
2016-11-08 15:28:33 -02:00
wmayer
5c19fe2e74
move addDisplayMode from ViewProviderPythonFeaturePy to ViewProviderPy
2016-11-08 16:41:36 +01:00
wmayer
ff2a361928
fix several gcc warnings
2016-11-08 14:31:08 +01:00
wmayer
d2d927e760
performance improvements
...
+ use const-reference as argument to avoid tmp. copy
+ use prefix incremation operator instead of postfix increment operator
2016-11-08 13:51:22 +01:00
wwmayer
a9f7752bab
Merge pull request #333 from WandererFan/PreProd
...
TechDraw MultiView,ImageView,ShapeOutline
2016-11-08 13:34:53 +01:00
WandererFan
64a7c3f0e9
Basic working ViewImage
2016-11-07 17:20:20 -05:00
WandererFan
5767226294
Resolve minor merge conflict
2016-11-07 17:20:20 -05:00
WandererFan
53f0649273
Allow True dimensions to reference multiple Parts
2016-11-07 17:20:20 -05:00
WandererFan
e812a66398
Basic working multipart View
2016-11-07 17:20:20 -05:00
WandererFan
9ad177915d
Create outline of 3D shape
2016-11-07 17:20:19 -05:00
WandererFan
472f0b9549
Fix scaled QGIViewSymbol boundingRect
2016-11-07 17:20:19 -05:00
wmayer
41d244a299
copy fem mesh groups
2016-11-07 22:16:53 +01:00
ml
1a8ba4b2dd
Support for running specific unit tests without breaking existing tests with argument '0'
2016-11-07 15:38:12 +01:00
wmayer
bab25b2719
remove duplicate and unused class
2016-11-07 12:28:22 +01:00
wmayer
7f3190889b
issue #0002760 : The result of an 'Undo' is shown too late.
2016-11-06 21:06:28 +01:00
wmayer
06da15e643
+ add convenience method recomputeFeature()
...
+ make method recompute() protected
2016-11-06 17:16:50 +01:00
wmayer
b96f3d1163
break dependency to deleted object on rollback
2016-11-06 15:09:42 +01:00
wmayer
46ca32da5f
issue #0002757 : sketch editing not visible when it is in a part
2016-11-06 11:21:11 +01:00
wmayer
47b41a7883
fixes #0002460 : Use keyword 'explicit' for Quantity constructor
2016-11-05 23:21:42 +01:00
Yorik van Havre
b75e2d54c3
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2016-11-05 15:14:05 -02:00
Yorik van Havre
df69eccac7
Draft: implemented dxf export of techdraw pages
2016-11-05 15:13:48 -02:00
wmayer
211383819b
support of unicode strings in saveImage function
2016-11-05 18:04:22 +01:00
wwmayer
081d553267
Merge pull request #330 from sliptonic/sliptonic/ProcessProfileHoles
...
Sliptonic/process profile holes
2016-11-05 13:27:51 +01:00
sliptonic
f51d1ddc2e
fix for direction/cutside bug
2016-11-04 15:04:32 -05:00
Yorik van Havre
cabdf67d67
Fixed defaut shortcuts for view rotation - fixes #2756
2016-11-04 16:26:19 -02:00
sliptonic
2d7d19e8ec
Patch from nahshon
...
http://forum.freecadweb.org/viewtopic.php?f=15&t=18148&sid=9dcb94b872e170a78e8940bd08880b92&start=10#p143439
2016-11-04 09:19:49 -05:00
Yorik van Havre
4fc0cc2286
Arch: Added preference setting to control linewidth of Draft objects seen by Arch Section Planes
2016-11-03 16:40:12 -02:00
Yorik van Havre
fe8f0945d7
Arch: Support for opening symbols - fixes #2353
2016-11-02 20:10:20 -02:00
Yorik van Havre
5d866f15e0
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2016-11-02 20:05:09 -02:00
Yorik van Havre
9ccb915ecd
Merge pull request #329 from berndhahnebach/bhbdev055
...
FEM: option to split CalculiX input file
2016-11-02 17:39:55 -02:00
Yorik van Havre
88bd5585e0
Draft: Better method to project arcs to SVG - issue #1612
2016-11-02 17:06:48 -02:00
Bernd Hahnebach
d33596970d
FEM: example files, udate to new solver attributes
2016-11-02 18:09:48 +01:00
Bernd Hahnebach
f6a9efe0cd
FEM: solver, do not initialize the solver working directory, since it is eventually only used if it is left blank in preferences
2016-11-02 18:09:48 +01:00
Bernd Hahnebach
5bbe2a447d
FEM: ccx input file splitting, fix restore of pref
2016-11-02 18:09:48 +01:00
Bernd Hahnebach
27b256f971
FEM: ccx input file splitting, small improvements
2016-11-02 18:09:48 +01:00
vdwalts
b01f7cefb2
FEM: Add separate definitions for split AND non-split input writer files to FemInputWriterCcx.py
2016-11-02 18:09:48 +01:00
vdwalts
636865189b
FEM: Add split input writer option to preferences dialog GUI
2016-11-02 18:09:48 +01:00
wwmayer
782821d27d
Merge pull request #328 from triplus/master
...
Part multiFuse enable SetRunParallel
2016-11-02 17:03:01 +01:00
Yorik van Havre
dcacee28e0
TechDraw: Fixed solid rendering of Arch Views
2016-11-02 13:14:31 -02:00
triplus
f91da85fe9
Part generalFuse enable SetRunParallel
...
Test case:
http://forum.freecadweb.org/viewtopic.php?f=10&t=18179&p=143225#p143225
2016-11-02 15:52:42 +01:00
triplus
420ac818bb
Part multiFuse enable SetRunParallel
...
Forum discussion:
http://forum.freecadweb.org/viewtopic.php?f=10&t=18179
Test case:
http://forum.freecadweb.org/viewtopic.php?f=10&t=18179#p142663
2016-11-02 14:44:58 +01:00
Markus Lampert
153e070a8e
Fixed consecutive abort of job editing and selection of current base object.
2016-11-02 10:58:35 +01:00
Markus Lampert
e0fedefba0
Support for Cancel in PathJob creation and editing.
2016-11-02 10:58:35 +01:00