]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
Displaying splash on application startup is added to GUI/Session package. In start...
authorasv <asv@opencascade.com>
Thu, 23 Jun 2005 11:48:53 +0000 (11:48 +0000)
committerasv <asv@opencascade.com>
Thu, 23 Jun 2005 11:48:53 +0000 (11:48 +0000)
commitcf53d0b4e6d96044b092605221207474f2f72b62
tree5874ffafbf0b33d9166a490543d242903bcca08a
parent8ab9e2a47a9fb43aa6e0234f616be3462ca1a635
Displaying splash on application startup is added to GUI/Session package.  In start *.py scripts the following chages were made:
1) added "SPLASH" parameter to SalomeApp.xml resource file and its handling in launchConfigureParser
2) moved section of conversion of "GUI", "CPP", "PY", "SUPERV" parameters (and new "SPLASH") from unused SessionLoader to SessionServer, these parameter are now passed to SessionServer on launch and they are handled there.
3) start of SessionServer is moved to the very beginning of startSalome (to display splash).
bin/launchConfigureParser.py
bin/runSalome.py