From: CEA Support SALOME Date: Wed, 23 Sep 2015 10:00:57 +0000 (+0200) Subject: V7.7-BR X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2b597b3f8fec44d9cf13152da384212ef6458661;p=tools%2FSALOME.git V7.7-BR --- diff --git a/resources/about.png b/resources/about.png index df7481d..dfdc7e6 100644 Binary files a/resources/about.png and b/resources/about.png differ diff --git a/resources/app_logo.png b/resources/app_logo.png index 33971d2..df849dc 100644 Binary files a/resources/app_logo.png and b/resources/app_logo.png differ diff --git a/resources/splash.png b/resources/splash.png index df7481d..dfdc7e6 100644 Binary files a/resources/splash.png and b/resources/splash.png differ diff --git a/src/resources/LightApp_msg_en.ts b/src/resources/LightApp_msg_en.ts index c0733e3..6941039 100644 --- a/src/resources/LightApp_msg_en.ts +++ b/src/resources/LightApp_msg_en.ts @@ -13,11 +13,11 @@ APP_NAME - SALOME + SALOME salome APP_VERSION - Vmaster + V7.7-BR ABOUT_LICENSE @@ -25,7 +25,7 @@ ABOUT_VERSION - Version master + Version 7.7-BR ABOUT_TITLE diff --git a/src/resources/LightApp_msg_fr.ts b/src/resources/LightApp_msg_fr.ts index 3a9e749..6d7dd13 100644 --- a/src/resources/LightApp_msg_fr.ts +++ b/src/resources/LightApp_msg_fr.ts @@ -13,11 +13,11 @@ APP_NAME - SALOME + SALOME salome APP_VERSION - Vmaster + V7.7-BR ABOUT_LICENSE @@ -25,7 +25,7 @@ ABOUT_VERSION - Version master + Version 7.7-BR ABOUT_TITLE diff --git a/src/resources/LightApp_msg_ja.ts b/src/resources/LightApp_msg_ja.ts index 7c4f98a..9356589 100644 --- a/src/resources/LightApp_msg_ja.ts +++ b/src/resources/LightApp_msg_ja.ts @@ -13,11 +13,11 @@ APP_NAME - SALOME + SALOME salome APP_VERSION - Vmaster + V7.7-BR ABOUT_LICENSE @@ -25,7 +25,7 @@ ABOUT_VERSION - Version master + Version 7.7-BR ABOUT_TITLE diff --git a/src/salomeContext.py b/src/salomeContext.py index 545e929..7a89e96 100755 --- a/src/salomeContext.py +++ b/src/salomeContext.py @@ -38,17 +38,20 @@ Usage: salome [command] [options] [--config=] Commands: ========= - start Starts a SALOME session (through virtual application) - context Initializes SALOME context. - shell Initializes SALOME context, and executes scripts passed - as command arguments - connect Connects a Python console to the active SALOME session - kill Terminate SALOME session running on given ports for current user - Port numbers must be separated by blank characters - killall Kill *all* SALOME running sessions for current user + start Start a new SALOME instance. + context Initialize SALOME context. Current environment is extended. + shell Initialize SALOME context, attached to the last created SALOME + instance if any, and executes scripts passed as command arguments. + User works in a Shell terminal; SALOME environment is set but + application is not started. + connect Connect a Python console to the active SALOME instance. + kill Terminate SALOME instances running on given ports for current user. + Port numbers must be separated by blank characters. + killall Terminate *all* SALOME running instances for current user. + Do not start a new one. test Run SALOME tests. - info Display some information about SALOME - help Show this message + info Display some information about SALOME. + help Show this message. If no command is given, default to start. @@ -336,7 +339,7 @@ class SalomeContext: # Initialize SALOME environment sys.argv = ['runSalome'] + args import setenv - setenv.main(True) + setenv.main(True, exeName="salome start") import runSalome runSalome.runSalome()