Salome HOME
Issue #2206 Avoid the ability to cancel the current sketch when saving,
authornds <nds@opencascade.com>
Mon, 25 Sep 2017 08:56:00 +0000 (11:56 +0300)
committernds <nds@opencascade.com>
Mon, 25 Sep 2017 08:56:00 +0000 (11:56 +0300)
commitb4fa4c082ef0d0e75ee8bf7f3f440b3f9c86e63c
tree5306f6c6c63d50796f6959cb91bc7ae8d4c37df8
parent1c530eba1d76c012cfc61df1c21694e62f203d94
Issue #2206 Avoid the ability to cancel the current sketch when saving,

Issue #2204 Avoid the ability to cancel the current sketch when saving,
Issue #2299 Import of edges participating to the result of the sketch
Issue #2205 Ability to customize the arrows and texts of dimensions
37 files changed:
src/ModuleBase/ModuleBase_IModule.h
src/ModuleBase/ModuleBase_ModelWidget.cpp
src/ModuleBase/ModuleBase_ModelWidget.h
src/ModuleBase/ModuleBase_ResultPrs.cpp
src/ModuleBase/ModuleBase_ResultPrs.h
src/ModuleBase/ModuleBase_WidgetChoice.cpp
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_CustomPrs.h
src/PartSet/PartSet_ExternalObjectsMgr.cpp
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_Module.h
src/PartSet/PartSet_PreviewSketchPlane.cpp [new file with mode: 0644]
src/PartSet/PartSet_PreviewSketchPlane.h [new file with mode: 0644]
src/PartSet/PartSet_SketcherMgr.cpp
src/PartSet/PartSet_SketcherMgr.h
src/PartSet/PartSet_Tools.cpp
src/PartSet/PartSet_Tools.h
src/PartSet/PartSet_WidgetChoice.h [deleted file]
src/PartSet/PartSet_WidgetPoint2d.cpp
src/PartSet/PartSet_WidgetShapeSelector.cpp
src/PartSet/PartSet_WidgetSketchLabel.cpp
src/SketchPlugin/SketchPlugin_ConstraintLength.cpp
src/SketchPlugin/SketchPlugin_ConstraintLength.h
src/SketchPlugin/icons/location_automatic.png [new file with mode: 0644]
src/SketchPlugin/icons/location_left.png [new file with mode: 0644]
src/SketchPlugin/icons/location_right.png [new file with mode: 0644]
src/SketchPlugin/plugin-Sketch.xml
src/SketcherPrs/SketcherPrs_LengthDimension.cpp
src/SketcherPrs/SketcherPrs_Radius.cpp
src/SketcherPrs/SketcherPrs_Tools.h
src/XGUI/XGUI_Displayer.cpp
src/XGUI/XGUI_Displayer.h
src/XGUI/XGUI_MenuMgr.cpp
src/XGUI/XGUI_OperationMgr.cpp
src/XGUI/XGUI_OperationMgr.h
src/XGUI/XGUI_Tools.cpp
src/XGUI/XGUI_Workshop.cpp