Changesets: FreeCAD
releases/FreeCAD-0-18 bd89326d 2019-02-23 13:58:41 wmayer Details Diff |
avoid using hard-code precision when writing double to streams | ||
mod - src/Base/Writer.cpp | Diff File | ||
mod - src/Gui/DlgSettingsUnitsImp.cpp | Diff File | ||
releases/FreeCAD-0-18 183cd162 2019-02-23 13:34:14 wmayer Details Diff |
Fix precision of NumberExpression when writing to a string (reverts a3af2902ef) See also: https://forum.freecadweb.org/viewtopic.php?f=3&t=34392 |
||
mod - src/App/Expression.cpp | Diff File | ||
master 7da48b33 2019-02-23 08:27:33 Dion Moult Committer: Yorik van Havre Details Diff |
Actually highlight preselected objects upon the selectionchange event, otherwise it only triggers on mousemove event | ||
mod - src/Gui/SoFCUnifiedSelection.cpp | Diff File | ||
mod - src/Gui/View3DInventorViewer.cpp | Diff File | ||
master 7ecc9cfb 2019-02-23 08:26:38 Dion Moult Committer: Yorik van Havre Details Diff |
Add python binding for setPreselect function via Selection.SetPreselection() | ||
mod - src/Gui/Selection.cpp | Diff File | ||
mod - src/Gui/Selection.h | Diff File | ||
releases/FreeCAD-0-18 1c209d42 2019-02-23 00:43:45 wandererfan Committer: wmayer Details Diff |
Implment ctl+/- zoomin on Page | ||
mod - src/Mod/TechDraw/Gui/QGVPage.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGVPage.h | Diff File | ||
releases/FreeCAD-0-18 564d41d8 2019-02-22 20:10:05 wmayer Details Diff |
fixes 0003524: The PartDesign hole feature should respect the Reverse property and provide a checkbox in the panel |
Affected Issues 0003524 |
|
mod - src/Mod/PartDesign/App/FeatureHole.cpp | Diff File | ||
releases/FreeCAD-0-18 2631df09 2019-02-22 12:26:33 wmayer Details Diff |
correctly handle again NotImplementedError in Python view providers | ||
mod - src/Gui/ViewProviderPythonFeature.cpp | Diff File | ||
master ba1f0450 2019-02-21 07:36:10 Dion Moult Committer: Yorik van Havre Details Diff |
Make movement vector a class variable of the move command, show error for unmovable elements, and move action into a commit to allow undo/redo. | ||
mod - src/Mod/Draft/Draft.py | Diff File | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
master 60fa857b 2019-02-20 08:16:53 Dion Moult Committer: Yorik van Havre Details Diff |
Add subelement mode to draft move command to allow movement of vertices and nodes | ||
mod - src/Mod/Draft/DraftGui.py | Diff File | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
master 6e6bdc04 2019-02-20 08:16:26 Dion Moult Committer: Yorik van Havre Details Diff |
Create functions for moving vertex and edges | ||
mod - src/Mod/Draft/Draft.py | Diff File | ||
master d392daef 2019-02-20 08:16:12 Dion Moult Committer: Yorik van Havre Details Diff |
Fix typo | ||
mod - src/Mod/Draft/Draft.py | Diff File | ||
master 9e619d0e 2019-02-20 08:15:54 Dion Moult Committer: Yorik van Havre Details Diff |
Make ghostTracker support showing nodes as well | ||
mod - src/Mod/Draft/DraftTrackers.py | Diff File | ||
master 4c04d8ee 2019-02-17 08:55:57 Dion Moult Committer: Yorik van Havre Details Diff |
Add new edit tool icon, shortcut, and basic modes. * It allows you to select multiple objects to edit instead of just one. * It highlights the object lines and the points in red. * It stays in the mode and allows you to run other modifiers. * A very hackish hook into the move modifier is added as a proof of concept. |
||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
mod - src/Mod/Draft/InitGui.py | Diff File | ||
master a41de781 2019-02-15 16:08:48 Committer: wmayer Details Diff |
Sketcher: GeometryExtension and ExternalGeometryExtension | ||
mod - src/Mod/Sketcher/App/AppSketcher.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/CMakeLists.txt | Diff File | ||
add - src/Mod/Sketcher/App/ExternalGeometryExtension.cpp | Diff File | ||
add - src/Mod/Sketcher/App/ExternalGeometryExtension.h | Diff File | ||
add - src/Mod/Sketcher/App/ExternalGeometryExtensionPy.xml | Diff File | ||
add - src/Mod/Sketcher/App/ExternalGeometryExtensionPyImp.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/SketchGeometryExtension.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/SketchGeometryExtension.h | Diff File | ||
mod - src/Mod/Sketcher/App/SketchGeometryExtensionPyImp.cpp | Diff File | ||
master 3554cd98 2019-02-15 16:07:16 Committer: wmayer Details Diff |
Base: Move std::make_unique to Base | ||
mod - src/Base/CMakeLists.txt | Diff File | ||
add - src/Base/StdStlTools.h | Diff File | ||
mod - src/Mod/Part/App/GeometryExtension.h | Diff File | ||
master 5a435f8d 2019-02-14 05:33:06 Committer: wmayer Details Diff |
Part: geometry extensions minor code clean up | ||
mod - src/Mod/Part/App/Geometry.h | Diff File | ||
mod - src/Mod/Part/App/GeometryBoolExtensionPyImp.cpp | Diff File | ||
mod - src/Mod/Part/App/GeometryDoubleExtensionPyImp.cpp | Diff File | ||
mod - src/Mod/Part/App/GeometryExtensionPyImp.cpp | Diff File | ||
mod - src/Mod/Part/App/GeometryIntExtensionPyImp.cpp | Diff File | ||
master 42bc2799 2019-02-12 18:36:50 Committer: wmayer Details Diff |
Part: geometry extensions several memory leak fixes | ||
mod - src/Mod/Part/App/GeometryExtensionPyImp.cpp | Diff File | ||
mod - src/Mod/Part/App/GeometryPyImp.cpp | Diff File | ||
master a43c29cc 2019-02-11 19:15:48 Committer: wmayer Details Diff |
Part: Default geometry extensions for boolean and double | ||
mod - src/Mod/Part/App/AppPart.cpp | Diff File | ||
mod - src/Mod/Part/App/CMakeLists.txt | Diff File | ||
add - src/Mod/Part/App/GeometryBoolExtensionPy.xml | Diff File | ||
add - src/Mod/Part/App/GeometryBoolExtensionPyImp.cpp | Diff File | ||
mod - src/Mod/Part/App/GeometryDefaultExtension.cpp | Diff File | ||
mod - src/Mod/Part/App/GeometryDefaultExtension.h | Diff File | ||
add - src/Mod/Part/App/GeometryDoubleExtensionPy.xml | Diff File | ||
add - src/Mod/Part/App/GeometryDoubleExtensionPyImp.cpp | Diff File | ||
master 33620d21 2019-02-11 16:42:43 Committer: wmayer Details Diff |
Part: Geometry extension set with unique id (type+name) and list based getExtensions python | ||
mod - src/Mod/Part/App/Geometry.cpp | Diff File | ||
mod - src/Mod/Part/App/GeometryPy.xml | Diff File | ||
mod - src/Mod/Part/App/GeometryPyImp.cpp | Diff File | ||
master 11793ba0 2019-02-11 16:04:30 Committer: wmayer Details Diff |
Part Geometry: get an extension from type or name, also from python | ||
mod - src/Mod/Part/App/Geometry.cpp | Diff File | ||
mod - src/Mod/Part/App/Geometry.h | Diff File | ||
mod - src/Mod/Part/App/GeometryPy.xml | Diff File | ||
mod - src/Mod/Part/App/GeometryPyImp.cpp | Diff File | ||
master afbe1df3 2019-02-11 15:21:40 Committer: wmayer Details Diff |
Part:: Geometry container extend hasExtension to type and name | ||
mod - src/Mod/Part/App/Geometry.cpp | Diff File | ||
mod - src/Mod/Part/App/Geometry.h | Diff File | ||
mod - src/Mod/Part/App/GeometryPy.xml | Diff File | ||
mod - src/Mod/Part/App/GeometryPyImp.cpp | Diff File | ||
master 854452e2 2019-02-11 15:00:26 Committer: wmayer Details Diff |
Part: Geometry - methods to remove extensions by name and type | ||
mod - src/Mod/Part/App/Geometry.cpp | Diff File | ||
mod - src/Mod/Part/App/Geometry.h | Diff File | ||
mod - src/Mod/Part/App/GeometryPy.xml | Diff File | ||
mod - src/Mod/Part/App/GeometryPyImp.cpp | Diff File | ||
master 8b5e9b55 2019-02-11 06:15:02 Committer: wmayer Details Diff |
Part: Default geometry extensions make sure built-in types are initialised | ||
mod - src/Mod/Part/App/GeometryDefaultExtension.h | Diff File | ||
mod - src/Mod/Part/App/GeometryIntExtensionPyImp.cpp | Diff File | ||
mod - src/Mod/Part/App/GeometryStringExtensionPyImp.cpp | Diff File | ||
master dece5aa8 2019-02-11 05:56:37 Committer: wmayer Details Diff |
Part: Command to show list of extensions from Python | ||
mod - src/Mod/Part/App/GeometryPy.xml | Diff File | ||
mod - src/Mod/Part/App/GeometryPyImp.cpp | Diff File | ||
master 234d542c 2019-02-11 05:55:58 Committer: wmayer Details Diff |
Part: Fix assignment after reserve of weak_ptr causes segfault | ||
mod - src/Mod/Part/App/Geometry.cpp | Diff File |