Commit Graph

16342 Commits

Author SHA1 Message Date
wmayer
b7d263e601 make PCL check quiet in case PCLConfig.cmake file is missing 2019-03-31 13:13:54 +02:00
Peter Eszlari
925cffc153 Linux/appdata: generate release info 2019-03-31 12:08:40 +02:00
wandererfan
ac58367781 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
e7489c079c More misc. typos 2019-03-31 11:42:37 +02:00
luz.paz
c985f9ee79 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
6bc555c9be Fix for build failure on Ubuntu 16.04 2019-03-31 11:32:06 +02:00
joha2
881756079c MeshToSolid: progress indicator and slightly modified sewing tolerance dialog 2019-03-31 11:30:03 +02:00
joha2
106d3461f9 FreeCAD: Application: removed banner in Cmd RunMode 2019-03-31 11:27:14 +02:00
0penBrain
2b856e0840 Add information about Linux GFX environnement in FC info 2019-03-31 11:22:28 +02:00
Bernd Hahnebach
7b03eff1b6 FEM: solver settings, small code improvements and some comments 2019-03-31 11:18:18 +02:00
Bernd Hahnebach
36fb597ad9 FEM: solver settings, binary path print log and print message 2019-03-31 11:18:18 +02:00
Bernd Hahnebach
1c05f73e6a FEM: solver settings, use FreeCAD instead of App 2019-03-31 11:18:17 +02:00
Bernd Hahnebach
406498273e 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
9f689bef45 FEM: unit tests, do not use join on module import test 2019-03-31 11:18:17 +02:00
Bernd Hahnebach
7dfeb801a1 FEM: Py3 fix in result reader 2019-03-31 11:18:16 +02:00
Bernd Hahnebach
a599ac5b4b FEM: import tools, some error message and comment 2019-03-31 11:18:16 +02:00
Bernd Hahnebach
1167b4fbaa FEM: vtk tools, code fix 2019-03-31 11:18:16 +02:00
Bernd Hahnebach
c0627aba55 FEM: ccx tools, code formating 2019-03-31 11:18:16 +02:00
Bernd Hahnebach
9ac7c7d6f9 FEM: typos 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
bcbe82de74 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
9b4a6f743f 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
a918d9e021 FEM: unit tests, add some comments 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
f3c7b7f3b0 FEM: result tools, delete not used imports 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
b51ef01e9a FEM: run, improvements in error messages 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
c7bbfca564 FEM: run, use Error at the end of exception class 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
76555307f9 FEM: result tools, simplified calculation of abs displacement 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
f4300f30c3 FEM: unit tests, add test for displacement abs 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
7b65f36689 FEM: result tools, better variable names 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
b6e4d3fc4c FEM: result tools, von mises, use a simplified calculation formula 2019-03-31 11:18:13 +02:00
Bernd Hahnebach
6a4f68a1bc FEM: z88 writer, cut writing time at second diggit 2019-03-31 11:18:13 +02:00
Bernd Hahnebach
83c5093c74 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
bb69ace9f6 FEM: ccx tools, add solver search if no analysis was given 2019-03-31 11:18:12 +02:00
Bernd Hahnebach
dad3e9de78 FEM: ccx tools, fix getting the analysis if solver is given but no analysis 2019-03-31 11:18:12 +02:00
Bernd Hahnebach
6a3f0dc936 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
caacf94578 FEM: examples, add this new package and the module for ccx cantilever 2019-03-31 11:18:12 +02:00
Bernd Hahnebach
972e29b4af FEM: utils, do not mix FreeCAD and App on imports 2019-03-31 11:18:11 +02:00
Bernd Hahnebach
581a78bbcc FEM: imports, use small character for fem utils imports 2019-03-31 11:18:11 +02:00
Bernd Hahnebach
4844c72b26 FEM: input file writer, use join from os package 2019-03-31 11:18:10 +02:00
Bernd Hahnebach
6bd837f928 FEM: ccx tools, use working dir prefs from solver framework 2019-03-31 11:18:10 +02:00
Bernd Hahnebach
1d05f1bd9a FEM: utils, add a method to get the solver working dir 2019-03-31 11:18:10 +02:00
Bernd Hahnebach
fa851c8693 FEM: unit tests, use join from os package 2019-03-31 11:18:10 +02:00
Abdullah Tahiri
0a8b67cefc 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
6e28178c22 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
Stian Skjelstad
82cb0dac8c Make a report after you run cmake to show the different status of the libraries that might be used. This should make it easier for new persons to build FreeCAD. Some of the detection routines might output error messages doing different ways if detection, so finding the real error that causes cmake to fail can be hard. Can also be usefull for future bug-reports. 2019-03-31 10:23:59 +02:00
Stian Skjelstad
1036a9eeaf Detect QT5 by using REQUIRED flag instead of checking if QT5Core is present at the end. If Qt5WebKitWidgets for instance fails, we end up with build-success, but runtime-loading errors due to unresolved symbols and views not working. 2019-03-31 10:21:29 +02:00
Stian Skjelstad
f442568a9d Use CMAKE_CXX_STANDARD instead of adding details to CMAKE_CXX_FLAGS.
Also add C++20 to the list.

(We might consider removing this whole thing, and guide users to use -DCMAKE_CXX_STANDARD instead)
2019-03-31 10:11:55 +02:00
Stian Skjelstad
ddd550c410 Commit 30f395761a "remove unused option FREECAD_MAINTAINERS_BUILD" removed the very last mention eigen2 2019-03-31 10:07:15 +02:00
Stian Skjelstad
ee29960c7d Git commit ea0cc96c15 forgot to remove CMakeList information about ANN when removing the library. 2019-03-31 10:06:50 +02:00
Stian Skjelstad
3db3197598 If COIN3D is not found with pkg-config, but with manual search, the only output seen on the screen is an error message. Add a success-message! 2019-03-31 10:06:28 +02:00
Stian Skjelstad
f9884c507f When using cMake find_package_handle_standard_args(), we might aswell give it the version number detected aswell 2019-03-31 10:06:14 +02:00