Changesets: FreeCAD
master 0795b663 2019-07-28 21:25:26 IMback Details Diff |
Make Deburr Pannel rasonably sized | ||
mod - src/Mod/Path/Gui/Resources/panels/PageOpDeburrEdit.ui | Diff File | ||
mod - src/Mod/Path/Images/Ops/chamfer.svg | Diff File | ||
master b013624b 2019-07-28 16:59:03 Details Diff |
Tools: added --gui option to fcinfo tool | ||
mod - src/Tools/fcinfo | Diff File | ||
master 1919659f 2019-07-27 18:59:03 Details Diff |
Tools: Small additional fix in fcinfo tool | ||
mod - src/Tools/fcinfo | Diff File | ||
master b351c3da 2019-07-27 18:48:51 Details Diff |
Tools: More options to fcinfo tool | ||
mod - src/Tools/fcinfo | Diff File | ||
master 99f1798f 2019-07-27 14:42:33 Syres916 Committer: yorik Details Diff |
[Arch] Bugfix - Unknown command 'Draft_Edit' | ||
mod - src/Mod/Arch/InitGui.py | Diff File | ||
master e1b581a0 2019-07-27 01:21:51 Details Diff |
AddonManager: Don't check addons for updates if they have already been checked for updates | ||
mod - src/Mod/AddonManager/AddonManager.py | Diff File | ||
mod - src/Mod/AddonManager/addonmanager_workers.py | Diff File | ||
master b6c8052b 2019-07-27 01:08:10 Daniel Angelov Committer: yorik Details Diff |
Update translate in no GUIup case If the `utf8_decode` is not added, when saving on server side, the following error occurs: ``` File "/usr/share/freecad/Mod/Arch/importWebGL.py", line 129, in export FreeCAD.Console.PrintMessage(translate("Arch","Successfully written", utf8_decode=True) + ' ' + filename + "\n") TypeError: translate() got an unexpected keyword argument 'utf8_decode' ``` |
||
mod - src/Mod/Arch/importWebGL.py | Diff File | ||
master 47f1213f 2019-07-26 19:17:57 Committer: GitHub Details Diff |
Re-enable Final Depths below hole bottom Also some flake8 cleanup and removal of unnecessary comments and code. |
||
mod - src/Mod/Path/PathScripts/PathCircularHoleBase.py | Diff File | ||
master e28ec225 2019-07-26 18:51:04 Committer: GitHub Details Diff |
Merge pull request 0002379 from Russ4262/patch-1 [Path] MillFace: SetupProperties() syntax correction for broken Job GUI fix |
||
mod - src/Mod/Path/PathScripts/PathMillFace.py | Diff File | ||
master 069c11bc 2019-07-26 18:50:45 Committer: GitHub Details Diff |
Merge pull request 0002377 from Russ4262/profile_faces_individually_fix [Path] ProfileFaces: fix "HandleMultipleFeatures" set to "individually" |
||
mod - src/Mod/Path/PathScripts/PathProfileFaces.py | Diff File | ||
master 730efb9d 2019-07-26 16:18:49 Committer: GitHub Details Diff |
Fix: SetupProperties() syntax correction Job GUI broken due to SetupProperties() syntax error |
||
mod - src/Mod/Path/PathScripts/PathMillFace.py | Diff File | ||
master 03054e8b 2019-07-26 11:26:58 Committer: yorik Details Diff |
[AddonManager] add cadquery addon logo | ||
mod - src/Mod/AddonManager/Resources/AddonManager.qrc | Diff File | ||
add - src/Mod/AddonManager/Resources/icons/cadquery_module_workbench_icon.svg | Diff File | ||
master 11064962 2019-07-26 10:40:52 hlg Committer: yorik Details Diff |
handle projects without sites gracefully | ||
mod - src/Mod/Arch/importIFC.py | Diff File | ||
master f98d03bf 2019-07-26 05:13:37 Committer: yorik Details Diff |
[AddonManager] Use the correct case-sensitive name for external addons/wbs Followup to PR 0002369 * made appropriate addons/wbs lowercase * used the correct case-sensitive spelling and formatting for addons/wbs * updated .qrc file * removed glider wb icon and mention in .qrc |
||
mod - src/Mod/AddonManager/Resources/AddonManager.qrc | Diff File | ||
rm - src/Mod/AddonManager/Resources/icons/Glider_workbench_icon.svg | Diff File | ||
add - src/Mod/AddonManager/Resources/icons/mooc_workbench_icon.svg | Diff File | ||
add - src/Mod/AddonManager/Resources/icons/slic3r-tools_workbench_icon.svg | Diff File | ||
master 364e3927 2019-07-25 21:56:08 Committer: yorik Details Diff |
Draft: improved the style of the code, checked with flake8 | ||
mod - src/Mod/Draft/InitGui.py | Diff File | ||
master f2221e8d 2019-07-25 19:54:22 Details Diff |
ProfileFaces: fix "HandleMultipleFeatures" set to individually Summary condition produced error and no paths; corrected subshape passed to getEnvelope(). Removed unnecessary comments. Simplified debug level setting. |
||
mod - src/Mod/Path/PathScripts/PathProfileFaces.py | Diff File | ||
master edaf03b0 2019-07-25 16:12:58 Committer: yorik Details Diff |
Draft: improved Python style, checked with flake8 | ||
mod - src/Mod/Draft/TestDraft.py | Diff File | ||
master e4132f58 2019-07-25 15:43:30 paullee0 Committer: yorik Details Diff |
Multi-Width to support Sketch with multiple wires Discussion:- https://forum.freecadweb.org/viewtopic.php?f=23&t=37708&p=321956#p321956 |
||
mod - src/Mod/Arch/ArchWall.py | Diff File | ||
master 7b315d3a 2019-07-24 23:30:10 donovaly Committer: wmayer Details Diff |
DlgSettingsGeneral.ui: hide unused option from dialog | ||
mod - src/Mod/Part/Gui/DlgSettingsGeneral.ui | Diff File | ||
master 0dd7aaae 2019-07-24 14:28:21 hlg Committer: yorik Details Diff |
Arch: populate and read compass rotation from and to IFC RC true north | ||
mod - src/Mod/Arch/ArchSite.py | Diff File | ||
mod - src/Mod/Arch/importIFC.py | Diff File | ||
master 8806e449 2019-07-24 13:22:46 Committer: GitHub Details Diff |
Merge pull request 0002373 from kreso-t/master PathAdaptive: bugfix |
||
mod - src/Mod/Path/libarea/Adaptive.cpp | Diff File | ||
master d8c8af04 2019-07-24 13:21:52 Committer: GitHub Details Diff |
Merge pull request 0002366 from Russ4262/3D_Pocket_upgrade [Path] 3D Pocket: upgrade to adaptive start and finish |
||
mod - src/Mod/Path/PathScripts/PathAreaOp.py | Diff File | ||
mod - src/Mod/Path/PathScripts/PathPocket.py | Diff File | ||
master f1fb1686 2019-07-24 13:21:05 Committer: GitHub Details Diff |
Merge pull request 0002368 from Russ4262/patch-1 [Path] Auto prefix job template filename on save |
||
mod - src/Mod/Path/PathScripts/PathJobCmd.py | Diff File | ||
master d83abca5 2019-07-24 13:20:30 Committer: GitHub Details Diff |
Merge pull request 0002367 from Russ4262/MillFace_upgrade [Path] MillFace: add feature - exclude raised areas |
||
mod - src/Mod/Path/PathScripts/PathMillFace.py | Diff File | ||
master 96b74022 2019-07-24 06:18:48 Details Diff |
Arch: ifc import, move getting the property relation table in separate method | ||
mod - src/Mod/Arch/importIFC.py | Diff File |