Salome HOME
Mise à jour du template PythonComponent
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 26 Feb 2019 14:36:27 +0000 (15:36 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 26 Feb 2019 14:36:27 +0000 (15:36 +0100)
commit458ca3d65199bf618d286a5d252916eb186ff031
tree967799b1995565189f6cd0ae3961780ce235eee5
parent712a68982349a38df871457db4508ab8b2866b8e
Mise à jour du template PythonComponent
75 files changed:
commands/template.py
data/templates/PythonComponent/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/COPYING [new file with mode: 0755]
data/templates/PythonComponent/README [new file with mode: 0755]
data/templates/PythonComponent/SalomePYCMPConfig.cmake.in [new file with mode: 0644]
data/templates/PythonComponent/adm_local/CMakeLists.txt [new file with mode: 0755]
data/templates/PythonComponent/adm_local/cmake_files/CMakeLists.txt [new file with mode: 0755]
data/templates/PythonComponent/adm_local/cmake_files/FindSalomePYCMP.cmake [new file with mode: 0644]
data/templates/PythonComponent/adm_local/unix/CMakeLists.txt [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/config_files/CMakeLists.txt [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/config_files/check_PYCMP.m4 [new file with mode: 0755]
data/templates/PythonComponent/bin/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/bin/test_PYCMP.py [new file with mode: 0755]
data/templates/PythonComponent/doc/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/doc/doxyfile.in [new file with mode: 0755]
data/templates/PythonComponent/doc/images/head.png [new file with mode: 0755]
data/templates/PythonComponent/doc/index.doc [new file with mode: 0755]
data/templates/PythonComponent/doc/static/doxygen.css [new file with mode: 0755]
data/templates/PythonComponent/doc/static/footer.html [new file with mode: 0755]
data/templates/PythonComponent/doc/static/header.html [new file with mode: 0755]
data/templates/PythonComponent/idl/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/idl/PYCMP_Gen.idl [new file with mode: 0755]
data/templates/PythonComponent/resources/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/resources/ExecCircle.png [new file with mode: 0755]
data/templates/PythonComponent/resources/ExecDelAll.png [new file with mode: 0755]
data/templates/PythonComponent/resources/ExecPYCMP.png [new file with mode: 0755]
data/templates/PythonComponent/resources/ExecPolyline.png [new file with mode: 0755]
data/templates/PythonComponent/resources/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/resources/PYCMP.png [new file with mode: 0755]
data/templates/PythonComponent/resources/PYCMPCatalog.xml [new file with mode: 0755]
data/templates/PythonComponent/resources/PYCMP_small.png [new file with mode: 0755]
data/templates/PythonComponent/resources/SalomeApp.xml [new file with mode: 0755]
data/templates/PythonComponent/resources/handshake.png [new file with mode: 0755]
data/templates/PythonComponent/resources/stop.png [new file with mode: 0755]
data/templates/PythonComponent/src/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/Controller/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/Controller/Controller.py [new file with mode: 0755]
data/templates/PythonComponent/src/Dialog/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/Dialog/CreateCircleDialog.py [new file with mode: 0755]
data/templates/PythonComponent/src/Dialog/CreatePolylineDialog.py [new file with mode: 0755]
data/templates/PythonComponent/src/Dialog/Dialog.py [new file with mode: 0755]
data/templates/PythonComponent/src/Dialog/DialogEdit.py [new file with mode: 0755]
data/templates/PythonComponent/src/Dialog/EditCenterDialog.py [new file with mode: 0755]
data/templates/PythonComponent/src/Dialog/EditPointDialog.py [new file with mode: 0755]
data/templates/PythonComponent/src/Dialog/EditRadiusDialog.py [new file with mode: 0755]
data/templates/PythonComponent/src/Dialog/RenameDialog.py [new file with mode: 0755]
data/templates/PythonComponent/src/Model/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/Model/Circle.py [new file with mode: 0755]
data/templates/PythonComponent/src/Model/Model.py [new file with mode: 0755]
data/templates/PythonComponent/src/Model/Polyline.py [new file with mode: 0755]
data/templates/PythonComponent/src/PYCMP/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/PYCMP/PYCMP.py [new file with mode: 0755]
data/templates/PythonComponent/src/PYCMP/PYCMP_utils.py [new file with mode: 0755]
data/templates/PythonComponent/src/PYCMPGUI/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/PYCMPGUI/PYCMPDesktop.py [new file with mode: 0755]
data/templates/PythonComponent/src/PYCMPGUI/PYCMPGUI.py [new file with mode: 0755]
data/templates/PythonComponent/src/PYCMPGUI/PYCMP_icons.ts [new file with mode: 0755]
data/templates/PythonComponent/src/PYCMPGUI/PYCMP_msg_en.ts [new file with mode: 0755]
data/templates/PythonComponent/src/PYCMPGUI/PYCMP_msg_fr.ts [new file with mode: 0755]
data/templates/PythonComponent/src/StandAlone/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/StandAlone/Desktop.py [new file with mode: 0755]
data/templates/PythonComponent/src/StandAlone/StandalonePYCMPGUI.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/View/CircleGraphicsScene.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/CircleTreeWidgetItem.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/GraphicsRectItem.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/GraphicsScene.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/GraphicsView.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/Menu.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/PolyGraphicsScene.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/PolyTreeWidgetItem.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/TreeWidget.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/TreeWidgetItem.py [new file with mode: 0755]
data/templates/PythonComponent/src/View/View.py [new file with mode: 0755]
data/templates/PythonComponent/template.info [new file with mode: 0644]