Commit Graph

16899 Commits

Author SHA1 Message Date
Bernd Hahnebach
13552951f5 FEM: solver writer and tasks, code formating 2019-04-01 23:28:35 +02:00
Franck Jullien
c5942d6a78 TechDraw: add Balloons 2019-04-01 23:24:17 +02:00
Franck Jullien
0305555d52 TechDraw: transfert mousePressEvent from QGIPrimPath to parent 2019-04-01 23:24:03 +02:00
Franck Jullien
99a205bd40 TechDraw: datumLabelDragged now include a modifier value 2019-04-01 23:23:50 +02:00
wmayer
9b351e8551 fix crash when checking an empty error message of an exception 2019-04-01 11:22:55 +02:00
wmayer
05b190cdbb fix build failure with Py2.7 under macOS 2019-03-31 17:46:32 +02:00
wmayer
f743d44a19 fix crash when checking an empty error message of an exception 2019-03-31 17:34:35 +02:00
wmayer
e094ce4faf make PCL check quiet in case PCLConfig.cmake file is missing 2019-03-31 13:13:54 +02:00
Peter Eszlari
d387c15fbf Linux/appdata: generate release info 2019-03-31 12:08:40 +02:00
wandererfan
30f9c503bc Fix Direction of Draft Arrows in TechDraw
- Arrowheads in DraftView were reverse when displayed
  in TechDraw.
2019-03-31 11:49:00 +02:00
luz.paz
a703ae39d3 More misc. typos 2019-03-31 11:42:37 +02:00
luz.paz
06d583b425 Misc typos and whitespace fixes
Found via `codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*`
2019-03-31 11:42:36 +02:00
triplus
66527b2c4f Fix for build failure on Ubuntu 16.04 2019-03-31 11:32:06 +02:00
joha2
a06fa02e73 MeshToSolid: progress indicator and slightly modified sewing tolerance dialog 2019-03-31 11:30:03 +02:00
joha2
0d8f3127ee FreeCAD: Application: removed banner in Cmd RunMode 2019-03-31 11:27:14 +02:00
0penBrain
9c9905128e Add information about Linux GFX environnement in FC info 2019-03-31 11:22:28 +02:00
Bernd Hahnebach
3cf449d7e2 FEM: solver settings, small code improvements and some comments 2019-03-31 11:18:18 +02:00
Bernd Hahnebach
87ff284889 FEM: solver settings, binary path print log and print message 2019-03-31 11:18:18 +02:00
Bernd Hahnebach
e1f9f31de4 FEM: solver settings, use FreeCAD instead of App 2019-03-31 11:18:17 +02:00
Bernd Hahnebach
162595346a FEM: fix in solver settings, use a standard value if binary could not be read 2019-03-31 11:18:17 +02:00
Bernd Hahnebach
5718eb4dcc FEM: unit tests, do not use join on module import test 2019-03-31 11:18:17 +02:00
Bernd Hahnebach
ca8608a12f FEM: Py3 fix in result reader 2019-03-31 11:18:16 +02:00
Bernd Hahnebach
697a88cf83 FEM: import tools, some error message and comment 2019-03-31 11:18:16 +02:00
Bernd Hahnebach
13e15976a6 FEM: vtk tools, code fix 2019-03-31 11:18:16 +02:00
Bernd Hahnebach
92404cc41c FEM: ccx tools, code formating 2019-03-31 11:18:16 +02:00
Bernd Hahnebach
62a82f88e8 FEM: typos 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
f9a4335735 FEM: ccx tools task panel and solver run, use new ccx tools class init without analysis 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
bad04150de FEM: ccx tools solver, allow to open the task panel even if the analysis is not active 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
3d784c5bd2 FEM: unit tests, add some comments 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
85836de867 FEM: result tools, delete not used imports 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
99bd486607 FEM: run, improvements in error messages 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
abb5437be3 FEM: run, use Error at the end of exception class 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
cfe17541d2 FEM: result tools, simplified calculation of abs displacement 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
ec2a3d201b FEM: unit tests, add test for displacement abs 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
8104a4fd04 FEM: result tools, better variable names 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
c511ecc7f7 FEM: result tools, von mises, use a simplified calculation formula 2019-03-31 11:18:13 +02:00
Bernd Hahnebach
4da61569ce FEM: z88 writer, cut writing time at second diggit 2019-03-31 11:18:13 +02:00
Bernd Hahnebach
7312a81319 FEM: ccx tools, add a class to make it very easy to run analysis py python 2019-03-31 11:18:13 +02:00
Bernd Hahnebach
b757c90312 FEM: ccx tools, add solver search if no analysis was given 2019-03-31 11:18:12 +02:00
Bernd Hahnebach
a90b931dce FEM: ccx tools, fix getting the analysis if solver is given but no analysis 2019-03-31 11:18:12 +02:00
Bernd Hahnebach
04817423b5 FEM: solver run, add method to run fem solver and use in commands and example module 2019-03-31 11:18:12 +02:00
Bernd Hahnebach
e3d5532a6e FEM: examples, add this new package and the module for ccx cantilever 2019-03-31 11:18:12 +02:00
Bernd Hahnebach
c8d1810fb7 FEM: utils, do not mix FreeCAD and App on imports 2019-03-31 11:18:11 +02:00
Bernd Hahnebach
8647272841 FEM: imports, use small character for fem utils imports 2019-03-31 11:18:11 +02:00
Bernd Hahnebach
0d1c841437 FEM: input file writer, use join from os package 2019-03-31 11:18:10 +02:00
Bernd Hahnebach
b22a01a24b FEM: ccx tools, use working dir prefs from solver framework 2019-03-31 11:18:10 +02:00
Bernd Hahnebach
21228abcd2 FEM: utils, add a method to get the solver working dir 2019-03-31 11:18:10 +02:00
Bernd Hahnebach
73813d112c FEM: unit tests, use join from os package 2019-03-31 11:18:10 +02:00
Abdullah Tahiri
bbdbcc487b Sketcher: Fix bug in curvature graph
====================================

https://forum.freecadweb.org/viewtopic.php?f=3&t=34979&p=295324#p295324
2019-03-31 11:12:05 +02:00
wmayer
c0aac1e038 use STATUS in message command as otherwise in the GUI of cmake output will be in red and thus might be confusing 2019-03-31 10:29:00 +02:00