Commit Graph

16391 Commits

Author SHA1 Message Date
sliptonic
bdc869179e Path: UI changes to job edit
.gitignore

More UI work

checkpoint
2019-04-05 15:04:01 +02:00
wmayer
23eb2bd51f make colors of measurements customizable 2019-04-05 13:33:29 +02:00
wmayer
bef0ba2277 add methods to convert colors between rgb and hex values 2019-04-05 13:32:23 +02:00
MA-DEVELOP\apeltauer
7f827874f4 pybind11 mod 2019-04-04 23:37:12 +02:00
MA-DEVELOP\apeltauer
48d64b4d5e replace endl with std::endl 2019-04-04 23:10:58 +02:00
DinoMesina
f1cb7f35c7 Update Draft.py 2019-04-04 11:16:14 -03:00
DinoMesina
7b5d6d2944 Update Draft.py 2019-04-04 11:16:14 -03:00
DinoMesina
d259a17b16 Add files via upload
Added the correct placement for 3D entities
2019-04-04 11:16:14 -03:00
DinoMesina
71deeefa60 Update Draft.py 2019-04-04 11:16:14 -03:00
paullee0
4e35701577 Add RiserThickness feature
Mantis
  https://freecadweb.org/tracker/view.php?id=0003816

Discussion
  https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&start=120#p298162
2019-04-04 11:08:04 -03:00
wmayer
c2e64c3028 use a combo box to choose between Qt's webkit and WebEngine modules 2019-04-04 12:55:56 +02:00
Markus Lampert
be3651a5f6 Make QtWebKit the default package to look for and add build switch to force QtWebEngine. 2019-04-04 12:15:29 +02:00
Bernd Hahnebach
46c2fff016 Merge pull request #2061 from berndhahnebach/bhbdev209
Bhbdev209
2019-04-04 09:01:46 +02:00
Bernd Hahnebach
0f40e11b98 FEM: unit tests, add a method to get all test methods, add them to test modul to simply copy them 2019-04-04 09:00:36 +02:00
Bernd Hahnebach
5f1daadd38 FEM: solver run, fix missing imports 2019-04-04 09:00:36 +02:00
Yorik van Havre
0820c0bfea Arch: Wall blocks can now show only rows or columns 2019-04-03 17:41:30 -03:00
Markus Lampert
399b5258dd pre-select job base model if there is only one choice 2019-04-03 15:23:22 +02:00
Markus Lampert
115a1a077d Fixed segfault on shutdown 2019-04-03 15:23:22 +02:00
Markus Lampert
8c85cfdcb5 Fix tree view editor for qt5 2019-04-03 15:23:22 +02:00
Markus Lampert
4621584f08 Always enable spin box and live cross update of spin box and check box 2019-04-03 15:23:22 +02:00
Markus Lampert
15713186af Compact display of models in job editor. 2019-04-03 15:23:21 +02:00
Markus Lampert
0bc3aee2f5 Enable multiple copies of a model as base object for a job 2019-04-03 15:23:21 +02:00
Bernd Hahnebach
1f5ceba439 FEM: working dir, add error messages to the error calls 2019-04-03 15:21:27 +02:00
wmayer
82b16a934c workaround in case SoInput.setBuffer raises an exception 2019-04-03 15:15:33 +02:00
wandererfan
267dcf3965 Fix Text position error on some Dims 2019-04-01 23:46:35 +02:00
wandererfan
3a37fed62a Add Indicator for PositionLocked state 2019-04-01 23:46:34 +02:00
wandererfan
3f88badb6d Add default parms for Arc Centers 2019-04-01 23:46:34 +02:00
Bernd Hahnebach
048510ab87 FEM: ccx tools, ccx binary handling improved 2019-04-01 23:28:38 +02:00
Bernd Hahnebach
6c2439783a FEM: ccx tools, set back the assignment of linux and osx ccx binary path 2019-04-01 23:28:38 +02:00
lorenz
9ca9e4a89a FEM: osx: try to fix default ccx detection 2019-04-01 23:28:38 +02:00
Bernd Hahnebach
0b5b36e463 FEM: solver writer base, check if really a mesh object was given 2019-04-01 23:28:38 +02:00
Bernd Hahnebach
b5c9356ab6 FEM: elmer, use console print and delete not needed prints in unit test 2019-04-01 23:28:37 +02:00
Bernd Hahnebach
6651f5d3b6 FEM: solver writer base, possibility to instantiate the class without dir parameter 2019-04-01 23:28:37 +02:00
Bernd Hahnebach
8dad4303f4 FEM: examples, move meshes in sparate directory 2019-04-01 23:28:37 +02:00
Bernd Hahnebach
5911eccff2 FEM: mesh tools, resort some methods and add comments 2019-04-01 23:28:37 +02:00
Bernd Hahnebach
f953a9b0e2 FEM: anylysis output, improve prints 2019-04-01 23:28:37 +02:00
Bernd Hahnebach
5602c4e644 FEM: prints, use FreeCAD Console prints on lot of places 2019-04-01 23:28:37 +02:00
Bernd Hahnebach
6ca0e3e141 FEM: solver frame work, move get dir setting to snake_case 2019-04-01 23:28:36 +02:00
Bernd Hahnebach
08ab746b82 FEM: solver frame work, move get custom dir to snake_case 2019-04-01 23:28:36 +02:00
Bernd Hahnebach
61d246ec3a FEM: solver frame work, move get binary to snake_case 2019-04-01 23:28:35 +02:00
Bernd Hahnebach
29ee9b20e0 FEM: solver settings, add methods to retrieve the comments writing preference parameter 2019-04-01 23:28:35 +02:00
Bernd Hahnebach
7def2450f7 FEM: solver settings, code improvements 2019-04-01 23:28:35 +02:00
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