]> SALOME platform Git repositories - tools/SALOME.git/commitdiff
Salome HOME
V7_7_0
authorCEA Support SALOME <support-salome@cea.fr>
Thu, 29 Oct 2015 15:44:04 +0000 (16:44 +0100)
committerCEA Support SALOME <support-salome@cea.fr>
Thu, 29 Oct 2015 15:44:04 +0000 (16:44 +0100)
resources/about.png
resources/app_logo.png
resources/splash.png
src/resources/LightApp_msg_en.ts
src/resources/LightApp_msg_fr.ts
src/resources/LightApp_msg_ja.ts
src/salomeContext.py

index df7481dcaa29ed021a5e39caf623596a8a45ef62..b5770c9659b8a245cc61300436042a3098579d5a 100644 (file)
Binary files a/resources/about.png and b/resources/about.png differ
index 33971d224ee0b70bd212c2e5eeea6129bcf228da..e5c1f96d925962b2dc25c4dce3e59588095b5870 100644 (file)
Binary files a/resources/app_logo.png and b/resources/app_logo.png differ
index df7481dcaa29ed021a5e39caf623596a8a45ef62..b5770c9659b8a245cc61300436042a3098579d5a 100644 (file)
Binary files a/resources/splash.png and b/resources/splash.png differ
index c0733e3dbec35fdd3332a4b96ed8aaef08c1d6a5..ac3a890084f630904b1b7f77b7317d7ea0abb087 100644 (file)
@@ -17,7 +17,7 @@
     </message>
     <message>
         <source>APP_VERSION</source>
-        <translation>Vmaster</translation>
+        <translation>V7.7.0</translation>
     </message>
     <message>
         <source>ABOUT_LICENSE</source>
@@ -25,7 +25,7 @@
     </message>
     <message>
         <source>ABOUT_VERSION</source>
-        <translation>Version master</translation>
+        <translation>Version 7.7.0</translation>
     </message>
     <message>
         <source>ABOUT_TITLE</source>
index 3a9e74922ebc9e64649177c115437041c638fa9f..cbb04b4de5b87d113de4eeab7295be8390a013df 100644 (file)
@@ -17,7 +17,7 @@
     </message>
     <message>
         <source>APP_VERSION</source>
-        <translation>Vmaster</translation>
+        <translation>V7.7.0</translation>
     </message>
     <message>
         <source>ABOUT_LICENSE</source>
@@ -25,7 +25,7 @@
     </message>
     <message>
         <source>ABOUT_VERSION</source>
-        <translation>Version master</translation>
+        <translation>Version 7.7.0</translation>
     </message>
     <message>
         <source>ABOUT_TITLE</source>
index 7c4f98acde0ff795f159275a28d6b12f18b937b4..2f64b72a9d9f8a7b7ecb015410fb403196f1eff6 100644 (file)
@@ -17,7 +17,7 @@
     </message>
     <message>
       <source>APP_VERSION</source>
-      <translation>Vmaster</translation>
+      <translation>V7.7.0</translation>
     </message>
     <message>
       <source>ABOUT_LICENSE</source>
@@ -25,7 +25,7 @@
     </message>
     <message>
       <source>ABOUT_VERSION</source>
-      <translation>Version master</translation>
+      <translation>Version 7.7.0</translation>
     </message>
     <message>
       <source>ABOUT_TITLE</source>
index 545e9297925ce39ced1960ed9736ebc1813463b5..7a89e9666250300eeacf871ac046996629bb54e8 100755 (executable)
@@ -38,17 +38,20 @@ Usage: salome [command] [options] [--config=<file,folder,...>]
 
 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 <port(s)>  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 <port(s)>  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()