Salome HOME
nouvelle propriete mesa_launcher_in_package, renommage template PythonComponent en...
authorcrouzet <nicolas.crouzet@cea.fr>
Thu, 13 Dec 2018 16:34:52 +0000 (17:34 +0100)
committercrouzet <nicolas.crouzet@cea.fr>
Thu, 13 Dec 2018 16:34:52 +0000 (17:34 +0100)
commit90a46df78921812ce43920248c16a1fcaaa5af16
treec80e423d6fdc95af669ff0a22c86078218b6d92b
parentc2821a02b7b0ce11851bd74b759ff095fd6ecf6e
nouvelle propriete mesa_launcher_in_package, renommage template PythonComponent en PythonComponent8
149 files changed:
commands/package.py
data/templates/PythonComponent/CMakeLists.txt [deleted file]
data/templates/PythonComponent/COPYING [deleted file]
data/templates/PythonComponent/README [deleted file]
data/templates/PythonComponent/SalomePYCMPConfig.cmake.in [deleted file]
data/templates/PythonComponent/adm_local/CMakeLists.txt [deleted file]
data/templates/PythonComponent/adm_local/cmake_files/CMakeLists.txt [deleted file]
data/templates/PythonComponent/adm_local/cmake_files/FindSalomePYCMP.cmake [deleted file]
data/templates/PythonComponent/adm_local/unix/CMakeLists.txt [deleted file]
data/templates/PythonComponent/adm_local/unix/config_files/CMakeLists.txt [deleted file]
data/templates/PythonComponent/adm_local/unix/config_files/check_PYCMP.m4 [deleted file]
data/templates/PythonComponent/bin/CMakeLists.txt [deleted file]
data/templates/PythonComponent/bin/test_PYCMP.py [deleted file]
data/templates/PythonComponent/doc/CMakeLists.txt [deleted file]
data/templates/PythonComponent/doc/doxyfile.in [deleted file]
data/templates/PythonComponent/doc/images/head.png [deleted file]
data/templates/PythonComponent/doc/index.doc [deleted file]
data/templates/PythonComponent/doc/static/doxygen.css [deleted file]
data/templates/PythonComponent/doc/static/footer.html [deleted file]
data/templates/PythonComponent/doc/static/header.html [deleted file]
data/templates/PythonComponent/idl/CMakeLists.txt [deleted file]
data/templates/PythonComponent/idl/PYCMP_Gen.idl [deleted file]
data/templates/PythonComponent/resources/CMakeLists.txt [deleted file]
data/templates/PythonComponent/resources/ExecCircle.png [deleted file]
data/templates/PythonComponent/resources/ExecDelAll.png [deleted file]
data/templates/PythonComponent/resources/ExecPYCMP.png [deleted file]
data/templates/PythonComponent/resources/ExecPolyline.png [deleted file]
data/templates/PythonComponent/resources/Makefile.am [deleted file]
data/templates/PythonComponent/resources/PYCMP.png [deleted file]
data/templates/PythonComponent/resources/PYCMPCatalog.xml [deleted file]
data/templates/PythonComponent/resources/PYCMP_small.png [deleted file]
data/templates/PythonComponent/resources/SalomeApp.xml [deleted file]
data/templates/PythonComponent/resources/handshake.png [deleted file]
data/templates/PythonComponent/resources/stop.png [deleted file]
data/templates/PythonComponent/src/CMakeLists.txt [deleted file]
data/templates/PythonComponent/src/Controller/CMakeLists.txt [deleted file]
data/templates/PythonComponent/src/Controller/Controller.py [deleted file]
data/templates/PythonComponent/src/Dialog/CMakeLists.txt [deleted file]
data/templates/PythonComponent/src/Dialog/CreateCircleDialog.py [deleted file]
data/templates/PythonComponent/src/Dialog/CreatePolylineDialog.py [deleted file]
data/templates/PythonComponent/src/Dialog/Dialog.py [deleted file]
data/templates/PythonComponent/src/Dialog/DialogEdit.py [deleted file]
data/templates/PythonComponent/src/Dialog/EditCenterDialog.py [deleted file]
data/templates/PythonComponent/src/Dialog/EditPointDialog.py [deleted file]
data/templates/PythonComponent/src/Dialog/EditRadiusDialog.py [deleted file]
data/templates/PythonComponent/src/Dialog/RenameDialog.py [deleted file]
data/templates/PythonComponent/src/Model/CMakeLists.txt [deleted file]
data/templates/PythonComponent/src/Model/Circle.py [deleted file]
data/templates/PythonComponent/src/Model/Model.py [deleted file]
data/templates/PythonComponent/src/Model/Polyline.py [deleted file]
data/templates/PythonComponent/src/PYCMP/CMakeLists.txt [deleted file]
data/templates/PythonComponent/src/PYCMP/PYCMP.py [deleted file]
data/templates/PythonComponent/src/PYCMP/PYCMP_utils.py [deleted file]
data/templates/PythonComponent/src/PYCMPGUI/CMakeLists.txt [deleted file]
data/templates/PythonComponent/src/PYCMPGUI/PYCMPDesktop.py [deleted file]
data/templates/PythonComponent/src/PYCMPGUI/PYCMPGUI.py [deleted file]
data/templates/PythonComponent/src/PYCMPGUI/PYCMP_icons.ts [deleted file]
data/templates/PythonComponent/src/PYCMPGUI/PYCMP_msg_en.ts [deleted file]
data/templates/PythonComponent/src/PYCMPGUI/PYCMP_msg_fr.ts [deleted file]
data/templates/PythonComponent/src/StandAlone/CMakeLists.txt [deleted file]
data/templates/PythonComponent/src/StandAlone/Desktop.py [deleted file]
data/templates/PythonComponent/src/StandAlone/StandalonePYCMPGUI.py [deleted file]
data/templates/PythonComponent/src/View/CMakeLists.txt [deleted file]
data/templates/PythonComponent/src/View/CircleGraphicsScene.py [deleted file]
data/templates/PythonComponent/src/View/CircleTreeWidgetItem.py [deleted file]
data/templates/PythonComponent/src/View/GraphicsRectItem.py [deleted file]
data/templates/PythonComponent/src/View/GraphicsScene.py [deleted file]
data/templates/PythonComponent/src/View/GraphicsView.py [deleted file]
data/templates/PythonComponent/src/View/Menu.py [deleted file]
data/templates/PythonComponent/src/View/PolyGraphicsScene.py [deleted file]
data/templates/PythonComponent/src/View/PolyTreeWidgetItem.py [deleted file]
data/templates/PythonComponent/src/View/TreeWidget.py [deleted file]
data/templates/PythonComponent/src/View/TreeWidgetItem.py [deleted file]
data/templates/PythonComponent/src/View/View.py [deleted file]
data/templates/PythonComponent/template.info [deleted file]
data/templates/PythonComponent8/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/COPYING [new file with mode: 0755]
data/templates/PythonComponent8/README [new file with mode: 0755]
data/templates/PythonComponent8/SalomePYCMPConfig.cmake.in [new file with mode: 0644]
data/templates/PythonComponent8/adm_local/CMakeLists.txt [new file with mode: 0755]
data/templates/PythonComponent8/adm_local/cmake_files/CMakeLists.txt [new file with mode: 0755]
data/templates/PythonComponent8/adm_local/cmake_files/FindSalomePYCMP.cmake [new file with mode: 0644]
data/templates/PythonComponent8/adm_local/unix/CMakeLists.txt [new file with mode: 0755]
data/templates/PythonComponent8/adm_local/unix/config_files/CMakeLists.txt [new file with mode: 0755]
data/templates/PythonComponent8/adm_local/unix/config_files/check_PYCMP.m4 [new file with mode: 0755]
data/templates/PythonComponent8/bin/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/bin/test_PYCMP.py [new file with mode: 0755]
data/templates/PythonComponent8/doc/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/doc/doxyfile.in [new file with mode: 0755]
data/templates/PythonComponent8/doc/images/head.png [new file with mode: 0755]
data/templates/PythonComponent8/doc/index.doc [new file with mode: 0755]
data/templates/PythonComponent8/doc/static/doxygen.css [new file with mode: 0755]
data/templates/PythonComponent8/doc/static/footer.html [new file with mode: 0755]
data/templates/PythonComponent8/doc/static/header.html [new file with mode: 0755]
data/templates/PythonComponent8/idl/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/idl/PYCMP_Gen.idl [new file with mode: 0755]
data/templates/PythonComponent8/resources/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/resources/ExecCircle.png [new file with mode: 0755]
data/templates/PythonComponent8/resources/ExecDelAll.png [new file with mode: 0755]
data/templates/PythonComponent8/resources/ExecPYCMP.png [new file with mode: 0755]
data/templates/PythonComponent8/resources/ExecPolyline.png [new file with mode: 0755]
data/templates/PythonComponent8/resources/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent8/resources/PYCMP.png [new file with mode: 0755]
data/templates/PythonComponent8/resources/PYCMPCatalog.xml [new file with mode: 0755]
data/templates/PythonComponent8/resources/PYCMP_small.png [new file with mode: 0755]
data/templates/PythonComponent8/resources/SalomeApp.xml [new file with mode: 0755]
data/templates/PythonComponent8/resources/handshake.png [new file with mode: 0755]
data/templates/PythonComponent8/resources/stop.png [new file with mode: 0755]
data/templates/PythonComponent8/src/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/src/Controller/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/src/Controller/Controller.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Dialog/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/src/Dialog/CreateCircleDialog.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Dialog/CreatePolylineDialog.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Dialog/Dialog.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Dialog/DialogEdit.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Dialog/EditCenterDialog.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Dialog/EditPointDialog.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Dialog/EditRadiusDialog.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Dialog/RenameDialog.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Model/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/src/Model/Circle.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Model/Model.py [new file with mode: 0755]
data/templates/PythonComponent8/src/Model/Polyline.py [new file with mode: 0755]
data/templates/PythonComponent8/src/PYCMP/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/src/PYCMP/PYCMP.py [new file with mode: 0755]
data/templates/PythonComponent8/src/PYCMP/PYCMP_utils.py [new file with mode: 0755]
data/templates/PythonComponent8/src/PYCMPGUI/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/src/PYCMPGUI/PYCMPDesktop.py [new file with mode: 0755]
data/templates/PythonComponent8/src/PYCMPGUI/PYCMPGUI.py [new file with mode: 0755]
data/templates/PythonComponent8/src/PYCMPGUI/PYCMP_icons.ts [new file with mode: 0755]
data/templates/PythonComponent8/src/PYCMPGUI/PYCMP_msg_en.ts [new file with mode: 0755]
data/templates/PythonComponent8/src/PYCMPGUI/PYCMP_msg_fr.ts [new file with mode: 0755]
data/templates/PythonComponent8/src/StandAlone/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/src/StandAlone/Desktop.py [new file with mode: 0755]
data/templates/PythonComponent8/src/StandAlone/StandalonePYCMPGUI.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent8/src/View/CircleGraphicsScene.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/CircleTreeWidgetItem.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/GraphicsRectItem.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/GraphicsScene.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/GraphicsView.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/Menu.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/PolyGraphicsScene.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/PolyTreeWidgetItem.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/TreeWidget.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/TreeWidgetItem.py [new file with mode: 0755]
data/templates/PythonComponent8/src/View/View.py [new file with mode: 0755]
data/templates/PythonComponent8/template.info [new file with mode: 0644]