Changesets: FreeCAD

master c26671c0

2017-05-26 15:40:58

Bernd Hahnebach


Committer: Yorik van Havre Details Diff
FEM: unittest, move mesh creation at end of test object creation
mod - src/Mod/Fem/TestFem.py Diff File

master 85702031

2017-05-26 15:40:54

Bernd Hahnebach


Committer: Yorik van Havre Details Diff
FEM: unittest, get rid of not useful self.
mod - src/Mod/Fem/TestFem.py Diff File

master 413c7ede

2017-05-26 15:40:50

Bernd Hahnebach


Committer: Yorik van Havre Details Diff
FEM: unittest, move all CCX analysis tests in one test case class
mod - src/Mod/Fem/TestFem.py Diff File

master 661fdbd3

2017-05-26 15:40:46

Bernd Hahnebach


Committer: Yorik van Havre Details Diff
FEM: unittest, get rid of duplicates and move them to helpers
mod - src/Mod/Fem/TestFem.py Diff File

master 288406dc

2017-05-26 15:40:40

Bernd Hahnebach


Committer: Yorik van Havre Details Diff
FEM: unittest, move unv test out of analysis test case
mod - src/Mod/Fem/TestFem.py Diff File

master b616eea2

2017-05-26 15:40:33

Bernd Hahnebach


Committer: Yorik van Havre Details Diff
FEM: unittest, update result files and FreeCAD files
mod - src/Mod/Fem/test_files/ccx/cube_frequency.fcstd Diff File
mod - src/Mod/Fem/test_files/ccx/cube_frequency.frd Diff File
mod - src/Mod/Fem/test_files/ccx/cube_static.fcstd Diff File
mod - src/Mod/Fem/test_files/ccx/cube_static.frd Diff File
mod - src/Mod/Fem/test_files/ccx/spine_thermomech.fcstd Diff File
mod - src/Mod/Fem/test_files/ccx/spine_thermomech.frd Diff File

master 69a797b9

2017-05-26 14:42:16

sliptonic


Committer: wmayer Details Diff
Path: trying to fix unit test again
mod - src/Mod/Path/PathTests/TestPathPost.py Diff File
mod - src/Mod/Path/PathTests/test_linuxcnc_00.ngc Diff File

master 6fbeead3

2017-05-26 00:54:40

Sabin Iacob


Committer: Yorik van Havre Details Diff
Path: use the actual values instead of absolute values when calculating distance
mod - src/Mod/Path/PathScripts/PathUtils.py Diff File

master 2c862f0f

2017-05-25 14:50:17

Sabin Iacob


Committer: Yorik van Havre Details Diff
Path: add zmax to the job weight so we drill the holes that are closer to the surface first
mod - src/Mod/Path/PathScripts/PathHelix.py Diff File

master d0bad0a3

2017-05-25 14:46:06

Sabin Iacob


Committer: Yorik van Havre Details Diff
Path: re-add the fix from https://github.com/FreeCAD/FreeCAD/pull/725
mod - src/Mod/Path/PathScripts/PathUtils.py Diff File

master bed4255b

2017-05-25 14:43:31

Sabin Iacob


Committer: Yorik van Havre Details Diff
Path: make PathUtil.sort_jobs more generic, allow tuning job weights
mod - src/Mod/Path/PathScripts/PathUtils.py Diff File

master 53770dfa

2017-05-25 10:29:12

Simon


Committer: Yorik van Havre Details Diff
Fix incomplete creation of an SVG path from edges.

* Observed bug: If an ArchWindow has two opening symbols (i.e. two sides
that can be opened), only one was printed in SVG.
* In Draft.getSVG.getPath, some edges got lost in the call of
Part.__sortEdges__. In contrast, Part.sortEdges does not skip edges. All
edges are retained.
* With this fix, both opening symbols are rendered in Draft.getSVG.
* While it works for my test case, I suppose, Draft.getSVG.getPath is
used in some other places as well. Thus, side effects must be checked
by experienced people.
mod - src/Mod/Draft/Draft.py Diff File

master c4b16857

2017-05-25 08:06:37

Simon


Committer: Yorik van Havre Details Diff
Add opening symbols to clones of windows

The method execute must create the sshapes and vshapes objects. They must
1. exist in the cloned (parent) object (by calling the execute function)
2. and be copied to the clone object.
Then the SVG rendering in ArchSectionPlan can find it.
mod - src/Mod/Arch/ArchWindow.py Diff File

master 36a0b517

2017-05-23 01:22:26

Markus Hovorka


Committer: wmayer Details Diff
Honor CMAKE_INSTALL_RPATH in SET_BIN_DIR

set_target_properties used up until now in the SET_BIN_DIR macro sets
the INSTALL_RPATH property and discards whatever it contained before.
The INSTALL_RPATH target property is initialized with the cache variable
CMAKE_INSTALL_RPATH (possilbly given via the -D option of cmake). To
preserve this "default" value this commit replaced set_target_properties
with set_property(... APPEND ...).
mod - cMake/FreeCadMacros.cmake Diff File

master bc6a52ee

2017-05-22 11:41:13

Abdullah Tahiri


Committer: wmayer Details Diff
fixes 0002499 Affected Issues
0002499
mod - src/Mod/Sketcher/Gui/CommandSketcherTools.cpp Diff File

master 852a9841

2017-05-22 04:57:43

looooo


Committer: Yorik van Havre Details Diff
py3: CXX: remaining diff:
win: exernalize missing CXX-functions
define PYCXX_PYTHON_2TO3
Affected Issues
0000995
mod - src/CXX/Python3/Config.hxx Diff File
mod - src/CXX/Python3/ExtensionType.hxx Diff File
mod - src/CXX/Python3/IndirectPythonInterface.hxx Diff File
mod - src/CXX/Python3/Objects.hxx Diff File
mod - src/CXX/Python3/cxx_extensions.cxx Diff File

master a0da4b16

2017-05-21 17:10:19

Yorik van Havre

Details Diff
Display the number of selected elements in Selection View
mod - src/Gui/SelectionView.cpp Diff File
mod - src/Gui/SelectionView.h Diff File

master 1a33f3bf

2017-05-21 16:28:46

Abdullah Tahiri


Committer: wmayer Details Diff
Fixes 0002735 Affected Issues
0002735
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File

master ee58881f

2017-05-21 16:21:01

Yorik van Havre

Details Diff
Draft: Leave all clones selected after cloning
mod - src/Mod/Draft/Draft.py Diff File
mod - src/Mod/Draft/DraftTools.py Diff File

master c6e0c6aa

2017-05-21 12:32:02

Abdullah Tahiri


Committer: wmayer Details Diff
fixes 0003018 Affected Issues
0003018
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp Diff File

master 1ec3e5da

2017-05-21 03:02:26

wmayer

Details Diff
workaround for broken tree indicators with Qt 5.6 under Windows Affected Issues
0002986
mod - src/Gui/DlgGeneralImp.cpp Diff File

master 6bdc3eb2

2017-05-20 14:21:30

wmayer

Details Diff
workaround for broken tree indicators with Qt 5.6 under Windows Affected Issues
0002986
mod - src/Gui/Application.cpp Diff File
mod - src/Gui/Icons/resource.qrc Diff File
add - src/Gui/Icons/style/windows_branch_closed.png Diff File
add - src/Gui/Icons/style/windows_branch_open.png Diff File

master 08b7d915

2017-05-20 10:24:08

Yorik van Havre

Details Diff
Arch: Fixed error in DXF export of Arch Panel sheets
mod - src/Mod/Arch/ArchPanel.py Diff File
mod - src/Mod/Draft/importDXF.py Diff File

master 945313c6

2017-05-20 09:18:34

wmayer

Details Diff
fix crashes with FEM post-processing commands
mod - src/Mod/Fem/Gui/TaskPostBoxes.cpp Diff File

master 8da45638

2017-05-19 22:53:11

Yorik van Havre

Details Diff
Draft: Allow to set the Working Plane from 3 selected vertices
mod - src/Mod/Draft/DraftTools.py Diff File
mod - src/Mod/Draft/WorkingPlane.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 354 355 356 357 358 359 360 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last