]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Improvement: support <button> tag to customize the buttons (to perform specific actio...
authorvsr <vsr@opencascade.com>
Mon, 30 Oct 2006 14:54:50 +0000 (14:54 +0000)
committervsr <vsr@opencascade.com>
Mon, 30 Oct 2006 14:54:50 +0000 (14:54 +0000)
config.xml
config_Debian_3.1.xml
config_Mandrake_10.1.xml
config_Mandriva_2006.0.xml
config_Mandriva_2006.0_64.xml
config_RedHatEnterprise_4.xml
config_RedHat_8.0.xml
config_RedHat_9.xml
config_Scientific_4.2.xml
config_Scientific_4.3.xml

index e056a781ff690e0b8b36d21d328a3805d2b596ac..ba34f6f6e74fe5da62888bdbdd34397490a4d208 100644 (file)
@@ -6,6 +6,14 @@
          os="Mandrake10.1"/>
   <path targetdir="${HOME}/salome_3.2.2"
         tempdir="/tmp"/>
+  <button label="Launch SALOME"
+          tooltip="Click this button to launch SALOME"
+          script="start_salome.sh"
+         disable="false"/>
+  <button label="Release Notes"
+          tooltip="Click this button to read release notes"
+          script="release_notes.sh"
+         disable="false"/>
   <product name="gcc" 
            version="3.4.1" 
            description="GNU Compiler Collection"
index 368805ad0090443656fedcd37c5de6b96d6f550c..22ec9c43349591b8be08dc1d9751913cc540ff08 100755 (executable)
@@ -6,6 +6,14 @@
          os="DebianSarge"/>
   <path targetdir="${HOME}/salome_3.2.2"
         tempdir="/tmp"/>
+  <button label="Launch SALOME"
+          tooltip="Click this button to launch SALOME"
+          script="start_salome.sh"
+         disable="false"/>
+  <button label="Release Notes"
+          tooltip="Click this button to read release notes"
+          script="release_notes.sh"
+         disable="false"/>
   <product name="gcc" 
            version="3.3.5" 
            description="GNU Compiler Collection"
index 475b615d33b471a841cb775fb75c2cd446471926..29fbb2c6fced202908a8f42bbf780be76c6eafc9 100755 (executable)
@@ -6,6 +6,14 @@
          os="Mandrake10.1"/>
   <path targetdir="${HOME}/salome_3.2.2"
         tempdir="/tmp"/>
+  <button label="Launch SALOME"
+          tooltip="Click this button to launch SALOME"
+          script="start_salome.sh"
+         disable="false"/>
+  <button label="Release Notes"
+          tooltip="Click this button to read release notes"
+          script="release_notes.sh"
+         disable="false"/>
   <product name="gcc" 
            version="3.4.1" 
            description="GNU Compiler Collection"
index f955f7b8f8dc3ac472f62fee7a3d343197cb5dbd..8fb1a7599bcc396f20e5339ebba176bcde22c9fe 100755 (executable)
@@ -6,6 +6,14 @@
          os="Mandriva2006.0"/>
   <path targetdir="${HOME}/salome_3.2.2"
         tempdir="/tmp"/>
+  <button label="Launch SALOME"
+          tooltip="Click this button to launch SALOME"
+          script="start_salome.sh"
+         disable="false"/>
+  <button label="Release Notes"
+          tooltip="Click this button to read release notes"
+          script="release_notes.sh"
+         disable="false"/>
   <product name="gcc" 
            version="4.0.1" 
            description="GNU Compiler Collection"
index ae6a0faa6220e39fe1c94ed86fac53995773ee12..70b0aae42c0fa973111750c5350ea15fef29d6da 100755 (executable)
@@ -6,6 +6,14 @@
          os="Mandriva2006.0_64"/>
   <path targetdir="${HOME}/salome_3.2.2"
         tempdir="/tmp"/>
+  <button label="Launch SALOME"
+          tooltip="Click this button to launch SALOME"
+          script="start_salome.sh"
+         disable="false"/>
+  <button label="Release Notes"
+          tooltip="Click this button to read release notes"
+          script="release_notes.sh"
+         disable="false"/>
   <product name="gcc" 
            version="4.0.1" 
            description="GNU Compiler Collection"
index c0f051dc88527ba21ed30bed23f7ce67a513faa4..2ab396f82d8783a75ae276474884b8092ef5c41f 100755 (executable)
@@ -6,6 +6,14 @@
          os="RedHatEnterprise4"/>
   <path targetdir="${HOME}/salome_3.2.2"
         tempdir="/tmp"/>
+  <button label="Launch SALOME"
+          tooltip="Click this button to launch SALOME"
+          script="start_salome.sh"
+         disable="false"/>
+  <button label="Release Notes"
+          tooltip="Click this button to read release notes"
+          script="release_notes.sh"
+         disable="false"/>
   <product name="gcc" 
            version="3.4.1" 
            description="GNU Compiler Collection"
index 2c2a56fa08882f0e724d8802336fd68a0bc1be49..63ae67f282495e0ef46a8d0faaf1920949945bb1 100755 (executable)
@@ -6,6 +6,14 @@
          os="RedHat8.0"/>
   <path targetdir="${HOME}/salome_3.2.2"
         tempdir="/tmp"/>
+  <button label="Launch SALOME"
+          tooltip="Click this button to launch SALOME"
+          script="start_salome.sh"
+         disable="false"/>
+  <button label="Release Notes"
+          tooltip="Click this button to read release notes"
+          script="release_notes.sh"
+         disable="false"/>
   <product name="gcc" 
            version="3.2" 
            description="GNU Compiler Collection"
index dcc928fb30d3f57f5e389590d5bd1844a42851a1..f38128dfa7465e2bdfc90f3c28ba9b7837c1926c 100755 (executable)
@@ -6,6 +6,14 @@
          os="RedHat9"/>
   <path targetdir="${HOME}/salome_3.2.2"
         tempdir="/tmp"/>
+  <button label="Launch SALOME"
+          tooltip="Click this button to launch SALOME"
+          script="start_salome.sh"
+         disable="false"/>
+  <button label="Release Notes"
+          tooltip="Click this button to read release notes"
+          script="release_notes.sh"
+         disable="false"/>
   <product name="gcc" 
            version="3.2" 
            description="GNU Compiler Collection"
index f2748a6db5ecdcca8c94ab6b29562596edbc0d0f..b6269d5070cd8d29d4c3465e1b5cd55624273480 100755 (executable)
@@ -6,6 +6,14 @@
          os="Scientific4.2"/>
   <path targetdir="${HOME}/salome_3.2.2"
         tempdir="/tmp"/>
+  <button label="Launch SALOME"
+          tooltip="Click this button to launch SALOME"
+          script="start_salome.sh"
+         disable="false"/>
+  <button label="Release Notes"
+          tooltip="Click this button to read release notes"
+          script="release_notes.sh"
+         disable="false"/>
   <product name="gcc" 
            version="3.4.4" 
            description="GNU Compiler Collection"
index c817c0e291fef7f7e8aba8de5a104bb3f50504a1..77f626591497b3b07df2cc512ba3aa0fec7005cc 100755 (executable)
@@ -6,6 +6,14 @@
          os="Scientific4.3"/>
   <path targetdir="${HOME}/salome_3.2.2"
         tempdir="/tmp"/>
+  <button label="Launch SALOME"
+          tooltip="Click this button to launch SALOME"
+          script="start_salome.sh"
+         disable="false"/>
+  <button label="Release Notes"
+          tooltip="Click this button to read release notes"
+          script="release_notes.sh"
+         disable="false"/>
   <product name="gcc" 
            version="3.4.5" 
            description="GNU Compiler Collection"