Changesets: FreeCAD

master 570368ed

2020-03-16 21:33:10

wmayer

Details Diff
Gui: fix target path of style sheet files
mod - src/Gui/Stylesheets/CMakeLists.txt Diff File

master 2088cdfe

2020-03-16 20:57:19

Patrick Felixberger

Details Diff
Improved LeadOut
mod - src/Mod/Path/PathScripts/PathDressupLeadInOut.py Diff File

master 11206b1d

2020-03-16 18:48:47

vocx-fc


Committer: yorik Details Diff
Draft: move Draft_ShowSnapBar to gui_snaps module
mod - src/Mod/Draft/DraftTools.py Diff File
mod - src/Mod/Draft/draftguitools/gui_snaps.py Diff File

master 9eab03b5

2020-03-16 18:17:55

vocx-fc


Committer: yorik Details Diff
Draft: add correct docstring to old Array tools

Previously they mentioned incorrectly the Shape2DView tool.
mod - src/Mod/Draft/DraftTools.py Diff File

master 3d1bd5f0

2020-03-16 17:30:30

Patrick Felixberger

Details Diff
Code clean up
mod - src/Mod/Path/PathScripts/PathAreaOp.py Diff File
mod - src/Mod/Path/PathScripts/PathDrilling.py Diff File
mod - src/Mod/Path/PathScripts/PathPocketBase.py Diff File
mod - src/Mod/Path/PathScripts/PathPocketShape.py Diff File
mod - src/Mod/Path/PathScripts/PathProfileBase.py Diff File
mod - src/Mod/Path/PathScripts/PathProfileFaces.py Diff File

master 4030e44e

2020-03-16 17:28:16

sliptonic

Details Diff
checkpoint
mod - src/Mod/Path/Gui/Resources/panels/ToolBitEditor.ui Diff File
mod - src/Mod/Path/Gui/Resources/panels/ToolBitLibraryEdit.ui Diff File
mod - src/Mod/Path/Gui/Resources/preferences/PathJob.ui Diff File
mod - src/Mod/Path/PathScripts/PathPreferences.py Diff File
mod - src/Mod/Path/PathScripts/PathPreferencesPathJob.py Diff File
mod - src/Mod/Path/PathScripts/PathSetupSheetOpPrototype.py Diff File
mod - src/Mod/Path/PathScripts/PathToolBit.py Diff File
mod - src/Mod/Path/PathScripts/PathToolBitEdit.py Diff File
mod - src/Mod/Path/PathScripts/PathToolBitLibraryCmd.py Diff File
mod - src/Mod/Path/PathScripts/PathToolBitLibraryGui.py Diff File

master 1a1ddcd0

2020-03-16 16:29:29

wmayer

Details Diff
Gui: [skip ci] for quick search don't change font family and size but set to bold only because on some systems an almost unreadable font might be taken
mod - src/Gui/DlgParameterImp.cpp Diff File
mod - src/Gui/DlgParameterImp.h Diff File

master 518fd0c0

2020-03-16 16:19:53

wmayer

Details Diff
Gui: [skip ci] improve search function in parameter editor to jump from one top-level item to the sibling item
mod - src/Gui/DlgParameterFind.cpp Diff File

master 381269a0

2020-03-16 14:45:24

berndhahnebach


Committer: GitHub Details Diff
small code formating in application
mod - src/App/Application.cpp Diff File

master 261c4a68

2020-03-16 14:22:26

wmayer

Details Diff
Cloud: fix build failure under Linux caused by 287050be4124
mod - src/Mod/Cloud/App/AppCloud.cpp Diff File

master 949110d7

2020-03-16 14:11:11

wmayer

Details Diff
App: [skip ci] implement WekPtrT to simplify using DocumentObjectWeakPtrT
mod - src/App/DocumentObserver.cpp Diff File
mod - src/App/DocumentObserver.h Diff File

master 2dfc4099

2020-03-16 11:24:16

wmayer

Details Diff
CMake: use XercesC_LIBRARIES to store debug and release version of xerces
mod - cMake/UseLibPackCLbundler.cmake Diff File
mod - src/Base/CMakeLists.txt Diff File

master fbb59ae7

2020-03-16 10:17:32

Eric Trombly

Details Diff
initial work for modifying path of imported gcode Affected Issues
0003542
mod - src/Mod/Path/PathScripts/PathCustom.py Diff File
add - src/Mod/Path/PathScripts/post/gcode_pre.py Diff File

master 31b17055

2020-03-16 10:17:32

Eric Trombly

Details Diff
initial work for modifying path of imported gcode
mod - src/Mod/Path/PathScripts/PathCustom.py Diff File
add - src/Mod/Path/PathScripts/post/gcode_pre.py Diff File

master ba21ca8c

2020-03-16 10:02:25

berndhahnebach

Details Diff
FEM: Python base VP, better check in get icon
mod - src/Mod/Fem/femguiobjects/ViewProviderFemConstraint.py Diff File

master 1ec955a1

2020-03-16 09:52:42

berndhahnebach

Details Diff
FEM: hide all vtk post objects on task panel open of result and gmsh mesh
mod - src/Mod/Fem/femguiobjects/ViewProviderFemConstraint.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemMeshGmsh.py Diff File

master 52bee70c

2020-03-16 08:46:09

wmayer

Details Diff
Gui: [skip ci] fix ColorButton to pre-select current color in dialog
mod - src/Gui/Widgets.cpp Diff File

master c1182681

2020-03-16 08:42:52

berndhahnebach

Details Diff
FEM: do not use base vp for result mesh object, fixes some problems
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemMeshResult.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemResultMechanical.py Diff File

master 9004e1fc

2020-03-16 08:08:18

berndhahnebach

Details Diff
FEM: improve imports
mod - src/Mod/Fem/femguiobjects/ViewProviderFemConstraint.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemConstraintTie.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemElementFluid1D.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemElementGeometry1D.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemElementGeometry2D.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemElementRotation1D.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemMaterial.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemMaterialReinforced.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemSolverCalculix.py Diff File

master c865faf2

2020-03-16 05:43:13

berndhahnebach

Details Diff
FEM: improve some licence headers and doxygen docu
mod - src/Mod/Fem/femcommands/commands.py Diff File
mod - src/Mod/Fem/femcommands/manager.py Diff File
mod - src/Mod/Fem/femsolver/run.py Diff File

master 54bb4db5

2020-03-16 04:39:06

russ4262

Details Diff
PathSurface: Add select-face(s) feature and other improvements

New feature: Limit 3D Surface op to selected faces.

Disabled the IgnoreWaste feature, until it can be made compatible with new features.

New feature: Face avoidance using new `AvoidLastXFaces` property.

New cut patterns: `Circular` and `CircularZigZag`. New patterns include customizable center point and optional optimizations. Implemented G2/G3 gcode commands.

New feature: Safe travel for transitional paths. New methods to allow safe travel over stock, cut area, and avoided features.

New feature: Start point for operation. Choose a custom XY start point for the operation.

Restructure code to improve management and prepare for separation of the `Waterline` algorithm into an independent operation in the PathWB.

New feature: `ProfileEdges`. Allows the user to profile the edges(boundary) of the selected face(s) with or without cutting the entire face area.

Add my name to the `Credits` tab in the `About FreeCAD` documentation.

Added new feature and property: `CutPatternReversed`. This will make Circular, Line, and ZigZag patterns work in reverse order - outside to inside.
PathSurface: Add select-face(s) feature and other improvements

New feature: Limit 3D Surface op to selected faces.

Disabled the IgnoreWaste feature, until it can be made compatible with new features.

New feature: Face avoidance using new `AvoidLastXFaces` property.

New cut patterns: `Circular` and `CircularZigZag`. New patterns include customizable center point and optional optimizations. Implemented G2/G3 gcode commands.

New feature: Safe travel for transitional paths. New methods to allow safe travel over stock, cut area, and avoided features.

New feature: Start point for operation. Choose a custom XY start point for the operation.

Restructure code to improve management and prepare for separation of the `Waterline` algorithm into an independent operation in the PathWB.

New feature: `ProfileEdges`. Allows the user to profile the edges(boundary) of the selected face(s) with or without cutting the entire face area.

Add my name to the `Credits` tab in the `About FreeCAD` documentation.
mod - src/Gui/AboutApplication.ui Diff File
mod - src/Mod/Path/PathScripts/PathSelection.py Diff File
mod - src/Mod/Path/PathScripts/PathSurface.py Diff File
mod - src/Mod/Path/PathScripts/PathSurfaceGui.py Diff File

master a30fd205

2020-03-16 00:15:06

kkremitzki


Committer: wwmayer Details Diff
Use reproducible SOURCE_DATE_EPOCH instead of TIMESTAMP when available

Refer to `https://reproducible-builds.org/docs/source-date-epoch/`:

"SOURCE_DATE_EPOCH is a standardised environment variable that
distributions can set centrally and have build tools consume this in
order to produce reproducible output."
mod - src/XDGData/CMakeLists.txt Diff File

master eacc3c42

2020-03-15 23:16:32

Schildkroet


Committer: GitHub Details Diff
Merge pull request #1 from Russ4262/4th-axis-improve

4th-axis fixes and improvements
mod - src/Mod/Path/PathScripts/PathAreaOp.py Diff File
mod - src/Mod/Path/PathScripts/PathDrilling.py Diff File
mod - src/Mod/Path/PathScripts/PathPocketBase.py Diff File
mod - src/Mod/Path/PathScripts/PathPocketShape.py Diff File
mod - src/Mod/Path/PathScripts/PathProfileBase.py Diff File
mod - src/Mod/Path/PathScripts/PathProfileFaces.py Diff File

master f8093de7

2020-03-15 23:12:07

wmayer

Details Diff
Gui: [skip ci] slightly change the background color of the search field
mod - src/Gui/DlgParameterImp.cpp Diff File

master 97d23500

2020-03-15 23:11:24

Patrick Felixberger

Details Diff
Updated grbl post processor
mod - src/Mod/Path/PathScripts/post/grbl_post.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 182 183 184 185 186 187 188 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last