Changesets: FreeCAD

master d1d85c62

2020-03-30 23:04:10

donovaly


Committer: yorik Details Diff
[Tools] extend ThumbNail Provider for .FCBak

- as requested in the forum, the thumbnail provider should also work for *.FCBak file, see
https://forum.freecadweb.org/viewtopic.php?f=4&t=10775&p=381936#p378680
mod - src/Tools/thumbs/ThumbnailProvider/Main.cpp Diff File

master 1123e271

2020-03-30 20:23:55

Adam Spontarelli


Committer: yorik Details Diff
Converted class names from private to public and corrected docstring formatting, per feedback from pull request
mod - src/Mod/PartDesign/SprocketFeature.py Diff File
mod - src/Mod/PartDesign/fcsprocket/fcsprocket.py Diff File
mod - src/Mod/PartDesign/fcsprocket/sprocket.py Diff File

master 934d0f37

2020-03-30 20:03:59

vocx-fc


Committer: yorik Details Diff
Draft: move Line GuiCommand to gui_lines module
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
add - src/Mod/Draft/draftguitools/gui_lines.py Diff File

master 0cbf5688

2020-03-30 19:28:53

Eric Trombly

Details Diff
clean up commented old code
mod - src/Mod/Path/App/AppPathPy.cpp Diff File
mod - src/Mod/Path/PathScripts/PathSurface.py Diff File

master 54022ea6

2020-03-30 19:18:27

Eric Trombly

Details Diff
remove debug profiling from surface
mod - src/Mod/Path/PathScripts/PathSurface.py Diff File

master 3a49a4ee

2020-03-30 18:08:31

Gauthier


Committer: GitHub Details Diff
Merge branch 'master' into master
mod - src/Mod/Fem/feminout/importZ88Mesh.py Diff File
mod - src/Mod/TechDraw/App/DrawTile.cpp Diff File
mod - src/Mod/TechDraw/App/DrawTile.h Diff File
mod - src/Mod/TechDraw/App/DrawTileWeld.cpp Diff File
mod - src/Mod/TechDraw/App/DrawView.cpp Diff File
mod - src/Mod/TechDraw/Gui/DlgTemplateField.ui Diff File
mod - src/Mod/TechDraw/Gui/SymbolChooser.cpp Diff File
mod - src/Mod/TechDraw/Gui/SymbolChooser.h Diff File
mod - src/Mod/TechDraw/Gui/SymbolChooser.ui Diff File
mod - src/Mod/TechDraw/Gui/TaskActiveView.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskActiveView.ui Diff File
mod - src/Mod/TechDraw/Gui/TaskGeomHatch.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskGeomHatch.ui Diff File
mod - src/Mod/TechDraw/Gui/TaskRestoreLines.ui 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/TaskWeldingSymbol.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.h Diff File
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.ui Diff File

master 1908e86e

2020-03-30 18:01:47

Gauthier

Details Diff
[Path] fix tool change and Feature missing output
mod - src/Mod/Path/PathScripts/post/grbl_post.py Diff File

master 6db7bf60

2020-03-30 17:05:12

sliptonic

Details Diff
Fix File Dialog
mod - src/Mod/Path/PathScripts/PathDressupZCorrect.py Diff File

master 948ec034

2020-03-30 16:31:59

Eric Trombly

Details Diff
visual studio doesn't like indexing facets with [, changed to (
mod - src/Mod/Path/App/AppPathPy.cpp Diff File

master fbc266c1

2020-03-30 16:18:36

Eric Trombly

Details Diff
remove parallel processing, replace mesh generation with getting facets
mod - src/Mod/Path/App/AppPathPy.cpp Diff File
mod - src/Mod/Path/App/Area.cpp Diff File
mod - src/Mod/Path/App/CMakeLists.txt Diff File
mod - src/Mod/Path/PathScripts/PathSurface.py Diff File

master add62435

2020-03-30 14:30:47

Adam Spontarelli


Committer: yorik Details Diff
Converted class names from private to public, per feedback from pull request
mod - src/Mod/PartDesign/SprocketFeature.py Diff File

master 943eedbf

2020-03-30 09:51:51

0penBrain


Committer: yorik Details Diff
[AddonManager] Support for UTF8 encoded macros
mod - src/Mod/AddonManager/addonmanager_utilities.py Diff File

master 9925297d

2020-03-30 09:51:00

0penBrain


Committer: yorik Details Diff
[AddonManager] Fix issue in Execute
mod - src/Mod/AddonManager/AddonManager.py Diff File

master f516c4af

2020-03-30 09:31:15

berndhahnebach

Details Diff
FEM: z88 mesh exporter, fix file handle type
mod - src/Mod/Fem/feminout/importZ88Mesh.py Diff File

master 982a0fdd

2020-03-30 08:36:20

vocx-fc


Committer: yorik Details Diff
Draft: move Modifier class to gui_base_original module
mod - src/Mod/Draft/DraftTools.py Diff File
mod - src/Mod/Draft/draftguitools/gui_base_original.py Diff File

master 9f5e2157

2020-03-30 08:09:19

vocx-fc


Committer: yorik Details Diff
Draft: move Creator class to gui_base_original module
mod - src/Mod/Draft/DraftTools.py Diff File
mod - src/Mod/Draft/draftguitools/gui_base_original.py Diff File

master 28ecdbac

2020-03-30 06:06:42

David_D


Committer: yorik Details Diff
Work on adding docstrings to ArchWall
mod - src/Mod/Arch/ArchWall.py Diff File

master a907585f

2020-03-30 04:32:22

russ4262

Details Diff
Path: Four bug fixes per forum discussion

Fix grammar mistake.
Fix Gcode comment formatting.
Fix application of `Optimize Step Over Transitions` by adjusting the offset tolerance for creating the offset cut area for the operation.
Fix math error in circular based cut patterns for small diameter cutters.
Identification of bugs begins in the forum at https://forum.freecadweb.org/viewtopic.php?style=3&f=15&t=41997&start=210.
Path: Lower SampleInterval minimum to 0.0001mm
mod - src/Mod/Path/PathScripts/PathSurface.py Diff File

master 0ba89d16

2020-03-30 03:53:21

vocx-fc


Committer: yorik Details Diff
Draft: move DraftTools utilities to another module

These small functions and utilities are placed in another
module, so they can be imported and called
by the individual Gui Command classes as necessary.

When these Gui Command classes are moved to their respective
modules, they will be able to import this auxiliary module as well.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
add - src/Mod/Draft/draftguitools/gui_tool_utils.py Diff File

master c92ab7ef

2020-03-30 01:52:38

donovaly


Committer: wandererfan Details Diff
TaskDlgWeldingSymbol: fix creation issue

- assure that the other side is always created, also if it has no symbol yet

Now everything should be correct and I won't change the PR further
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.cpp Diff File

master fe333b21

2020-03-30 01:34:44

donovaly


Committer: wandererfan Details Diff
fix tile properties

- make TileColumn read-only
- restrict TileRow to what is possible
- improve tooltips
- add button to flip the sides (the symbol is not mirrored, just flipped)
mod - src/Mod/TechDraw/App/DrawTile.cpp Diff File
mod - src/Mod/TechDraw/App/DrawTile.h Diff File
mod - src/Mod/TechDraw/App/DrawTileWeld.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.h Diff File
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.ui Diff File

master 937b3318

2020-03-30 01:18:36

realthunder


Committer: yorik Details Diff
App: fix PropertyBool::setPathValue()
mod - src/App/PropertyStandard.cpp Diff File

master 181c5cb6

2020-03-30 00:53:30

vocx-fc


Committer: yorik Details Diff
Draft: import Part module where necessary for the tools

Also import `DraftGeomUtils` where necessary.

These modules were previously imported globaly when the base
`DraftTool` class was first called by the individual tools
through the `Creator` and `Modifier` classes.

However, since `DraftTool` was moved to a separate module,
these `Part` and `DraftGeomUtils` modules are no longer
in the `DraftTools` namespace, and therefore they
cannot be imported globally anymore.

Now the `Part` and `DraftGeomUtils` modules are imported
in the specific functions where they are actually needed.
mod - src/Mod/Draft/DraftTools.py Diff File

master 3f36f558

2020-03-29 23:44:43

Eric Trombly

Details Diff
change from openmp to std::thread
mod - src/Mod/Path/App/Area.cpp Diff File
mod - src/Mod/Path/App/CMakeLists.txt Diff File

master 9b309635

2020-03-29 23:13:15

vocx-fc


Committer: yorik Details Diff
Draft: move the base DraftTool class to its own module

This is the base class of most Draft Gui Commands,
particularly those which were developed a long time ago.
It is inherited by `Creator` and `Modifier`
to set some specific options for some tools.

Newer Gui Commands do not use these classes and thus
are independent of `DraftTool`.

Nevertheless, in the future we expect to organize further
the commands so that they all derive from a few classes,
so that they all share some common properties and behaviors.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
add - src/Mod/Draft/draftguitools/gui_base_original.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 171 172 173 174 175 176 177 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last