]> SALOME platform Git repositories - tools/SALOME.git/commitdiff
Salome HOME
V7.7-BR V7_7_BR
authorCEA Support SALOME <support-salome@cea.fr>
Wed, 23 Sep 2015 10:00:57 +0000 (12:00 +0200)
committerCEA Support SALOME <support-salome@cea.fr>
Wed, 23 Sep 2015 10:00:57 +0000 (12:00 +0200)
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..dfdc7e618906cfabcfa9ce8b4ab44b4ab688ec31 100644 (file)
Binary files a/resources/about.png and b/resources/about.png differ
index 33971d224ee0b70bd212c2e5eeea6129bcf228da..df849dcac3c920eb47d324d859058a30fe33c240 100644 (file)
Binary files a/resources/app_logo.png and b/resources/app_logo.png differ
index df7481dcaa29ed021a5e39caf623596a8a45ef62..dfdc7e618906cfabcfa9ce8b4ab44b4ab688ec31 100644 (file)
Binary files a/resources/splash.png and b/resources/splash.png differ
index c0733e3dbec35fdd3332a4b96ed8aaef08c1d6a5..69410396a2a2cf9bbc8ceee8835710cfc1aca63c 100644 (file)
     </message>
     <message>
         <source>APP_NAME</source>
-        <translation>SALOME </translation>
+        <translation>SALOME salome</translation>
     </message>
     <message>
         <source>APP_VERSION</source>
-        <translation>Vmaster</translation>
+        <translation>V7.7-BR</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-BR</translation>
     </message>
     <message>
         <source>ABOUT_TITLE</source>
index 3a9e74922ebc9e64649177c115437041c638fa9f..6d7dd13036c41d00371fbf6e35f3b71f16a51706 100644 (file)
     </message>
     <message>
         <source>APP_NAME</source>
-        <translation>SALOME </translation>
+        <translation>SALOME salome</translation>
     </message>
     <message>
         <source>APP_VERSION</source>
-        <translation>Vmaster</translation>
+        <translation>V7.7-BR</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-BR</translation>
     </message>
     <message>
         <source>ABOUT_TITLE</source>
index 7c4f98acde0ff795f159275a28d6b12f18b937b4..935658972b61e62d869b56f3e4c8f4b00bc9cb49 100644 (file)
     </message>
     <message>
       <source>APP_NAME</source>
-      <translation>SALOME </translation>
+      <translation>SALOME salome</translation>
     </message>
     <message>
       <source>APP_VERSION</source>
-      <translation>Vmaster</translation>
+      <translation>V7.7-BR</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-BR</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()