wmayer
7e261db1a2
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
2015-12-09 15:09:57 +01:00
Yorik van Havre
b876489b46
Arch: small fix in Structure - fixes #2186
2015-12-09 11:30:51 -02:00
Stefan Tröger
dcad131357
Expressions: Fix property editor behavior
...
- change responsibility of python code emition
- Correct python code handling for expressions
- handle constraints expressions handling
2015-12-09 14:08:50 +01:00
Stefan Tröger
580a4e15d1
Expressions: port int spinbox for property editor
2015-12-09 14:08:49 +01:00
Stefan Tröger
4203a6f35b
Expressions: Integrate into the property editor
...
- basic infrastructure for handling of expressions
- port the unit properties editor to support expressions
- port placement editor to support expressions
- expressions for double spinbox
- expressions in sketch constraints
2015-12-09 14:08:48 +01:00
Abdullah Tahiri
501fa80e4d
Sketcher: Fix Sketch Mirror functionality
...
=========================================
The problem:
Mirror stopped working.
How to reproduce:
Select a sketch, and apply "Mirror Sketch" from the menu.
Why?
With the introduction of expressions, mirror sketch stopped working. The reason is that mirror functionality did use the "clone" function to make copies of constraints
and then modify their values. After expessions introduction, which introduces a unique tag per constraint, this copy was regarded as a "rename" of the original constraint
as they shared the unique tag.
Fix?
New function "copy()" for a constraint, that copies all the content but the tag.
2015-12-09 13:32:12 +01:00
wmayer
118d2eb531
+ fix typo in FEM
2015-12-09 13:19:13 +01:00
wmayer
69a6970975
+ fix crash when undoing creation of spreadsheet
2015-12-09 13:18:58 +01:00
Eivind Kvedalen
ae6b934207
Spreadsheet: Fixed PropertySheet::Paste(); undo did not work correctly.
2015-12-09 12:15:15 +01:00
Eivind Kvedalen
aef7bbdf62
Spreadsheet: AggregateFunctionExpression missed its own implementation of copy().
...
This causes a crash during undo if this class is used.
2015-12-09 12:15:15 +01:00
Eivind Kvedalen
4d0af95caf
App: Replaced freecad_dynamic_cast by static_cast. In this case we know the type, and don't check for 0.
2015-12-09 12:15:14 +01:00
Eivind Kvedalen
71605e63ef
Spreadsheet: Fixed issue #2352 , removal of rows and columns.
2015-12-09 12:15:13 +01:00
Eivind Kvedalen
4b5ae54e88
App: Removed VariableExpression::setName(), and replace call by setPath(); it's use caused a crash ( #2352 ).
2015-12-09 12:15:12 +01:00
Yorik van Havre
c67b2bed45
Draft: Fixed offset of arcs - fixes #1993
2015-12-08 12:01:28 -02:00
wmayer
c0ee5fbae3
+ add restart method to timer
2015-12-07 17:31:05 +01:00
Yorik van Havre
a97992a537
Arch: added button to edit text position in Arch Spaces edit mode - fixes #2339
2015-12-07 12:30:20 -02:00
Yorik van Havre
1da0ec65c3
Draft: added radial & diameter dim support to DXF import - fixes #2162
2015-12-05 16:50:30 -02:00
Yorik van Havre
2e91633da9
Draft: Added mirror tool (more graphical version of Part Mirror) - fixes #2215
2015-12-05 14:19:35 -02:00
Yorik van Havre
cf3e69de08
Arch: removed global state of ifcfile
2015-12-05 13:49:02 -02:00
Bernd Hahnebach
6d2877444c
Arch: ifc: fix import of archobj walls if structobj import is activated
2015-12-05 13:46:34 -02:00
wmayer
93b53f1662
+ add several surface reconstruction methods from pcl to Reen module
2015-12-05 16:19:18 +01:00
Yorik van Havre
fd191b802e
Draft: Fixed grid jump in edimode - fixes #2104
2015-12-03 22:59:50 -02:00
Bernd Hahnebach
9e114a8b59
FEM: make cccFrdReader flake8 compatible
2015-12-03 18:50:06 -02:00
fandaL
cf22522290
FEM: frd mesh import rearrange repeating if
2015-12-03 18:50:06 -02:00
fandaL
98cd075a84
FEM: frd import mesh - added HEX20, PENTA6, PENTA15
2015-12-03 18:50:06 -02:00
Bernd Hahnebach
32624cbe94
Arch: on ifc import do no longer decode unicode strings before encode them
2015-12-03 18:46:23 -02:00
Yorik van Havre
cf1c02271f
Draft: more consistent offset result - fixes #2027
2015-12-03 18:25:32 -02:00
Yorik van Havre
3414ec8af1
Arch: IFC importer doesn't choke anymore on rebars
2015-12-02 21:51:27 -02:00
Yorik van Havre
7594bb6f31
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2015-12-02 21:31:28 -02:00
Yorik van Havre
047998de87
Draft: other bugfix in downgrade - fixes #2260
2015-12-02 21:31:23 -02:00
Yorik van Havre
d0dac0c658
Draft: fixed bug in downgrade - fixes #2261
2015-12-02 21:25:37 -02:00
wmayer
7eb7be3936
+ add Poisson surface reconstruction
2015-12-02 23:36:26 +01:00
Yorik van Havre
1acf487040
Arch: Added more meshing options for Collada exporter - fixes #2341
2015-12-02 18:42:30 -02:00
Yorik van Havre
9f4c54d33a
Draft: small bugfix
2015-12-01 22:14:59 -02:00
wmayer
2b2358e70b
+ fix warnings with Win32 build
2015-12-01 00:51:57 +01:00
wmayer
244054ff1f
+ reorder header to fix warnings with Win32 build
2015-11-30 20:38:19 +01:00
Yorik van Havre
fd802bad80
Arch: Allow to draw walls by entering length, width and height on the GUI - fixes #2000
2015-11-30 15:40:52 -02:00
Yorik van Havre
a557cd4cc5
Draft: fixed buggy global copy mode
2015-11-30 15:39:43 -02:00
Bernd Hahnebach
c78f57a78a
FEM: fix node order of seg3 in ViewProwiderFemMesh
2015-11-30 11:21:51 -02:00
Bernd Hahnebach
d8af8693b4
FEM: fix node order of seg3 (B32) in writeAbaqus
2015-11-30 11:21:51 -02:00
Yorik van Havre
8bc013140e
Draft: Fixed arrows at endpoints of wires - fixes #2066
2015-11-29 12:47:06 -02:00
wmayer
76c238fc98
+ fixes #0001860 : Can not open a FreeCAD project in FreeCAD by double-clicking the project file on Macintosh
2015-11-29 15:36:47 +01:00
Bernd Hahnebach
b2080f945a
FEM: fix not closing taskd of _CommandSolverJobControl
2015-11-28 20:04:22 -02:00
Bernd Hahnebach
ea2a0d12c2
FEM: do not allow to add multiple soler with gui
2015-11-28 20:04:22 -02:00
Bernd Hahnebach
ce3284624f
FEM: make selection of quick analysis consistent with solverJobControl
2015-11-28 20:04:22 -02:00
Bernd Hahnebach
f3a1ef31db
FEM: raise exception if multiple solver or mesh are in an analysis, they are not yet supported
2015-11-28 20:04:22 -02:00
Bernd Hahnebach
592e26fc41
FEM: replace Calculix with CalculiX in strings
2015-11-28 20:04:22 -02:00
Bernd Hahnebach
a25c4ac7da
FEM: delete FemExample since there is no example inside
2015-11-28 20:04:22 -02:00
Bernd Hahnebach
fb7153d5fe
FEM: delete not used import FemGui
2015-11-28 20:04:22 -02:00
Bernd Hahnebach
9d2d92336e
FEM: rename modul MechanicalAnalysis to FemAnalysis
2015-11-28 20:04:22 -02:00