Salome HOME
Put groups to the separated plugin: Collection
authormpv <mpv@opencascade.com>
Fri, 11 Nov 2016 15:15:36 +0000 (18:15 +0300)
committermpv <mpv@opencascade.com>
Fri, 11 Nov 2016 15:15:36 +0000 (18:15 +0300)
commit1c292b5bf95e18a6c8fbe407c532213e10c673c5
treef45ce05e63c2064c438f559bdd5a7ec7aff5cab3
parent6adfe7af58002dc090736f54bff11a403a34b42b
Put groups to the separated plugin: Collection
64 files changed:
CMakeCommon/Common.cmake
CMakeLists.txt
src/CollectionAPI/CMakeLists.txt [new file with mode: 0644]
src/CollectionAPI/CollectionAPI.h [new file with mode: 0644]
src/CollectionAPI/CollectionAPI.i [new file with mode: 0644]
src/CollectionAPI/CollectionAPI_Group.cpp [new file with mode: 0644]
src/CollectionAPI/CollectionAPI_Group.h [new file with mode: 0644]
src/CollectionPlugin/CMakeLists.txt [new file with mode: 0644]
src/CollectionPlugin/CollectionPlugin.h [new file with mode: 0644]
src/CollectionPlugin/CollectionPlugin_Group.cpp [new file with mode: 0644]
src/CollectionPlugin/CollectionPlugin_Group.h [new file with mode: 0644]
src/CollectionPlugin/CollectionPlugin_Plugin.cpp [new file with mode: 0644]
src/CollectionPlugin/CollectionPlugin_Plugin.h [new file with mode: 0644]
src/CollectionPlugin/CollectionPlugin_msg_en.ts [new file with mode: 0644]
src/CollectionPlugin/Test/TestGroup.py [new file with mode: 0644]
src/CollectionPlugin/group_widget.xml [new file with mode: 0644]
src/CollectionPlugin/icons/shape_group.png [new file with mode: 0644]
src/CollectionPlugin/plugin-Collection.xml [new file with mode: 0644]
src/Config/plugins.xml.in
src/ConstructionPlugin/ConstructionPlugin_Axis.cpp
src/ConstructionPlugin/ConstructionPlugin_Plugin.cpp
src/Events/CMakeLists.txt
src/Events/Events_Loop.cpp
src/ExchangePlugin/ExchangePlugin_Plugin.cpp
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_Group.cpp [deleted file]
src/FeaturesAPI/FeaturesAPI_Group.h [deleted file]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Group.cpp [deleted file]
src/FeaturesPlugin/FeaturesPlugin_Group.h [deleted file]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_Recover.cpp
src/FeaturesPlugin/FeaturesPlugin_msg_en.ts
src/FeaturesPlugin/group_widget.xml [deleted file]
src/FeaturesPlugin/icons/shape_group.png [deleted file]
src/FeaturesPlugin/plugin-Features.xml
src/GeomAPI/GeomAPI_DataMapOfShapeShape.cpp
src/GeomAPI/GeomAPI_Pln.cpp
src/GeomData/GeomData_Dir.cpp
src/Model/Model_Application.cpp
src/Model/Model_AttributeBoolean.cpp
src/Model/Model_AttributeDocRef.cpp
src/Model/Model_AttributeRefAttr.cpp
src/Model/Model_AttributeRefAttrList.cpp
src/Model/Model_AttributeRefList.cpp
src/Model/Model_AttributeReference.cpp
src/Model/Model_AttributeSelection.cpp
src/Model/Model_AttributeSelectionList.cpp
src/Model/Model_Session.cpp
src/Model/Model_Update.cpp
src/ModelAPI/ModelAPI_Session.cpp
src/PartSetPlugin/PartSetPlugin_Duplicate.cpp
src/PartSetPlugin/PartSetPlugin_Part.cpp
src/PartSetPlugin/PartSetPlugin_Plugin.cpp
src/PrimitivesPlugin/PrimitivesPlugin_Plugin.cpp
src/PythonAPI/model/__init__.py
src/PythonAPI/model/collection/__init__.py [new file with mode: 0644]
src/PythonAPI/model/features/__init__.py
src/SketchPlugin/SketchPlugin_Line.cpp
src/SketchPlugin/SketchPlugin_Plugin.cpp
src/SketchPlugin/SketchPlugin_Point.cpp
src/SketchPlugin/SketchPlugin_Sketch.cpp