]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Merge branch 'master' of newgeom:newgeom.git
authorsbh <sergey.belash@opencascade.com>
Thu, 3 Apr 2014 14:35:05 +0000 (18:35 +0400)
committersbh <sergey.belash@opencascade.com>
Thu, 3 Apr 2014 14:35:05 +0000 (18:35 +0400)
1  2 
src/Config/Config_FeatureMessage.h
src/Config/plugin-PartSet.xml
src/Model/Model_PluginManager.cxx
src/XGUI/CMakeLists.txt
src/XGUI/XGUI_MainWindow.cpp
src/XGUI/XGUI_Workshop.cpp

Simple merge
index fff9a54aa47c345d3fc74197e92336f54f8a24b9,2b4e76e228755214b6f769b56c787a19ed0d539b..76c67c75c1d1f43003fb156c03bc7d511b7da112
@@@ -8,13 -8,13 +8,13 @@@
    </workbench>
    <workbench id="Construction">
      <group id="Basic">
-       <feature id="new_point" text="Point" tooltip="Create a new point" icon=":icons/point.png">
+       <feature id="Point" text="Point" tooltip="Create a new point" icon=":icons/point.png">
          <value id="x" type="double" label="X:" min="0" max="" step="0.1" default="0"/>
 -        <value id="y" type="double" label="Y:" min="0" max="" step="0.1" default="0"/>
 -        <value id="z" type="double" label="Z:" min="0" max="" step="0.1" default="0"/>
 +        <value id="y" type="double" label="Y:" min="0" max="" step="0.1" default="1"/>
 +        <value id="z" type="double" label="Z:" min="0" max="10" step="0.1" default="2"/>
        </feature>
-       <feature id="new_axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
-       <feature id="new_plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>
+       <feature id="Axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
+       <feature id="Plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>
      </group>
    </workbench>  
- </plugin>
+ </plugin>
index daeb60176f6d47f49b147aa21cea8f14874bf38a,15b85a9b1a9e5a8f45278cff9c91c283c0b74a8e..ce53ba069235590fa25c98e975f96dcbafcebf57
@@@ -36,10 -58,9 +58,10 @@@ void Model_PluginManager::setCurrentDoc
  Model_PluginManager::Model_PluginManager()
  {
    myPluginsInfoLoaded = false;
 -  static Event_ID aFeatureEvent = Event_Loop::eventByName("RegisterFeature");
 +  //TODO(sbh): Implement static method to extract event id [SEID]
 +  static Event_ID aFeatureEvent = Event_Loop::eventByName("FeatureEvent");
  
-   ModelAPI_PluginManager::SetPluginManager(boost::shared_ptr<ModelAPI_PluginManager>(this));
+   ModelAPI_PluginManager::SetPluginManager(std::shared_ptr<ModelAPI_PluginManager>(this));
    // register the configuration reading listener
    Event_Loop* aLoop = Event_Loop::loop();
    aLoop->registerListener(this, aFeatureEvent);
Simple merge
Simple merge
Simple merge