Salome HOME
add the template command
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 15 Sep 2016 14:31:26 +0000 (16:31 +0200)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 15 Sep 2016 14:31:26 +0000 (16:31 +0200)
commit82899d9600b0e569e7001eedc192bd0e74b2253e
tree72424199879cd2327460d911e54c6f2e6de8ec82
parent7f0af751196d77026de0edb185b284e79687dcf2
add the template command
309 files changed:
commands/generate.py
commands/template.py [new file with mode: 0644]
data/templates/Application/README [new file with mode: 0755]
data/templates/Application/config/README [new file with mode: 0755]
data/templates/Application/config/compile.py [new file with mode: 0755]
data/templates/Application/config/splash_generator/README_create_splash.txt [new file with mode: 0644]
data/templates/Application/config/splash_generator/Salome6_splash_fond.png [new file with mode: 0755]
data/templates/Application/config/splash_generator/splash.py [new file with mode: 0755]
data/templates/Application/config/splash_generator/splash2.py [new file with mode: 0755]
data/templates/Application/config/splash_generator/xirod.ttf [new file with mode: 0755]
data/templates/Application/config/template_product.pyconf [new file with mode: 0755]
data/templates/Application/doc/README [new file with mode: 0755]
data/templates/Application/documentation/README [new file with mode: 0755]
data/templates/Application/patches/README [new file with mode: 0755]
data/templates/Application/resources/LightApp_images.ts [new file with mode: 0755]
data/templates/Application/resources/LightApp_msg_en.ts [new file with mode: 0755]
data/templates/Application/resources/LightApp_msg_fr.ts [new file with mode: 0755]
data/templates/Application/resources/README [new file with mode: 0755]
data/templates/Application/resources/about.png [new file with mode: 0755]
data/templates/Application/resources/about_icon.png [new file with mode: 0755]
data/templates/Application/resources/appicon.png [new file with mode: 0755]
data/templates/Application/resources/applogo.png [new file with mode: 0755]
data/templates/Application/resources/splash.png [new file with mode: 0755]
data/templates/Application/src/README [new file with mode: 0755]
data/templates/Application/template.info [new file with mode: 0644]
data/templates/Application/tests/README [new file with mode: 0755]
data/templates/CppComponent/AUTHORS [new file with mode: 0755]
data/templates/CppComponent/COPYING [new file with mode: 0755]
data/templates/CppComponent/CPPCMP_version.h.in [new file with mode: 0755]
data/templates/CppComponent/ChangeLog [new file with mode: 0755]
data/templates/CppComponent/INSTALL [new file with mode: 0755]
data/templates/CppComponent/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/NEWS [new file with mode: 0755]
data/templates/CppComponent/README [new file with mode: 0755]
data/templates/CppComponent/adm_local/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/adm_local/unix/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/adm_local/unix/config_files/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/adm_local/unix/config_files/check_CPPCMP.m4 [new file with mode: 0755]
data/templates/CppComponent/adm_local/unix/config_files/check_GUI.m4 [new file with mode: 0755]
data/templates/CppComponent/adm_local/unix/make_common_starter.am [new file with mode: 0755]
data/templates/CppComponent/bin/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/bin/VERSION.in [new file with mode: 0755]
data/templates/CppComponent/bin/myrunSalome.py [new file with mode: 0755]
data/templates/CppComponent/bin/runAppli.in [new file with mode: 0755]
data/templates/CppComponent/bin/test_hello.py [new file with mode: 0755]
data/templates/CppComponent/build_configure [new file with mode: 0755]
data/templates/CppComponent/clean_configure [new file with mode: 0755]
data/templates/CppComponent/configure.ac [new file with mode: 0755]
data/templates/CppComponent/doc/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/doc/doxyfile.in [new file with mode: 0755]
data/templates/CppComponent/doc/images/head.png [new file with mode: 0755]
data/templates/CppComponent/doc/index.doc [new file with mode: 0755]
data/templates/CppComponent/doc/static/doxygen.css [new file with mode: 0755]
data/templates/CppComponent/doc/static/footer.html [new file with mode: 0755]
data/templates/CppComponent/doc/static/header.html.in [new file with mode: 0755]
data/templates/CppComponent/idl/CPPCMP_Gen.idl [new file with mode: 0755]
data/templates/CppComponent/idl/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/resources/CPPCMP.png [new file with mode: 0755]
data/templates/CppComponent/resources/CPPCMPCatalog.xml.in [new file with mode: 0755]
data/templates/CppComponent/resources/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/resources/SalomeApp.xml.in [new file with mode: 0755]
data/templates/CppComponent/resources/goodbye.png [new file with mode: 0755]
data/templates/CppComponent/resources/handshake.png [new file with mode: 0755]
data/templates/CppComponent/resources/testme.png [new file with mode: 0755]
data/templates/CppComponent/src/CPPCMP/CPPCMP.cxx [new file with mode: 0755]
data/templates/CppComponent/src/CPPCMP/CPPCMP.hxx [new file with mode: 0755]
data/templates/CppComponent/src/CPPCMP/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/src/CPPCMPGUI/CPPCMPGUI.cxx [new file with mode: 0755]
data/templates/CppComponent/src/CPPCMPGUI/CPPCMPGUI.h [new file with mode: 0755]
data/templates/CppComponent/src/CPPCMPGUI/CPPCMP_icons.ts [new file with mode: 0755]
data/templates/CppComponent/src/CPPCMPGUI/CPPCMP_msg_en.ts [new file with mode: 0755]
data/templates/CppComponent/src/CPPCMPGUI/CPPCMP_msg_fr.ts [new file with mode: 0755]
data/templates/CppComponent/src/CPPCMPGUI/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/src/Makefile.am [new file with mode: 0755]
data/templates/CppComponent/template.info [new file with mode: 0644]
data/templates/CppSalome6/AUTHORS [new file with mode: 0644]
data/templates/CppSalome6/ChangeLog [new file with mode: 0644]
data/templates/CppSalome6/Makefile.am [new file with mode: 0644]
data/templates/CppSalome6/NEWS [new file with mode: 0644]
data/templates/CppSalome6/README [new file with mode: 0644]
data/templates/CppSalome6/adm/unix/config_files/EMPTY [new file with mode: 0644]
data/templates/CppSalome6/adm/unix/make_begin.am [new file with mode: 0644]
data/templates/CppSalome6/adm/unix/make_check.am [new file with mode: 0644]
data/templates/CppSalome6/adm/unix/make_end.am [new file with mode: 0644]
data/templates/CppSalome6/archive [new file with mode: 0755]
data/templates/CppSalome6/build_configure [new file with mode: 0755]
data/templates/CppSalome6/configure.in.base [new file with mode: 0644]
data/templates/CppSalome6/resources/Cpp_Template_.png [new file with mode: 0644]
data/templates/CppSalome6/rfind [new file with mode: 0755]
data/templates/CppSalome6/root_clean [new file with mode: 0755]
data/templates/CppSalome6/src/Cpp_Template_/Cpp_Template__CXX/Cpp_Template_.cxx [new file with mode: 0644]
data/templates/CppSalome6/src/Cpp_Template_/Cpp_Template__CXX/Cpp_Template_.hxx [new file with mode: 0644]
data/templates/CppSalome6/src/Cpp_Template_/Cpp_Template__CXX/Makefile.am [new file with mode: 0644]
data/templates/CppSalome6/src/Cpp_Template_/Cpp_Template__CXX/main.cxx [new file with mode: 0644]
data/templates/CppSalome6/src/Cpp_Template_/Cpp_Template__SWIG/Cpp_Template_.i [new file with mode: 0644]
data/templates/CppSalome6/src/Cpp_Template_/Cpp_Template__SWIG/Makefile.am [new file with mode: 0644]
data/templates/CppSalome6/src/Cpp_Template_/Cpp_Template__TEST/Cpp_Template__test.py [new file with mode: 0644]
data/templates/CppSalome6/src/Cpp_Template_/Cpp_Template__TEST/Makefile.am [new file with mode: 0644]
data/templates/CppSalome6/src/Cpp_Template_/Makefile.am [new file with mode: 0644]
data/templates/CppSalome6/src/Makefile.am [new file with mode: 0644]
data/templates/CppSalome6/template.info [new file with mode: 0644]
data/templates/CppSalome7/AUTHORS [new file with mode: 0644]
data/templates/CppSalome7/ChangeLog [new file with mode: 0644]
data/templates/CppSalome7/Makefile.am [new file with mode: 0644]
data/templates/CppSalome7/NEWS [new file with mode: 0644]
data/templates/CppSalome7/README [new file with mode: 0644]
data/templates/CppSalome7/adm/unix/config_files/EMPTY [new file with mode: 0644]
data/templates/CppSalome7/adm/unix/make_begin.am [new file with mode: 0644]
data/templates/CppSalome7/adm/unix/make_check.am [new file with mode: 0644]
data/templates/CppSalome7/adm/unix/make_end.am [new file with mode: 0644]
data/templates/CppSalome7/archive [new file with mode: 0755]
data/templates/CppSalome7/build_configure [new file with mode: 0755]
data/templates/CppSalome7/configure.in.base [new file with mode: 0644]
data/templates/CppSalome7/resources/Cpp_Template_.png [new file with mode: 0644]
data/templates/CppSalome7/rfind [new file with mode: 0755]
data/templates/CppSalome7/root_clean [new file with mode: 0755]
data/templates/CppSalome7/src/Cpp_Template_/Cpp_Template__CXX/Cpp_Template_.cxx [new file with mode: 0644]
data/templates/CppSalome7/src/Cpp_Template_/Cpp_Template__CXX/Cpp_Template_.hxx [new file with mode: 0644]
data/templates/CppSalome7/src/Cpp_Template_/Cpp_Template__CXX/Makefile.am [new file with mode: 0644]
data/templates/CppSalome7/src/Cpp_Template_/Cpp_Template__CXX/main.cxx [new file with mode: 0644]
data/templates/CppSalome7/src/Cpp_Template_/Cpp_Template__SWIG/Cpp_Template_.i [new file with mode: 0644]
data/templates/CppSalome7/src/Cpp_Template_/Cpp_Template__SWIG/Makefile.am [new file with mode: 0644]
data/templates/CppSalome7/src/Cpp_Template_/Cpp_Template__TEST/Cpp_Template__test.py [new file with mode: 0644]
data/templates/CppSalome7/src/Cpp_Template_/Cpp_Template__TEST/Makefile.am [new file with mode: 0644]
data/templates/CppSalome7/src/Cpp_Template_/Makefile.am [new file with mode: 0644]
data/templates/CppSalome7/src/Makefile.am [new file with mode: 0644]
data/templates/CppSalome7/template.info [new file with mode: 0644]
data/templates/Cpp_Template/AUTHORS [new file with mode: 0644]
data/templates/Cpp_Template/ChangeLog [new file with mode: 0644]
data/templates/Cpp_Template/Makefile.am [new file with mode: 0644]
data/templates/Cpp_Template/NEWS [new file with mode: 0644]
data/templates/Cpp_Template/README [new file with mode: 0644]
data/templates/Cpp_Template/adm/unix/config_files/EMPTY [new file with mode: 0644]
data/templates/Cpp_Template/adm/unix/make_begin.am [new file with mode: 0644]
data/templates/Cpp_Template/adm/unix/make_check.am [new file with mode: 0644]
data/templates/Cpp_Template/adm/unix/make_end.am [new file with mode: 0644]
data/templates/Cpp_Template/archive [new file with mode: 0755]
data/templates/Cpp_Template/build_configure [new file with mode: 0755]
data/templates/Cpp_Template/configure.in.base [new file with mode: 0644]
data/templates/Cpp_Template/resources/Cpp_Template_.png [new file with mode: 0644]
data/templates/Cpp_Template/rfind [new file with mode: 0755]
data/templates/Cpp_Template/root_clean [new file with mode: 0755]
data/templates/Cpp_Template/src/Cpp_Template_/Cpp_Template__CXX/Cpp_Template_.cxx [new file with mode: 0644]
data/templates/Cpp_Template/src/Cpp_Template_/Cpp_Template__CXX/Cpp_Template_.hxx [new file with mode: 0644]
data/templates/Cpp_Template/src/Cpp_Template_/Cpp_Template__CXX/Makefile.am [new file with mode: 0644]
data/templates/Cpp_Template/src/Cpp_Template_/Cpp_Template__CXX/main.cxx [new file with mode: 0644]
data/templates/Cpp_Template/src/Cpp_Template_/Cpp_Template__SWIG/Cpp_Template_.i [new file with mode: 0644]
data/templates/Cpp_Template/src/Cpp_Template_/Cpp_Template__SWIG/Makefile.am [new file with mode: 0644]
data/templates/Cpp_Template/src/Cpp_Template_/Cpp_Template__TEST/Cpp_Template__test.py [new file with mode: 0644]
data/templates/Cpp_Template/src/Cpp_Template_/Cpp_Template__TEST/Makefile.am [new file with mode: 0644]
data/templates/Cpp_Template/src/Cpp_Template_/Makefile.am [new file with mode: 0644]
data/templates/Cpp_Template/src/Makefile.am [new file with mode: 0644]
data/templates/Cpp_Template/template.info [new file with mode: 0644]
data/templates/Cpp_Template_med2/AUTHORS [new file with mode: 0755]
data/templates/Cpp_Template_med2/ChangeLog [new file with mode: 0755]
data/templates/Cpp_Template_med2/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_med2/NEWS [new file with mode: 0755]
data/templates/Cpp_Template_med2/README [new file with mode: 0755]
data/templates/Cpp_Template_med2/adm/unix/make_begin.am [new file with mode: 0755]
data/templates/Cpp_Template_med2/adm/unix/make_check.am [new file with mode: 0755]
data/templates/Cpp_Template_med2/adm/unix/make_end.am [new file with mode: 0755]
data/templates/Cpp_Template_med2/archive [new file with mode: 0755]
data/templates/Cpp_Template_med2/build_configure [new file with mode: 0755]
data/templates/Cpp_Template_med2/configure.in.base [new file with mode: 0755]
data/templates/Cpp_Template_med2/resources/Cpp_Template_.png [new file with mode: 0755]
data/templates/Cpp_Template_med2/rfind [new file with mode: 0755]
data/templates/Cpp_Template_med2/root_clean [new file with mode: 0755]
data/templates/Cpp_Template_med2/src/Cpp_Template_/Cpp_Template__CXX/Cpp_Template_.cxx [new file with mode: 0755]
data/templates/Cpp_Template_med2/src/Cpp_Template_/Cpp_Template__CXX/Cpp_Template_.hxx [new file with mode: 0755]
data/templates/Cpp_Template_med2/src/Cpp_Template_/Cpp_Template__CXX/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_med2/src/Cpp_Template_/Cpp_Template__CXX/main.cxx [new file with mode: 0755]
data/templates/Cpp_Template_med2/src/Cpp_Template_/Cpp_Template__SWIG/Cpp_Template_.i [new file with mode: 0755]
data/templates/Cpp_Template_med2/src/Cpp_Template_/Cpp_Template__SWIG/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_med2/src/Cpp_Template_/Cpp_Template__TEST/Cpp_Template__test.py [new file with mode: 0755]
data/templates/Cpp_Template_med2/src/Cpp_Template_/Cpp_Template__TEST/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_med2/src/Cpp_Template_/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_med2/src/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_med2/template.info [new file with mode: 0644]
data/templates/Cpp_Template_stda/AUTHORS [new file with mode: 0755]
data/templates/Cpp_Template_stda/ChangeLog [new file with mode: 0755]
data/templates/Cpp_Template_stda/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_stda/NEWS [new file with mode: 0755]
data/templates/Cpp_Template_stda/README [new file with mode: 0755]
data/templates/Cpp_Template_stda/adm/unix/config_files/ac_cxx_option.m4 [new file with mode: 0755]
data/templates/Cpp_Template_stda/adm/unix/config_files/ac_linker_options.m4 [new file with mode: 0755]
data/templates/Cpp_Template_stda/adm/unix/config_files/check_swig.m4 [new file with mode: 0755]
data/templates/Cpp_Template_stda/adm/unix/config_files/production.m4 [new file with mode: 0755]
data/templates/Cpp_Template_stda/adm/unix/config_files/python.m4 [new file with mode: 0755]
data/templates/Cpp_Template_stda/adm/unix/make_begin.am [new file with mode: 0755]
data/templates/Cpp_Template_stda/adm/unix/make_check.am [new file with mode: 0755]
data/templates/Cpp_Template_stda/adm/unix/make_end.am [new file with mode: 0755]
data/templates/Cpp_Template_stda/archive [new file with mode: 0755]
data/templates/Cpp_Template_stda/build_configure [new file with mode: 0755]
data/templates/Cpp_Template_stda/configure.in.base [new file with mode: 0755]
data/templates/Cpp_Template_stda/resources/Cpp_Template_.png [new file with mode: 0755]
data/templates/Cpp_Template_stda/rfind [new file with mode: 0755]
data/templates/Cpp_Template_stda/root_clean [new file with mode: 0755]
data/templates/Cpp_Template_stda/src/Cpp_Template_/Cpp_Template__CXX/Cpp_Template_.cxx [new file with mode: 0755]
data/templates/Cpp_Template_stda/src/Cpp_Template_/Cpp_Template__CXX/Cpp_Template_.hxx [new file with mode: 0755]
data/templates/Cpp_Template_stda/src/Cpp_Template_/Cpp_Template__CXX/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_stda/src/Cpp_Template_/Cpp_Template__CXX/main.cxx [new file with mode: 0755]
data/templates/Cpp_Template_stda/src/Cpp_Template_/Cpp_Template__SWIG/Cpp_Template_.i [new file with mode: 0755]
data/templates/Cpp_Template_stda/src/Cpp_Template_/Cpp_Template__SWIG/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_stda/src/Cpp_Template_/Cpp_Template__TEST/Cpp_Template__test.py [new file with mode: 0755]
data/templates/Cpp_Template_stda/src/Cpp_Template_/Cpp_Template__TEST/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_stda/src/Cpp_Template_/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_stda/src/Makefile.am [new file with mode: 0755]
data/templates/Cpp_Template_stda/template.info [new file with mode: 0644]
data/templates/PythonComponent/AUTHORS [new file with mode: 0755]
data/templates/PythonComponent/COPYING [new file with mode: 0755]
data/templates/PythonComponent/ChangeLog [new file with mode: 0755]
data/templates/PythonComponent/INSTALL [new file with mode: 0755]
data/templates/PythonComponent/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/Makefile.in [new file with mode: 0755]
data/templates/PythonComponent/NEWS [new file with mode: 0755]
data/templates/PythonComponent/README [new file with mode: 0755]
data/templates/PythonComponent/aclocal.m4 [new file with mode: 0644]
data/templates/PythonComponent/adm_local/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/adm_local/Makefile.in [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/Makefile.in [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/config_files/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/config_files/Makefile.in [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/config_files/check_PYCMP.m4 [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/config_files/config.guess [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/config_files/config.sub [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/config_files/install-sh [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/config_files/ltmain.sh [new file with mode: 0644]
data/templates/PythonComponent/adm_local/unix/config_files/missing [new file with mode: 0755]
data/templates/PythonComponent/adm_local/unix/make_common_starter.am [new file with mode: 0755]
data/templates/PythonComponent/bin/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/bin/Makefile.in [new file with mode: 0755]
data/templates/PythonComponent/bin/VERSION.in [new file with mode: 0755]
data/templates/PythonComponent/bin/myrunSalome.py [new file with mode: 0755]
data/templates/PythonComponent/bin/runAppli.in [new file with mode: 0755]
data/templates/PythonComponent/build_cmake [new file with mode: 0755]
data/templates/PythonComponent/build_cmake.bat [new file with mode: 0644]
data/templates/PythonComponent/build_configure [new file with mode: 0755]
data/templates/PythonComponent/clean_configure [new file with mode: 0755]
data/templates/PythonComponent/configure [new file with mode: 0755]
data/templates/PythonComponent/configure.ac [new file with mode: 0755]
data/templates/PythonComponent/doc/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/doc/Makefile.in [new file with mode: 0755]
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.in [new file with mode: 0755]
data/templates/PythonComponent/idl/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/idl/Makefile.in [new file with mode: 0755]
data/templates/PythonComponent/idl/PYCMP_Gen.idl [new file with mode: 0755]
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/Makefile.in [new file with mode: 0755]
data/templates/PythonComponent/resources/PYCMP.png [new file with mode: 0755]
data/templates/PythonComponent/resources/PYCMPCatalog.xml.in [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/Controller/Controller.py [new file with mode: 0755]
data/templates/PythonComponent/src/Controller/Makefile.am [new file with mode: 0755]
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/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/src/Dialog/RenameDialog.py [new file with mode: 0755]
data/templates/PythonComponent/src/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/src/Makefile.in [new file with mode: 0755]
data/templates/PythonComponent/src/Model/Circle.py [new file with mode: 0755]
data/templates/PythonComponent/src/Model/Makefile.am [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/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/src/PYCMP/Makefile.in [new file with mode: 0755]
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/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/src/PYCMPGUI/Makefile.in [new file with mode: 0755]
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/Tools/Desktop.py [new file with mode: 0755]
data/templates/PythonComponent/src/Tools/Makefile.am [new file with mode: 0755]
data/templates/PythonComponent/src/Tools/StandalonePYCMPGUI.py [new file with mode: 0755]
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/Makefile.am [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]
src/product.py