Salome HOME
Mise à jour du template PythonComponent:
authorFrancis Kloss <fkl@is229808.intra.cea.fr>
Wed, 11 Apr 2018 16:02:45 +0000 (18:02 +0200)
committerFrancis Kloss <fkl@is229808.intra.cea.fr>
Wed, 11 Apr 2018 16:02:45 +0000 (18:02 +0200)
commitd8e27fa7cdec6c80dd6843b982fb1a25519503df
tree0090dae9b5619dafdc2232a5804cc050dc56535f
parent89f815db3c210ded81158622700dfed3ccad658f
Mise à jour du template PythonComponent:
- passage à cmake
- passage à PyQt5
102 files changed:
data/templates/PythonComponent/AUTHORS [deleted file]
data/templates/PythonComponent/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/ChangeLog [deleted file]
data/templates/PythonComponent/INSTALL [deleted file]
data/templates/PythonComponent/Makefile.am [deleted file]
data/templates/PythonComponent/Makefile.in [deleted file]
data/templates/PythonComponent/NEWS [deleted file]
data/templates/PythonComponent/README
data/templates/PythonComponent/SalomePYCMPConfig.cmake.in [new file with mode: 0644]
data/templates/PythonComponent/aclocal.m4 [deleted file]
data/templates/PythonComponent/adm_local/CMakeLists.txt [new file with mode: 0755]
data/templates/PythonComponent/adm_local/Makefile.am [deleted file]
data/templates/PythonComponent/adm_local/Makefile.in [deleted file]
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/Makefile.am [deleted file]
data/templates/PythonComponent/adm_local/unix/Makefile.in [deleted file]
data/templates/PythonComponent/adm_local/unix/config_files/CMakeLists.txt [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/config_files/Makefile.am [deleted file]
data/templates/PythonComponent/adm_local/unix/config_files/Makefile.in [deleted file]
data/templates/PythonComponent/adm_local/unix/config_files/config.guess [deleted file]
data/templates/PythonComponent/adm_local/unix/config_files/config.sub [deleted file]
data/templates/PythonComponent/adm_local/unix/config_files/install-sh [deleted file]
data/templates/PythonComponent/adm_local/unix/config_files/ltmain.sh [deleted file]
data/templates/PythonComponent/adm_local/unix/config_files/missing [deleted file]
data/templates/PythonComponent/adm_local/unix/make_common_starter.am [deleted file]
data/templates/PythonComponent/bin/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/bin/Makefile.am [deleted file]
data/templates/PythonComponent/bin/Makefile.in [deleted file]
data/templates/PythonComponent/bin/VERSION.in [deleted file]
data/templates/PythonComponent/bin/myrunSalome.py [deleted file]
data/templates/PythonComponent/bin/runAppli.in [deleted file]
data/templates/PythonComponent/bin/test_PYCMP.py [new file with mode: 0755]
data/templates/PythonComponent/build_cmake [deleted file]
data/templates/PythonComponent/build_cmake.bat [deleted file]
data/templates/PythonComponent/build_configure [deleted file]
data/templates/PythonComponent/clean_configure [deleted file]
data/templates/PythonComponent/configure [deleted file]
data/templates/PythonComponent/configure.ac [deleted file]
data/templates/PythonComponent/doc/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/doc/Makefile.am [deleted file]
data/templates/PythonComponent/doc/Makefile.in [deleted file]
data/templates/PythonComponent/doc/doxyfile.in
data/templates/PythonComponent/doc/static/header.html [new file with mode: 0755]
data/templates/PythonComponent/doc/static/header.html.in [deleted file]
data/templates/PythonComponent/idl/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/idl/Makefile.am [deleted file]
data/templates/PythonComponent/idl/Makefile.in [deleted file]
data/templates/PythonComponent/idl/PYCMP_Gen.idl
data/templates/PythonComponent/resources/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/resources/Makefile.in [deleted file]
data/templates/PythonComponent/resources/PYCMPCatalog.xml [new file with mode: 0755]
data/templates/PythonComponent/resources/PYCMPCatalog.xml.in [deleted file]
data/templates/PythonComponent/resources/SalomeApp.xml
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/Makefile.am [deleted file]
data/templates/PythonComponent/src/Dialog/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/Dialog/CreateCircleDialog.py
data/templates/PythonComponent/src/Dialog/CreatePolylineDialog.py
data/templates/PythonComponent/src/Dialog/Dialog.py
data/templates/PythonComponent/src/Dialog/DialogEdit.py
data/templates/PythonComponent/src/Dialog/EditCenterDialog.py
data/templates/PythonComponent/src/Dialog/EditPointDialog.py
data/templates/PythonComponent/src/Dialog/EditRadiusDialog.py
data/templates/PythonComponent/src/Dialog/Makefile.am [deleted file]
data/templates/PythonComponent/src/Dialog/RenameDialog.py
data/templates/PythonComponent/src/Makefile.am [deleted file]
data/templates/PythonComponent/src/Makefile.in [deleted file]
data/templates/PythonComponent/src/Model/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/Model/Circle.py
data/templates/PythonComponent/src/Model/Makefile.am [deleted file]
data/templates/PythonComponent/src/Model/Polyline.py
data/templates/PythonComponent/src/PYCMP/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/PYCMP/Makefile.am [deleted file]
data/templates/PythonComponent/src/PYCMP/Makefile.in [deleted file]
data/templates/PythonComponent/src/PYCMP/PYCMP.py
data/templates/PythonComponent/src/PYCMPGUI/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/PYCMPGUI/Makefile.am [deleted file]
data/templates/PythonComponent/src/PYCMPGUI/Makefile.in [deleted file]
data/templates/PythonComponent/src/PYCMPGUI/PYCMPDesktop.py
data/templates/PythonComponent/src/PYCMPGUI/PYCMPGUI.py
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/Tools/Desktop.py [deleted file]
data/templates/PythonComponent/src/Tools/Makefile.am [deleted file]
data/templates/PythonComponent/src/Tools/StandalonePYCMPGUI.py [deleted file]
data/templates/PythonComponent/src/View/CMakeLists.txt [new file with mode: 0644]
data/templates/PythonComponent/src/View/CircleGraphicsScene.py
data/templates/PythonComponent/src/View/CircleTreeWidgetItem.py
data/templates/PythonComponent/src/View/GraphicsRectItem.py
data/templates/PythonComponent/src/View/GraphicsScene.py
data/templates/PythonComponent/src/View/GraphicsView.py
data/templates/PythonComponent/src/View/Makefile.am [deleted file]
data/templates/PythonComponent/src/View/Menu.py
data/templates/PythonComponent/src/View/PolyGraphicsScene.py
data/templates/PythonComponent/src/View/PolyTreeWidgetItem.py
data/templates/PythonComponent/src/View/TreeWidget.py
data/templates/PythonComponent/src/View/TreeWidgetItem.py
data/templates/PythonComponent/template.info