Changesets: FreeCAD
master 9066c022 2020-03-17 20:09:39 Details Diff |
FEM: unit test, get rid of ActiveDocument | ||
mod - src/Mod/Fem/femtest/app/test_ccxtools.py | Diff File | ||
mod - src/Mod/Fem/femtest/app/test_common.py | Diff File | ||
mod - src/Mod/Fem/femtest/app/test_femimport.py | Diff File | ||
mod - src/Mod/Fem/femtest/app/test_material.py | Diff File | ||
mod - src/Mod/Fem/femtest/app/test_mesh.py | Diff File | ||
mod - src/Mod/Fem/femtest/app/test_object.py | Diff File | ||
mod - src/Mod/Fem/femtest/app/test_result.py | Diff File | ||
mod - src/Mod/Fem/femtest/app/test_solverframework.py | Diff File | ||
master a203eeef 2020-03-17 19:02:53 Committer: GitHub Details Diff |
Merge pull request 0003188 from Schildkroet/grbl-post [Path] Updated grbl post processor |
||
mod - src/Mod/Path/PathScripts/post/grbl_post.py | Diff File | ||
master d66d3a98 2020-03-17 19:01:47 Committer: GitHub Details Diff |
Merge pull request 0003195 from dubstar-04/post/Mach3-Mach4 [Path] Post/mach3 mach4 |
||
mod - src/Mod/Path/CMakeLists.txt | Diff File | ||
add - src/Mod/Path/PathScripts/post/mach3_mach4_post.py | Diff File | ||
master d586eea4 2020-03-17 18:13:56 Patrick Felixberger Details Diff |
Improved LeadInOut; Better layer handling | ||
mod - src/Mod/Path/PathScripts/PathDeburr.py | Diff File | ||
mod - src/Mod/Path/PathScripts/PathDressupLeadInOut.py | Diff File | ||
mod - src/Mod/Path/PathScripts/PathProfileEdges.py | Diff File | ||
master 0f86afa0 2020-03-17 15:43:05 Details Diff |
App: GroupExtension::getGroupOfObject considers App::GroupExtension or App::GroupExtensionPython | ||
mod - src/App/GroupExtension.cpp | Diff File | ||
master af5e7abe 2020-03-17 13:39:10 Committer: wwmayer Details Diff |
Use relative path to stylesheet fix 0004130 |
Affected Issues 0004130 |
|
mod - src/Gui/Application.cpp | Diff File | ||
mod - src/Gui/DlgGeneralImp.cpp | Diff File | ||
mod - src/Mod/Start/StartPage/StartPage.py | Diff File | ||
master 8401b563 2020-03-17 13:03:14 Details Diff |
App: [skip ci] extend Python wrapper of hasExtension() to have full control over calling the C++ function | ||
mod - src/App/ExtensionContainerPyImp.cpp | Diff File | ||
master 53b01f08 2020-03-17 10:36:03 Details Diff |
Gui: improve usability of text document object | ||
mod - src/Gui/CommandStd.cpp | Diff File | ||
mod - src/Gui/DlgUndoRedo.cpp | Diff File | ||
mod - src/Gui/TextDocumentEditorView.cpp | Diff File | ||
mod - src/Gui/TextDocumentEditorView.h | Diff File | ||
mod - src/Gui/ViewProviderTextDocument.cpp | Diff File | ||
mod - src/Gui/ViewProviderTextDocument.h | Diff File | ||
master aab91b55 2020-03-17 09:35:54 Details Diff |
Gui: [skip ci] update editor action on request | ||
mod - src/Gui/EditorView.cpp | Diff File | ||
mod - src/Gui/EditorView.h | Diff File | ||
master 063ca70a 2020-03-17 09:03:32 Details Diff |
Gui: [skip ci] add slot to update editor related commands | ||
mod - src/Gui/MainWindow.cpp | Diff File | ||
mod - src/Gui/MainWindow.h | Diff File | ||
master dd41c1a4 2020-03-17 04:45:21 vocx-fc Committer: yorik Details Diff |
Draft: GuiCommandSimplest to serve as base of simple Gui Commands This class defines the `command_name` of the command, so that it is output to the report view, and is also recorded in the log file. It also stores the current document so it can be used inside the command. The class implements with `IsActive` method so that the command is only active when an active document exists. Also `GuiCommandNeedsSelection`, which subclasses the former class. It reimplements `IsActive` in order to be available only when there is a selection. |
||
mod - src/Mod/Draft/draftguitools/gui_base.py | Diff File | ||
master 017226e8 2020-03-17 04:45:21 vocx-fc Committer: yorik Details Diff |
Draft: GuiCommandSimplest to serve as base of simple Gui Commands This class defines the `command_name` of the command, so that it is output to the report view, and is also recorded in the log file. It also stores the current document so it can be used inside the command. The class implements with `IsActive` method so that the command is only active when an active document exists. Also `GuiCommandNeedsSelection`, which subclasses the former class. It reimplements `IsActive` in order to be available only when there is a selection. |
||
mod - src/Mod/Draft/draftguitools/gui_base.py | Diff File | ||
master 8aeb33f2 2020-03-17 03:38:14 vocx-fc Committer: yorik Details Diff |
Draft: move Draft_FlipDimension to gui_dimension_ops module | ||
mod - src/Mod/Draft/CMakeLists.txt | Diff File | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
add - src/Mod/Draft/draftguitools/gui_dimension_ops.py | Diff File | ||
mod - src/Mod/Draft/draftutils/init_tools.py | Diff File | ||
master ed55c6e8 2020-03-17 01:56:14 vocx-fc Committer: yorik Details Diff |
Draft: move Draft_Heal to gui_heal module | ||
mod - src/Mod/Draft/CMakeLists.txt | Diff File | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
add - src/Mod/Draft/draftguitools/gui_heal.py | Diff File | ||
mod - src/Mod/Draft/draftutils/init_tools.py | Diff File | ||
master 8c177c7f 2020-03-17 01:17:46 vocx-fc Committer: yorik Details Diff |
Draft: move Draft_ToggleGrid to gui_grid module | ||
mod - src/Mod/Draft/CMakeLists.txt | Diff File | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
add - src/Mod/Draft/draftguitools/gui_grid.py | Diff File | ||
master 1cd05192 2020-03-17 01:05:09 Details Diff |
[TD]fix welding tile file included setup | ||
mod - src/Mod/TechDraw/App/DrawTileWeld.cpp | Diff File | ||
mod - src/Mod/TechDraw/App/DrawTileWeld.h | Diff File | ||
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.cpp | Diff File | ||
add - src/Mod/TechDraw/Symbols/Welding/blankTile.svg | Diff File | ||
master bf3e9ff5 2020-03-17 00:59:25 donovaly Committer: wandererfan Details Diff |
[TD] more preferences work - General: add missing tooltips, rearrange 2 color entries, uniform wording - all tabs: uniform right-alignment for spin boxes - Dimensions: add icons and clarify option name |
||
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDraw1.ui | Diff File | ||
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDraw2.ui | Diff File | ||
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDraw3.ui | Diff File | ||
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDraw4.ui | Diff File | ||
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDraw5.ui | Diff File | ||
master 1ed3df9d 2020-03-17 00:19:21 vocx-fc Committer: yorik Details Diff |
Draft: add base class for Snap commands | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
mod - src/Mod/Draft/draftguitools/gui_snaps.py | Diff File | ||
master 15d98b52 2020-03-16 23:31:56 Details Diff |
Gui: [skip ci] print warning if 3Dconnexion file cannot be loaded | ||
mod - src/Gui/DlgCustomizeSpaceball.cpp | Diff File | ||
master 33bd1998 2020-03-16 23:23:45 Details Diff |
Include the new Mach 3/4 post | ||
mod - src/Mod/Path/CMakeLists.txt | Diff File | ||
master 5754e9fe 2020-03-16 23:22:30 Details Diff |
[Path] - Add Mach3 / Mach4 Post This post has been created because Mach is unable to use constant velocity mode with G0 resulting in jerky movement when using adaptive paths. This post converts the G0 moves to G1 and uses the tool controllers rapid speeds. |
||
add - src/Mod/Path/PathScripts/post/mach3_mach4_post.py | Diff File | ||
master 383ff0d5 2020-03-16 22:44:06 Details Diff |
Gui: copy config file to resource directory | ||
mod - src/Gui/CMakeLists.txt | Diff File | ||
mod - src/Gui/DlgCustomizeSpaceball.cpp | Diff File | ||
mod - src/Gui/DlgCustomizeSpaceball.h | Diff File | ||
master af4f4282 2020-03-16 22:29:13 donovaly Committer: wwmayer Details Diff |
[Import] improve DXF version creation - use App/Application.h instead of Build/Version.h to avoid permanent recompilation as discussed: https://forum.freecadweb.org/viewtopic.php?p=377404#p377401 |
||
mod - src/Mod/Import/App/dxf.cpp | Diff File | ||
master 7412fdce 2020-03-16 22:26:48 Committer: GitHub Details Diff |
Merge pull request 0003193 from dubstar-04/fixes/LinuxCNC_Post [Path] fix tool changes (Revert previous change) |
||
mod - src/Mod/Path/PathScripts/post/linuxcnc_post.py | Diff File | ||
master 9512159d 2020-03-16 22:24:14 Details Diff |
[Path] fix tool changes (Revert previous change) | ||
mod - src/Mod/Path/PathScripts/post/linuxcnc_post.py | Diff File |