Changesets: FreeCAD

master b1a95ff0

2020-03-01 14:59:12

berndhahnebach

Details Diff
FEM: mesh tools, better logging
mod - src/Mod/Fem/femmesh/meshtools.py Diff File

master 1d7b62e6

2020-03-01 11:51:45

carlopav


Committer: yorik Details Diff
[Draft] First implementation of annotation scale

The changes are minimal, mainly is just cleanup of existing code and documentation.
[Draft] Annotation scale for ViewProviderDraftText

Adding support for scale factor according to changes in dimensions.
[Draft] Annotation scale for ViewProviderDraftLabel

completed annotations scale
[Draft] Annotation scale for ViewProviderAngularDimension
mod - src/Mod/Draft/Draft.py Diff File

master aad2969a

2020-03-01 07:58:07

vocx-fc


Committer: yorik Details Diff
Draft: gui_orthoarray cleanup

Small spacing fixes like imports in separate lines
for more clarity, the module docstring,
and the position of the license.

Remove unnecessary check for the graphical interface
as this command should be imported when the interface
is already up and running.

Use proper `ToDo` class instead of importing `DraftGui`.
mod - src/Mod/Draft/draftguitools/gui_orthoarray.py Diff File

master 74c9ed8c

2020-03-01 07:56:07

berndhahnebach

Details Diff
FEM: fix unit tests because of 9c154f70
mod - src/Mod/Fem/femtest/data/ccx/constraint_tie.inp Diff File
mod - src/Mod/Fem/femtest/data/ccx/constraint_contact_shell_shell.inp Diff File
mod - src/Mod/Fem/femtest/data/ccx/Flow1D_thermomech.inp Diff File

master 4768fa01

2020-03-01 07:43:22

berndhahnebach


Committer: GitHub Details Diff
FEM: trailing white spaces
mod - src/Mod/Fem/CMakeLists.txt Diff File

master 6c4b2161

2020-03-01 07:31:28

vocx-fc


Committer: yorik Details Diff
Draft: gui_edit, many small spacing and docstring edits
mod - src/Mod/Draft/draftguitools/gui_edit.py Diff File

master 871d6609

2020-03-01 07:16:00

berndhahnebach

Details Diff
FEM: only define analysis types for calculix solver once
mod - src/Mod/Fem/femtools/ccxtools.py Diff File
mod - src/Mod/Fem/femsolver/calculix/solver.py Diff File
mod - src/Mod/Fem/femobjects/_FemSolverCalculix.py Diff File

master d388ca62

2020-03-01 05:14:46

berndhahnebach

Details Diff
FEM: ccx tools, move pre requisite checks in separate module
add - src/Mod/Fem/femtools/checksanalysis.py Diff File
mod - src/Mod/Fem/femtools/ccxtools.py Diff File
mod - src/Mod/Fem/CMakeLists.txt Diff File

master c1fe916f

2020-03-01 01:41:49

vocx-fc


Committer: yorik Details Diff
Draft: gui_edit cleanup

Small spacing fixes like imports in separate lines
for more clarity, the module docstring,
the position of the license, and trailing spaces.

Remove unnecessary check for the graphical interface
as this command should be imported when the interface
is already up and running.

Properly import `gui_trackers` module and use tracker
classes prefixed accordingly.
mod - src/Mod/Draft/draftguitools/gui_edit.py Diff File

master dd9b6944

2020-03-01 01:06:53

vocx-fc


Committer: yorik Details Diff
Draft: gui_circulararray cleanup

Small spacing fixes like imports in separate lines
for more clarity, the module docstring,
and the position of the license.

Remove unnecessary check for the graphical interface
as this command should be imported when the interface
is already up and running.

Use proper `ToDo` class instead of importing `DraftGui`.
mod - src/Mod/Draft/draftguitools/gui_circulararray.py Diff File

master d1c0f2f2

2020-03-01 00:19:56

vocx-fc


Committer: yorik Details Diff
Draft: docstrings for the submodules
mod - src/Mod/Draft/draftguitools/__init__.py Diff File
mod - src/Mod/Draft/draftobjects/__init__.py Diff File
mod - src/Mod/Draft/drafttaskpanels/__init__.py Diff File
mod - src/Mod/Draft/drafttests/__init__.py Diff File
mod - src/Mod/Draft/draftutils/__init__.py Diff File
mod - src/Mod/Draft/draftviewproviders/__init__.py Diff File

master 43c93b88

2020-02-29 22:46:01

vocx-fc


Committer: yorik Details Diff
Draft: clean up gui_arrays and gui_base

Small spacing fixes like imports in separate lines
for more clarity, the module docstring,
and the position of the license.

Remove unused imports. And use proper `ToDo` class
instead of importing `DraftGui`.
mod - src/Mod/Draft/draftguitools/gui_arrays.py Diff File
mod - src/Mod/Draft/draftguitools/gui_base.py Diff File

master cf7b774e

2020-02-29 18:55:09

vocx-fc


Committer: yorik Details Diff
Draft: DraftGeomUtils clean up docstrings and spaces
mod - src/Mod/Draft/DraftGeomUtils.py Diff File

master c165edd5

2020-02-29 15:51:55

wmayer

Details Diff
Base: [skip ci] implement method Quantity.toStr() to control string representation
mod - src/Base/QuantityPyImp.cpp Diff File
mod - src/Base/QuantityPy.xml Diff File

master 432ae7c7

2020-02-29 13:34:36

carlopav


Committer: berndhahnebach Details Diff
[Draft] Edit bugfix: closed wire check for point lying in the face plane

https://forum.freecadweb.org/viewtopic.php?f=23&t=43414&p=372524#p372524
mod - src/Mod/Draft/DraftEdit.py Diff File

master 9b7211d0

2020-02-29 13:34:36

carlopav


Committer: yorik Details Diff
[Draft] Edit bugfix: closed wire check for point lying in the face plane

https://forum.freecadweb.org/viewtopic.php?f=23&t=43414&p=372524#p372524
mod - src/Mod/Draft/DraftEdit.py Diff File

master e65c6103

2020-02-29 10:32:21

carlopav


Committer: yorik Details Diff
[Draft] Annotation scale support and statusbar widget

Initial commit
Preliminary support for Draft Dimensions


[Draft] Statusbar Widget code cleanup
mod - src/Mod/Draft/Draft.py Diff File
mod - src/Mod/Draft/InitGui.py Diff File
add - src/Mod/Draft/draftutils/init_draft_statusbar.py Diff File

master b532c74e

2020-02-29 07:30:12

vocx-fc


Committer: yorik Details Diff
Draft: DraftGeomUtils clean up imports, and Python 2 compatibility

Small spacing fixes like imports in separate lines
for more clarity, and the position of the license.

Also fix copying of a list in order to keep compatibility
with Python 2.
mod - src/Mod/Draft/DraftGeomUtils.py Diff File

master 5947a5ba

2020-02-29 07:25:51

wmayer

Details Diff
Gui: add possibility to connect to remote Python debugger
mod - src/Gui/Workbench.cpp Diff File
add - src/Gui/RemoteDebugger.ui Diff File
add - src/Gui/RemoteDebugger.py Diff File
mod - src/Gui/CommandMacro.cpp Diff File
mod - src/Gui/CMakeLists.txt Diff File

master 6ec33d50

2020-02-29 07:20:47

berndhahnebach

Details Diff
FEM: ccx writer, fix in tie for splitted file writing
mod - src/Mod/Fem/femsolver/calculix/writer.py Diff File

master 033d0091

2020-02-29 05:44:18

vocx-fc


Committer: yorik Details Diff
Draft: WorkingPlane.py clean up imports and docstrings

Small spacing fixes like imports in separate lines
for more clarity, and the position of the license.

Cleaned up the class docstring, so it is in only one place
below the class definition. Also small fixes
in the docstrings of the class methods.

The class is now in upper case `Plane` to conform with Python
guidelines. An alias in lowercase `plane` is still provided
for compatibility purposes; this will be deprecated
in the future.
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 53999ea7

2020-02-29 03:13:44

wmayer

Details Diff
MeshGui: [skip ci] remove wrong export macro
mod - src/Mod/MeshPart/Gui/Tessellation.h Diff File

master dfedd10f

2020-02-28 17:43:07

vocx-fc


Committer: yorik Details Diff
Draft: importSVG.py, FreeCADGui with interface only

Also small fixes in imports and spacing
mod - src/Mod/Draft/importSVG.py Diff File

master 9c154f70

2020-02-28 17:20:21

wmayer

Details Diff
Base: [skip ci] improve repr() for quantity
https://forum.freecadweb.org/viewtopic.php?f=10&t=43718
https://forum.freecadweb.org/viewtopic.php?f=10&t=43431&p=369556#p369575
mod - src/Base/QuantityPyImp.cpp Diff File

master 1cb4625b

2020-02-28 14:15:17

wmayer

Details Diff
MeshPart: add gmsh as another option to create mesh from shape
mod - src/Mod/MeshPart/Gui/Tessellation.ui Diff File
mod - src/Mod/MeshPart/Gui/Tessellation.h Diff File
mod - src/Mod/MeshPart/Gui/Tessellation.cpp Diff File
mod - src/Mod/Mesh/Gui/RemeshGmsh.cpp Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 197 198 199 200 201 202 203 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last