From fd160dbed3590adaa05551ca98f62fb380b6f95d Mon Sep 17 00:00:00 2001 From: Christian Van Wambeke Date: Thu, 12 Jun 2014 15:37:22 +0200 Subject: [PATCH] 20140612_1537 clone to HYBRIDPLUGIN Rename dirs and files --- ...PLUGIN_version.h.in => HYBRIDPLUGIN_version.h.in | 0 ...ig.cmake.in => SalomeHYBRIDPLUGINConfig.cmake.in | 0 ...S3DPLUGIN.cmake => FindSalomeHYBRIDPLUGIN.cmake} | 0 .../{check_GHS3D.m4 => check_HYBRID.m4} | 0 .../{check_GHS3DPLUGIN.m4 => check_HYBRIDPLUGIN.m4} | 0 .../{ghs3d_enfmesh.py => hybrid_enfmesh.py} | 0 .../{ghs3d_enfvert.py => hybrid_enfvert.py} | 0 doc/salome/examples/{ghs3ddemo.py => hybriddemo.py} | 0 .../{GHS3DPLUGIN => HYBRIDPLUGIN}/CMakeLists.txt | 0 .../gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/doxyfile.in | 0 .../{GHS3DPLUGIN => HYBRIDPLUGIN}/doxyfile_py.in | 0 .../{GHS3DPLUGIN => HYBRIDPLUGIN}/images/head.png | Bin .../images/hybrid_enforced_meshes.png} | Bin .../images/hybrid_enforced_vertices.png} | Bin .../images/hybrid_parameters_advanced.png} | Bin .../images/hybrid_parameters_basic.png} | Bin .../images/hybrid_screenshot.png} | Bin .../images/hybrid_screenshot_enf1.png} | Bin .../images/hybrid_screenshot_enf2.png} | Bin .../images/hybrid_screenshot_enf3.png} | Bin .../images/hybrid_screenshot_enf4.png} | Bin .../images/hybrid_screenshot_enf5.png} | Bin .../images/hybrid_screenshot_enf6.png} | Bin .../{GHS3DPLUGIN => HYBRIDPLUGIN}/images/image2.gif | Bin .../input/additional_hypo.doc | 0 .../input/hybrid_hypo.doc} | 0 .../input/hybridplugin_python_interface.doc} | 0 .../{GHS3DPLUGIN => HYBRIDPLUGIN}/input/index.doc | 0 .../static/footer.html | 0 .../static/header.html.in | 0 .../static/header_py.html.in | 0 .../static/salome_extra.css | 0 ...gin_Algorithm.idl => HYBRIDPlugin_Algorithm.idl} | 0 resources/{GHS3DPlugin.xml => HYBRIDPlugin.xml} | 0 .../{mesh_hypo_ghs3d.png => mesh_hypo_hybrid.png} | Bin ...ree_hypo_ghs3d.png => mesh_tree_hypo_hybrid.png} | Bin src/GUI/{GHS3DPluginGUI.cxx => HYBRIDPluginGUI.cxx} | 0 ..._AdvWidget.cxx => HYBRIDPluginGUI_AdvWidget.cxx} | 0 ...dget_QTD.ui => HYBRIDPluginGUI_AdvWidget_QTD.ui} | 0 .../{GHS3DPluginGUI_Dlg.h => HYBRIDPluginGUI_Dlg.h} | 0 ...S3DPluginGUI_Enums.h => HYBRIDPluginGUI_Enums.h} | 0 ...or.cxx => HYBRIDPluginGUI_HypothesisCreator.cxx} | 0 ...reator.h => HYBRIDPluginGUI_HypothesisCreator.h} | 0 ...GHS3DPlugin_images.ts => HYBRIDPlugin_images.ts} | 0 ...GHS3DPlugin_msg_en.ts => HYBRIDPlugin_msg_en.ts} | 0 ...GHS3DPlugin_msg_fr.ts => HYBRIDPlugin_msg_fr.ts} | 0 ...GHS3DPlugin_msg_ja.ts => HYBRIDPlugin_msg_ja.ts} | 0 src/{GHS3DPlugin => HYBRIDPlugin}/CMakeLists.txt | 0 .../HYBRIDPluginBuilder.py} | 0 .../HYBRIDPlugin_Defs.hxx} | 0 .../HYBRIDPlugin_HYBRID.cxx} | 0 .../HYBRIDPlugin_HYBRID.hxx} | 0 .../HYBRIDPlugin_HYBRID_i.cxx} | 0 .../HYBRIDPlugin_HYBRID_i.hxx} | 0 .../HYBRIDPlugin_Hypothesis.cxx} | 0 .../HYBRIDPlugin_Hypothesis.hxx} | 0 .../HYBRIDPlugin_Hypothesis_i.cxx} | 0 .../HYBRIDPlugin_Hypothesis_i.hxx} | 0 .../HYBRIDPlugin_i.cxx} | 0 src/{GHS3DPlugin => HYBRIDPlugin}/__init__.py | 0 60 files changed, 0 insertions(+), 0 deletions(-) rename GHS3DPLUGIN_version.h.in => HYBRIDPLUGIN_version.h.in (100%) rename SalomeGHS3DPLUGINConfig.cmake.in => SalomeHYBRIDPLUGINConfig.cmake.in (100%) rename adm_local/cmake_files/{FindSalomeGHS3DPLUGIN.cmake => FindSalomeHYBRIDPLUGIN.cmake} (100%) rename adm_local/unix/config_files/{check_GHS3D.m4 => check_HYBRID.m4} (100%) rename adm_local/unix/config_files/{check_GHS3DPLUGIN.m4 => check_HYBRIDPLUGIN.m4} (100%) rename doc/salome/examples/{ghs3d_enfmesh.py => hybrid_enfmesh.py} (100%) rename doc/salome/examples/{ghs3d_enfvert.py => hybrid_enfvert.py} (100%) rename doc/salome/examples/{ghs3ddemo.py => hybriddemo.py} (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/CMakeLists.txt (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/doxyfile.in (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/doxyfile_py.in (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/images/head.png (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_enforced_meshes.png => HYBRIDPLUGIN/images/hybrid_enforced_meshes.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_enforced_vertices.png => HYBRIDPLUGIN/images/hybrid_enforced_vertices.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_parameters_advanced.png => HYBRIDPLUGIN/images/hybrid_parameters_advanced.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_parameters_basic.png => HYBRIDPLUGIN/images/hybrid_parameters_basic.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_screenshot.png => HYBRIDPLUGIN/images/hybrid_screenshot.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_screenshot_enf1.png => HYBRIDPLUGIN/images/hybrid_screenshot_enf1.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_screenshot_enf2.png => HYBRIDPLUGIN/images/hybrid_screenshot_enf2.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_screenshot_enf3.png => HYBRIDPLUGIN/images/hybrid_screenshot_enf3.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_screenshot_enf4.png => HYBRIDPLUGIN/images/hybrid_screenshot_enf4.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_screenshot_enf5.png => HYBRIDPLUGIN/images/hybrid_screenshot_enf5.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN/images/ghs3d_screenshot_enf6.png => HYBRIDPLUGIN/images/hybrid_screenshot_enf6.png} (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/images/image2.gif (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/input/additional_hypo.doc (100%) rename doc/salome/gui/{GHS3DPLUGIN/input/ghs3d_hypo.doc => HYBRIDPLUGIN/input/hybrid_hypo.doc} (100%) rename doc/salome/gui/{GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc => HYBRIDPLUGIN/input/hybridplugin_python_interface.doc} (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/input/index.doc (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/static/footer.html (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/static/header.html.in (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/static/header_py.html.in (100%) rename doc/salome/gui/{GHS3DPLUGIN => HYBRIDPLUGIN}/static/salome_extra.css (100%) rename idl/{GHS3DPlugin_Algorithm.idl => HYBRIDPlugin_Algorithm.idl} (100%) rename resources/{GHS3DPlugin.xml => HYBRIDPlugin.xml} (100%) rename resources/{mesh_hypo_ghs3d.png => mesh_hypo_hybrid.png} (100%) rename resources/{mesh_tree_hypo_ghs3d.png => mesh_tree_hypo_hybrid.png} (100%) rename src/GUI/{GHS3DPluginGUI.cxx => HYBRIDPluginGUI.cxx} (100%) rename src/GUI/{GHS3DPluginGUI_AdvWidget.cxx => HYBRIDPluginGUI_AdvWidget.cxx} (100%) rename src/GUI/{GHS3DPluginGUI_AdvWidget_QTD.ui => HYBRIDPluginGUI_AdvWidget_QTD.ui} (100%) rename src/GUI/{GHS3DPluginGUI_Dlg.h => HYBRIDPluginGUI_Dlg.h} (100%) rename src/GUI/{GHS3DPluginGUI_Enums.h => HYBRIDPluginGUI_Enums.h} (100%) rename src/GUI/{GHS3DPluginGUI_HypothesisCreator.cxx => HYBRIDPluginGUI_HypothesisCreator.cxx} (100%) rename src/GUI/{GHS3DPluginGUI_HypothesisCreator.h => HYBRIDPluginGUI_HypothesisCreator.h} (100%) rename src/GUI/{GHS3DPlugin_images.ts => HYBRIDPlugin_images.ts} (100%) rename src/GUI/{GHS3DPlugin_msg_en.ts => HYBRIDPlugin_msg_en.ts} (100%) rename src/GUI/{GHS3DPlugin_msg_fr.ts => HYBRIDPlugin_msg_fr.ts} (100%) rename src/GUI/{GHS3DPlugin_msg_ja.ts => HYBRIDPlugin_msg_ja.ts} (100%) rename src/{GHS3DPlugin => HYBRIDPlugin}/CMakeLists.txt (100%) rename src/{GHS3DPlugin/GHS3DPluginBuilder.py => HYBRIDPlugin/HYBRIDPluginBuilder.py} (100%) rename src/{GHS3DPlugin/GHS3DPlugin_Defs.hxx => HYBRIDPlugin/HYBRIDPlugin_Defs.hxx} (100%) rename src/{GHS3DPlugin/GHS3DPlugin_GHS3D.cxx => HYBRIDPlugin/HYBRIDPlugin_HYBRID.cxx} (100%) rename src/{GHS3DPlugin/GHS3DPlugin_GHS3D.hxx => HYBRIDPlugin/HYBRIDPlugin_HYBRID.hxx} (100%) rename src/{GHS3DPlugin/GHS3DPlugin_GHS3D_i.cxx => HYBRIDPlugin/HYBRIDPlugin_HYBRID_i.cxx} (100%) rename src/{GHS3DPlugin/GHS3DPlugin_GHS3D_i.hxx => HYBRIDPlugin/HYBRIDPlugin_HYBRID_i.hxx} (100%) rename src/{GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx => HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx} (100%) rename src/{GHS3DPlugin/GHS3DPlugin_Hypothesis.hxx => HYBRIDPlugin/HYBRIDPlugin_Hypothesis.hxx} (100%) rename src/{GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx => HYBRIDPlugin/HYBRIDPlugin_Hypothesis_i.cxx} (100%) rename src/{GHS3DPlugin/GHS3DPlugin_Hypothesis_i.hxx => HYBRIDPlugin/HYBRIDPlugin_Hypothesis_i.hxx} (100%) rename src/{GHS3DPlugin/GHS3DPlugin_i.cxx => HYBRIDPlugin/HYBRIDPlugin_i.cxx} (100%) rename src/{GHS3DPlugin => HYBRIDPlugin}/__init__.py (100%) diff --git a/GHS3DPLUGIN_version.h.in b/HYBRIDPLUGIN_version.h.in similarity index 100% rename from GHS3DPLUGIN_version.h.in rename to HYBRIDPLUGIN_version.h.in diff --git a/SalomeGHS3DPLUGINConfig.cmake.in b/SalomeHYBRIDPLUGINConfig.cmake.in similarity index 100% rename from SalomeGHS3DPLUGINConfig.cmake.in rename to SalomeHYBRIDPLUGINConfig.cmake.in diff --git a/adm_local/cmake_files/FindSalomeGHS3DPLUGIN.cmake b/adm_local/cmake_files/FindSalomeHYBRIDPLUGIN.cmake similarity index 100% rename from adm_local/cmake_files/FindSalomeGHS3DPLUGIN.cmake rename to adm_local/cmake_files/FindSalomeHYBRIDPLUGIN.cmake diff --git a/adm_local/unix/config_files/check_GHS3D.m4 b/adm_local/unix/config_files/check_HYBRID.m4 similarity index 100% rename from adm_local/unix/config_files/check_GHS3D.m4 rename to adm_local/unix/config_files/check_HYBRID.m4 diff --git a/adm_local/unix/config_files/check_GHS3DPLUGIN.m4 b/adm_local/unix/config_files/check_HYBRIDPLUGIN.m4 similarity index 100% rename from adm_local/unix/config_files/check_GHS3DPLUGIN.m4 rename to adm_local/unix/config_files/check_HYBRIDPLUGIN.m4 diff --git a/doc/salome/examples/ghs3d_enfmesh.py b/doc/salome/examples/hybrid_enfmesh.py similarity index 100% rename from doc/salome/examples/ghs3d_enfmesh.py rename to doc/salome/examples/hybrid_enfmesh.py diff --git a/doc/salome/examples/ghs3d_enfvert.py b/doc/salome/examples/hybrid_enfvert.py similarity index 100% rename from doc/salome/examples/ghs3d_enfvert.py rename to doc/salome/examples/hybrid_enfvert.py diff --git a/doc/salome/examples/ghs3ddemo.py b/doc/salome/examples/hybriddemo.py similarity index 100% rename from doc/salome/examples/ghs3ddemo.py rename to doc/salome/examples/hybriddemo.py diff --git a/doc/salome/gui/GHS3DPLUGIN/CMakeLists.txt b/doc/salome/gui/HYBRIDPLUGIN/CMakeLists.txt similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/CMakeLists.txt rename to doc/salome/gui/HYBRIDPLUGIN/CMakeLists.txt diff --git a/doc/salome/gui/GHS3DPLUGIN/doxyfile.in b/doc/salome/gui/HYBRIDPLUGIN/doxyfile.in similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/doxyfile.in rename to doc/salome/gui/HYBRIDPLUGIN/doxyfile.in diff --git a/doc/salome/gui/GHS3DPLUGIN/doxyfile_py.in b/doc/salome/gui/HYBRIDPLUGIN/doxyfile_py.in similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/doxyfile_py.in rename to doc/salome/gui/HYBRIDPLUGIN/doxyfile_py.in diff --git a/doc/salome/gui/GHS3DPLUGIN/images/head.png b/doc/salome/gui/HYBRIDPLUGIN/images/head.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/head.png rename to doc/salome/gui/HYBRIDPLUGIN/images/head.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_enforced_meshes.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_enforced_meshes.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_enforced_meshes.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_enforced_meshes.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_enforced_vertices.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_enforced_vertices.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_enforced_vertices.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_enforced_vertices.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_parameters_advanced.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_parameters_advanced.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_parameters_advanced.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_parameters_advanced.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_parameters_basic.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_parameters_basic.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_parameters_basic.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_parameters_basic.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf1.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf1.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf1.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf1.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf2.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf2.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf2.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf2.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf3.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf3.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf3.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf3.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf4.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf4.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf4.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf4.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf5.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf5.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf5.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf5.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf6.png b/doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf6.png similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/ghs3d_screenshot_enf6.png rename to doc/salome/gui/HYBRIDPLUGIN/images/hybrid_screenshot_enf6.png diff --git a/doc/salome/gui/GHS3DPLUGIN/images/image2.gif b/doc/salome/gui/HYBRIDPLUGIN/images/image2.gif similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/images/image2.gif rename to doc/salome/gui/HYBRIDPLUGIN/images/image2.gif diff --git a/doc/salome/gui/GHS3DPLUGIN/input/additional_hypo.doc b/doc/salome/gui/HYBRIDPLUGIN/input/additional_hypo.doc similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/input/additional_hypo.doc rename to doc/salome/gui/HYBRIDPLUGIN/input/additional_hypo.doc diff --git a/doc/salome/gui/GHS3DPLUGIN/input/ghs3d_hypo.doc b/doc/salome/gui/HYBRIDPLUGIN/input/hybrid_hypo.doc similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/input/ghs3d_hypo.doc rename to doc/salome/gui/HYBRIDPLUGIN/input/hybrid_hypo.doc diff --git a/doc/salome/gui/GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc b/doc/salome/gui/HYBRIDPLUGIN/input/hybridplugin_python_interface.doc similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc rename to doc/salome/gui/HYBRIDPLUGIN/input/hybridplugin_python_interface.doc diff --git a/doc/salome/gui/GHS3DPLUGIN/input/index.doc b/doc/salome/gui/HYBRIDPLUGIN/input/index.doc similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/input/index.doc rename to doc/salome/gui/HYBRIDPLUGIN/input/index.doc diff --git a/doc/salome/gui/GHS3DPLUGIN/static/footer.html b/doc/salome/gui/HYBRIDPLUGIN/static/footer.html similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/static/footer.html rename to doc/salome/gui/HYBRIDPLUGIN/static/footer.html diff --git a/doc/salome/gui/GHS3DPLUGIN/static/header.html.in b/doc/salome/gui/HYBRIDPLUGIN/static/header.html.in similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/static/header.html.in rename to doc/salome/gui/HYBRIDPLUGIN/static/header.html.in diff --git a/doc/salome/gui/GHS3DPLUGIN/static/header_py.html.in b/doc/salome/gui/HYBRIDPLUGIN/static/header_py.html.in similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/static/header_py.html.in rename to doc/salome/gui/HYBRIDPLUGIN/static/header_py.html.in diff --git a/doc/salome/gui/GHS3DPLUGIN/static/salome_extra.css b/doc/salome/gui/HYBRIDPLUGIN/static/salome_extra.css similarity index 100% rename from doc/salome/gui/GHS3DPLUGIN/static/salome_extra.css rename to doc/salome/gui/HYBRIDPLUGIN/static/salome_extra.css diff --git a/idl/GHS3DPlugin_Algorithm.idl b/idl/HYBRIDPlugin_Algorithm.idl similarity index 100% rename from idl/GHS3DPlugin_Algorithm.idl rename to idl/HYBRIDPlugin_Algorithm.idl diff --git a/resources/GHS3DPlugin.xml b/resources/HYBRIDPlugin.xml similarity index 100% rename from resources/GHS3DPlugin.xml rename to resources/HYBRIDPlugin.xml diff --git a/resources/mesh_hypo_ghs3d.png b/resources/mesh_hypo_hybrid.png similarity index 100% rename from resources/mesh_hypo_ghs3d.png rename to resources/mesh_hypo_hybrid.png diff --git a/resources/mesh_tree_hypo_ghs3d.png b/resources/mesh_tree_hypo_hybrid.png similarity index 100% rename from resources/mesh_tree_hypo_ghs3d.png rename to resources/mesh_tree_hypo_hybrid.png diff --git a/src/GUI/GHS3DPluginGUI.cxx b/src/GUI/HYBRIDPluginGUI.cxx similarity index 100% rename from src/GUI/GHS3DPluginGUI.cxx rename to src/GUI/HYBRIDPluginGUI.cxx diff --git a/src/GUI/GHS3DPluginGUI_AdvWidget.cxx b/src/GUI/HYBRIDPluginGUI_AdvWidget.cxx similarity index 100% rename from src/GUI/GHS3DPluginGUI_AdvWidget.cxx rename to src/GUI/HYBRIDPluginGUI_AdvWidget.cxx diff --git a/src/GUI/GHS3DPluginGUI_AdvWidget_QTD.ui b/src/GUI/HYBRIDPluginGUI_AdvWidget_QTD.ui similarity index 100% rename from src/GUI/GHS3DPluginGUI_AdvWidget_QTD.ui rename to src/GUI/HYBRIDPluginGUI_AdvWidget_QTD.ui diff --git a/src/GUI/GHS3DPluginGUI_Dlg.h b/src/GUI/HYBRIDPluginGUI_Dlg.h similarity index 100% rename from src/GUI/GHS3DPluginGUI_Dlg.h rename to src/GUI/HYBRIDPluginGUI_Dlg.h diff --git a/src/GUI/GHS3DPluginGUI_Enums.h b/src/GUI/HYBRIDPluginGUI_Enums.h similarity index 100% rename from src/GUI/GHS3DPluginGUI_Enums.h rename to src/GUI/HYBRIDPluginGUI_Enums.h diff --git a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx b/src/GUI/HYBRIDPluginGUI_HypothesisCreator.cxx similarity index 100% rename from src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx rename to src/GUI/HYBRIDPluginGUI_HypothesisCreator.cxx diff --git a/src/GUI/GHS3DPluginGUI_HypothesisCreator.h b/src/GUI/HYBRIDPluginGUI_HypothesisCreator.h similarity index 100% rename from src/GUI/GHS3DPluginGUI_HypothesisCreator.h rename to src/GUI/HYBRIDPluginGUI_HypothesisCreator.h diff --git a/src/GUI/GHS3DPlugin_images.ts b/src/GUI/HYBRIDPlugin_images.ts similarity index 100% rename from src/GUI/GHS3DPlugin_images.ts rename to src/GUI/HYBRIDPlugin_images.ts diff --git a/src/GUI/GHS3DPlugin_msg_en.ts b/src/GUI/HYBRIDPlugin_msg_en.ts similarity index 100% rename from src/GUI/GHS3DPlugin_msg_en.ts rename to src/GUI/HYBRIDPlugin_msg_en.ts diff --git a/src/GUI/GHS3DPlugin_msg_fr.ts b/src/GUI/HYBRIDPlugin_msg_fr.ts similarity index 100% rename from src/GUI/GHS3DPlugin_msg_fr.ts rename to src/GUI/HYBRIDPlugin_msg_fr.ts diff --git a/src/GUI/GHS3DPlugin_msg_ja.ts b/src/GUI/HYBRIDPlugin_msg_ja.ts similarity index 100% rename from src/GUI/GHS3DPlugin_msg_ja.ts rename to src/GUI/HYBRIDPlugin_msg_ja.ts diff --git a/src/GHS3DPlugin/CMakeLists.txt b/src/HYBRIDPlugin/CMakeLists.txt similarity index 100% rename from src/GHS3DPlugin/CMakeLists.txt rename to src/HYBRIDPlugin/CMakeLists.txt diff --git a/src/GHS3DPlugin/GHS3DPluginBuilder.py b/src/HYBRIDPlugin/HYBRIDPluginBuilder.py similarity index 100% rename from src/GHS3DPlugin/GHS3DPluginBuilder.py rename to src/HYBRIDPlugin/HYBRIDPluginBuilder.py diff --git a/src/GHS3DPlugin/GHS3DPlugin_Defs.hxx b/src/HYBRIDPlugin/HYBRIDPlugin_Defs.hxx similarity index 100% rename from src/GHS3DPlugin/GHS3DPlugin_Defs.hxx rename to src/HYBRIDPlugin/HYBRIDPlugin_Defs.hxx diff --git a/src/GHS3DPlugin/GHS3DPlugin_GHS3D.cxx b/src/HYBRIDPlugin/HYBRIDPlugin_HYBRID.cxx similarity index 100% rename from src/GHS3DPlugin/GHS3DPlugin_GHS3D.cxx rename to src/HYBRIDPlugin/HYBRIDPlugin_HYBRID.cxx diff --git a/src/GHS3DPlugin/GHS3DPlugin_GHS3D.hxx b/src/HYBRIDPlugin/HYBRIDPlugin_HYBRID.hxx similarity index 100% rename from src/GHS3DPlugin/GHS3DPlugin_GHS3D.hxx rename to src/HYBRIDPlugin/HYBRIDPlugin_HYBRID.hxx diff --git a/src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.cxx b/src/HYBRIDPlugin/HYBRIDPlugin_HYBRID_i.cxx similarity index 100% rename from src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.cxx rename to src/HYBRIDPlugin/HYBRIDPlugin_HYBRID_i.cxx diff --git a/src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.hxx b/src/HYBRIDPlugin/HYBRIDPlugin_HYBRID_i.hxx similarity index 100% rename from src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.hxx rename to src/HYBRIDPlugin/HYBRIDPlugin_HYBRID_i.hxx diff --git a/src/GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx b/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx similarity index 100% rename from src/GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx rename to src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx diff --git a/src/GHS3DPlugin/GHS3DPlugin_Hypothesis.hxx b/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.hxx similarity index 100% rename from src/GHS3DPlugin/GHS3DPlugin_Hypothesis.hxx rename to src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.hxx diff --git a/src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx b/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis_i.cxx similarity index 100% rename from src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx rename to src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis_i.cxx diff --git a/src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.hxx b/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis_i.hxx similarity index 100% rename from src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.hxx rename to src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis_i.hxx diff --git a/src/GHS3DPlugin/GHS3DPlugin_i.cxx b/src/HYBRIDPlugin/HYBRIDPlugin_i.cxx similarity index 100% rename from src/GHS3DPlugin/GHS3DPlugin_i.cxx rename to src/HYBRIDPlugin/HYBRIDPlugin_i.cxx diff --git a/src/GHS3DPlugin/__init__.py b/src/HYBRIDPlugin/__init__.py similarity index 100% rename from src/GHS3DPlugin/__init__.py rename to src/HYBRIDPlugin/__init__.py -- 2.39.2