Salome HOME
Re-wrote PARAVIS CORBA engine
authorabn <adrien.bruneton@cea.fr>
Fri, 29 Aug 2014 14:36:15 +0000 (16:36 +0200)
committerabn <adrien.bruneton@cea.fr>
Fri, 29 Aug 2014 14:36:15 +0000 (16:36 +0200)
commitfff7db94f5362314f29b8b570566187e957620ee
tree5e67bd3d89b7e9a05c835a8406971a3196d71e78
parent6c884982c96b001ef6987085a9f35018803201c2
Re-wrote PARAVIS CORBA engine

Engine now deals with the startup of the pvserver.
Python trace working.
To be fixed: Save study/Dump study broken.
To be fixed: ugly SIGSEV at SALOME's exit.
39 files changed:
CMakeLists.txt
idl/CMakeLists.txt
idl/PARAVIS_Gen.idl
idl/no_wrap/PARAVIS_Gen.idl [new file with mode: 0644]
src/ENGINE/CMakeLists.txt
src/ENGINE/no_wrap/PARAVIS.py [new file with mode: 0644]
src/ENGINE/no_wrap/PARAVIS_utils.py [new file with mode: 0644]
src/PVGUI/CMakeLists.txt
src/PVGUI/PARAVIS_Gen_i.hh
src/PVGUI/PVGUI_MatplotlibMathTextUtilities.cxx [deleted file]
src/PVGUI/PVGUI_MatplotlibMathTextUtilities.h [deleted file]
src/PVGUI/PVGUI_Module.cxx
src/PVGUI/PVGUI_Module.h
src/PVGUI/PVGUI_Module_widgets.cxx
src/PVGUI/PVGUI_Tools.cxx
src/PVGUI/PVGUI_Tools.h
src/PVGUI/PV_Tools.cxx [deleted file]
src/PVGUI/PV_Tools.h [deleted file]
src/PVGUI/deprecated/PVGUI_MatplotlibMathTextUtilities.cxx [new file with mode: 0644]
src/PVGUI/deprecated/PVGUI_MatplotlibMathTextUtilities.h [new file with mode: 0644]
src/PVGUI/deprecated/PV_Tools.cxx [new file with mode: 0644]
src/PVGUI/deprecated/PV_Tools.h [new file with mode: 0644]
src/PV_SWIG/CMakeLists.txt
src/PV_SWIG/VTKWrapping/paravis.py [deleted file]
src/PV_SWIG/VTKWrapping/paravisSM.py [deleted file]
src/PV_SWIG/VTKWrapping/presentations.py [deleted file]
src/PV_SWIG/VTKWrapping/pvsimple.py [deleted file]
src/PV_SWIG/VTKWrapping/servermanager.diff [deleted file]
src/PV_SWIG/VTKWrapping/simple.diff [deleted file]
src/PV_SWIG/no_wrap/paravis.py [new file with mode: 0644]
src/PV_SWIG/no_wrap/paravisSM.py [new file with mode: 0644]
src/PV_SWIG/no_wrap/presentations.py [new file with mode: 0644]
src/PV_SWIG/no_wrap/pvsimple.py [new file with mode: 0644]
src/PV_SWIG/paravis.py
src/PV_SWIG/paravisSM.py
src/PV_SWIG/presentations.py
src/PV_SWIG/pvsimple.py
src/PV_SWIG/servermanager.diff [new file with mode: 0644]
src/PV_SWIG/simple.diff [new file with mode: 0644]