From: CEA Support SALOME Date: Tue, 20 Oct 2015 07:22:25 +0000 (+0200) Subject: new salome profile for v7.7.0rc1 X-Git-Tag: V7_7_0rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=44c34156d3d7b7fcf4c3948f8c81865e848958ca;p=tools%2FSALOME.git new salome profile for v7.7.0rc1 --- diff --git a/resources/about.png b/resources/about.png index df7481d..e66eebb 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..e5c1f96 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..e66eebb 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..5cbeced 100644 --- a/src/resources/LightApp_msg_en.ts +++ b/src/resources/LightApp_msg_en.ts @@ -17,7 +17,7 @@ APP_VERSION - Vmaster + V7.7.0rc1 ABOUT_LICENSE @@ -25,7 +25,7 @@ ABOUT_VERSION - Version master + Version 7.7.0rc1 ABOUT_TITLE diff --git a/src/resources/LightApp_msg_fr.ts b/src/resources/LightApp_msg_fr.ts index 3a9e749..69c7a4f 100644 --- a/src/resources/LightApp_msg_fr.ts +++ b/src/resources/LightApp_msg_fr.ts @@ -17,7 +17,7 @@ APP_VERSION - Vmaster + V7.7.0rc1 ABOUT_LICENSE @@ -25,7 +25,7 @@ ABOUT_VERSION - Version master + Version 7.7.0rc1 ABOUT_TITLE diff --git a/src/resources/LightApp_msg_ja.ts b/src/resources/LightApp_msg_ja.ts index 7c4f98a..205b18f 100644 --- a/src/resources/LightApp_msg_ja.ts +++ b/src/resources/LightApp_msg_ja.ts @@ -17,7 +17,7 @@ APP_VERSION - Vmaster + V7.7.0rc1 ABOUT_LICENSE @@ -25,7 +25,7 @@ ABOUT_VERSION - Version master + Version 7.7.0rc1 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()