Salome HOME
Merge branch 'master' of newgeom:newgeom
authormpv <mikhail.ponikarov@opencascade.com>
Wed, 23 Apr 2014 04:17:13 +0000 (08:17 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Wed, 23 Apr 2014 04:17:13 +0000 (08:17 +0400)
commit29b4b1b5e692ebc45e8a27703b9307b075d2cff2
treed730d01cc61afedf291ab3446ab7647cd157025d
parent7b1cee901954dabb2e9165caf72baff2393db266
Merge branch 'master' of newgeom:newgeom

Conflicts:
CMakeLists.txt
src/Config/CMakeLists.txt
src/Config/plugins.xml
31 files changed:
CMakeLists.txt
src/Config/plugins.xml
src/ModelAPI/ModelAPI_Document.h
src/ModuleBase/ModuleBase_Operation.cpp
src/ModuleBase/ModuleBase_Operation.h
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_Module.h
src/PartSet/PartSet_OperationSketch.cpp [new file with mode: 0644]
src/PartSet/PartSet_OperationSketch.h [new file with mode: 0644]
src/PartSet/PartSet_OperationSketchBase.cpp [new file with mode: 0644]
src/PartSet/PartSet_OperationSketchBase.h [new file with mode: 0644]
src/PartSet/PartSet_icons.qrc
src/PartSet/icons/line.png [new file with mode: 0644]
src/PartSet/icons/sketch.png [new file with mode: 0644]
src/SketchPlugin/CMakeLists.txt [new file with mode: 0644]
src/SketchPlugin/SketchPlugin.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Feature.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Feature.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Plugin.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Plugin.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Sketch.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Sketch.h [new file with mode: 0644]
src/SketchPlugin/plugin-Sketch.xml [new file with mode: 0644]
src/XGUI/CMakeLists.txt
src/XGUI/XGUI_Displayer.cpp [new file with mode: 0644]
src/XGUI/XGUI_Displayer.h [new file with mode: 0644]
src/XGUI/XGUI_Viewer.cpp
src/XGUI/XGUI_Viewer.h
src/XGUI/XGUI_Workshop.cpp
src/XGUI/XGUI_Workshop.h