Salome HOME
Improvements for HYDRO module: 1. General mechanism for activation of GUI Geometry...
authorjfa <jfa@opencascade.com>
Wed, 4 Sep 2013 13:49:39 +0000 (13:49 +0000)
committerjfa <jfa@opencascade.com>
Wed, 4 Sep 2013 13:49:39 +0000 (13:49 +0000)
commitbc9708cd0a4a1bae5b27ec54241d889d2e9dd486
tree1b1bcf42111e7e381e315b9cb496e7aeeb55fab5
parent119b200b5f9f44971c744c6b7613b9fa33d417a8
Improvements for HYDRO module: 1. General mechanism for activation of GUI Geometry operations. 2. Plugins mechanism in Geometry module.
72 files changed:
adm_local/cmake_files/FindGEOM.cmake
bin/geom_setenv.py
configure.ac
idl/GEOM_Gen.idl
resources/GEOMActions.xml [new file with mode: 0644]
resources/Makefile.am
resources/SalomeApp.xml.in
src/AdvancedEngine/AdvancedEngine.cxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_OperationsCreator.cc [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_OperationsCreator.hh [new file with mode: 0755]
src/AdvancedEngine/AdvancedEngine_Types.hxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_DividedDiskDriver.cxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_DividedDiskDriver.hxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_IAdvancedOperations.cxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_IAdvancedOperations.hxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_IDividedDisk.hxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_IPipeTShape.hxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_ISmoothingSurface.hxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_PipeTShapeDriver.cxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_PipeTShapeDriver.hxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_SmoothingSurfaceDriver.cxx [new file with mode: 0644]
src/AdvancedEngine/GEOMImpl_SmoothingSurfaceDriver.hxx [new file with mode: 0644]
src/AdvancedEngine/GEOM_AdvancedEngine.hxx [new file with mode: 0755]
src/AdvancedEngine/GEOM_IAdvancedOperations_i.cc [new file with mode: 0644]
src/AdvancedEngine/GEOM_IAdvancedOperations_i.hh [new file with mode: 0644]
src/AdvancedEngine/Makefile.am [new file with mode: 0644]
src/AdvancedGUI/AdvancedGUI.cxx
src/AdvancedGUI/AdvancedGUI.h
src/AdvancedGUI/AdvancedGUI_DividedCylinderDlg.cxx
src/AdvancedGUI/AdvancedGUI_DividedDiskDlg.cxx
src/AdvancedGUI/AdvancedGUI_PipeTShapeDlg.cxx
src/AdvancedGUI/AdvancedGUI_SmoothingSurfaceDlg.cxx
src/AdvancedGUI/AdvancedGUI_images.ts [new file with mode: 0644]
src/AdvancedGUI/AdvancedGUI_msg_en.ts [new file with mode: 0644]
src/AdvancedGUI/AdvancedGUI_msg_fr.ts [new file with mode: 0644]
src/AdvancedGUI/AdvancedGUI_msg_ja.ts [new file with mode: 0644]
src/AdvancedGUI/Makefile.am
src/GEOMGUI/GEOMGUI_XmlHandler.cxx [new file with mode: 0644]
src/GEOMGUI/GEOMGUI_XmlHandler.h [new file with mode: 0644]
src/GEOMGUI/GEOMPluginGUI.cxx [new file with mode: 0644]
src/GEOMGUI/GEOMPluginGUI.h [new file with mode: 0644]
src/GEOMGUI/GEOM_images.ts
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMGUI/GEOM_msg_ja.ts
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/GeometryGUI.h
src/GEOMGUI/GeometryGUI_Operations.h
src/GEOMGUI/Makefile.am
src/GEOMImpl/GEOMImpl_DividedDiskDriver.cxx [deleted file]
src/GEOMImpl/GEOMImpl_DividedDiskDriver.hxx [deleted file]
src/GEOMImpl/GEOMImpl_Gen.cxx
src/GEOMImpl/GEOMImpl_Gen.hxx
src/GEOMImpl/GEOMImpl_IAdvancedOperations.cxx [deleted file]
src/GEOMImpl/GEOMImpl_IAdvancedOperations.hxx [deleted file]
src/GEOMImpl/GEOMImpl_IDividedDisk.hxx [deleted file]
src/GEOMImpl/GEOMImpl_IPipeTShape.hxx [deleted file]
src/GEOMImpl/GEOMImpl_ISmoothingSurface.hxx [deleted file]
src/GEOMImpl/GEOMImpl_PipeTShapeDriver.cxx [deleted file]
src/GEOMImpl/GEOMImpl_PipeTShapeDriver.hxx [deleted file]
src/GEOMImpl/GEOMImpl_SmoothingSurfaceDriver.cxx [deleted file]
src/GEOMImpl/GEOMImpl_SmoothingSurfaceDriver.hxx [deleted file]
src/GEOMImpl/GEOMImpl_Types.hxx
src/GEOMImpl/Makefile.am
src/GEOM_I/GEOM_Gen_i.cc
src/GEOM_I/GEOM_Gen_i.hh
src/GEOM_I/GEOM_IAdvancedOperations_i.cc [deleted file]
src/GEOM_I/GEOM_IAdvancedOperations_i.hh [deleted file]
src/GEOM_I/Makefile.am
src/GEOM_I_Superv/GEOM_Superv_i.cc
src/GEOM_SWIG/geomBuilder.py
src/Makefile.am