]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
Script, template and documentation for the generation of default profile cge/profile_generator
authorCEA Support SALOME <support-salome@cea.fr>
Mon, 5 Jan 2015 15:17:23 +0000 (16:17 +0100)
committerCEA Support SALOME <support-salome@cea.fr>
Mon, 5 Jan 2015 15:17:23 +0000 (16:17 +0100)
commit2f654f9e46404557200ea9adb0f8947de3cdadf8
tree25932fb70349c44fda6ed438625797779ba51b37
parentc0b74a2f5da755633c5158ef6342696e50b98b5a
Script, template and documentation for the generation of default profile
36 files changed:
doc/salome/main.dox
doc/salome/running_salome.dox
doc/salome/salome_application.dox
src/AppQuickStart/CMakeLists.txt [new file with mode: 0644]
src/AppQuickStart/app-quickstart.py [new file with mode: 0755]
src/AppQuickStart/app-template/CMakeLists.txt [new file with mode: 0644]
src/AppQuickStart/app-template/LICENCE [new file with mode: 0644]
src/AppQuickStart/app-template/README [new file with mode: 0644]
src/AppQuickStart/app-template/doc/CMakeLists.txt [new file with mode: 0755]
src/AppQuickStart/app-template/doc/README [new file with mode: 0644]
src/AppQuickStart/app-template/doc/conf.py.in [new file with mode: 0644]
src/AppQuickStart/app-template/doc/index.rst [new file with mode: 0644]
src/AppQuickStart/app-template/doc/intro.rst [new file with mode: 0644]
src/AppQuickStart/app-template/doc/link.rst [new file with mode: 0644]
src/AppQuickStart/app-template/resources/CMakeLists.txt [new file with mode: 0644]
src/AppQuickStart/app-template/resources/SalomeApp.xml.in [new file with mode: 0644]
src/AppQuickStart/app-template/resources/about.png [new file with mode: 0755]
src/AppQuickStart/app-template/resources/app_icon.png [new file with mode: 0755]
src/AppQuickStart/app-template/resources/app_logo.png [new file with mode: 0644]
src/AppQuickStart/app-template/resources/doc/CMakeLists.txt [new file with mode: 0644]
src/AppQuickStart/app-template/resources/doc/README [new file with mode: 0644]
src/AppQuickStart/app-template/resources/doc/sample.pdf [new file with mode: 0644]
src/AppQuickStart/app-template/resources/icon_about.png [new file with mode: 0755]
src/AppQuickStart/app-template/resources/splash.png [new file with mode: 0755]
src/AppQuickStart/app-template/src/CMakeLists.txt [new file with mode: 0644]
src/AppQuickStart/app-template/src/resources/CMakeLists.txt [new file with mode: 0644]
src/AppQuickStart/app-template/src/resources/LightApp_images.ts [new file with mode: 0755]
src/AppQuickStart/app-template/src/resources/LightApp_msg_en.ts [new file with mode: 0755]
src/AppQuickStart/app-template/src/resources/LightApp_msg_fr.ts [new file with mode: 0755]
src/AppQuickStart/app-template/src/tests/CMakeLists.txt [new file with mode: 0644]
src/AppQuickStart/app-template/src/tests/README [new file with mode: 0644]
src/AppQuickStart/app-template/src/tests/helloWorld.py [new file with mode: 0644]
src/AppQuickStart/ressources/Anita semi square.ttf [new file with mode: 0644]
src/AppQuickStart/ressources/CMakeLists.txt [new file with mode: 0644]
src/AppQuickStart/ressources/background.png [new file with mode: 0644]
src/CMakeLists.txt