Changesets: FreeCAD

master 1f8c6860

2019-09-26 05:22:15

berndhahnebach

Details Diff
FEM: examples, flow 1d, improve variable names
mod - src/Mod/Fem/femexamples/thermomech_flow1d.py Diff File

master 253891b4

2019-09-26 05:22:13

berndhahnebach

Details Diff
FEM: example thermomech flow1d, add it to the example manager
mod - src/Mod/Fem/femexamples/manager.py Diff File

master 587612f2

2019-09-26 05:22:08

berndhahnebach

Details Diff
FEM: move setup flow 1D thermomech example from unit tests to fem examples
mod - src/Mod/Fem/CMakeLists.txt Diff File
add - src/Mod/Fem/femexamples/thermomech_flow1d.py Diff File
mod - src/Mod/Fem/femtest/app/test_ccxtools.py Diff File

master bad8f9a3

2019-09-26 05:22:08

berndhahnebach

Details Diff
FEM: example thermomech flow1d, move mesh from unit tests to fem examples
mod - src/Mod/Fem/CMakeLists.txt Diff File
mod - src/Mod/Fem/femexamples/thermomech_flow1d.py Diff File

master d0422fa9

2019-09-26 05:22:06

berndhahnebach

Details Diff
FEM: examples, some improvements
mod - src/Mod/Fem/femexamples/ccx_cantilever_std.py Diff File
mod - src/Mod/Fem/femexamples/manager.py Diff File
mod - src/Mod/Fem/femexamples/multimaterial_twoboxes.py Diff File
mod - src/Mod/Fem/femexamples/rc_wall_2d.py Diff File
mod - src/Mod/Fem/femexamples/thermomech_spine.py Diff File

master 3de3f696

2019-09-26 04:50:26

realthunder


Committer: wmayer Details Diff
App: fix PropertyXLink file path update
mod - src/App/PropertyLinks.cpp Diff File

master fbfad66d

2019-09-26 04:49:54

realthunder


Committer: wmayer Details Diff
Gui: expose link actions to toolbar
mod - src/Gui/CommandLink.cpp Diff File
mod - src/Gui/Workbench.cpp Diff File

master 55778c74

2019-09-26 01:05:10

wandererfan

Details Diff
[TD]Section dialog revisions & editor
mod - src/Mod/TechDraw/App/DrawViewSection.cpp Diff File
mod - src/Mod/TechDraw/App/DrawViewSection.h Diff File
mod - src/Mod/TechDraw/Gui/Command.cpp Diff File
mod - src/Mod/TechDraw/Gui/Resources/icons/actions/section-down.svg Diff File
mod - src/Mod/TechDraw/Gui/Resources/icons/actions/section-left.svg Diff File
mod - src/Mod/TechDraw/Gui/Resources/icons/actions/section-right.svg Diff File
mod - src/Mod/TechDraw/Gui/Resources/icons/actions/section-up.svg Diff File
mod - src/Mod/TechDraw/Gui/TaskSectionView.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskSectionView.h Diff File
mod - src/Mod/TechDraw/Gui/TaskSectionView.ui Diff File
mod - src/Mod/TechDraw/Gui/ViewProviderViewSection.cpp Diff File
mod - src/Mod/TechDraw/Gui/ViewProviderViewSection.h Diff File

master 4ffe0765

2019-09-25 21:23:16

donovaly


Committer: wmayer Details Diff
TaskSketcher_xxx.ui: use sensible minimal heights to avoid scaling problems

The problem is currently that if the user collapses the solver messages, the list views get too small. The reason is that there is no proper minimal height set. See the forum thread for screenshots of the fixes.

TaskSketcherMessages.ui: remove unnecessary space (saves also vertical space on small screens)
mod - src/Mod/Sketcher/Gui/TaskSketcherConstrains.ui Diff File
mod - src/Mod/Sketcher/Gui/TaskSketcherElements.ui Diff File
mod - src/Mod/Sketcher/Gui/TaskSketcherGeneral.ui Diff File
mod - src/Mod/Sketcher/Gui/TaskSketcherMessages.ui Diff File

master f33aa0cb

2019-09-25 19:08:07

berndhahnebach

Details Diff
FEM: example multimaterial two boxes, add it to the example manager
mod - src/Mod/Fem/femexamples/manager.py Diff File

master b1765cfd

2019-09-25 18:34:26

berndhahnebach

Details Diff
FEM: example multimaterial, move mesh from unit tests to fem examples
mod - src/Mod/Fem/CMakeLists.txt Diff File
mod - src/Mod/Fem/femexamples/multimaterial_twoboxes.py Diff File

master 145e3a60

2019-09-25 18:06:36

lorenz


Committer: GitHub Details Diff
add missing include to Precompiled.h
mod - src/App/PreCompiled.h Diff File

master 92701117

2019-09-25 16:07:05

berndhahnebach

Details Diff
FEM: move setup multimaterial example from unit tests to fem examples
mod - src/Mod/Fem/CMakeLists.txt Diff File
add - src/Mod/Fem/femexamples/multimaterial_twoboxes.py Diff File
mod - src/Mod/Fem/femtest/app/test_ccxtools.py Diff File

master a07cc9f4

2019-09-25 14:35:15

lorenz


Committer: GitHub Details Diff
add missing header

ref.: https://forum.freecadweb.org/viewtopic.php?p=336566#p336566
mod - src/Mod/Mesh/App/Core/Approximation.cpp Diff File

master d40b4f66

2019-09-25 13:44:50

wmayer

Details Diff
improve whitespaces
mod - src/Mod/Robot/App/Robot6Axis.cpp Diff File

master 1d8a5867

2019-09-25 07:22:55

berndhahnebach

Details Diff
FEM: example thermomech spine, add it to the example manager
mod - src/Mod/Fem/femexamples/manager.py Diff File

master 0f2fc088

2019-09-25 07:12:19

berndhahnebach

Details Diff
FEM: example thermomech spine, move mesh from unit tests to fem examples
mod - src/Mod/Fem/CMakeLists.txt Diff File
mod - src/Mod/Fem/femexamples/thermomech_spine.py Diff File

master a53c5714

2019-09-25 06:52:08

Francesco Fantoni


Committer: yorik Details Diff
removed trailing whitespace
mod - src/Mod/Draft/DraftSelectPlane.py Diff File

master a4b3506b

2019-09-25 06:19:39

berndhahnebach

Details Diff
FEM: move setup thermomech example from unit tests to fem examples
mod - src/Mod/Fem/CMakeLists.txt Diff File
add - src/Mod/Fem/femexamples/thermomech_spine.py Diff File
mod - src/Mod/Fem/femtest/app/test_ccxtools.py Diff File

master 4eadbd03

2019-09-25 02:45:49

realthunder


Committer: wmayer Details Diff
App/Gui: add ObjectStatus::NoAutoExpand

Used by App::Origin to disable selection auto expanding in tree view.
mod - src/App/DocumentObject.h Diff File
mod - src/App/Origin.cpp Diff File
mod - src/Gui/Tree.cpp Diff File
mod - src/Gui/Tree.h Diff File

master 6b6c0a50

2019-09-25 00:14:32

realthunder


Committer: wmayer Details Diff
App: fix QuantityPy __add__ and __sub__
mod - src/Base/QuantityPyImp.cpp Diff File

master b4846d45

2019-09-24 21:58:17

sgrogan


Committer: wmayer Details Diff
Copy files from libpack to build or install directory:
Windows- copy plugins/styles and plugins/printsupport to bin
copy libpack/bin/QtWebEngineProcess.exe and libpack/bin/qt.conf to build/bin
copy assistant.exe to build/bin
mod - cMake/FreeCAD_Helpers/PrintFinalReport.cmake Diff File

master db8ec7c1

2019-09-24 21:26:08

wmayer

Details Diff
fix mesh cutting
mod - src/Mod/Mesh/Gui/ViewProvider.cpp Diff File

releases/FreeCAD-0-18 a4a42b36

2019-09-24 20:36:52

sliptonic


Committer: GitHub Details Diff
Merge pull request 0002541 from Syres916/patch-4

[Path] Fix xrange bug with Py3
mod - src/Mod/Path/PathScripts/PathCircularHoleBaseGui.py Diff File
mod - src/Mod/Path/PathScripts/PathSurface.py Diff File

master 644fb473

2019-09-24 20:36:23

sliptonic


Committer: GitHub Details Diff
Merge pull request 0002503 from Russ4262/fix_pocketshape_popup

[Path] Fix PocketShape pop-up warning window issue
mod - src/Mod/Path/PathScripts/PathPocketShape.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 256 257 258 259 260 261 262 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last