Salome HOME
Script, template and documentation for the generation of default profile
authorCEA Support SALOME <support-salome@cea.fr>
Mon, 5 Jan 2015 15:17:23 +0000 (16:17 +0100)
committervsr <vsr@opencascade.com>
Mon, 12 Jan 2015 13:08:19 +0000 (16:08 +0300)
commitc4ef026ebdcd30257cb38056639411d77275b516
tree17d2f0f2cbe973c047a522274fed27444a59e956
parenta3a5fc62ecdaf709773e258ec133f2566a75d30f
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