Changesets: FreeCAD
master 67efd10d 2019-09-02 05:36:57 Details Diff |
Arch: IFC export, small code formating | ||
mod - src/Mod/Arch/exportIFC.py | Diff File | ||
mod - src/Mod/Arch/exportIFCHelper.py | Diff File | ||
master 8e91b3ab 2019-09-02 05:32:05 Details Diff |
Arch IFC import and export, new lines and comments | ||
mod - src/Mod/Arch/exportIFC.py | Diff File | ||
mod - src/Mod/Arch/exportIFCHelper.py | Diff File | ||
mod - src/Mod/Arch/importIFC.py | Diff File | ||
mod - src/Mod/Arch/importIFCHelper.py | Diff File | ||
master f8e1d455 2019-09-02 02:42:46 Committer: wmayer Details Diff |
Gui: improve Gui.addIcon(), add Gui.isIconCached() The motivation of this patch is to make it easy for Python workbench cache its own icons (possibly generated at runtime), saving the trouble of pre-compiling the icons as binary resources. * Gui.addIcon() now support a third argument as format. Default format is 'XPM' as before. The intention is to allow user to cache other format of icon image, like 'PNG'. * ViewProviderPythonFeature::getIcon() now checks if the given string argument is a key to a cached icon. |
||
mod - src/Gui/Application.h | Diff File | ||
mod - src/Gui/ApplicationPy.cpp | Diff File | ||
mod - src/Gui/ViewProviderPythonFeature.cpp | Diff File | ||
master 00c016a9 2019-09-01 20:14:53 Details Diff |
fix bug in Path module: str has no attribute UserString | ||
mod - src/Mod/Path/PathScripts/PathSetupSheet.py | Diff File | ||
master 6e7e1f20 2019-09-01 20:03:48 Details Diff |
FEM: gmsh tools, fix regression and explizit use double quotes in geo file | ||
mod - src/Mod/Fem/femmesh/gmshtools.py | Diff File | ||
master 6a1b1973 2019-09-01 18:18:25 Details Diff |
[TD]Remove old hatch on add new hatch | ||
mod - src/Mod/TechDraw/App/DrawHatch.cpp | Diff File | ||
mod - src/Mod/TechDraw/App/DrawHatch.h | Diff File | ||
mod - src/Mod/TechDraw/Gui/CommandDecorate.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGIViewPart.cpp | Diff File | ||
master 679f7e91 2019-09-01 16:00:57 Details Diff |
Draft: Added shortcut to toggle near snap during drawing | ||
mod - src/Mod/Draft/DraftGui.py | Diff File | ||
master 598faf9a 2019-09-01 15:25:42 Details Diff |
include missing header | ||
mod - src/Mod/Part/App/PreCompiled.h | Diff File | ||
mod - src/Mod/Part/App/TopoShape.cpp | Diff File | ||
master f57283f5 2019-09-01 11:45:57 Committer: wmayer Details Diff |
Link: change sub-element linking mechanism Previous multi-sub-element linking (e.g. Face, Edge) is supported through SubElements of type PropertyStringList, which does not support geometry element update tracking. This patch changes it to use PropertyXLink's new multi-subname capability. |
||
mod - src/App/Link.cpp | Diff File | ||
mod - src/App/Link.h | Diff File | ||
mod - src/Gui/CommandLink.cpp | Diff File | ||
mod - src/Gui/ViewProviderLink.cpp | Diff File | ||
mod - src/Gui/ViewProviderLink.h | Diff File | ||
mod - src/Mod/Part/App/PartFeature.cpp | Diff File | ||
master 4042d833 2019-09-01 11:39:41 Committer: wmayer Details Diff |
App: allow multiple subname in PropertyXLink PropertyXLink and PropertyXLinkSub now only differ in getPyObject(). This is to allow Link support of multiple sub-element |
||
mod - src/App/PropertyLinks.cpp | Diff File | ||
mod - src/App/PropertyLinks.h | Diff File | ||
master a03b8475 2019-09-01 11:31:18 Committer: wmayer Details Diff |
App: null pointer check in ComplexGeoData::noElementName() | ||
mod - src/App/ComplexGeoData.cpp | Diff File | ||
master d8adbca9 2019-09-01 11:30:13 Committer: wmayer Details Diff |
Gui: minor fix of tree view drag move | ||
mod - src/Gui/Tree.cpp | Diff File | ||
master e03e6d9a 2019-08-31 10:03:43 Committer: wmayer Details Diff |
Gui: expose link selection and navigation command | ||
mod - src/Gui/CommandLink.cpp | Diff File | ||
mod - src/Gui/Icons/LinkSelect.svg | Diff File | ||
mod - src/Gui/Icons/LinkSelectAll.svg | Diff File | ||
mod - src/Gui/Icons/LinkSelectFinal.svg | Diff File | ||
mod - src/Gui/Workbench.cpp | Diff File | ||
master 68a9a847 2019-08-31 10:02:03 Committer: wmayer Details Diff |
Gui: improve Std_LinkSelect command Recognize external object brought in by a link to a group. The Std_LinkSelect will jump into the the owner document of the external object. |
||
mod - src/Gui/CommandLink.cpp | Diff File | ||
master 8dec7874 2019-08-31 03:53:38 Committer: wmayer Details Diff |
Spreadsheet: fix test cases due to change in error message | ||
mod - src/Mod/Spreadsheet/TestSpreadsheet.py | Diff File | ||
master 34339750 2019-08-30 18:18:15 vocx-fc Committer: yorik Details Diff |
Draft: DraftFillet, added option for turning the fillet into a chamfer, as the DraftGeomUtil.fillet() function supports it | ||
mod - src/Mod/Draft/DraftFillet.py | Diff File | ||
master c4b00730 2019-08-30 16:18:54 Committer: wmayer Details Diff |
Fix copyright | ||
mod - src/App/Document.cpp | Diff File | ||
mod - src/App/Document.h | Diff File | ||
mod - src/Mod/Cloud/App/AppCloud.cpp | Diff File | ||
mod - src/Mod/Cloud/Gui/Command.cpp | Diff File | ||
mod - src/Mod/Cloud/Gui/PreCompiled.cpp | Diff File | ||
mod - src/Mod/Cloud/Gui/PreCompiled.h | Diff File | ||
mod - src/Mod/Cloud/Gui/Workbench.cpp | Diff File | ||
mod - src/Mod/Cloud/Gui/Workbench.h | Diff File | ||
master 62d85f44 2019-08-30 13:29:45 Committer: wmayer Details Diff |
Fix OpenSCAD Frustrum | ||
mod - src/Mod/OpenSCAD/OpenSCADFeatures.py | Diff File | ||
master 85198f08 2019-08-30 11:51:47 Committer: wmayer Details Diff |
Destroy XMLReader object attached to Reader one when this one is gone as to avoid potential memory leaks. |
||
mod - src/Base/Reader.cpp | Diff File | ||
mod - src/Base/Reader.h | Diff File | ||
master 9e2bdd6e 2019-08-30 08:54:21 Committer: wmayer Details Diff |
Gui: assign default guesture to Std_SelBack/Forward | ||
mod - src/Gui/CommandView.cpp | Diff File | ||
master f54000a6 2019-08-30 07:18:05 vocx-fc Committer: yorik Details Diff |
Draft: DraftFillet, provide module docstring and Doxygen documentation marks | ||
mod - src/Mod/Draft/DraftFillet.py | Diff File | ||
master ee530a46 2019-08-30 06:58:09 Committer: wmayer Details Diff |
Fix some copyright issues reported by luzpaz Fix some typos reported by kkremitzi Remove resetTouched which was dead code following update on Document management |
||
mod - src/App/Document.cpp | Diff File | ||
mod - src/App/Document.h | Diff File | ||
mod - src/Mod/Cloud/App/AppCloud.cpp | Diff File | ||
mod - src/Mod/Cloud/Gui/Command.cpp | Diff File | ||
mod - src/Mod/Cloud/Gui/PreCompiled.cpp | Diff File | ||
mod - src/Mod/Cloud/Gui/PreCompiled.h | Diff File | ||
mod - src/Mod/Cloud/Gui/Workbench.cpp | Diff File | ||
mod - src/Mod/Cloud/Gui/Workbench.h | Diff File | ||
master a2f65493 2019-08-30 05:34:52 vocx-fc Committer: yorik Details Diff |
Draft: DraftFillet, improved the tool, now the radius of the tool can be selected when launched; the tool should work without needing to import DraftFillet manually | ||
mod - src/Mod/Draft/DraftFillet.py | Diff File | ||
mod - src/Mod/Draft/InitGui.py | Diff File | ||
master 70857e17 2019-08-30 03:02:16 Committer: wmayer Details Diff |
Sketcher: fix missing update on expression change | ||
mod - src/Mod/Sketcher/App/SketchObject.cpp | Diff File | ||
master f66e7f33 2019-08-30 03:01:47 Committer: wmayer Details Diff |
App: remove unused variable | ||
mod - src/App/PropertyLinks.cpp | Diff File |