Commit Graph

10312 Commits

Author SHA1 Message Date
Bernd Hahnebach
cf7bc38e16 FEM: fill imported result object, some refactor work 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
7dce02b96d FEM: result reader, replace try except by if key in dict 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
6f105c4b67 FEM: import tools, move fill result obj with imported results inside import tools module 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
a569319510 FEM: import tools, move imported mesh creation def inside new import tools module 2017-02-28 17:35:26 +01:00
Kunda
90aeb372f5 FEM: source code typos, issue 0002914 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
35e66aca8e FEM: gmsh mesh, make geo file better readable 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
07d1dccebb FEM: code formating, flake8 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
cc2c51b81d FEM: ccx input writer, write object labels as comments 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
de0cf45543 FEM: ccx input writer, typo 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
f482f6d78b FEM: vtk post processing, add peeq strain 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
a8ded939ff FEM: result task panel, add peeq strain results and add peeq to result stats, by sodelo 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
1cfd041edb FEM: result object, view provider, move task panel checks inside the setEdit 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
f838e5fc8d FEM: 1DFlow, fix unit tests 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
20f4325dba FEM: 1DFlow, fix z88 input file writer 2017-02-28 17:35:26 +01:00
kgoao
919823dfb9 FEM: 1DFlow, result reading and display results 2017-02-28 17:35:26 +01:00
kgoao
8bb1df3736 FEM: 1DFlow, ccx solver handling 2017-02-28 17:35:26 +01:00
kgoao
1e1b9a8726 FEM: 1DFlow, gui command 2017-02-28 17:35:26 +01:00
kgoao
5c0660dbdd FEM: 1DFlow, object modules 2017-02-28 17:35:26 +01:00
kgoao
f087a650b4 FEM: 1DFlow, icon 2017-02-28 17:35:26 +01:00
Kunda
0485edd560 source typo fixes pt2 (only on py3 merged code) 2017-02-28 17:01:11 +01:00
triplus
06b10a4061 Improved macOS statusbar integration 2017-02-27 21:29:48 +01:00
Kunda
dde52952f4 source typo fixes pt1 (only on py3 merged code)
issue 0002914
2017-02-27 11:32:47 +01:00
Alexander Gryson
681b6a398c Update Metadata 2017-02-27 11:26:43 +01:00
Alexander Gryson
9c29475736 Align Robot workbench icons to guidelines 2017-02-27 11:26:43 +01:00
AjinkyaDahale
2ecacef35e Sketcher: fix issue #0002788 2017-02-27 10:34:16 +01:00
Bruce B. Lacey
5084b96759 Qt5: build FreeCAD for macOS with both Qt5 and Qt4
* Extend Travis config to build and deploy FreeCAD on
     macOS with Qt5, in addition to Qt4
   * Link PySide wrapper to <bundle>/MacOS
   * Warn on install_name_tool failures (work-around to
     confirmed Apple install_name_tool bug)
   * Reference XCTest "Current" framework versus "A"
2017-02-27 10:30:36 +01:00
Wolfgang E. Sanyer
1255ac62c2 Fixed typo. 2017-02-27 10:26:00 +01:00
triplus
2bc020d509 Don't manage button arrow
On Windows it can result in undesired styling (reported by saso). Decision to show/hide the arrow if left to the user/stylesheet.
2017-02-27 10:17:30 +01:00
wmayer
441ce4a158 issue #0002741: Crashes when drawing tutorial 2017-02-27 09:02:22 +01:00
Yorik van Havre
dd7b65a585 Draft: Added utilities -> create Working Plane Proxy command 2017-02-25 20:34:43 -03:00
Yorik van Havre
5bb2a5d4dd Draft: Added a couple of missing tooltips 2017-02-25 19:24:42 -03:00
Yorik van Havre
dbb8afbe1f Arch: Added option to create new material as a copy of an existing one in Arch Material dialog 2017-02-25 15:55:56 -03:00
Yorik van Havre
89035021fb Draft: Added checkbox to center working plane on current view in Select Plane dialog 2017-02-25 15:55:17 -03:00
wmayer
5eedcc4651 make cmake configure version with older versions 2017-02-25 13:52:45 +01:00
Bruce B. Lacey
9d4f8fadf6 Enable all VTK components available on macOS
Fixes #2919
2017-02-25 01:13:25 -03:00
Yorik van Havre
aab99ad968 Arch: Added materials support to Arch OBJ import/exporter - fixes #2139 2017-02-25 01:07:48 -03:00
wmayer
10191e9086 fixes #0002921, fixes #0002922 2017-02-24 19:54:16 +01:00
wmayer
b217fe2287 set continuous constraint mode consistently to true by default 2017-02-24 16:30:13 +01:00
wmayer
a90014c646 add missing word, fix layout 2017-02-24 16:24:24 +01:00
wmayer
b4bf37e9c5 fix wrong return type 2017-02-24 15:44:28 +01:00
AjinkyaDahale
fc08fa1c09 Sketcher: costraint creation mode uses toolbar icons 2017-02-24 15:20:26 +01:00
AjinkyaDahale
6be9a9bc53 Sketcher: Added option to turn constraint creation modes on/off
Can be found below geometry creation "continous mode" option
2017-02-24 15:20:26 +01:00
AjinkyaDahale
e757c57a30 Sketcher: External edges in constraint modes (Symmetry) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
31456a7e30 Sketcher: External edges in constraint modes (Angle) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
167b28d200 Sketcher: External edges in constraint modes (Equal) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
ff74ba32a8 Sketcher: External edges in constraint modes (radius) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
2ffd94df5f Sketcher: External edges in constraint modes (tangent) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
daf5a1fdbf Sketcher: External edges in constraint modes (perpendicular) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
29761fc90d Sketcher: External edges in constraint modes (parallel) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
89664982fb Sketcher: External edges in constraint modes (DistanceX/Y) 2017-02-24 15:20:26 +01:00