wmayer
e510c7540c
Fix invalid Python object error
...
Example below led to a crash:
import Path
t = Path.Tool(name='t', diameter=1.2)
tt = Path.Tooltable()
tt.setTool(3, t)
attrs = tt.templateAttrs()
del attrs
2018-02-11 16:04:17 +01:00
wmayer
204de231bb
fix reference counting issue
2018-02-11 14:08:18 +01:00
luz.paz
52fa10d9ac
Path: moved '\n' out of translation()
...
Instead it is appended to the end of the `FreeCAD.Console.Print.....()`
2018-02-11 10:49:19 +01:00
wmayer
b780ba650f
fix scan coverity issues
2018-02-10 14:29:49 +01:00
wmayer
2de84d64e8
fix warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
2018-02-10 12:42:41 +01:00
wmayer
c16af94dbe
fix warning: private field 'm_lx' is not used [-Wunused-private-field]
...
fix warning: private field 'm_ly' is not used [-Wunused-private-field]
2018-02-10 12:28:50 +01:00
wmayer
91ce7f2749
fix warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
2018-02-10 12:18:33 +01:00
wmayer
6fe1beedcd
fix -Wfor-loop-analysis
2018-02-10 11:57:53 +01:00
wmayer
d777fcc099
See PR 1309
2018-02-10 11:31:43 +01:00
Bernd Hahnebach
af167942d1
FEM: ccx writer, adapt constraint fixed to the mixed meshes
2018-02-10 00:53:16 +01:00
Bernd Hahnebach
65fa64af7e
FEM: ccx input writer, write all mesh dirmension ccx elsets
2018-02-10 00:53:16 +01:00
Bernd Hahnebach
7d9430bc63
FEM: input writer, use own element table for each shape type
2018-02-10 00:53:16 +01:00
Bernd Hahnebach
f6488890fe
FEM: writer base, add missing console log
2018-02-10 00:53:16 +01:00
wmayer
e40b2c7470
disable tip handling in PD view providers when start or finish editing
2018-02-10 00:46:30 +01:00
wmayer
3f9dda9263
proper handling of setting and reverting preview mode in PD view provider
2018-02-10 00:42:10 +01:00
wmayer
8101f35f22
avoid superfluous transaction on PD primitive creation
2018-02-09 23:10:40 +01:00
wmayer
c5ae798026
in ViewProviderBody::updateData make sure a view provider exists
2018-02-09 22:14:44 +01:00
Abdullah Tahiri
5681acf937
Part Design: Avoid feature modification during initialization
...
=============================================================
The values for the primitives are set after the connections to the slots "onchange" are connected.
This causes a river of onChanges at feature level which set the properties and modify the feature (to the same values).
Moving the connections at the end of the function just solves this issue.
2018-02-09 16:01:19 +01:00
sliptonic
728c7b75bc
Path: add stock boundary as choice for millface
...
fixes #3326
2018-02-09 15:58:44 +01:00
Yorik van Havre
c51abf803f
Arch: Fixed bug in component icon
2018-02-09 10:37:01 +01:00
luz.paz
67cc0099d6
Misc. typos
2018-02-08 13:23:25 -05:00
Bernd Hahnebach
1a57485b63
FEM: unit tests, small code improvements in solver frame work test
2018-02-08 09:46:40 +01:00
Bernd Hahnebach
dba9dbbf6e
FEM: unit tests, reactivate Elmer test
2018-02-08 09:46:40 +01:00
Bernd Hahnebach
e5058200a5
FEM: elmer tasks, fix gmsh mesh object type check
2018-02-08 09:46:40 +01:00
Bernd Hahnebach
fe39f310e4
FEM: unit tests, add some example code to run FEM unit tests
2018-02-08 09:46:40 +01:00
wmayer
4eb3f9aeb6
put all STEP export/import options into one tab page
2018-02-07 22:46:30 +01:00
WandererFan
6fb1972875
Fix hidden click handles on Templates
...
- on some Templates, the green click handles for
editing text were being painted under the Template
and were not visible.
2018-02-07 19:05:25 +01:00
Bernd Hahnebach
5108769dec
FEM: unit tests, recreate ccx tools results, due to changes in frequency model the results have changed
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
d4da6e517b
FEM: unit tests, ccx tools frequency, delete not used document objects
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
2897669a31
FEM: unit tests, move frequency ccx tools test in own def
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
a383b09433
FEM: unit tests, ccx tools move base name declaration
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
c581b22773
FEM: unit tests, recreate ccx tools results
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
2b7046a301
FEM: unit tests, fix ccx result creation def
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
a4af9ff908
FEM: unit tests, improve imports and dir definitions
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
d52377f45e
FEM: unit tests, delete unused imports
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
e556259fa4
FEM: unit tests, move module fem common test module to common test module
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
b781978ab2
FEM: unit tests, move solver framework and ccxtools test classes in separate modules
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
1606dfbeb1
FEM: unit tests, move helpers in separate test tools module
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
c20cab0d80
FEM: GUI prefs general tab, again make ALL dir chooser really dir chooser
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
2f35bea1da
FEM: GUI prefs general tab, fix solver frame work custom path
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
46dbfc8ce7
FEM: prints, use FreeCAD console prints and console error for ccx tools and writer module
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
61430b8268
FEM: ccx tools, better error messages on Python run
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
08f0a7bda6
FEM: unit tests, fix ccx tools result creation and recreate them
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
d0b5798ae4
FEM: ccx tools, remove setting analysis type with the analysis tools, is done in solver object
2018-02-07 19:03:48 +01:00
joha2
b99cc55a6b
FEM: Fenics, add Fenics tools module
2018-02-07 19:03:48 +01:00
Abdullah Tahiri
ec719e98fd
Sketcher: Expose Type as readonly python attribute
2018-02-07 15:32:43 +01:00
luz.paz
12c04d6c4e
Crowdin: fix case for 'partdesign'
...
ref: https://crowdin.com/translate/freecad/564/en-fr#6500374
also through in a random typo fix
2018-02-07 09:45:34 +01:00
luz.paz
9f6f027686
Crowdin: Corrected B-spline term in translation
...
ref: https://crowdin.com/translate/freecad/569/en-fr#6503804
[skip ci]
2018-02-07 09:43:55 +01:00
luz.paz
ccb2fc6387
Arch: removing \n from translated strings
...
ref: https://crowdin.com/translate/freecad/548/en-hu#6501126
2018-02-07 09:42:13 +01:00
luz.paz
1d5799e5b3
Misc. typos
...
Inspired by @normandc per https://gitter.im/FreeCAD/FreeCAD?at=5a729c6ece68c3bc742df205
2018-02-07 09:40:03 +01:00