Salome HOME
Merge from V6_main_20120808 08Aug12
authorvsr <vsr@opencascade.com>
Thu, 9 Aug 2012 11:46:18 +0000 (11:46 +0000)
committervsr <vsr@opencascade.com>
Thu, 9 Aug 2012 11:46:18 +0000 (11:46 +0000)
commita51df48e9905b1ff60c6693fca90cd7eb303a39d
treeeb785505313af1c49e0df2bcdddcb68e839e5ec2
parentdf87dac5a839c857e40b9cf3c3aa06abd980c232
Merge from V6_main_20120808 08Aug12
80 files changed:
GHS3DPLUGIN_version.h.in
Makefile.am
adm_local/Makefile.am
adm_local/unix/Makefile.am
adm_local/unix/config_files/Makefile.am
adm_local/unix/config_files/check_GHS3D.m4
adm_local/unix/config_files/check_GHS3DPLUGIN.m4
adm_local/unix/make_common_starter.am
bin/Makefile.am
bin/VERSION.in
build_cmake [new file with mode: 0755]
build_cmake.bat [new file with mode: 0644]
build_configure
clean_configure
configure.ac
doc/Makefile.am [new file with mode: 0644]
doc/salome/Makefile.am [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/Makefile.am [new file with mode: 0755]
doc/salome/gui/GHS3DPLUGIN/doxyfile.in [new file with mode: 0755]
doc/salome/gui/GHS3DPLUGIN/doxyfile_py.in [new file with mode: 0755]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_enforced_meshes.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_enforced_vertices.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_parameters_advanced.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_parameters_basic.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf1.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf2.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf3.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf4.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf5.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf6.png [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/images/head.png [new file with mode: 0755]
doc/salome/gui/GHS3DPLUGIN/images/image2.gif [new file with mode: 0755]
doc/salome/gui/GHS3DPLUGIN/input/additional_hypo.doc [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/input/ghs3d_hypo.doc [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/input/index.doc [new file with mode: 0644]
doc/salome/gui/GHS3DPLUGIN/static/doxygen.css [new file with mode: 0755]
doc/salome/gui/GHS3DPLUGIN/static/footer.html [new file with mode: 0755]
doc/salome/gui/GHS3DPLUGIN/static/header.html.in [new file with mode: 0755]
doc/salome/gui/GHS3DPLUGIN/static/header_py.html.in [new file with mode: 0644]
doc/salome/gui/Makefile.am [new file with mode: 0644]
idl/GHS3DPlugin_Algorithm.idl
idl/Makefile.am
resources/GHS3DPlugin.xml
resources/Makefile.am
resources/SalomeApp.xml
src/GHS3DPlugin/GHS3DPluginDC.py [new file with mode: 0644]
src/GHS3DPlugin/GHS3DPlugin_Defs.hxx [new file with mode: 0644]
src/GHS3DPlugin/GHS3DPlugin_GHS3D.cxx [new file with mode: 0644]
src/GHS3DPlugin/GHS3DPlugin_GHS3D.hxx [new file with mode: 0644]
src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.cxx [new file with mode: 0644]
src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.hxx [new file with mode: 0644]
src/GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx [new file with mode: 0644]
src/GHS3DPlugin/GHS3DPlugin_Hypothesis.hxx [new file with mode: 0644]
src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx [new file with mode: 0644]
src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.hxx [new file with mode: 0644]
src/GHS3DPlugin/GHS3DPlugin_i.cxx [new file with mode: 0644]
src/GHS3DPlugin/Makefile.am [new file with mode: 0644]
src/GHS3DPlugin/libmesh5.c [new file with mode: 0644]
src/GHS3DPlugin/libmesh5.h [new file with mode: 0755]
src/GHS3DPlugin_Defs.hxx [deleted file]
src/GHS3DPlugin_GHS3D.cxx [deleted file]
src/GHS3DPlugin_GHS3D.hxx [deleted file]
src/GHS3DPlugin_GHS3D_i.cxx [deleted file]
src/GHS3DPlugin_GHS3D_i.hxx [deleted file]
src/GHS3DPlugin_Hypothesis.cxx [deleted file]
src/GHS3DPlugin_Hypothesis.hxx [deleted file]
src/GHS3DPlugin_Hypothesis_i.cxx [deleted file]
src/GHS3DPlugin_Hypothesis_i.hxx [deleted file]
src/GHS3DPlugin_i.cxx [deleted file]
src/GUI/GHS3DPluginGUI.cxx [new file with mode: 0644]
src/GUI/GHS3DPluginGUI_Enums.h [new file with mode: 0644]
src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx
src/GUI/GHS3DPluginGUI_HypothesisCreator.h
src/GUI/GHS3DPlugin_images.ts
src/GUI/GHS3DPlugin_msg_en.ts
src/GUI/GHS3DPlugin_msg_fr.ts [new file with mode: 0755]
src/GUI/Makefile.am
src/Makefile.am