Commit Graph

16323 Commits

Author SHA1 Message Date
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
Stian Skjelstad
c18982a196 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
58db49007c 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
799bcd2681 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
0165409f3f Commit 980941ca8d37a2db122c143e9cab2ce1addf03e4 "remove unused option FREECAD_MAINTAINERS_BUILD" removed the very last mention eigen2 2019-03-31 10:07:15 +02:00
Stian Skjelstad
62d5dd958f Git commit ea0cc96c15 forgot to remove CMakeList information about ANN when removing the library. 2019-03-31 10:06:50 +02:00
Stian Skjelstad
4603739dae 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
b7233eb378 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
Stian Skjelstad
89aa6b31cb Spelling error in variable name, caused the setting to never be applied: SPANV_LIBRARY vs SPNAV_LIBRARY 2019-03-31 10:05:55 +02:00
Sabin Iacob
72676b4690 path: use XMax/YMax for sorting shapes in PathAreaOp 2019-03-30 16:02:14 +01:00
Sabin Iacob
6cc1628286 Path: sort shapes in PathAreaOp before executing 2019-03-30 16:02:02 +01:00
MA-DEVELOP\apeltauer
5419db56dc use the pcl cmake config file to configure pcl 2019-03-30 15:51:26 +01:00
MA-DEVELOP\apeltauer
2a390600c9 enable qt5 support if qt5core.lib is found 2019-03-30 15:51:10 +01:00
Fredrik Johansson
c61aa71ff6 Enhance url addressbar, toggle hide from action 2019-03-30 14:10:47 +01:00
Fredrik Johansson
e19e1d8519 Implement url adress widget 2019-03-30 14:10:47 +01:00
Fredrik Johansson
a37707185e Add viewsource for QWebKit 2019-03-30 14:10:46 +01:00
Fredrik Johansson
d429e90b11 Fix for Qt4 and QWebKit 2019-03-30 14:10:46 +01:00
Fredrik Johansson
1a7e7e378c Fix local paths for windows 2019-03-30 14:10:46 +01:00
Fredrik Johansson
2637801003 Cleanup 2019-03-30 14:10:46 +01:00
Fredrik Johansson
f03fe1ce91 Favicon stuff 2019-03-30 14:10:46 +01:00
Fredrik Johansson
724b565669 Documentation 2019-03-30 14:10:45 +01:00
Fredrik Johansson
334a8fae32 Fix chrash on local *.py links, thread issue 2019-03-30 14:10:45 +01:00
Fredrik Johansson
5cd43ef38e Add back/forward automatic activation 2019-03-30 14:10:45 +01:00
Fredrik Johansson
af31814863 Make zoom work, zoom everything not just text 2019-03-30 14:10:45 +01:00
Fredrik Johansson
0afc292487 Support QWebEngine BrowserView, QWebkit still suppported through cmake option 2019-03-30 14:10:45 +01:00
Yorik van Havre
0072c372ca Draft: Better tooltip for Draft precision pref settings 2019-03-29 11:48:11 -03:00
Yorik van Havre
4ea3508967 Arch: Wall, structure, window and panel tools now remember and keep last used values 2019-03-28 17:02:54 -03:00