From 47a805357cf60c343b91a04d3176e22b199290ea Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 29 May 2015 18:46:30 +0300 Subject: [PATCH] Update the version number before the delivery --- CMakeLists.txt | 2 +- src/ModelAPI/ModelAPI_Feature.cpp | 3 +-- src/ModelAPI/Test/TestDocument.py | 6 +++--- src/NewGeom/resources/LightApp.xml | 2 +- src/NewGeom/resources/SalomeApp.xml | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cb7b11d3..203796b6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.10) PROJECT (NewGEOM) -SET (NewGeom_Version 1.1.0) +SET (NewGeom_Version 1.2.0) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeCommon" ${CMAKE_MODULE_PATH}) diff --git a/src/ModelAPI/ModelAPI_Feature.cpp b/src/ModelAPI/ModelAPI_Feature.cpp index 4627bb503..e29fff7d0 100644 --- a/src/ModelAPI/ModelAPI_Feature.cpp +++ b/src/ModelAPI/ModelAPI_Feature.cpp @@ -153,9 +153,8 @@ void ModelAPI_Feature::erase() while (!myResults.empty()) { // remove one by one with messages std::shared_ptr aRes = *(myResults.begin()); + aRes->setDisabled(aRes, true); // to avoid activation of the Part result myResults.erase(myResults.begin()); - aECreator->sendDeleted(aRes->document(), aRes->groupName()); - aECreator->sendUpdated(aRes, EVENT_DISP); } ModelAPI_Object::erase(); } diff --git a/src/ModelAPI/Test/TestDocument.py b/src/ModelAPI/Test/TestDocument.py index e0f7da4be..a76ac80be 100644 --- a/src/ModelAPI/Test/TestDocument.py +++ b/src/ModelAPI/Test/TestDocument.py @@ -81,9 +81,9 @@ assert(aSession.moduleDocument().size("Parts") == 1) assert(aSession.activeDocument().id() == aSession.moduleDocument().id()) # Remove another one document aSession.startOperation() -aDoc1 = aSession.document("Part_1") -aSession.setActiveDocument(aDoc1, False) -aDoc1.addFeature("Remove") +aDoc2 = aSession.document("Part_2") +aSession.setActiveDocument(aDoc2, False) +aDoc2.addFeature("Remove") aSession.finishOperation() assert(aSession.moduleDocument().size("Parts") == 0) assert(aSession.activeDocument()) diff --git a/src/NewGeom/resources/LightApp.xml b/src/NewGeom/resources/LightApp.xml index 0ce335100..f259e23ca 100644 --- a/src/NewGeom/resources/LightApp.xml +++ b/src/NewGeom/resources/LightApp.xml @@ -23,7 +23,7 @@ - +
diff --git a/src/NewGeom/resources/SalomeApp.xml b/src/NewGeom/resources/SalomeApp.xml index d5c820939..bc6282f53 100644 --- a/src/NewGeom/resources/SalomeApp.xml +++ b/src/NewGeom/resources/SalomeApp.xml @@ -27,7 +27,7 @@ - +
-- 2.39.2