From: vsr Date: Fri, 5 Sep 2008 08:04:35 +0000 (+0000) Subject: Remove obsolete files X-Git-Tag: TG_TRIPOLI_qt4_porting~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d2873725370dcadabbf18648d27babb9b582eba5;p=modules%2Fgui.git Remove obsolete files --- diff --git a/doc/salome/gui/GUI/kernel/about_salome_pro_architecture.htm b/doc/salome/gui/GUI/kernel/about_salome_pro_architecture.htm deleted file mode 100755 index fea72b8b1..000000000 --- a/doc/salome/gui/GUI/kernel/about_salome_pro_architecture.htm +++ /dev/null @@ -1,243 +0,0 @@ - - - - - -About SALOME architecture - - - - - - - - - - - - -

 SALOME - architecture

- -

SALOME - architecture is based on CORBA - technology using distributed system model of applications. This architecture - takes the concept of multitier client/server to its natural conclusion. - The distributed system model exposes all functionality of the application - as objects, each of which can use any of the services provided by other - objects in the system, or even objects in other systems. The architecture - can also blur the distinction between "client" and "server" - because the client components can also create objects that behave in server-like - roles. This architecture provides the ultimate in flexibility.

- -

The - distributed system architecture achieves its flexibility by encouraging - (or enforcing) the definition of specific component interfaces. The interface - of a component specifies to other components what services are offered - by that component and how they are used. As long as the interface of a - component remains constant, that component's implementation can change - dramatically without affecting other components.

- -

All - software components (Post-Pro, Geometry, Mesh...) integrated into SALOME - platform  implement - predefined interfaces. Each component provides data for the SALOME study in a form of links (stored in the - Study) to the specific data created and stored in the component. All components - represent CORBA servers and - it allows to run them on different host stations.

- -

 

- -

- -

 

- -

It is equally possible to create engine-independent - modules. These modules may not use CORBA at all, and can have internal - data structure which can be written in pure C++ (or python). Such modules - are located inside SALOME GUI process and from the point of view of the - end user have no difference with standard components. Such modules not - using the standard tools of SALOME platform are defined on a special separated - level named CAM. CAM component is the basis for new SALOME GUI and contains - all basic functionality for working with modules (loading; saving, closing, - customization of toolbar and menu).

- -

Another fundamental piece of the SALOME architecture is the use of the - Interface Definition Language (IDL). IDL, which specifies interfaces between - CORBA components, is instrumental in ensuring CORBA's language independence. - Because interfaces described in IDL can be mapped to any programming language, - CORBA applications and components are thus independent of the language(s) - used to implement them.

- -

Additional - information about CORBA technology is available at www.omg.org -  

- -

 

- -

 In SALOME there - is a possibility to run definite components in the so-called batch mode - without GUI provided by GUI component. In this case you can work with - these components with the help of Python commands and scripts.  

- -

 

- -

The - architecture of this all-inclusive platform for numerical components  responds - to the following objectives:

- -

 

- - - -

 

- - - -

 

- - - -

 

- - - -

 

- -

 

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/about_salome_pro_help_system.htm b/doc/salome/gui/GUI/kernel/about_salome_pro_help_system.htm deleted file mode 100755 index 0159d82c3..000000000 --- a/doc/salome/gui/GUI/kernel/about_salome_pro_help_system.htm +++ /dev/null @@ -1,116 +0,0 @@ - - - - - -About SALOME help system - - - - - - - - - - - - -

About SALOME help system

- -

Welcome - to SALOME help system. This on-line help has been created in the HTML - format with the help of Java applets. It can be launched in any WEB browser - (Internet Explorer, Netscape Navigator and others) and on any platform - (Windows, Macintosh, Linux and UNIX).

- -

 

- -

The SALOME reference - manual contains a set of topics which are divided into different chapters - describing the functionality of different modules of the SALOME platform. - This help system contains a wide variety of navigation - components and search - utilities which will help you to get acquainted with all features - of SALOME.

- -

 

- -

  -Related Topics - - -

- - - - diff --git a/doc/salome/gui/GUI/kernel/application.png b/doc/salome/gui/GUI/kernel/application.png deleted file mode 100644 index c9fd6fd4a..000000000 Binary files a/doc/salome/gui/GUI/kernel/application.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/batchmode.png b/doc/salome/gui/GUI/kernel/batchmode.png deleted file mode 100644 index c439d7ebb..000000000 Binary files a/doc/salome/gui/GUI/kernel/batchmode.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/choicepage.png b/doc/salome/gui/GUI/kernel/choicepage.png deleted file mode 100644 index e3afcc588..000000000 Binary files a/doc/salome/gui/GUI/kernel/choicepage.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/creating_a_new_study.htm b/doc/salome/gui/GUI/kernel/creating_a_new_study.htm deleted file mode 100755 index e8655a80a..000000000 --- a/doc/salome/gui/GUI/kernel/creating_a_new_study.htm +++ /dev/null @@ -1,183 +0,0 @@ - - - - - -Creating a new study - - - - - - - - - - - - - -

Creating a new study

- -

Study is a document within GUI, an abstraction layer between actual - document data (probably, remote data available through CORBA) and data - presentation (in the Object Browser). It contains a tree of Data Object - instances.

- -

 

- -

To - create a new study:

- -

From - the main menu select File > - New or in the - standard toolbar click icon.

- -

 

- -

Your study will be created - with default name Study1. In SALOME - you can create several studies.

- -

 

- -

In addition to it, you - can create several windows with different activated viewers (VTK, OCC, - Plot2d) for each study.

- -

 

- -

To create a new window - for a definite study:

- -

 

- -

1.  Make - your study active: maximize it - (if it minimized) or  click - on the top control zone of the study window.

- -

 

- -

2.  From - the main menu select Window > New - Window and from the submenu choose the viewer, which will be activated - in a new window.

- -

 

- -

The window for your study - will be created with a default name Study1.

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/displaying_studies.htm b/doc/salome/gui/GUI/kernel/displaying_studies.htm deleted file mode 100755 index ce1e0b792..000000000 --- a/doc/salome/gui/GUI/kernel/displaying_studies.htm +++ /dev/null @@ -1,152 +0,0 @@ - - - - - -Displaying studies - - - - - - - - - - - - - -

Displaying studies

- -

Starting from SALOME version 3.0.0. you are able to work in a multi-desktop - environment, which means that you can open as many studies as you need, - place them wherever you wish on the desktop, in brief, work with Salome - Platform like with a normal Windows application.

- -

Such windows as Object Browser and Python Console are dockable and also - can be placed at any part of the desktop.

- -

Only one study window in representation area can be active. You can - change their size and move any windows between representation areas. When - an area becomes empty, it is not displayed.

- -

All windows are placed inside tabs where you can switch between them. - If there are several windows (viewers) in your current study and you want - to display more then one at the same time, you can split representation - area into two parts, in horizontal or vertical direction, to create two - representation areas with windows be placed in them. To do this, right-click - on the tab and select Split Vertically - or Split Horizontally.

- -

 

- -

For example, on this screen-shot the active zone has been split horizontally - to be able to work with OCC and VTK viewers simultaneously, the one of - the windows was split again, at this time vertically to see Plot 2d graphs. -

- -

 

- -

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/editing_studies.htm b/doc/salome/gui/GUI/kernel/editing_studies.htm deleted file mode 100755 index 68d849757..000000000 --- a/doc/salome/gui/GUI/kernel/editing_studies.htm +++ /dev/null @@ -1,139 +0,0 @@ - - - - - -Editing studies - - - - - - - - - - - - - -

Editing studies

- -

SALOME - has Copy/Paste functionality - allowing to edit your study within a definite component:

- -

 

- -

To copy/paste a definite - object:

- -

In the main toolbar - click one of the icons or from the main menu choose Edit > Copy/Paste option.

- -

The availability of Copy/Paste operations - depends on the module and the nature of an operation or an object, so - if the module does not provide this functionality, it won't be available.

- -

 

- -

-Related Topics - - -

- - - - diff --git a/doc/salome/gui/GUI/kernel/getting_properties_of_the_study.htm b/doc/salome/gui/GUI/kernel/getting_properties_of_the_study.htm deleted file mode 100755 index 5f56db430..000000000 --- a/doc/salome/gui/GUI/kernel/getting_properties_of_the_study.htm +++ /dev/null @@ -1,190 +0,0 @@ - - - - - -Getting properties of the study - - - - - - - - - - - - - -

Setting study properties

- -

To view the properties - of the current study:

- -

 

- -

From the main menu select - File > Properties option. The - following dialog box will appear:

- -

 

- -

- -

 

- -

This dialog box gives - complete information about your study.

- -

 

- -

To change the name of the study author:

- -

 

- -

In this dialog box click - on the Author field and enter - a new name.

- -

 

- -

To view the list of changes made with your study:

- -

 

- -

In this dialog box click - on the Modifications field and - scroll it down. Each record contains the following information: date and - time of modification of the study, name of the user, who has made these - changes.    

- -

 

- -

To lock your study for modifications:

- -

 

- -

In the dialog box shown - on the picture above click on the Locked - field and choose Yes item. -

- -

 

- -

In this case your study - will be locked for any kind of modifications for all users. Next time - you try to edit it, you will see the following warning message:

- -

 

- -

- -

 

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/getting_started2.htm b/doc/salome/gui/GUI/kernel/getting_started2.htm deleted file mode 100755 index b355d9e35..000000000 --- a/doc/salome/gui/GUI/kernel/getting_started2.htm +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -Getting started2 - - - - - - - - - - - - -

Getting started

- -

When you start the SALOME Platform, the - following initial desktop window appears:

- -

 

- -

- -

In general, the SALOME platform - is destined for performance of different numerical calculations and  visualization - of the resulting data. For that purpose, in the SALOME environment the - following notion is used  - - Study.

- -

Study represents a working document in - which you can realize all operations connected with the SALOME functionality. -

- -

SALOME is a multi-study platform. It means - that simultaneously you can work with several studies.      

- -

 

- -

To proceed working in SALOME you should create or open a new - study.  

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/introduction.bak b/doc/salome/gui/GUI/kernel/introduction.bak deleted file mode 100644 index 7fe0eb4d9..000000000 --- a/doc/salome/gui/GUI/kernel/introduction.bak +++ /dev/null @@ -1,2088 +0,0 @@ - - - - - - - - - - -SALOME Installation Wizard Help - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

 

- - - - - - - - -
-

-
-

SALOME Installation Wizard - Help

-
-
- -
- -
-  -
- - - -
- - - - - - -
- - -

Installing products with the Installation Wizard

- -The Installation Wizard can be launched in two modes: GUI and batch. -
-The root directory of the Installation Wizard contains Python script
runInstall. To run the Installation - Wizard just type runInstall in the terminal window: - -

[ python ] runInstall [options]

- -

Without options this script will launch the SALOME Installation Wizard - in the default mode (GUI).
-The default installation settings can be overridden by using command line - options. Each option has a short and a long notation:

- -

-g / --gui

- -
-Runs the Installation Wizard in the GUI mode (this is the default - mode). -
- -

-b / --batch

- -
-Runs the Installation Wizard in the terminal mode. -
- -

-f FILE / --file=FILE

- -
-The XML configuration file to be used by the Installation Wizard.  - If this option is not used then the installation script tries to define - the Linux version and use the corresponding XML file if it exists. - For examle, for Linux Mandrake - 10.1  the config_Mandrake_10.1.xml  file - will be used by default. If no appropriate file is found, the file config.xml - will be used. This file refers to the basic target platform which is Linux Mandrake 10.1 for SALOME - 3.0 and newer. If config.xml - file is not found either, a warning message box is shown (in GUI mode) - or printed to the console (in batch mode) and the Installation Wizard - quits. -
- -

-d DIR / --target=DIR

- -
-The target directory SALOME platform is to be installed to. If used, - this option overrides the default target directory, given in the configuration - XML file (usually ${HOME}/salome_<version>, - see here for more details). -
- -

-t DIR / --tmp=DIR

- -
-The directory, which should be used for temporary files. If given, - this option overrides the default temporary directory, given in the configuration - xml file (usually /tmp, - see here for more information). -
- -

-a / --all-from-sources

- -
-Forces all the products to be installed from sources (including all - SALOME modules). If this option is used, all default installation modes - for all products are ignored.
-This option is helpful when the user wants to install SALOME on the platform - which is not officially supported. In this case, the user can try to run - the SALOME Installation Wizard with the
-a - option in order to build all the products from sources.
-Note, that this is a time-consuming operation which can take more than - 24 hours depending on the computer.
-
- -

-h / --help

- -
-Prints help information on the Installation Wizard's use. -
- -

-v / --version

- -
-Prints version information (Note: - this is the Installation Wizard's version number, not the - number of SALOME platform version). -
- -

The installation procedure supports different Linux - platforms and installs various installation 3d-party prerequisite - products which are required by SALOME platform. As it was mentioned above, - the basic target platform for SALOME 3.0 and newer is Linux - Mandrake 10.1.
-Use of configuration XML files gives a flexible way to modify the list - of products to be installed by the Installation Wizard without changing - the program source code. Just create your own XML configuration file and - implement installation scripts for the prerequisite products you need - and then use this XML file with the Installation Wizard. This can be done, - for example, for some Linux platform - which is not supported directly by the Installation Wizard. See Modifying XML configuration file and Implementing installation scripts for the - new products sections for more information.

- -

GUI mode

- -

The Installation Wizard GUI has been developed - using Trolltech's Qt - 3.0.5 toolkit. After launching the Installation Wizard in the GUI - mode the wizard window is shown to the user. This wizard guides the user - through several subsequent pages. To navigate between the pages use "Next" - and "Back" buttons in the lower part of the wizard window. - The "Cancel" button closes the wizard window and - quits the installation procedure after the user's confirmation. The "Help" - button opens an additional window to show help information.

- -

The first "Introduction" - page is shown in Figure 1. Skip this page by - clicking "Next":

- - - -

 

- -

Intro page

- -

Figure 1: "Introduction" - page

- -

In the second page you are proposed to enter the target directory where - the SALOME platform should be installed to. You can also click "Browse..." - and choose the destination folder using the standard browse directory - dialog box.
-If the directory you want to install products to does not exist you are - prompted to confirm directory creation. If you type a wrong directory - path, or if you do not have write permissions for the directory you use, - the corresponding message box is shown.

- -

You can also change the temporary directory (which is used to store - temporary files required for the installation).
-In the bottom part of the window the total disk space required for the - installation and for the temporary files is displayed (see below for more - details).

- -

In the GUI mode the Installation Wizard provides two different options - to install the SALOME platform: basic - (default option) and advanced. - In the basic mode the user should - enter the target installation directory and temporary folder. All other - installation options are taken from the XML configuration file (see Fig.2):

- - - -

 

- -

Intro page

- -

Figure 2: "Installation - settings"

- -

In addition, you have a choice to use "Install all products from - sources" check box. If this option is turned on, all the products - will be installed from the sources (using their own build procedures). - This check box corresponds to the --all-from-sources - (-a) option of the runInstall - script (see here).

- -

Installation of all products - from sources is a long-time operation.

- -

To switch to the advanced option, - click "More..." (see Fig.3 - ).

- -

In the advanced mode you have a possibility to select products to be - installed. Each product can have several options of installation: you - have a possibility to use the native product (provided with Linux distribution - and installed in the system folders), install already precompiled binaries, - build the product from sources or not install it at all. Available options - and default option are taken from the XML configuration file. You can - mark the products you want to install by clicking the corresponding radio-buttons - in the list view in the left part of the page.
-Note, that some products may require some other pre-requisite products - to be installed (or these prerequisite products should be already available - on your computer). The installation procedure has a special feature to - automatically mark these products in the list view. For example, in order - to install PyQt it is necessary to have gcc, Python, - Qt and Sip installed. Therefore all these products - will also be  turned - on when you check on PyQt. This feature can be switched - off by clicking the "Automatic dependencies" checkbox. - Turn on this checkbox if you want all prerequisite products to be automatically - checked when you select some product to be installed. Turn off this checkbox - if you want to disable this feature.

- - - -

 

- -

Products page

- -

Figure 3: "Installation - settings" page in the 'advanced' mode

- -

If you want to use native products (like gcc, - tcl, etc.), select "use - native" option.
-Special button in the right part of the page - "Unselect All" - - allows to reset quickly all products to the "not install" - state.

- -

There are also two checkboxes on this page: "SALOME sources" - and "SALOME binaries". These three-state checkboxes allow - quick selecting/unselecting sources/binaries packages of SALOME modules - for installation.

- -

In addition, when some SALOME sources are selected, one more check box - becomes available: "Build SALOME - sources". If this option is turned on, the selected SALOME - modules will be built and installed from sources.

- -

If this check box is turned on, - the corresponding SALOME module binaries package installation is disabled, - because of  SALOME - module sources and binaries packages conflict (see Fig. - 4 below).

- - - -

Products page

- -

Figure 4: "Build - SALOME sources" check box usage

- -

The box at the right side of the page displays the information about - currently highlighted product: name, version and short description, required - disk space, disk space required for temporary files, list of prerequisites - (this information is provided in the XML file) and current user choice. -

- -The "Disk space required:" field displays how much disk - space on the hard drive is required for installation of selected products. - - -

Please, - take into account that the displayed amount of required disk space is - approximate and may differ when you install products on your hard drive. -

- -

The installation procedure uses a special directory to store temporary - files. The "Space for temporary files:" field shows the - information about required disk space on the hard drive for extracting - and compiling the selected products. You can change the temporary directory - - just type a path to the folder you want to use or click on the corresponding - "Browse..." button.

- -

Actually, - temporary files are not stored directly in the directory entered by the - user. The Installation Wizard creates an additional folder in this directory - named something like INSTALLWORKXXXXX - where XXXXX is a unique number. This allows to launch several Installation - Wizards simultaneously. This temporary directory is removed automatically - when the installation finishes.

- -

The installation procedure also checks the available disk space. If - there is not enough disk space on your hard drive you will see a corresponding - error message box.

- -

You are strongly recommended not - to use directory names containing spaces. Otherwise you can experience - some troubles with the installation.

- -

To proceed further click "Next". At this moment the - program will make some tests to check installation settings: if there - is enough disk space on the hard drive, check for native products installation, - dependencies (prerequisites) for each product you have selected to be - installed. If any test fails you will see the corresponding warning message - box. Otherwise the wizard will proceed to the next page:

- - - -

 

- -

Choice page

- -

Figure 5: "Check - your choice" page

- -

This page summarizes the installation options you've made on the previous - pages. You can check again your choice and change it if necessary by getting - back to the previous page.
-When you are sure that everything is OK, click "Next" - to follow to the next page.

- - - -

 

- -

Progress page

- -

Figure 6: "Installation - progress" page

- -

To start installation of the selected products - click "Start". It launches the shell installation script and - you will be able to see the output of the script in the  dialog - topmost frame. If any errors occur during the installation progress the - corresponding messages will be printed to the log window in bold red font.

- -

It is possible to break the installation - at any time by clicking "Stop". Then you can get back to the - previous pages if you wish to change installation settings or restart - installation by pressing again "Start" button.

- -

In the current implementation - it is not possible to resume the stopped installation process; it will - be re-started from the very beginning.

- - - -

 

- -

Progress page

- -

Figure 7: "Installation - progress" page: installation in progress

- -

The "Installation Status" frame window shows you the - progress of installation. "Waiting" - status means that installation of this product has not been started yet. - The product currently being installed is marked as "Processing". All installed products have - "Completed" status.

- -

You can abort installation and close the installation procedure using - "Cancel" button.

- -  - -

This button sends the signal "SIGTERM" to the - shell script. The script tries to clear all temporary files. The process - of removing temporary files can take some time, so the installation wizard - will wait 3 seconds before closing.

- -

At the end of installation (all selected products have been installed - successfully) you can go back to the previous pages to start a new installation - or click "Next" to go the Readme page:

- - - -

 

- -

Read page

- -

Figure 8: "Finish - installation" page

- -

In this page you can read important information about the Instalation - Wizard itself and some tips: how to run and test SALOME or how to build - SALOME from the sources. This is the contents of the README file which - you can find in the root directory of the Installation Wizard.
-You can also launch SALOME Desktop from this page or read the Release Notes - file by clicking on the corresponding buttons in the lower part of the - page (see here and here - for more information about customizing these buttons).

- -

Batch mode

- -

To launch the Installation Wizard in the batch mode use -b - (--batch) parameter.
-In this mode the GUI wizard is not shown but all the installation status - is displayed directly in the console. In the batch mode the user does - not have a possibility to change installation settings which are given - in the configuration file, except target and temporary directories which - can be overridden by the corresponding command line options.
-The only exception is --all-from-sources - (-a) option which enables special - installation mode in which all the products (including SALOME modules) - are installed from sources, ignoring the default mode defined in the XML - configuration file (see here for details).

- -

 
-
-Batch mode

- -

Figure 9: Batch mode

- -

Environment files

- -

During the process of installation the script creates some environment - files to simplify the procedure of launching SALOME. These shell scripts - set all necessary environment variables for all products you have installed. - To learn how installation scripts collects the environment, see here. - These files are: salome.csh + salome.sh in the KERNEL - module sources and KERNEL - module binaries root directories and env_products.csh - + env_products.sh and env_build.csh - + env_build.sh in the target - installation directory.

- -

Note: there is some - difference between these files: env_build.* - files are optimized to be used for building SALOME modules from sources - (see README file provided with - the installation procedure on the CD). The env_products.* - (and salome.*) files are optimized - for SALOME launching. The behavior is defined by the environment variable ENV_FOR_LAUNCH which is set - to 0 in env_build.* files and - to 1 in env_products.* (salome.*) - files.

- - 
- - - -
- - -

Notes on check products - version procedure

- -Unfortunately there is no exact algorithm to identify the product version - under Linux platform. The information in this section gives an idea how - the version is checked for the native/preinstalled products (this information - refers to the base platform Linux - Mandrake 10.1; and the same algorithms are used for other platforms). -
-The general rule for all products is that the path to the binaries should - be set via the PATH environment - variable, path to the libraries should be set via the LD_LIBRARY_PATH - variable and the python modules should be available via the PYTHONPATH - variable. - -

Note: the information - given in this section refers to the prerequisite products for SALOME version - 3.2.4.

- - - -Version number is checked by gcc -dumpversion - command. The gcc executable should - be in the PATH environment variable. - Version should be equal to "3.4.1". It is recommended to use - native gcc on Mandrake 10.1. - - - -Version number for tcl/tk can be - found in tclConfig.sh and tkConfig.sh files (TCL_VERSION - and TK_VERSION variables correspondingly). - Version number should be equal to "8.4" (release number is not - checked).
-Set the TCLHOME environment variable - to the root directory of tcl/tk installation.
-It is recommended to use native tcl/tk on Mandrake 10.1. - - - -Version number is defined by version.hpp - file which is part of the boost distribution. This file defines the BOOST_VERSION macro which should be - equal to "103100". In addition the existence of boost libraries - is checked.
-Set the BOOSTDIR environment variable - if you have a preinstalled version of boost. - - - -Version number is checked by python -V - command. The python executable - should be in the PATH environment - variable. Version number should be equal to "2.3.4". It is recommended - to use native Python on Mandrake 10.1.
-Set the PYTHONHOME environment - variable if you have a preinstalled version of Python. - - - -Version number is checked by swig -version - command. The swig executable should - be in the PATH environment variable. - Version number should be equal to "1.3.24". - - - -Version number is defined by qglobal.h - file which is part of the Qt distribution. This file defines QT_VERSION_STR - macro which should be equal to "3.3.3". It is recommended to - use native Qt on Mandrake 10.1.
-Set the QTDIR environment variable - if you have a preinstalled version of qt. - - - -msg2qm is a Qt tool which is used - to convert text *.po files to *.qm resource files. Unfortunately this - tool is not included to the Linux distribution and provided only in Qt - sources package. This is the reason why this tool is supplied with the - SALOME Installation Wizard.
-There is no way to check the version number of msg2qm tool. Just set MSG2QM_ROOT environment variable if - you have a preinstalled version of msg2qm tool. - - - -Version number is defined by Standard_Version.hxx - file which is part of the Open CASCADE distribution. This file defines - OCC_VERSION_MAJOR, OCC_VERSION_MINOR - and OCC_VERSION_MAINTENANCE macros - which should refer to version 6.1.2.
-Set the CASROOT environment variable - if you have a preinstalled version of Open CASCADE. - - - -Version number is defined by qwt_global.h - file which is part of the qwt distribution. This file defines QWT_VERSION_STR - macro which should be equal to "4.2.0".
-Set the QWTHOME environment variable - if you have a preinstalled version of qwt. - - - -Version number is defined by libhdf5.settings - file which is part of the hdf5 - distribution. Version should be equal to 1.6.4.
-Set the HDF5HOME environment variable - if you have a preinstalled version of hdf5. - - - -Unfortunately there is no formal way to check med version number. We check - existence of libmed.so.1.0.2 library on the computer. If you have any - problem with a preinstalled version of med, please, reinstall it.
-Set the MED2HOME environment variable - if you have a preinstalled version of med. - - - -Unfortunately there is no formal way to check VTK version number. We just - check the existence of libvtkCommon.so - library on the computer and hope that it is of version we need. If you - have any problem with a preinstalled version of Vtk, please, reinstall - it.
-Set the VTKHOME environment variable - if you have a preinstalled version of Vtk. - - - -We just check existence of some omniORB libraries and executable on the - computer, like libomniORB4.so.0.5, - _omnipymodule.so.2.4, libCOSNotify4.so.0.1 - and notifd.
-Set the OMNIORBDIR environment - variable if you have a preinstalled version of omniORB products. - - - -Version number is checked by sip -V - command. The sip executable should - be in the PATH environment variable. - Version number should be equal to "4.1".
-Set the SIPDIR environment variable - to the directory where you have sip executable preinstalled. - - - -Version number is defined by pyqtconfig.py - Python module file which is part of the PyQt - distribution. Version should be equal to "3.13".
-Set the PYQTDIR environment variable - if you have a preinstalled version of PyQt. - - - -Unfortunarely we can't find anything about netgen version. We just check - if NETGENROOT environment variable - is set.
-Set the NETGENROOT environment - variable if you have a preinstalled version of netgen mesher. - -
  - - -

Note: netgen 4.5 provided with the SALOME installation - Wizard has been patched to improve its performance.

- - - -Version number is checked by python -c - 'import Numeric; print Numeric.__version__' command. The python executable should be in the PATH environment variable and Numeric module should be available for - the Python (for example it should be in the PYTHONPATH - environment variable). Version number should be equal to "23.7". - If you have any problem with a preinstalled version of Numeric 23.7, please, - reinstall it.
-Add the directory where you have a preinstalled version of Numeric - package to the the PYTHONHOME environment - variable. - - - -Version number is checked by dot -V - command. The dot executable should - be in the PATH environment variable. - Version number should be equal to "2.2.1".
-Add graphviz bin directory to the - the PATH environment variable. - - - - -Version number is checked by doxygen --version - command. The doxygen executable - should be in the PATH environment - variable. Version number should be equal to "1.4.6". - - - -For each SALOME module sources package (KERNEL, GUI, GEOM, etc...) the - root directory contains file configure.in (configure.ac) which defines - version information.
-Set the <MODULE>_SRC_DIR - environment variable for each SALOME MODULE - sources package installed (where MODULE - is KERNEL, GUI, GEOM, ...). - - - -For each SALOME module binaries package (KERNEL, GUI, GEOM, etc...) the - bin/salome directory contains - file VERSION which defines version - information.
-Set <MODULE>_ROOT_DIR environment - variable for each SALOME MODULE - binaries package installed (where MODULE - is KERNEL, GUI, GEOM, ...). - -

If you have native products installed to directories different from - default ones (not /usr/bin, /usr/lib...), it is recommended - to follow the above mentioned instructions. Or you should properly set - PATH and LD_LIBRARY_PATH - variables before starting the Installation - Wizard. Otherwise the installation script will fail to find preinstalled/native - products.

- -

Note: for some native - products (e.g. gcc, Python) the rules of version checking are not so strict - as described above. Only major and minor version numbers should coincide - with the prerequisite. Newer version of the product can also be used. - If some native product has version number larger than that required by - the installation procedure, the user will be prompted by the warning message - like this: "You have newer version of gcc installed on your computer - than that is required (3.4.1). Continue?". You can click "Yes" - to proceed with the installation but in this case you should be aware - of what you are doing. SALOME binaries (including other products) are - compiled with the predefined prerequisites and most likely can not be - run successfully if these products are not found. This can be helpful - only if you plan to build all products from sources.

- - - -
- - -

Pick up the environment

- -Please, read the following information carefully . This section describes - how the installation procedure generates the environment scripts for the - SALOME platform being installed. - -

After installing each product shell the script creates a special environment - file for the product in its installation folder. The name of the file - is generated from the name of product by the following scheme: env_<product_name>.sh - (for example env_Vtk.sh for the Vtk). This file includes all necessary - environment settings. At the final step of the installation the script - picks up all the settings files and generates two common environment files - from them: salome.sh and salome.csh for bash - and csh shells correspondingly. - Such approach helps to save time when reinstalling products and you may - not bother about setting all environment variables manually to build/launch - SALOME. What you simply need is to source one of these environment files. -

- -

This also concerns those products which are not being installed. For - example, you install some SALOME binaries to the directory where you have - previously installed other products.  The Installation procedure - tries to collect environment files from the target directory if it finds - necessary products installed there. If some product is not found in the - target directory the corresponding section of salome.sh/salome.csh - files will be skipped.
-For native products (like gcc, tcl, etc...) the installation - procedure tries to find them first using PATH / LD_LIBRARY_PATH - variables and then in the system default directories (/usr/bin, /usr/lib - etc., depending on the product).

- -

In any case you may edit salome.* files after the installation - procedure finishes, if you want.

- -  - -

Note: - as it was mentioned above there are other environment - files which are generated by the installation procedure: env_products.csh - + env_products.sh and env_build.csh - + env_build.sh. These files can - be found in the target installation root directory.

- - 
- - - -
- - -

Modifying XML configuration - file

- -You can create your own XML configuration file. The Installation Wizard - can then take it as a command line argument to provide a list of products - you want to install with it. The list of products and some other settings - for the Installation Wizard are provided in the XML file. The default - file which Installation Wizard looks for if no command line arguments - are given, is config.xml.
-This section describes the structure of the configuration file.
-XML tags are in bold blue, optional sections/tags are in brackets. - -

<document> -
-   
[
<config [ version=<install_wizard_version> ]
-              [ - caption=<install_wizard_caption> ]

-              [ - copyright=<install_wizard_copyright>  ]

-              [ - license=<install_wizard_license_info> ]

-              [ - os=<target_platform> ]

-      />

-    ]

-   
[
<path   [ targetdir=<target_directory> ] -
-              [ - tempdir=<temp_directory>     ]

-      />

-    ]

-   
[
<button   label=<button_label>      -
-              - [ tooltip=<button_tooltip> ]

-              -   script=<button_script>   

-              - [ disable=<disable_flag>   ]

-      />

-    ]

-    [
<button ...
-      />

-    ]

-    [
<product  name=<product_name>
-                - version=<product_version>

-              [ context=<product_context>         - ]
-              [ description=<product_description> - ]
-                - install=<installation_mode>

-                - supported=<supported_installation_modes>

-              [ - disable=<disable_flag>            ]
-              [ pickupenv=<pickup_env_flag>       - ]
-                - dependancies=<list_of_prerequisites>
 
-                - installdiskspace=<install_disk_space>

-                - temporarydiskspace=<tmp_disk_space>

-                - script=<installation_script_name>

-      />
-
-    ]

-    [
<product ...
-      />
-
-    ]
-    ...

-</document>

- -

<config> section

- -This is an optional section; it provides general - information about the Installation Wizard itself.
-
-Attributes:
- - - -The application version number to be shown in the - caption. - - - -The application main window caption - if this string contains '%1' text - the title will contain the version number in this place (see above). - - - -The application copyright information (shown in the - first page). - - - -The application license information (shown in the - first page). - - - -This parameter defines the directory (relative from - ./Products/BINARIES) where the Installation Wizard will search precompiled - binaries packages. If this tag is not provided, binaries packages are - looked for in the ./Products/BINARIES directory. - -

<path> section

- -This is an optional section; it defines default installation directories.
-
-Attributes:
- - - -The target directory - the path to the directory - where products should be installed. - - - -The temporary directory - the path to the directory - for the temporary files. - -

<product> section

- -This section describes product to be installed with the Installation Wizard. - The XML file should include a <product> section for each product - to be installed. The products appear in the tree view and are installed - in the order they are described in the configuration file. It is recommended - (but not obligatory) to define native products at the top of the list - before all other products.
-
-Attributes:
- - - -Product name. - - - -Product version. - - - -Product description (optional). - - - -Context (optional). The possible values are 'salome - sources', 'salome binaries' and 'prerequisite' (several - contexts can be given separated by ":" symbol). - - - -Supported modes of installation. Several modes can - be separated by comma. Possible value are: install sources, install - binaries, use native. The Installation script should contain - the corresponding functions for each of the supported installation modes - (see here). - - - -Default (starting) installation mode. - - - -If this optional flag has 'true' value, the corresponding - product will not appear in the list of products and will not be installed. - - - - -This flag points that pickup environment procedure should be performed - for this product. If this flag equal to 'true',  salome.sh and salome.csh - files will  be created in the product installation directory. Usually - this option is set to true for SALOME KERNEL module sources and binaries - package. This is an optional key, default value is 'false'. - - - -List of prerequisite products, which are necessary - to build this product, separated by comma. - - - -Total amount of space (integer, in Kbytes), which - the product occupies on the hard drive after the installation. - - - - -Disk space (integer, in Kbytes) for temporary files, - which is necessary to build the product from the sources. - - - -The installation script name. This script is in charge - of the installation of the product. It is called automatically by the - Installation Wizard when necessary from the main program. See the next - section for more information. - -

<button> section

- -This is an optional section. It allows customization of the last "Finish - installation" page of the Installation Wizard by adding one or - more buttons in the lower part of the wizard's window. The script which - is attached to each such button, can perform some specific action, for - example, launch the application or show the Release Notes file by using - an external program. See here for more details - about writing scripts.
-
-Attributes:
- - - -This is the button text. - - - -The button tooltip (optional). - - - -The script attached to the button. - - - -

If this optional flag has 'true' - value, the corresponding button will not appear in the "Finish - installation" page - the section of XML file is silently ignored. 

- -

Note: - If you add new products to be installed with Installation Wizard, you - should also provide installation script for this product. See the next - section for more details.

- - 
- - - -
- - -

Implementing installation - scripts for the new products

- -When you want some product to be installed with the Installation Wizard, - you should add its description to the configuration - file and create the installation script, following the rules described - in this section.
-
-There are some obligatory functions which should be implemented in this - installation script. These functions are automatically called by the master - installation script or/and its GUI shell when it is necessary.
-File common.sh contains some service functions which can be used - in your installation script, like make_env(), make_dir(), - try_existing(), sort_path(), find_in_path(), etc.
- - - - -This function allows to check the version of the product already installed - on the computer. It should try to find the product (native or preinstalled - in the target directory) and check its version. This helps to avoid unnecessary - reinstallation. This is an internal function and is not called from the - master installation script. - - - -This function is called when the 'use native' installation mode - is selected by the user. The function should try to find a native version - of the product and define possibility of its use. It should create the - environment file for the product in the temporary directory (see also - the description of print_env() - function). It is not necessary to implement this function if you do not - provide native mode installation. - - - -This function is called when the 'install sources' installation - mode is selected by the user. The function is responsible for building - the product from the sources package. It should create the environment - file for the product in the temporary directory (see also description - of print_env() function). - It is not necessary to implement this function if you do not provide sources - mode installation. - - - -This function is called when SALOME module is installed - and the --all-from-sources (-a) option is used ("Build - SALOME sources" check box in GUI mode). This function should - be used to unpack SALOME sources package and then call the build/install - procedure for it.
-For more details please refer to the this - and this sections for more details.
- - - -This function is called when the 'install binaries' - installation mode is selected by the user. The function is responsible - for the extracting of the product from the binaries package. It should - create environment for the product in the temporary directory (see also - description of print_env() function). It is not necessary to implement - this function if you do not provide binaries mode installation. - - - -This function is called when the - 'not install' installation mode is selected by the user. In this case - the script should inspect the target directory to try to find an already - preinstalled product, pick up and check the environment from there. See - here for more details. - - - -This function is in charge of creating the environment - script. It should create a file with name env_<product_name>.sh - in the temporary directory and then copy it into the product installation - directory. The file should contain all necessary environment variables - settings for the product. It will be collected during the 'pick-up-environment' - procedure. - - - -This procedure corresponds to the pickupenv tag of the configuration - xml file (see previous section). It should call the make_env procedure - to perform the pick-up environment procedure for the product.
-
-The calling signature of the product installation script is the following:
-
-<product_script_name> <function_name> <temp_folder> <products_directory> - <target_directory> <dependancies> <product_name>
- - -

where

- -

<product_script_name> - - installation script name (described in the configuration xml file); -
-<function_name>
- the name of function, corresponding to the - selected installation mode: try_native, install_source, install_binary - or try_preinstalled;

-<temp_folder>
- temporary files directory;

-<products_directory>
- directory where the sources/binaries package - can be found. You should provide the sources package in the <Install_Wizard_root_directory>/Products/SOURCES - directory and binaries package in the <InstallWizard_root_directory>/Products/BINARIES/<os_version>, - where <os_version> is the target platform description, which appears - in the corresponding section of the configuration - xml file.

-<target_directory>
- root target directory where the product - should be installed to;

-<dependancies>
- single-quoted list of prerequisite products, - separated by space;

-<product_name>
- product name itself.

- -

Example:
-med-2.2.3.sh install_binary /tmp/work ./Products/BINARIES/Mandrake10.1 - /usr/salome 'gcc Hdf' med

- -

Copy the created script into the <Install_Wizard_root_directory>/config_files - sub-directory where all installation scripts are stored. Installation - Wizard will automatically search and call your script during the installation - procedure.

- - - -
- - -  - -

Customizing Readme page - buttons

- -The Installation Wizard allows customizing the look-n-feel of the last - "Finish installation" page. If you want to add one or - more buttons to this page in order to perform some specific actions at - the end of the installation (for example, to show the Release Notes file - by using Open Office) you can put an additional section to the XML configuration - file. This is the <button> section (see here - for more details). - -
  - - -
To - implement the action which will be performed when the user clicks the - button, you need to create a script and put it to the <Install_Wizard_root_directory>/config_files - directory.
-There are some obligatory functions which should be implemented in this - script. These functions are automatically called by the Installation Wizard - GUI. - - - -This procedure is called by the Installation Wizard when the "Finish - installation" page is displayed and the status of the buttons - should be modified according to the installation options. This procedure - should return 0 if the corresponding action can be performed and, - thus, the button should become enabled. Otherwise, it should return 1 - - in this case the corresponding button will be disabled. - - - -This procedure is invoked when the user clicks the button. This procedure - should return 0 if the corresponding action is done successfully - and 1 if any error occurs.
-
-The calling signature of the script is the following:
-<product_script_name> <function_name> <target_directory> - <temp_folder>
- -

where

- -

<product_script_name> - the - script name itself (retrieved from the XML configuration xml file);
-<function_name>
- the name of function;
-<target_directory>
- root target directory where the product - is installed to;
-<temp_folder>
- temporary files directory;

- -

Note: The standard - Installation Wizard buttons "Launch SALOME" and "Release - Notes" are implemented with this feature. Refer to scripts start_salome.sh - and release_notes.sh for sample implementation.
-
-
Note:
Any button (even standard) can be - ignored by the Installation Wizard if the attribute <disable> - in the XML configuration file is set to the "true" value.

- - - -
- - -  - - - - diff --git a/doc/salome/gui/GUI/kernel/introduction.htm b/doc/salome/gui/GUI/kernel/introduction.htm deleted file mode 100755 index 019cc7f42..000000000 --- a/doc/salome/gui/GUI/kernel/introduction.htm +++ /dev/null @@ -1,235 +0,0 @@ - - - - - -Introduction - - - - - - - - - - - - -

- -

Introduction

- -

Welcome to SALOME Platform! Modern technological - products (cars, structures, electrical or electronic equipment) are getting - more and more complex every year and must meet increasingly severe requirements - in terms of quality and performance. For example, for structures and their - environment the demands to reduce risks and optimize costs are extremely - high. It requires particularly refined simulations concerning structural - behavior and robustness to ensure high reliability.

- -

The - numeric modeling of a physical problem, the development of solutions and - their integration into the design process are often handled in very specific - environments. SALOME represents a generic CAD-based application for digital - simulation with "high reactivity to market evolutions and customer - expectations".

- -

 

- -

SALOME - is a free software that provides a generic platform for Pre and Post-Processing - for numerical simulation. It is based on an open and flexible architecture - made of reusable components available as free software.

- -

 

- -

SALOME - is a CAD/CAE integration platform. It provides reusable components for: -

- - - -

SALOME - is tailored for integration of custom components:

- - - -

The - SALOME platform is available in Open Source.

- -

 

- -

Salome Platform:

- - - -

 

- - --- - - - -
-

-

What - can you do in SALOME? (Some of SALOME main functions)

-
    - -
  • Define geometrical models - (create/modify geometrical items), import and export them using the BREP, - IGES and STEP formats;

  • - -
  • Define - meshing of these geometrical items, import and export them;

  • - -
  • Handle - physical properties and quantities attached to geometrical items, import - and export them to a reusable format;

  • - -
  • Perform - computations using a solver (optionally provided): read input data, configure - the solver, and write calculation results);

  • - -
  • Visualize - result fields in 3D, 2D and export images of their visualization to an - appropriate format;

  • - -
  • Manage - study schemes: definition, save/restore;

  • - -
  • Manage - computation schemes: definition, execution.

  • -
- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/introduction_to_salome_pro.htm b/doc/salome/gui/GUI/kernel/introduction_to_salome_pro.htm deleted file mode 100755 index 5355481c4..000000000 --- a/doc/salome/gui/GUI/kernel/introduction_to_salome_pro.htm +++ /dev/null @@ -1,214 +0,0 @@ - - - - - -Introduction to SALOME - - - - - - - - - - - - - -

Introduction - to SALOME

- -

 SALOME - platform represents a generic open source platform for pre- and post-processing - in numeric simulations. SALOME - combines several software components, which are built in such a way that - it allows to integrate solvers and existing meshing algorithms along with - the specification of physical properties for a given domain. The originality - of this approach is that the various components must cooperate dynamically - and be configurable.

- -

 

- -

- -

 

- -

 

- -

SALOME - platform integrates a number of modules each having its own function:

- -

 

- - - -

 

- - - -

 

- - - -

 

- - - -

 

- - - -

 

- - - -

 

- - - -

 

- -

-Related Topics - - -

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/intropage.png b/doc/salome/gui/GUI/kernel/intropage.png deleted file mode 100644 index 226793ca5..000000000 Binary files a/doc/salome/gui/GUI/kernel/intropage.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/logocorp.png b/doc/salome/gui/GUI/kernel/logocorp.png deleted file mode 100644 index ab3c370a6..000000000 Binary files a/doc/salome/gui/GUI/kernel/logocorp.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/navigating_topics.htm b/doc/salome/gui/GUI/kernel/navigating_topics.htm deleted file mode 100755 index c98791e2a..000000000 --- a/doc/salome/gui/GUI/kernel/navigating_topics.htm +++ /dev/null @@ -1,172 +0,0 @@ - - - - - -Navigating topics - - - - - - - - - - - - -

Navigating topics

- -

Topics in the SALOME - Help system include - a variety of navigation components including:

- -

 

- - - -

 

- - - -

 

- - - -

 

- - - -

 

- - - -

      

- -

-Related Topics - - -

- - - - diff --git a/doc/salome/gui/GUI/kernel/opening_studies.htm b/doc/salome/gui/GUI/kernel/opening_studies.htm deleted file mode 100755 index 454f55f61..000000000 --- a/doc/salome/gui/GUI/kernel/opening_studies.htm +++ /dev/null @@ -1,195 +0,0 @@ - - - - - -Opening studies - - - - - - - - - - - - - -

Opening studies

- -

In SALOME all studies are stored in a special - format *.hdf.

- -

 

- -

To open an existing - study:

- -

 

- -

In - the main toolbar click or - from the main menu select File - > Open option. - From a standard Search File dialog box choose the required *.hdf file - and click Open - button.

- -

 

- -

 

- -

To - load an unloaded study (see also): -

- -

 

- -

From the main menu select - File > Connect option. In the - following dialog box select one of the studies, which has been previously - created and unloaded and click Ok - button:

- -

 

- -

- -

 

- -

After opening an existing study, you will see its structure - in the Object Browser. It will - contain the objects created with the help of different components during - the previous study session. If you right-click on one of the objects and - from the associated pop-up menu choose Open - With option, which will automatically - launch the component corresponding to this object.

- -

 

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- -

 

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/productpage.png b/doc/salome/gui/GUI/kernel/productpage.png deleted file mode 100644 index bc05c8bfa..000000000 Binary files a/doc/salome/gui/GUI/kernel/productpage.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/productpage1.png b/doc/salome/gui/GUI/kernel/productpage1.png deleted file mode 100644 index b66616681..000000000 Binary files a/doc/salome/gui/GUI/kernel/productpage1.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/productpage2.png b/doc/salome/gui/GUI/kernel/productpage2.png deleted file mode 100644 index 998d286e3..000000000 Binary files a/doc/salome/gui/GUI/kernel/productpage2.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/progresspage.png b/doc/salome/gui/GUI/kernel/progresspage.png deleted file mode 100644 index 0779fccaf..000000000 Binary files a/doc/salome/gui/GUI/kernel/progresspage.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/progresspage1.png b/doc/salome/gui/GUI/kernel/progresspage1.png deleted file mode 100644 index efaa4d1ea..000000000 Binary files a/doc/salome/gui/GUI/kernel/progresspage1.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/readme.html b/doc/salome/gui/GUI/kernel/readme.html deleted file mode 100755 index 0b4411a6c..000000000 --- a/doc/salome/gui/GUI/kernel/readme.html +++ /dev/null @@ -1,2068 +0,0 @@ - - - - - -SALOME Installation Wizard Help - - - - - - - - - - -

 

- - - - - - - -
-

-

SALOME Installation Wizard - Help

-
- -
- -
-  -
- - -
- - - - - -
- - -

Installing products with the Installation Wizard

- -The Installation Wizard can be launched - in two modes: GUI - and batch.
-The root directory of the Installation Wizard contains Python script
runInstall. - To run the Installation Wizard just type runInstall in the terminal - window: - -

[ python ] runInstall - [options]

- -

Without options this script will launch - the SALOME Installation Wizard in the default mode (GUI).
-The default installation settings can be overridden by using command line - options. Each option has a short and a long notation:

- -

-g / --gui

- -
-Runs the Installation Wizard in the GUI - mode (this is the default mode). -
- -

-b / --batch

- -
-Runs the Installation Wizard in the terminal - mode. -
- -

-f FILE - / --file=FILE

- -
-The XML configuration file to be used by - the Installation Wizard.  If this option is not used then the installation - script tries to define the Linux version and use the corresponding - XML file if it exists. For examle, for Linux - Mandrake 10.1  the config_Mandrake_10.1.xml  - file will be used by default. If no appropriate file is found, the file - config.xml will be used. This file refers to the basic target platform - which is Linux - Mandrake 10.1 for SALOME 3.0 and - newer. If config.xml file is not found either, a warning message - box is shown (in GUI mode) or printed to the console (in batch mode) and - the Installation Wizard quits. -
- -

-d DIR - / --target=DIR

- -
-The target directory SALOME platform is - to be installed to. If used, this option overrides the default target - directory, given in the configuration XML file (usually - ${HOME}/salome_<version>, - see here for more details). -
- -

-t DIR - / --tmp=DIR

- -
-The directory, which should be used for - temporary files. If given, this option overrides the default temporary - directory, given in the configuration xml file (usually /tmp, see here for - more information). -
- -

-a / --all-from-sources

- -
-Forces all the products to be installed - from sources (including all SALOME modules). If this option is used, all - default installation modes for all products are ignored.
-This option is helpful when the user wants to install SALOME on the platform - which is not officially supported. In this case, the user can try to run - the SALOME Installation Wizard with the
-a option in order to build all the products from - sources.
-Note, that this is a time-consuming operation which can take more than - 24 hours depending on the computer.
- -
- -

-h / --help

- -
-Prints help information on the Installation - Wizard's use. -
- -

-v / --version

- -
-Prints version information (Note: this - is the Installation Wizard's version number, not the number of SALOME - platform version). -
- -

The installation procedure supports different - Linux platforms and installs various installation 3d-party - prerequisite products which are required by SALOME platform. As it was - mentioned above, the basic target platform for SALOME 3.0 and newer is - Linux Mandrake - 10.1.
-Use of configuration XML files gives a flexible way to modify the list - of products to be installed by the Installation Wizard without changing - the program source code. Just create your own XML configuration file and - implement installation scripts for the prerequisite products you need - and then use this XML file with the Installation Wizard. This can be done, - for example, for some
Linux - platform which is not supported - directly by the Installation Wizard. See Modifying XML configuration file and Implementing - installation scripts for the new products - sections for more information.

- -

GUI mode

- -

The Installation Wizard - GUI has been developed using Trolltech's - Qt 3.0.5 toolkit. After launching the Installation Wizard - in the GUI mode the wizard window is shown to the user. This wizard guides - the user through several subsequent pages. To navigate between the pages - use "Next" and "Back" buttons in the lower part of the wizard window. - The "Cancel" button closes the wizard window and quits - the installation procedure after the user's confirmation. The "Help" - button opens an additional window to show help information.

- -

The first "Introduction" page is shown in Figure 1. - Skip this page by clicking "Next":

- - - -

 

- -

Intro page

- -

Figure - 1: "Introduction" - page

- -

In the second page you are proposed to - enter the target directory where the SALOME platform should be installed - to. You can also click "Browse..." and choose the destination folder using the - standard browse directory dialog box.
-If the directory you want to install products to does not exist you are - prompted to confirm directory creation. If you type a wrong directory - path, or if you do not have write permissions for the directory you use, - the corresponding message box is shown.

- -

You can also change the temporary directory - (which is used to store temporary files required for the installation).
-In the bottom part of the window the total disk space required for the - installation and for the temporary files is displayed (see below for more - details).

- -

In the GUI mode the Installation Wizard - provides two different options to install the SALOME platform: basic - (default option) and advanced. In the basic mode the user should enter the target installation - directory and temporary folder. All other installation options are taken - from the XML configuration file (see Fig.2):

- - - -

 

- -

Intro page

- -

Figure - 2: "Installation settings" -

- -

In addition, you have a choice to use - "Install all products from sources" check box. If this option - is turned on, all the products will be installed from the sources (using - their own build procedures). This check box corresponds to the --all-from-sources (-a) option of the runInstall script (see here). -

- -

- Installation of all products from sources is a long-time operation.

- -

To switch to the advanced option, click "More..." (see Fig.3 ).

- -

In the advanced mode you have a possibility - to select products to be installed. Each product can have several options - of installation: you have a possibility to use the native product (provided - with Linux distribution and installed in the system folders), install - already precompiled binaries, build the product from sources or not install - it at all. Available options and default option are taken from the XML - configuration file. You can mark the products you want to install by clicking - the corresponding radio-buttons in the list view in the left part of the - page.
-Note, that some products may require some other pre-requisite products - to be installed (or these prerequisite products should be already available - on your computer). The installation procedure has a special feature to - automatically mark these products in the list view. For example, in order - to install
PyQt it is necessary to have gcc, - Python, Qt - and Sip installed. Therefore all these products will - also be  turned - on when you check on PyQt. This feature can be switched off by clicking - the "Automatic dependencies" checkbox. Turn on this checkbox if you want - all prerequisite products to be automatically checked when you select - some product to be installed. Turn off this checkbox if you want to disable - this feature.

- - - -

 

- -

Products page

- -

Figure - 3: "Installation settings" - page in the 'advanced' mode

- -

If you want to use native products (like - gcc, tcl, etc.), select "use - native" option.
-Special button in the right part of the page -
"Unselect - All" - allows to reset - quickly all products to the "not - install" state.

- -

There are also two checkboxes on this - page: "SALOME sources" and "SALOME - binaries". These three-state - checkboxes allow quick selecting/unselecting sources/binaries packages - of SALOME modules for installation.

- -

In addition, when some SALOME sources - are selected, one more check box becomes available: "Build - SALOME sources". If this option - is turned on, the selected SALOME modules will be built and installed - from sources.

- -

If this check - box is turned on, the corresponding SALOME module binaries package installation - is disabled, because of  SALOME - module sources and binaries packages conflict (see - Fig. 4 below).

- - - -

Products page

- -

Figure - 4: "Build SALOME sources" - check box usage

- -

The box at the right side of the page - displays the information about currently highlighted product: name, version - and short description, required disk space, disk space required for temporary - files, list of prerequisites (this information is provided in the XML - file) and current user choice.

- -The "Disk - space required:" field - displays how much disk space on the hard drive is required for installation - of selected products. - -

Please, - take into account that the displayed amount of required disk space is - approximate and may differ when you install products on your hard drive.

- -

The installation procedure uses a special - directory to store temporary files. The "Space - for temporary files:" field - shows the information about required disk space on the hard drive for - extracting and compiling the selected products. You can change the temporary - directory - just type a path to the folder you want to use or click on - the corresponding "Browse..." button.

- -

Actually, - temporary files are not stored directly in the directory entered by the - user. The Installation Wizard creates an additional folder in this directory - named something like INSTALLWORKXXXXX where XXXXX is a unique number. This allows - to launch several Installation Wizards simultaneously. This temporary - directory is removed automatically when the installation finishes.

- -

The installation procedure also checks - the available disk space. If there is not enough disk space on your hard - drive you will see a corresponding error message box.

- -

You are strongly recommended not to use directory names containing - spaces. Otherwise you can experience - some troubles with the installation. -

- -

To proceed further click "Next". - At this moment the program will make some tests to check installation - settings: if there is enough disk space on the hard drive, check for native - products installation, dependencies (prerequisites) for each product you - have selected to be installed. If any test fails you will see the corresponding - warning message box. Otherwise the wizard will proceed to the next page: -

- - - -

 

- -

Choice page

- -

Figure - 5: "Check your choice" - page

- -

This page summarizes the installation - options you've made on the previous pages. You can check again your choice - and change it if necessary by getting back to the previous page.
-When you are sure that everything is OK, click
"Next" to follow to the next page. -

- - - -

 

- -

Progress page

- -

Figure - 6: "Installation progress" - page

- -

To start - installation of the selected products click "Start". It launches - the shell installation script and you will be able to see the output of - the script in the  dialog - topmost frame. If any errors occur during the installation progress the - corresponding messages will be printed to the log window in bold red font.

- -

It is possible - to break the installation at any time by clicking "Stop". Then - you can get back to the previous pages if you wish to change installation - settings or restart installation by pressing again "Start" button.

- -

In the current implementation - it is not possible to resume the stopped installation process; it will - be re-started from the very beginning. -

- - - -

 

- -

Progress page

- -

Figure - 7: "Installation progress" - page: installation in progress

- -

The "Installation - Status" frame window shows - you the progress of installation. "Waiting" - status means that installation of this product has not been started yet. - The product currently being installed is marked as "Processing". All installed products have "Completed" status.

- -

You can abort installation and close - the installation procedure using "Cancel" button.

- -  - -

This button sends the signal "SIGTERM" to the - shell script. The script tries to clear all temporary files. The process - of removing temporary files can take some time, so the installation wizard - will wait 3 seconds before closing. -

- -

At the end of installation (all selected - products have been installed successfully) you can go back to the previous - pages to start a new installation or click "Next" - to go the Readme page:

- - - -

 

- -

Read page

- -

Figure - 8: "Finish installation" - page

- -

In this page you can read important information - about the Instalation Wizard itself and some tips: how to run and test - SALOME or how to build SALOME from the sources. This is the contents of - the README file which you can find in the root directory of the Installation - Wizard.
-You can also launch SALOME Desktop from this page or read the Release Notes - file by clicking on the corresponding buttons in the lower part of the - page (see
here and here for more information about customizing these - buttons).

- -

Batch mode

- -

To launch the Installation Wizard in - the batch mode use -b (--batch) parameter.
-In this mode the GUI wizard is not shown but all the installation status - is displayed directly in the console. In the batch mode the user does - not have a possibility to change installation settings which are given - in the configuration file, except target and temporary directories which - can be overridden by the corresponding command line options.
-The only exception is
--all-from-sources (-a) option which enables special installation mode - in which all the products (including SALOME modules) are installed from - sources, ignoring the default mode defined in the XML configuration file - (see here for details).

- -

 
-
-Batch mode

- -

Figure - 9: Batch mode

- -

Environment files

- -

During the process of installation the - script creates some environment files to simplify the procedure of launching - SALOME. These shell scripts set all necessary environment variables for - all products you have installed. To learn how installation scripts collects - the environment, see here. These files are: salome.csh + salome.sh in the KERNEL - module sources and KERNEL - module binaries root directories and env_products.csh + env_products.sh - and env_build.csh - + env_build.sh in the target installation directory.

- -

Note: - there is some difference between these files: env_build.* files are optimized to be used for building - SALOME modules from sources (see README - file provided with the installation - procedure on the CD). The env_products.* (and - salome.*) files are optimized for - SALOME launching. The behavior is defined by the environment variable ENV_FOR_LAUNCH which is set to 0 in env_build.* files and to 1 in env_products.* (salome.*) files.

- - 
- - -
- - -

Notes on check products - version procedure

- -Unfortunately there is no exact algorithm - to identify the product version under Linux platform. The information - in this section gives an idea how the version is checked for the native/preinstalled - products (this information refers to the base platform Linux - Mandrake 10.1; and the same algorithms - are used for other platforms).
-The general rule for all products is that the path to the binaries should - be set via the
PATH environment variable, path to the libraries - should be set via the LD_LIBRARY_PATH variable and the python modules should be available - via the PYTHONPATH variable. - -

Note: - the information given in this section refers to the prerequisite products - for SALOME version 3.2.4.

- - - -Version number is checked by gcc -dumpversion command. The gcc executable should be in the PATH environment variable. Version should be equal - to "3.4.1". It is recommended to use native gcc on Mandrake - 10.1. - - - -Version number for tcl/tk can be found in tclConfig.sh and tkConfig.sh - files (TCL_VERSION and TK_VERSION variables correspondingly). Version number should - be equal to "8.4" (release number is not checked).
-Set the
TCLHOME environment variable to the root directory of - tcl/tk installation.
-It is recommended to use native tcl/tk on Mandrake 10.1.
- - - -Version number is defined by version.hpp - file which is part of the boost distribution. This file defines the BOOST_VERSION macro which should be equal to "103100". - In addition the existence of boost libraries is checked.
-Set the
BOOSTDIR environment variable if you have a preinstalled - version of boost. - - - -Version number is checked by python -V - command. The python executable should be in the PATH environment variable. Version number should - be equal to "2.3.4". It is recommended to use native Python - on Mandrake 10.1.
-Set the
PYTHONHOME environment variable if you have a preinstalled - version of Python. - - - -Version number is checked by swig -version command. The swig executable should be in the PATH environment variable. Version number should - be equal to "1.3.24". - - - -Version number is defined by qglobal.h - file which is part of the Qt distribution. This file defines QT_VERSION_STR macro which should be equal to "3.3.3". - It is recommended to use native Qt on Mandrake 10.1.
-Set the
QTDIR environment variable if you have a preinstalled - version of qt. - - - -msg2qm - is a Qt tool which is used to convert text *.po files to *.qm resource - files. Unfortunately this tool is not included to the Linux distribution - and provided only in Qt sources package. This is the reason why this tool - is supplied with the SALOME Installation Wizard.
-There is no way to check the version number of msg2qm tool. Just set
MSG2QM_ROOT - environment variable if you have a preinstalled version of msg2qm tool. - - - - -Version number is defined by Standard_Version.hxx file which is part of the Open CASCADE distribution. - This file defines OCC_VERSION_MAJOR, OCC_VERSION_MINOR and OCC_VERSION_MAINTENANCE macros which should refer to version 6.1.2.
-Set the
CASROOT environment variable if you have a preinstalled - version of Open CASCADE. - - - -Version number is defined by qwt_global.h - file which is part of the qwt distribution. This file defines QWT_VERSION_STR macro which should be equal to "4.2.0".
-Set the
QWTHOME environment variable if you have a preinstalled - version of qwt. - - - -Version number is defined by libhdf5.settings file which is part of the hdf5 distribution. Version should be equal to 1.6.4.
-Set the
HDF5HOME environment variable if you have a preinstalled - version of hdf5. - - - -Unfortunately there is no formal way to - check med version number. We check existence of libmed.so.1.0.2 library - on the computer. If you have any problem with a preinstalled version of - med, please, reinstall it.
-Set the
MED2HOME environment variable if you have a preinstalled - version of med. - - - -Unfortunately there is no formal way to - check VTK version number. We just check the existence of libvtkCommon.so library on the computer and hope that it is - of version we need. If you have any problem with a preinstalled version - of Vtk, please, reinstall it.
-Set the
VTKHOME environment variable if you have a preinstalled - version of Vtk. - - - -We just check existence of some omniORB - libraries and executable on the computer, like libomniORB4.so.0.5, _omnipymodule.so.2.4, libCOSNotify4.so.0.1 and notifd.
-Set the
OMNIORBDIR environment variable if you have a preinstalled - version of omniORB products. - - - -Version number is checked by sip -V - command. The sip executable should be in the PATH environment variable. Version number should - be equal to "4.1".
-Set the
SIPDIR environment variable to the directory where - you have sip executable preinstalled. - - - -Version number is defined by pyqtconfig.py Python module file which is part of the PyQt - distribution. Version should be equal to "3.13".
-Set the
PYQTDIR - environment variable if you have - a preinstalled version of PyQt. - - - -Unfortunarely we can't find anything about - netgen version. We just check if NETGENROOT environment variable is set.
-Set the
NETGENROOT environment variable if you have a preinstalled - version of netgen mesher. - -
  - -

Note: netgen 4.5 - provided with the SALOME installation Wizard has been patched to improve - its performance.

- - - -Version number is checked by python -c 'import Numeric; - print Numeric.__version__' command. - The python executable should be in the PATH environment variable and Numeric module should be available for the Python (for - example it should be in the PYTHONPATH environment variable). Version number should - be equal to "23.7". If you have any problem with a preinstalled - version of Numeric 23.7, please, reinstall it.
-Add the directory where you have a preinstalled version of Numeric - package to the the
PYTHONHOME - environment variable. - - - -Version number is checked by dot -V - command. The dot executable should be in the PATH environment variable. Version number should - be equal to "2.2.1".
-Add
graphviz bin directory to the the PATH environment variable. - - - -Version number is checked by doxygen --version command. The doxygen executable should be in the PATH environment variable. Version number should - be equal to "1.4.6". - - - -For each SALOME module sources package (KERNEL, - GUI, GEOM, etc...) the root directory contains file configure.in (configure.ac) - which defines version information.
-Set the
<MODULE>_SRC_DIR environment variable for each SALOME MODULE - sources package installed (where MODULE is KERNEL, GUI, GEOM, ...). - - - -For each SALOME module binaries package - (KERNEL, GUI, GEOM, etc...) the bin/salome directory contains file VERSION which defines version information.
-Set
<MODULE>_ROOT_DIR environment variable for each SALOME MODULE - binaries package installed (where MODULE is KERNEL, GUI, GEOM, ...). - -

If you have native products installed - to directories different from default ones (not /usr/bin, /usr/lib...), it is recommended to follow the above mentioned - instructions. Or you should properly set PATH and LD_LIBRARY_PATH variables before - starting the Installation Wizard. Otherwise the installation script will - fail to find preinstalled/native products.

- -

Note: for some native products (e.g. gcc, Python) - the rules of version checking are not so strict as described above. Only - major and minor version numbers should coincide with the prerequisite. - Newer version of the product can also be used. If some native product - has version number larger than that required by the installation procedure, - the user will be prompted by the warning message like this: "You have newer version of gcc installed - on your computer than that is required (3.4.1). Continue?". You can click "Yes" to proceed with the installation but in this - case you should be aware of what you are doing. SALOME binaries (including - other products) are compiled with the predefined prerequisites and most - likely can not be run successfully if these products are not found. This - can be helpful only if you plan to build all products from sources.

- - -
- - -

Pick up the environment

- -Please, read the following information carefully - . This section describes how the installation procedure generates the - environment scripts for the SALOME platform being installed. - -

After installing each product shell the - script creates a special environment file for the product in its installation - folder. The name of the file is generated from the name of product by - the following scheme: env_<product_name>.sh (for example env_Vtk.sh - for the Vtk). This file includes - all necessary environment settings. At the final step of the installation - the script picks up all the settings files and generates two common environment - files from them: salome.sh and salome.csh - for bash and csh shells correspondingly. Such approach helps - to save time when reinstalling products and you may not bother about setting - all environment variables manually to build/launch SALOME. What you simply - need is to source one of these environment files.

- -

This also concerns those products which - are not being installed. For example, you install some SALOME binaries - to the directory where you have previously installed other products.  - The Installation procedure tries to collect environment files from the - target directory if it finds necessary products installed there. If some - product is not found in the target directory the corresponding section - of salome.sh/salome.csh files will be skipped.
-For native products (like
gcc, - tcl, etc...) the installation - procedure tries to find them first using PATH / LD_LIBRARY_PATH variables and then in the system default directories - (/usr/bin, /usr/lib etc., depending on the product).

- -

In any case you may edit salome.* - files after the installation procedure finishes, if you want.

- -  - -

Note: - as it was mentioned above there are other environment files which are - generated by the installation procedure: env_products.csh + env_products.sh and env_build.csh + env_build.sh. These files can be found in the target installation - root directory.

- - 
- - -
- - -

Modifying XML configuration - file

- -You can create your own XML configuration - file. The Installation Wizard can then take it as a command line argument - to provide a list of products you want to install with it. The list of - products and some other settings for the Installation Wizard are provided - in the XML file. The default file which Installation Wizard looks for - if no command line arguments are given, is config.xml.
-This section describes the structure of the configuration file.
-XML tags are in bold blue, optional sections/tags are in brackets.
- -

<document> -
-   
[
<config [ version=<install_wizard_version> - ]
-              [ - caption=<install_wizard_caption> ]
-
-              [ - copyright=<install_wizard_copyright>  ]

-              [ - license=<install_wizard_license_info> ]
-
-              [ - os=<target_platform> ]

-      />

-    ]

-   
[
<path   [ targetdir=<target_directory> - ]
-              [ - tempdir=<temp_directory>     ]

-      />

-    ]

-   
[
<button   label=<button_label>     
-              - [ tooltip=<button_tooltip> ]
-
-              -   script=<button_script>   

-              - [ disable=<disable_flag>   ]

-      />

-    ]

-    [
- <button - ...
-      /
>

-    ]

-    [
- <product  - name=<product_name> -
-                - version=<product_version>
-
-              [ context=<product_context>         - ]
-              [ description=<product_description> - ]

-                - install=<installation_mode>
-
-                - supported=<supported_installation_modes>
-
-              [ - disable=<disable_flag>            ]
-              [ pickupenv=<pickup_env_flag>       - ]
-                - dependancies=<list_of_prerequisites>
 
-                - installdiskspace=<install_disk_space>
-
-                - temporarydiskspace=<tmp_disk_space>
-
-                - script=<installation_script_name>

-      /
>

-    ]

-    [
- <product - ...
-      /
>

-    ]
-    ...

-</document>

- -

<config> - section

- -This is an optional - section; it provides general information about the Installation Wizard - itself.
-
-Attributes:
- - - -The application version - number to be shown in the caption. - - - - -The application main window caption - if - this string contains '%1' text the title will contain the version number - in this place (see above). - - - -The application copyright - information (shown in the first page). - - - - -The application license - information (shown in the first page). - - - - -This parameter defines - the directory (relative from ./Products/BINARIES) where the Installation - Wizard will search precompiled binaries packages. If this tag is not provided, - binaries packages are looked for in the ./Products/BINARIES directory. - -

<path> - section

- -This is an optional section; it defines - default installation directories.
-
-Attributes:
- - - -The target directory - - the path to the directory where products should be installed. - - - -The temporary directory - - the path to the directory for the temporary files. - -

<product> - section

- -This section describes product to be installed - with the Installation Wizard. The XML file should include a <product> - section for each product to be installed. The products appear in the tree - view and are installed in the order they are described in the configuration - file. It is recommended (but not obligatory) to define native products - at the top of the list before all other products.
-
-Attributes:
- - - -Product name. - - - -Product version. - - - -Product description - (optional). - - - -Context (optional). - The possible values are 'salome - sources', 'salome - binaries' and 'prerequisite' - (several contexts can be given separated by ":" symbol). - - - -Supported modes of - installation. Several modes can be separated by comma. Possible value - are: install sources, install - binaries, use - native. The Installation script - should contain the corresponding functions for each of the supported installation - modes (see here). - - - - -Default (starting) - installation mode. - - - -If this optional flag - has 'true' value, the corresponding product will not appear in the list - of products and will not be installed. - - - - -This flag points that pickup environment - procedure should be performed for this product. If this flag equal to - 'true',  salome.sh and salome.csh files will  be created in - the product installation directory. Usually this option is set to true - for SALOME KERNEL module sources and binaries package. This is an optional - key, default value is 'false'. - - - -List of prerequisite - products, which are necessary to build this product, separated by comma. - - - -Total amount of space - (integer, in Kbytes), which the product occupies on the hard drive after - the installation. - - - -Disk space (integer, - in Kbytes) for temporary files, which is necessary to build the product - from the sources. - - - -The installation script - name. This script is in charge of the installation of the product. It - is called automatically by the Installation Wizard when necessary from - the main program. See the next - section for more information. - -

<button> - section

- -This is an optional section. It allows customization - of the last "Finish installation" page of the Installation Wizard by adding one - or more buttons in the lower part of the wizard's window. The script which - is attached to each such button, can perform some specific action, for - example, launch the application or show the Release Notes file by using - an external program. See here for more details about writing scripts.
-
-Attributes:
- - - -This is the button - text. - - - -The button tooltip - (optional). - - - -The script attached - to the button. - - - -

If - this optional flag has 'true' value, the corresponding button will not - appear in the "Finish installation" page - the section of XML file is silently ignored. 

- -

Note: - If you add new products to be installed with Installation Wizard, you - should also provide installation script for this product. See the next - section for more details.

- - 
- - -
- - -

Implementing installation - scripts for the new products

- -When you want some product to be installed - with the Installation Wizard, you should add its description to the configuration - file and create the installation - script, following the rules described in this section.
-
-There are some obligatory functions which should be implemented in this - installation script. These functions are automatically called by the master - installation script or/and its GUI shell when it is necessary.

-File
common.sh contains some service functions which can be - used in your installation script, like make_env(), make_dir(), try_existing(), sort_path(), find_in_path(), etc.
- - - - -This function allows to check the version - of the product already installed on the computer. It should try to find - the product (native or preinstalled in the target directory) and check - its version. This helps to avoid unnecessary reinstallation. This is an - internal function and is not called from the master installation script. - - - - -This function is called when the 'use native' installation - mode is selected by the user. The function should try to find a native - version of the product and define possibility of its use. It should create - the environment file for the product in the temporary directory (see also - the description of print_env() - function). It is not necessary to implement this function if you do not - provide native mode installation. - - - -This function is called when the 'install sources' - installation mode is selected by the user. The function is responsible - for building the product from the sources package. It should create the - environment file for the product in the temporary directory (see also - description of print_env() - function). It is not necessary to implement this function if you do not - provide sources mode installation. - - - -This function is called - when SALOME module is installed and the --all-from-sources (-a) option is used ("Build - SALOME sources" check box in - GUI mode). This function should be used to unpack SALOME sources package - and then call the build/install procedure for it.
-For more details please refer to the
this - and this sections for more details.
- - - -This function is called - when the 'install binaries' installation mode is selected by the user. The - function is responsible for the extracting of the product from the binaries - package. It should create environment for the product in the temporary - directory (see also description of print_env() function). It is not necessary to implement - this function if you do not provide binaries mode installation. - - - -This function is called when the - 'not install' installation mode - is selected by the user. In this case the script should inspect the target - directory to try to find an already preinstalled product, pick up and - check the environment from there. See here - for more details. - - - -This function is in - charge of creating the environment script. It should create a file with - name env_<product_name>.sh in the temporary directory and then copy it - into the product installation directory. The file should contain all necessary - environment variables settings for the product. It will be collected during - the 'pick-up-environment' procedure. - - - -This procedure corresponds to the pickupenv - tag of the configuration xml file (see previous section). It should call - the make_env procedure to perform the pick-up environment - procedure for the product.
-
-The calling signature of the product installation script is the following:

-<product_script_name> <function_name> <temp_folder> <products_directory> - <target_directory> <dependancies> <product_name>
- -

where

- -

<product_script_name> - installation script name (described in the - configuration xml file); -
-<function_name>
- the name - of function, corresponding to the selected installation mode: try_native, install_source, install_binary or try_preinstalled;
-
-<temp_folder>
- temporary - files directory;

-<products_directory>
- - directory where the sources/binaries package can be found. You should - provide the sources package in the <Install_Wizard_root_directory>/Products/SOURCES directory and binaries package in the <InstallWizard_root_directory>/Products/BINARIES/<os_version>, where <os_version> is the target platform - description, which appears in the corresponding section of the configuration xml file.
-
-<target_directory>
- root - target directory where the product should be installed to;

-<dependancies>
- single-quoted - list of prerequisite products, separated by space;

-<product_name>
- product - name itself.

- -

Example:
-med-2.2.3.sh install_binary /tmp/work ./Products/BINARIES/Mandrake10.1 - /usr/salome 'gcc Hdf' med

- -

Copy the created script - into the <Install_Wizard_root_directory>/config_files sub-directory where all installation scripts - are stored. Installation Wizard will automatically search and call your - script during the installation procedure. -

- - -
- - -  - -

Customizing Readme page - buttons

- -The Installation Wizard allows customizing - the look-n-feel of the last "Finish - installation" page. If - you want to add one or more buttons to this page in order to perform some - specific actions at the end of the installation (for example, to show - the Release Notes file by using Open Office) you can put an additional - section to the XML configuration file. This is the <button> section (see here - for more details). - -
  - -
To implement the action which will be performed - when the user clicks the button, you need to create a script and put it - to the <Install_Wizard_root_directory>/config_files directory.
-There are some obligatory functions which should be implemented in this - script. These functions are automatically called by the Installation Wizard - GUI.
- - - -This procedure is called by the Installation - Wizard when the "Finish - installation" page is displayed - and the status of the buttons should be modified according to the installation - options. This procedure should return 0 if the corresponding action can be performed - and, thus, the button should become enabled. Otherwise, it should return - 1 - - in this case the corresponding button will be disabled. - - - -This procedure is invoked when the user - clicks the button. This procedure should return 0 if the corresponding action is done successfully - and 1 - if any error occurs.
-
-The calling signature of the script is the following:

-<product_script_name> <function_name> <target_directory> - <temp_folder>
- -

where

- -

<product_script_name> - the script name itself (retrieved from the - XML configuration xml file);
-<function_name>
- the name - of function;
-<target_directory>
- root - target directory where the product is installed to;
-<temp_folder>
- temporary - files directory;

- -

Note: The standard Installation Wizard buttons "Launch - SALOME" and "Release Notes" are implemented with this feature. - Refer to scripts start_salome.sh and release_notes.sh for sample implementation.
-
-
Note:
Any button (even standard) can be ignored by - the Installation Wizard if the attribute <disable> in the XML configuration file is set to the - "true" value.

- - -
- - -  - - - - diff --git a/doc/salome/gui/GUI/kernel/readmepage.png b/doc/salome/gui/GUI/kernel/readmepage.png deleted file mode 100644 index b6aee2989..000000000 Binary files a/doc/salome/gui/GUI/kernel/readmepage.png and /dev/null differ diff --git a/doc/salome/gui/GUI/kernel/running_salome_pro.htm b/doc/salome/gui/GUI/kernel/running_salome_pro.htm deleted file mode 100755 index 0ef619a7c..000000000 --- a/doc/salome/gui/GUI/kernel/running_salome_pro.htm +++ /dev/null @@ -1,344 +0,0 @@ - - - - - -Running SALOME - - - - - - - - - - - - - -

Running SALOME

- -

To launch SALOME:

- -

 

- -

1. Install the SALOME package into a definite - directory (ex. SALOME) on your - hard disk. It is preferable if you use the special installation procedure - allowing to install the  SALOME - platform and all corresponding applications.

- -

 

- -

2. - The installation shell script will create a special file: salome.csh - (CShell file) in your SALOME/KERNEL directory. - This file contains all environment variables necessary for launching SALOME - platform with other application products provided with SALOME installation - package. You have a possibility to add one of them into your profile if - you enter in the command console the following:

- -

 

- -

source - salome.csh

- -

 

- -

During - the installation procedure you have a possibility to set your profile - automatically.  

- -

 

- -

 

- -

3. Launch SALOME platform, using the following - Python script located in the SALOME/KERNEL/bin/salome - directory:

- -

 

- - - -

 

- - - --- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

Options

-

Description

-

--help or - -h   

-

print this help

-

 

-

--gui or - -g   

-

launch with GUI

-

 --terminal or - -t      

-

launch without GUI in batch mode

-

--logger or - -l   

-

redirects  log - messages in the file logger.log

-

--file=<FILE> or - -f=<FILE>

-

redirects  log - messages in a custom file

-

--xterm or - -x

-

the servers open an xterm window and log messages are displayed in this - window

-

--modules=module1,module2,... - or -m=module1,module2,...

-

list of SALOME modules which will be loaded into the module catalogue

-

--embedded=registry,study,moduleCatalog,cppContainer,

-

or  -e=registry,study,moduleCatalog,cppContainer -

-

embedded CORBA servers (default: registry,study,moduleCatalog,cppContainer)

-

note that logger,pyContainer,supervContainer can't be embedded

-

--standalone=registry,study,moduleCatalog,cppContainer,pyContainer,supervContainer, - or

-

-s=registry,study,moduleCatalog,cppContainer,pyContainer,supervContainer -

-

standalone CORBA servers (default: pyContainer,supervContainer)

-

--containers=cpp,python,superv

-

or -c=cpp,python,superv

-

launch of cpp, python and supervision containers

-

--portkill or - -p

-

kill SALOME launched with the current port

-

--killall or - -k    

-

 

-

kill SALOME

-

 

-

--interp=n or - -i=n    

-

number of additional xterm to open, with session environment

-

-z

-

display splash screen

-

-r

-

disable centralized exception handling mechanism

- -

 

- -

- If the runSalome.py - script - is launched without prompting any options, they will be taken by default - from the file SalomeApp.xml - (SALOME/GUI/share/salome/resources/SalomeApp.xml). - If you are constantly launching SALOME with some specific options which - are different from the defaults, you can edit this file according to your - requirements. So the next time you run SALOME, you won't have to enter - these numerous command console options.    

- -

 

- -

-Related Topics - -

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/salome_pro_desktop.htm b/doc/salome/gui/GUI/kernel/salome_pro_desktop.htm deleted file mode 100755 index 8548692f1..000000000 --- a/doc/salome/gui/GUI/kernel/salome_pro_desktop.htm +++ /dev/null @@ -1,231 +0,0 @@ - - - - - -SALOME desktop - - - - - - - - - - - - - -

SALOME Desktop

- -

The main SALOME Desktop - consists of the following sections and toolbars:

- -

 

- -

- -

 

- -

Basic parts of the SALOME Desktop:

- -

 

- - - -

 

- -

All toolbars in the SALOME - Platform are context-sensitive. Loading of a definite component (Geometry, - Post-Pro, Mesh etc.) will automatically add some additional toolbars specific - to this component. To display/hide a definite toolbar, in the main menu - choose View > Toolbars, and - from this submenu check or uncheck the toolbar, you would like to display/hide. -

- -

By default all toolbars are located on - the top of the SALOME desktop. But you can relocate toolbars by dragging - with the mouse and dropping it in any place of the window.

- -

 

- -

Parts of  the - study window:

- -

 

- - - -

 

- -

Object Browser, Python Console, MenuBar, - etc are, in fact, separate dockable windows.  Dockable - windows can be placed in special areas, on the borders of desktop like - toolbars. You can change the size and the position of dockable windows, - hide them or even place outside desktop. SALOME saves in the same file - all positions and sizes of dockable windows. It means that the difference - in settings of the same windows (for example Python console) is possible - between different modules (the same window can have different size and - position when other module is activated). Also each module can indicate - which common windows are necessary for working, and only they will be - displayed when this module is active.

- -

 

- -

Starting - from the version 3.0.0 Salome uses a Multi-Desktop Approach. Multi-desktop Approach means that now there - is separate Desktop for each document (Study)  and - all windows connected to a Study (viewers, dockable windows etc) are placed - in one container. It is very comfortable, because you can't mix up windows - from different studies. This approach positively differs from the classic - multi document interface in case if many windows are used, i.e. when one - document contains a lot of viewers, dialogs, etc. Each desktop also has - its own menu and toolbar.

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/saving_a_study.htm b/doc/salome/gui/GUI/kernel/saving_a_study.htm deleted file mode 100755 index 2c5d449f0..000000000 --- a/doc/salome/gui/GUI/kernel/saving_a_study.htm +++ /dev/null @@ -1,273 +0,0 @@ - - - - - -Saving a study - - - - - - - - - - - - - -

Saving and closing studies

- -

In SALOME - a study can be saved in HDF - binary (by default) or ASCII files - (see also: Setting ASCII save - option).

- -

 

- -

You can also specify  two - options of saving your study:

- -

 

- - - -

 

- -

Saving a study you also - save its layout, i.e. all positions and sizes of dockable windows. It - means that the difference in settings of the same windows (for example - Python console) is possible between different modules (the same window - can have different size and position when other module is activated). - Also each module can indicate which common windows are necessary for working, - and only they will be displayed when this module is active.

- -

 

- -

To save an existing - study :

- -

 

- -

In - the main toolbar click or - from the main menu select File - > Save option. - Your study will be automatically updated.

- -

 

- -

If your study hasn't been - previously saved, this option will call the standard Search File dialog - box where you can enter the name for your study and save it.

- -

 

- -

To save a study with - a new name:

- -

 

- -

From the main menu select - File > Save as option. In the - standard Search File dialog box enter a new name for your study and click - Save button.

- -

 

- -

To save the current - layout of the GUI:

- -

 

- -

From the main menu select File - > Save GUI State. The GUI state is published in Object Browser - in the folder GUI states and can be at any time Restored, - Renamed or Deleted. -  This operation - saves and allows to restore almost all GUI settings: names, position, - zooming and panning of viewers  and - all displayed objects (in Post-Pro module only).  

- -

 

- -

To close a study:

- -

 

- -

In - the main toolbar click or  from - the main menu select File > - Close option - or click on the cross in the upper right corner of the study window.

- -

 

- -

If your study hasn't been - previously saved, this option will call the following dialog box with - several options:

- -

 

- -

- -

 

- -

Unload - option allows to unload your current study from the SALOME Desktop. - In the same working session you can  reload - it again (see: Opening studies). But - if you quit the SALOME application, all changes in the unloaded study - will be lost.

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/setting_preferences.htm b/doc/salome/gui/GUI/kernel/setting_preferences.htm deleted file mode 100755 index 94213495a..000000000 --- a/doc/salome/gui/GUI/kernel/setting_preferences.htm +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -Setting preferences - - - - - - - - - - - - - -

SALOME preferences

- -

To begin setting preferences - for your study, select Preferences in - the main menu, the following dialog box will appear:

- -

 

- -

 

- -

If you've just started - your study and haven't yet loaded other modules, you'll be able to change - only those settings, which refer to the whole GUI SALOME session. These - settings will be valid for the whole study session.

- -

 

- -

General - Preferences

- -

 

- - - - - - - -

 

- -

Viewers - Preferences

- -

 

- -

- -

 

- - - - - - - -

 

- - - -

 

- - - -

 

- -

Directories Preferences

- -

 

- -

- -

 

- - - -

 

- -

Object - Browser Preferences

- -

 

- -

- -

 

- - - -

 

- - - -

 

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/using_catalog_generator.htm b/doc/salome/gui/GUI/kernel/using_catalog_generator.htm deleted file mode 100755 index 41e50d318..000000000 --- a/doc/salome/gui/GUI/kernel/using_catalog_generator.htm +++ /dev/null @@ -1,233 +0,0 @@ - - - - - -Using Catalog Generator - - - - - - - - - - - - - -

Using Catalog Generator - (for advanced users)

- -

   SALOME - platform is an open platform for integration of your custom components, - which can used in the same way as typical modules provided in the standard - installed package. The Catalog Generator - tool serves for implementation of the interface of your custom - component. It allows to generate from IDL description of your component - interface its xml description.  The - component xml description allows SALOME application to know about the - component and its services and provides the possibility to call the component - services, for example, inside Supervisor module.

- -

If you have a look at runSalome, runSalomeWithPort - scripts running SALOME application, which are stored in build/bin directory - you will see that SALOME_ModuleCatalog_Server is started with two xml - files as its input parameters: CatalogModuleGeneral.xml - and CatalogModulePersonnel.xml. - These two files store the descriptions of interfaces and services of all - components, provided with typical SALOME package. To add a new component - into SALOME platform you should either update one of these existing xml - files with generated xml description of your component or create a new - one.

- -

 

- -

To open the Catalog Generator:

- -

 

- -

From the main menu choose Tools - > Catalog Generator, the following dialog box will appear:

- -

 

- -

- -

 

- -

 

- -

In - this dialog box you can specify:

- -

 

- - - -

 

- -

If you have chosen to create a new xml file containing the - description of your component, don't forget to specify it as input parameter - for SALOME_ModuleCatalog_Server in the file, you are using as a running - script of SALOME platform (in runSalomeWithPort, for example).

- -

 

- -

 When - launching SALOME next time you will see your module alongside other components.

- -

 

- -

You can use the Catalog - Generator tool, if you would like to test - the functionality of your new component. After implementation of your - component interface, launch SUPERVISION module where you can try using - the services of your new component. (see also: Adding factory nodes)

- -

 

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/using_left-hand_tabs.htm b/doc/salome/gui/GUI/kernel/using_left-hand_tabs.htm deleted file mode 100755 index cb43d0047..000000000 --- a/doc/salome/gui/GUI/kernel/using_left-hand_tabs.htm +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Using left-hand tabs - - - - - - - - - - - - -

Using left-hand tabs

- -

SALOME Help system includes - the following left-hand tabs:

- -

 

- - - -

 

- - - -

 

- - - -

     

- -

-Related Topics - - -

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/using_object_browser.htm b/doc/salome/gui/GUI/kernel/using_object_browser.htm deleted file mode 100755 index 24f4e911b..000000000 --- a/doc/salome/gui/GUI/kernel/using_object_browser.htm +++ /dev/null @@ -1,203 +0,0 @@ - - - - - -Using Object Browser - - - - - - - - - - - - - -

Using Object Browser

- -

The Object - Browser in SALOME is destined for displaying the structure of the - current study in a tree-like form. It contains:

- -

 

- - - -

 

- -

- -

 

- -

The Object Browser is - destined to getting quick access to different objects created during SALOME - session. All pop-up menus associated with the objects displayed in the - Object Browser are context-sensitive. So it depends on a definite currently - loaded SALOME component what options you will see in the pop-up menu, - if you right-click on a definite object in the Object Browser.

- -

 

- -

The Object Browser may contain supplementary - attributes of the objects displayed in additional columns. By default, - these columns are not displayed -  displaying/hiding - these columns is possible through setting - study preferences or right-clicking on the attributes bar and toggling - the necessary attributes.

- -

 

- -

- -

 

- - - - - -

 

- -

Entry, IOR and Reference - entry  attributes - are displayed for debugging purposes only.

- -

              

- -

-Related Topics - - -

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/kernel/using_registry.htm b/doc/salome/gui/GUI/kernel/using_registry.htm deleted file mode 100755 index ab5ec1fd3..000000000 --- a/doc/salome/gui/GUI/kernel/using_registry.htm +++ /dev/null @@ -1,207 +0,0 @@ - - - - - -Using Registry tool - - - - - - - - - - - - - -

Using Registry tool

- -

Registry - tool is in the SALOME platform is destined for providing information about - the processes (components), which have ever been launched in the current - study session.  

- -

 

- -

To view the Registry:

- -

 

- -

From the main menu choose - Tools > Registry display, the - following dialog box will appear:

- -

 

- -

- -

 

- -

Running - tab of this dialog box displays a list of the currently started processes - (components) with supplementary information on each of them divided into - columns:

- -

 

- -

- Component: - name of the started component

- -

- PID: - process identification number

- -

- User - Name: name of the user launching the component

- -

- Machine: - name of the machine, on which the process has been started

- -

- begins: - date and time of the starting of the component

- -

- hello: - date and time of the last call to the component

- -

 

- -

History - tab displays a list of all processes, which have ever been launched within - this study session. It contains the same supplementary information on - each of the processes (components).

- -

 

- -

Refresh - button allows to refresh the current list of processes (components).

- -

 

- -

Interval - button allows to set an interval for refreshment of the current list of - processes (components).

- -

 

- -

- -

 

- -

To display complete information on a definite process (component):

- -

 

- -

Double-click on this - process (component). The following window will appear:

- -

 

- -

- -

 

- -

 

- -

-Related Topics - - -

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GUI/pics/cataloggenerator.png b/doc/salome/gui/GUI/pics/cataloggenerator.png deleted file mode 100755 index 51a0f2786..000000000 Binary files a/doc/salome/gui/GUI/pics/cataloggenerator.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/choicepage.png b/doc/salome/gui/GUI/pics/choicepage.png deleted file mode 100755 index fefd66e3e..000000000 Binary files a/doc/salome/gui/GUI/pics/choicepage.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/clipping.png b/doc/salome/gui/GUI/pics/clipping.png deleted file mode 100644 index 6d738558e..000000000 Binary files a/doc/salome/gui/GUI/pics/clipping.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/copy-paste.jpg b/doc/salome/gui/GUI/pics/copy-paste.jpg deleted file mode 100755 index e243122b3..000000000 Binary files a/doc/salome/gui/GUI/pics/copy-paste.jpg and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/dumpstudy.png b/doc/salome/gui/GUI/pics/dumpstudy.png deleted file mode 100755 index f899e778c..000000000 Binary files a/doc/salome/gui/GUI/pics/dumpstudy.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/exemple.gif b/doc/salome/gui/GUI/pics/exemple.gif deleted file mode 100755 index 6350d1737..000000000 Binary files a/doc/salome/gui/GUI/pics/exemple.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/geomview-alt.png b/doc/salome/gui/GUI/pics/geomview-alt.png deleted file mode 100755 index e797b085d..000000000 Binary files a/doc/salome/gui/GUI/pics/geomview-alt.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/graduatedaxes1.png b/doc/salome/gui/GUI/pics/graduatedaxes1.png deleted file mode 100644 index cf021ba42..000000000 Binary files a/doc/salome/gui/GUI/pics/graduatedaxes1.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/icon_about.png b/doc/salome/gui/GUI/pics/icon_about.png deleted file mode 100755 index bbbc7a931..000000000 Binary files a/doc/salome/gui/GUI/pics/icon_about.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image100.gif b/doc/salome/gui/GUI/pics/image100.gif deleted file mode 100644 index c44d68ffc..000000000 Binary files a/doc/salome/gui/GUI/pics/image100.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image102.gif b/doc/salome/gui/GUI/pics/image102.gif deleted file mode 100644 index 3507814ba..000000000 Binary files a/doc/salome/gui/GUI/pics/image102.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image103.gif b/doc/salome/gui/GUI/pics/image103.gif deleted file mode 100644 index be534c39e..000000000 Binary files a/doc/salome/gui/GUI/pics/image103.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image105.gif b/doc/salome/gui/GUI/pics/image105.gif deleted file mode 100644 index 4f6173f82..000000000 Binary files a/doc/salome/gui/GUI/pics/image105.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image106.gif b/doc/salome/gui/GUI/pics/image106.gif deleted file mode 100644 index 2bbcb4d94..000000000 Binary files a/doc/salome/gui/GUI/pics/image106.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image108.gif b/doc/salome/gui/GUI/pics/image108.gif deleted file mode 100644 index bec69e662..000000000 Binary files a/doc/salome/gui/GUI/pics/image108.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image109.gif b/doc/salome/gui/GUI/pics/image109.gif deleted file mode 100644 index 5dbba4646..000000000 Binary files a/doc/salome/gui/GUI/pics/image109.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image157.gif b/doc/salome/gui/GUI/pics/image157.gif deleted file mode 100644 index 2f66e05e7..000000000 Binary files a/doc/salome/gui/GUI/pics/image157.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image77.gif b/doc/salome/gui/GUI/pics/image77.gif deleted file mode 100644 index ef7a62f32..000000000 Binary files a/doc/salome/gui/GUI/pics/image77.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image86.gif b/doc/salome/gui/GUI/pics/image86.gif deleted file mode 100644 index 339733193..000000000 Binary files a/doc/salome/gui/GUI/pics/image86.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image88.gif b/doc/salome/gui/GUI/pics/image88.gif deleted file mode 100644 index 9466aa6ce..000000000 Binary files a/doc/salome/gui/GUI/pics/image88.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image89.gif b/doc/salome/gui/GUI/pics/image89.gif deleted file mode 100644 index 373a6c026..000000000 Binary files a/doc/salome/gui/GUI/pics/image89.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image91.gif b/doc/salome/gui/GUI/pics/image91.gif deleted file mode 100644 index 9e93c1c72..000000000 Binary files a/doc/salome/gui/GUI/pics/image91.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image95.gif b/doc/salome/gui/GUI/pics/image95.gif deleted file mode 100644 index fb293e234..000000000 Binary files a/doc/salome/gui/GUI/pics/image95.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image96.gif b/doc/salome/gui/GUI/pics/image96.gif deleted file mode 100644 index 4580d5b5c..000000000 Binary files a/doc/salome/gui/GUI/pics/image96.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image97.gif b/doc/salome/gui/GUI/pics/image97.gif deleted file mode 100644 index 1d78de1bc..000000000 Binary files a/doc/salome/gui/GUI/pics/image97.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image98.gif b/doc/salome/gui/GUI/pics/image98.gif deleted file mode 100644 index 6519dbb67..000000000 Binary files a/doc/salome/gui/GUI/pics/image98.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/image99.gif b/doc/salome/gui/GUI/pics/image99.gif deleted file mode 100644 index 3711be813..000000000 Binary files a/doc/salome/gui/GUI/pics/image99.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/import.png b/doc/salome/gui/GUI/pics/import.png deleted file mode 100755 index 093c667f2..000000000 Binary files a/doc/salome/gui/GUI/pics/import.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/intropage.png b/doc/salome/gui/GUI/pics/intropage.png deleted file mode 100755 index 143d8d0b0..000000000 Binary files a/doc/salome/gui/GUI/pics/intropage.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/launch1.png b/doc/salome/gui/GUI/pics/launch1.png deleted file mode 100755 index e181247f9..000000000 Binary files a/doc/salome/gui/GUI/pics/launch1.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/loadscript.png b/doc/salome/gui/GUI/pics/loadscript.png deleted file mode 100755 index e681fc745..000000000 Binary files a/doc/salome/gui/GUI/pics/loadscript.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/loadstudy2.png b/doc/salome/gui/GUI/pics/loadstudy2.png deleted file mode 100755 index 595ea0528..000000000 Binary files a/doc/salome/gui/GUI/pics/loadstudy2.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/lockedstudy.png b/doc/salome/gui/GUI/pics/lockedstudy.png deleted file mode 100755 index 9ec7e744b..000000000 Binary files a/doc/salome/gui/GUI/pics/lockedstudy.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/neo-view2.png b/doc/salome/gui/GUI/pics/neo-view2.png deleted file mode 100755 index df1c7fe0f..000000000 Binary files a/doc/salome/gui/GUI/pics/neo-view2.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/newsticn.jpg b/doc/salome/gui/GUI/pics/newsticn.jpg deleted file mode 100755 index 94c8ee971..000000000 Binary files a/doc/salome/gui/GUI/pics/newsticn.jpg and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/objectbrowser1.png b/doc/salome/gui/GUI/pics/objectbrowser1.png deleted file mode 100755 index 16ab896a2..000000000 Binary files a/doc/salome/gui/GUI/pics/objectbrowser1.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/objectbrowser2.png b/doc/salome/gui/GUI/pics/objectbrowser2.png deleted file mode 100755 index e010ef2b0..000000000 Binary files a/doc/salome/gui/GUI/pics/objectbrowser2.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/open.jpg b/doc/salome/gui/GUI/pics/open.jpg deleted file mode 100755 index 5829aef52..000000000 Binary files a/doc/salome/gui/GUI/pics/open.jpg and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/ppref1.png b/doc/salome/gui/GUI/pics/ppref1.png deleted file mode 100755 index dd91013ce..000000000 Binary files a/doc/salome/gui/GUI/pics/ppref1.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/ppref2.png b/doc/salome/gui/GUI/pics/ppref2.png deleted file mode 100755 index 5a15f0e93..000000000 Binary files a/doc/salome/gui/GUI/pics/ppref2.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/ppref3.png b/doc/salome/gui/GUI/pics/ppref3.png deleted file mode 100755 index 767c5cf1e..000000000 Binary files a/doc/salome/gui/GUI/pics/ppref3.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref11.png b/doc/salome/gui/GUI/pics/pref11.png deleted file mode 100755 index 26ddbe9b9..000000000 Binary files a/doc/salome/gui/GUI/pics/pref11.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref12.png b/doc/salome/gui/GUI/pics/pref12.png deleted file mode 100755 index 8cafab810..000000000 Binary files a/doc/salome/gui/GUI/pics/pref12.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref13.png b/doc/salome/gui/GUI/pics/pref13.png deleted file mode 100755 index 4cfe950cf..000000000 Binary files a/doc/salome/gui/GUI/pics/pref13.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref14.png b/doc/salome/gui/GUI/pics/pref14.png deleted file mode 100755 index 2f8bcfb3c..000000000 Binary files a/doc/salome/gui/GUI/pics/pref14.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref15.png b/doc/salome/gui/GUI/pics/pref15.png deleted file mode 100755 index 10053fb11..000000000 Binary files a/doc/salome/gui/GUI/pics/pref15.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref21.png b/doc/salome/gui/GUI/pics/pref21.png deleted file mode 100755 index a487dbafa..000000000 Binary files a/doc/salome/gui/GUI/pics/pref21.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref22.png b/doc/salome/gui/GUI/pics/pref22.png deleted file mode 100755 index 26921dc5a..000000000 Binary files a/doc/salome/gui/GUI/pics/pref22.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref23.png b/doc/salome/gui/GUI/pics/pref23.png deleted file mode 100755 index bbd45259b..000000000 Binary files a/doc/salome/gui/GUI/pics/pref23.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref24.png b/doc/salome/gui/GUI/pics/pref24.png deleted file mode 100755 index 55a0ed5ef..000000000 Binary files a/doc/salome/gui/GUI/pics/pref24.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref31.png b/doc/salome/gui/GUI/pics/pref31.png deleted file mode 100755 index e5606d133..000000000 Binary files a/doc/salome/gui/GUI/pics/pref31.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref32.png b/doc/salome/gui/GUI/pics/pref32.png deleted file mode 100755 index 63daf463f..000000000 Binary files a/doc/salome/gui/GUI/pics/pref32.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref33.png b/doc/salome/gui/GUI/pics/pref33.png deleted file mode 100755 index bdc9b7643..000000000 Binary files a/doc/salome/gui/GUI/pics/pref33.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref34.png b/doc/salome/gui/GUI/pics/pref34.png deleted file mode 100755 index 5072c62b6..000000000 Binary files a/doc/salome/gui/GUI/pics/pref34.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref37.png b/doc/salome/gui/GUI/pics/pref37.png deleted file mode 100755 index 1d4d082fe..000000000 Binary files a/doc/salome/gui/GUI/pics/pref37.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref38.png b/doc/salome/gui/GUI/pics/pref38.png deleted file mode 100755 index 5c8d31ce3..000000000 Binary files a/doc/salome/gui/GUI/pics/pref38.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/pref39.png b/doc/salome/gui/GUI/pics/pref39.png deleted file mode 100755 index 878a52607..000000000 Binary files a/doc/salome/gui/GUI/pics/pref39.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/productpage.png b/doc/salome/gui/GUI/pics/productpage.png deleted file mode 100755 index 71fe213b6..000000000 Binary files a/doc/salome/gui/GUI/pics/productpage.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/progresspage.png b/doc/salome/gui/GUI/pics/progresspage.png deleted file mode 100755 index 88fc08000..000000000 Binary files a/doc/salome/gui/GUI/pics/progresspage.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/readmepage.png b/doc/salome/gui/GUI/pics/readmepage.png deleted file mode 100755 index 54663625a..000000000 Binary files a/doc/salome/gui/GUI/pics/readmepage.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/registry1.png b/doc/salome/gui/GUI/pics/registry1.png deleted file mode 100755 index b8912c6ba..000000000 Binary files a/doc/salome/gui/GUI/pics/registry1.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/registry3.png b/doc/salome/gui/GUI/pics/registry3.png deleted file mode 100755 index f44e2ec3a..000000000 Binary files a/doc/salome/gui/GUI/pics/registry3.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/registry4.png b/doc/salome/gui/GUI/pics/registry4.png deleted file mode 100755 index 98a3772b5..000000000 Binary files a/doc/salome/gui/GUI/pics/registry4.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/save.jpg b/doc/salome/gui/GUI/pics/save.jpg deleted file mode 100755 index 90001afb9..000000000 Binary files a/doc/salome/gui/GUI/pics/save.jpg and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/selectcolor.png b/doc/salome/gui/GUI/pics/selectcolor.png deleted file mode 100755 index 70800b28a..000000000 Binary files a/doc/salome/gui/GUI/pics/selectcolor.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/selectfont.png b/doc/salome/gui/GUI/pics/selectfont.png deleted file mode 100755 index 04eff08fd..000000000 Binary files a/doc/salome/gui/GUI/pics/selectfont.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/set_rotation_point_dialog1.png b/doc/salome/gui/GUI/pics/set_rotation_point_dialog1.png deleted file mode 100644 index bdab73b7d..000000000 Binary files a/doc/salome/gui/GUI/pics/set_rotation_point_dialog1.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/set_rotation_point_dialog2.png b/doc/salome/gui/GUI/pics/set_rotation_point_dialog2.png deleted file mode 100644 index 7f3696a56..000000000 Binary files a/doc/salome/gui/GUI/pics/set_rotation_point_dialog2.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/studyproperties.png b/doc/salome/gui/GUI/pics/studyproperties.png deleted file mode 100755 index af88317f1..000000000 Binary files a/doc/salome/gui/GUI/pics/studyproperties.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/view2.png b/doc/salome/gui/GUI/pics/view2.png deleted file mode 100755 index 9d48a09bb..000000000 Binary files a/doc/salome/gui/GUI/pics/view2.png and /dev/null differ diff --git a/doc/salome/gui/GUI/pics/view_rotation_point.png b/doc/salome/gui/GUI/pics/view_rotation_point.png deleted file mode 100644 index 7fe8f8389..000000000 Binary files a/doc/salome/gui/GUI/pics/view_rotation_point.png and /dev/null differ diff --git a/doc/salome/gui/GUI/whdata/whftdata.js b/doc/salome/gui/GUI/whdata/whftdata.js deleted file mode 100755 index 071ae6fc7..000000000 --- a/doc/salome/gui/GUI/whdata/whftdata.js +++ /dev/null @@ -1,25 +0,0 @@ -// WebHelp 5.10.001 -var gTEA = new Array(); -function aTE(sTopicTitle, sTopicURL) -{ - var len = gTEA.length; - gTEA[len] = new topicEntry(sTopicTitle, sTopicURL); -} - -function topicEntry(sTopicTitle, sTopicURL) -{ - this.sTopicTitle = sTopicTitle; - this.sTopicURL = sTopicURL; -} - -function window_OnLoad() -{ - if (parent && parent != this) { - if (parent.putFtsTData) - { - parent.putFtsTData(gTEA); - } - } -} - -window.onload = window_OnLoad; \ No newline at end of file diff --git a/doc/salome/gui/GUI/whdata/whftdata0.htm b/doc/salome/gui/GUI/whdata/whftdata0.htm deleted file mode 100755 index dff115e52..000000000 --- a/doc/salome/gui/GUI/whdata/whftdata0.htm +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whdata/whfts.htm b/doc/salome/gui/GUI/whdata/whfts.htm deleted file mode 100755 index 7a1060e4a..000000000 --- a/doc/salome/gui/GUI/whdata/whfts.htm +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GUI/whdata/whfts.js b/doc/salome/gui/GUI/whdata/whfts.js deleted file mode 100755 index 2b6678690..000000000 --- a/doc/salome/gui/GUI/whdata/whfts.js +++ /dev/null @@ -1,40 +0,0 @@ -// WebHelp 5.10.001 -var gaFileMapping = new Array(); -var gaFileTopicMapping = new Array(); - -function fileMapping(sStartKey, sEndKey, sFileName) -{ - this.sStartKey = sStartKey; - this.sEndKey = sEndKey; - this.sFileName = sFileName; - this.aFtsKeys = null; -} - -function fileTopicMapping(nIdBegin, nIdEnd, sFileName) -{ - this.nBegin = nIdBegin; - this.nEnd = nIdEnd; - this.sFileName = sFileName; - this.aTopics = null; -} - - -function iWM(sStartKey, sEndKey, sFileName) -{ - gaFileMapping[gaFileMapping.length] = new fileMapping(sStartKey, sEndKey, sFileName); -} - -function window_OnLoad() -{ - if (parent && parent != this && parent.ftsReady) - { - parent.ftsReady(gaFileMapping, gaFileTopicMapping); - } -} - -function iTM(nIdBegin, nIdEnd, sFileName) -{ - gaFileTopicMapping[gaFileTopicMapping.length] = new fileTopicMapping(nIdBegin, nIdEnd, sFileName); -} - -window.onload = window_OnLoad; diff --git a/doc/salome/gui/GUI/whdata/whfwdata.js b/doc/salome/gui/GUI/whdata/whfwdata.js deleted file mode 100755 index e9e8bc6c1..000000000 --- a/doc/salome/gui/GUI/whdata/whfwdata.js +++ /dev/null @@ -1,37 +0,0 @@ -// WebHelp 5.10.001 -var gWEA = new Array(); -function aWE() -{ - var len = gWEA.length; - gWEA[len] = new ftsEntry(aWE.arguments); -} - -function ftsEntry(fn_arguments) -{ - if (fn_arguments.length && fn_arguments.length >= 1) - { - this.sItemName = fn_arguments[0]; - this.aTopics = null; - var nLen = fn_arguments.length; - if (nLen > 1) - { - this.aTopics = new Array(); - for (var i = 0; i < nLen - 1; i ++ ) - { - this.aTopics[i] = fn_arguments[i + 1]; - } - } - } -} - -function window_OnLoad() -{ - if (parent && parent != this) { - if (parent.putFtsWData) - { - parent.putFtsWData(gWEA); - } - } -} - -window.onload = window_OnLoad; \ No newline at end of file diff --git a/doc/salome/gui/GUI/whdata/whfwdata0.htm b/doc/salome/gui/GUI/whdata/whfwdata0.htm deleted file mode 100755 index 09a752158..000000000 --- a/doc/salome/gui/GUI/whdata/whfwdata0.htm +++ /dev/null @@ -1,1399 +0,0 @@ - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whdata/whgdata.js b/doc/salome/gui/GUI/whdata/whgdata.js deleted file mode 100755 index 77e0107f3..000000000 --- a/doc/salome/gui/GUI/whdata/whgdata.js +++ /dev/null @@ -1,26 +0,0 @@ -// WebHelp 5.10.001 -var gIEA = new Array(); -function aGE(sName, sDef) -{ - var len = gIEA.length; - gIEA[len] = new gloEntry(sName, sDef); -} - -function gloEntry(sName, sDef) -{ - this.sName = sName; - this.sDef = sDef; - this.nNKOff = 0; -} - -function window_OnLoad() -{ - if (parent && parent != this) { - if (parent.putData) - { - parent.putData(gIEA); - } - } -} - -window.onload = window_OnLoad; \ No newline at end of file diff --git a/doc/salome/gui/GUI/whdata/whgdata0.htm b/doc/salome/gui/GUI/whdata/whgdata0.htm deleted file mode 100755 index 9d256b1a8..000000000 --- a/doc/salome/gui/GUI/whdata/whgdata0.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whdata/whglo.htm b/doc/salome/gui/GUI/whdata/whglo.htm deleted file mode 100755 index dc5a67786..000000000 --- a/doc/salome/gui/GUI/whdata/whglo.htm +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GUI/whdata/whglo.js b/doc/salome/gui/GUI/whdata/whglo.js deleted file mode 100755 index e0519afcb..000000000 --- a/doc/salome/gui/GUI/whdata/whglo.js +++ /dev/null @@ -1,34 +0,0 @@ -// WebHelp 5.10.001 -var gaFileMapping = new Array(); -function fileMapping(sBK, sEK, sFileName, nNum) -{ - this.sBK = sBK; - this.sEK = sEK; - this.sFileName = sFileName; - this.aKs = null; - this.nNum = nNum; - this.oUsedItems = null; -} - - -function iFM(sBK, sEK, sFileName, nNum) -{ - var i = gaFileMapping.length; - gaFileMapping[i] = new fileMapping(sBK, sEK, sFileName, nNum); - if (i == 0) { - gaFileMapping[i].nTotal = nNum; - } - else { - gaFileMapping[i].nTotal = nNum + gaFileMapping[i - 1].nTotal; - } -} - -function window_OnLoad() -{ - if (parent && parent != this && parent.projReady) - { - parent.projReady(gaFileMapping); - } -} - -window.onload = window_OnLoad; diff --git a/doc/salome/gui/GUI/whdata/whidata.js b/doc/salome/gui/GUI/whdata/whidata.js deleted file mode 100755 index 9f0eb15ed..000000000 --- a/doc/salome/gui/GUI/whdata/whidata.js +++ /dev/null @@ -1,89 +0,0 @@ -// WebHelp 5.10.001 -// const strings -var gIEA = new Array(); -function aIE() -{ - var len = gIEA.length; - gIEA[len] = new indexEntry(aIE.arguments); -} - -function topic(sName, sURL) -{ - this.sName = sName; - this.sURL = sURL; -} - -function indexEntry(fn_arguments) -{ - if (fn_arguments.length && fn_arguments.length >= 3) - { - this.nType = fn_arguments[0]; - this.nPKOff = 0; - this.nNKOff = fn_arguments[1]; - this.sName = fn_arguments[2]; - this.aTopics = null; - var nLen = fn_arguments.length; - if (Math.floor(nLen / 2) * 2 == nLen) - { - this.sTarget = fn_arguments[3]; - if (nLen > 5) - { - this.aTopics = new Array(); - for (var i = 0; i < (nLen - 5)/2; i++) - { - this.aTopics[i] = new topic(fn_arguments[i * 2 + 4], fn_arguments[i * 2 + 5]); - } - } - - } - else - { - if (nLen > 4) - { - this.aTopics = new Array(); - for (var i = 0; i < (nLen - 4)/2; i++) - { - this.aTopics[i] = new topic(fn_arguments[i * 2 + 3], fn_arguments[i * 2 + 4]); - } - } - } - } -} - -function getIndexTopicMappingList(nItemIndex) -{ - var sTopics = ""; - if (gIEA.length > nItemIndex) - { - if (gIEA[nItemIndex].aTopics) - { - var i = 0; - var nLen = gIEA[nItemIndex].aTopics.length; - for (i = 0; i < nLen; i ++) - { - sTopics += "," + gIEA[nItemIndex].aTopics[i]; - } - } - } - return sTopics; -} - -function window_OnLoad() -{ - if (parent && parent != this) { - if (parent.putData) - { - for (var i = 0; i < gIEA.length; i ++ ) - { - if (gIEA[i].nNKOff != 0 && i + gIEA[i].nNKOff + 1 < gIEA.length) - { - - gIEA[i + gIEA[i].nNKOff + 1].nPKOff = gIEA[i].nNKOff; - } - } - parent.putData(gIEA); - } - } -} - -window.onload = window_OnLoad; \ No newline at end of file diff --git a/doc/salome/gui/GUI/whdata/whidx.htm b/doc/salome/gui/GUI/whdata/whidx.htm deleted file mode 100755 index 0a0deedd0..000000000 --- a/doc/salome/gui/GUI/whdata/whidx.htm +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GUI/whdata/whidx.js b/doc/salome/gui/GUI/whdata/whidx.js deleted file mode 100755 index e0519afcb..000000000 --- a/doc/salome/gui/GUI/whdata/whidx.js +++ /dev/null @@ -1,34 +0,0 @@ -// WebHelp 5.10.001 -var gaFileMapping = new Array(); -function fileMapping(sBK, sEK, sFileName, nNum) -{ - this.sBK = sBK; - this.sEK = sEK; - this.sFileName = sFileName; - this.aKs = null; - this.nNum = nNum; - this.oUsedItems = null; -} - - -function iFM(sBK, sEK, sFileName, nNum) -{ - var i = gaFileMapping.length; - gaFileMapping[i] = new fileMapping(sBK, sEK, sFileName, nNum); - if (i == 0) { - gaFileMapping[i].nTotal = nNum; - } - else { - gaFileMapping[i].nTotal = nNum + gaFileMapping[i - 1].nTotal; - } -} - -function window_OnLoad() -{ - if (parent && parent != this && parent.projReady) - { - parent.projReady(gaFileMapping); - } -} - -window.onload = window_OnLoad; diff --git a/doc/salome/gui/GUI/whdata/whtdata.js b/doc/salome/gui/GUI/whdata/whtdata.js deleted file mode 100755 index d5428a7de..000000000 --- a/doc/salome/gui/GUI/whdata/whtdata.js +++ /dev/null @@ -1,64 +0,0 @@ -// WebHelp 5.10.001 -var gTEA = new Array(); -function aTE() -{ - gTEA[gTEA.length] = new tocEntry(aTE.arguments); -} - -function tocEntry(fn_arguments) -{ - if (fn_arguments.length < 3) - { - alert ("data format wrong!!!"); - return; - } - - this.nType = fn_arguments[0]; - this.nContents = fn_arguments[1]; - this.sItemName = fn_arguments[2]; - - if (this.nType == 1 || this.nType == 2 || this.nType == 16) - { - if (fn_arguments.length > 3) - { - this.sItemURL = fn_arguments[3]; - if (fn_arguments.length > 4) - { - this.sTarget = fn_arguments[4]; - if (fn_arguments.length > 5) - this.sIconRef = fn_arguments[5]; - } - } - } - if (this.nType == 4 || this.nType == 8) - { - if (fn_arguments.length > 3) - { - this.sRefURL = fn_arguments[3]; - if (this.nType == 4) - { - if(this.sRefURL.lastIndexOf("/")!=this.sRefURL.length-1) - this.sRefURL+="/"; - } - if (fn_arguments.length > 4) - { - this.sItemURL = fn_arguments[4]; - if (fn_arguments.length > 5) - { - this.sTarget = fn_arguments[5]; - if (fn_arguments.length > 6) - this.sIconRef = fn_arguments[6]; - } - } - } - } -} - - -function window_OnLoad() -{ - if (parent && parent != this && parent.putData) { - parent.putData(gTEA); - } -} -window.onload = window_OnLoad; \ No newline at end of file diff --git a/doc/salome/gui/GUI/whdata/whtdata0.htm b/doc/salome/gui/GUI/whdata/whtdata0.htm deleted file mode 100755 index 15cf816cf..000000000 --- a/doc/salome/gui/GUI/whdata/whtdata0.htm +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whdata/whtoc.htm b/doc/salome/gui/GUI/whdata/whtoc.htm deleted file mode 100755 index 54e0cbf26..000000000 --- a/doc/salome/gui/GUI/whdata/whtoc.htm +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GUI/whdata/whtoc.js b/doc/salome/gui/GUI/whdata/whtoc.js deleted file mode 100755 index 163d8cc9f..000000000 --- a/doc/salome/gui/GUI/whdata/whtoc.js +++ /dev/null @@ -1,31 +0,0 @@ -// WebHelp 5.10.001 -// const strings -var gaProj = new Array(); -var gsRoot = ""; - -function setRoot(sRoot) -{ - gsRoot = sRoot -} - -function aPE(sProjPath, sRootPath) -{ - gaProj[gaProj.length] = new tocProjEntry(sProjPath, sRootPath); -} - -function tocProjEntry(sProjPath, sRootPath) -{ - if(sProjPath.lastIndexOf("/")!=sProjPath.length-1) - sProjPath+="/"; - this.sPPath = sProjPath; - this.sRPath = sRootPath; -} - - -function window_OnLoad() -{ - if (parent && parent != this && parent.projReady) { - parent.projReady(gsRoot, gaProj); - } -} -window.onload = window_OnLoad; \ No newline at end of file diff --git a/doc/salome/gui/GUI/whgdata/whexpbar.gif b/doc/salome/gui/GUI/whgdata/whexpbar.gif deleted file mode 100755 index e677dc6f1..000000000 Binary files a/doc/salome/gui/GUI/whgdata/whexpbar.gif and /dev/null differ diff --git a/doc/salome/gui/GUI/whgdata/whlstf0.htm b/doc/salome/gui/GUI/whgdata/whlstf0.htm deleted file mode 100755 index ee72453e1..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf0.htm +++ /dev/null @@ -1,46 +0,0 @@ - - -Search Words List - - - - - - - -

- - -__version__
_omnipymodule
16x16
2d 1 2 3 4
3d 1 2 3 4
-

-able 1 2 3 4
abort
above 1 2
abscissa 1 2
absolute
abstraction
acceptable
access 1 2 3 4 5 6 7
accessible 1 2
accidentally
according 1 2 3 4
account
achieved
achieves
acquainted
actions
activated 1 2 3
active 1 2 3 4 5
activity
actual
adapted
add 1 2 3 4 5 6
added
adding
addition 1 2
additional 1 2 3 4 5 6 7
addressing
adds
adjust
advanced 1 2
affecting
again 1 2 3 4
algorithm
algorithms 1 2
allow 1 2 3
allowing 1 2 3 4
allows 1 2 3 4 5 6 7 8 9 10 11 12 13
almost
along 1 2
alongside
alpha
already
always
amount
animation
annoying
another 1 2
answer
any 1 2 3 4 5 6 7 8 9 10 11 12
anything
api 1 2
appear 1 2 3 4 5 6
appearance
appears 1 2
applets
application 1 2 3 4 5 6 7 8 9 10 11
applications 1 2
apply
approach 1 2 3
appropriate 1 2
approximate
arabic
architecture 1 2 3
architectures
area 1 2
areas 1 2
argument
arguments
arrange
ascii 1 2
ask
assigned
associated 1 2 3
attached
attribute
attributes
author 1 2
auto 1 2
automatic 1 2
automatically 1 2 3 4 5 6 7 8 9
availability
available 1 2 3 4 5
average
avi
avoid
avoiding
aware
awk
axes
axis
-

-b
back 1 2
background 1 2
bar 1 2 3
bars 1 2
base
based 1 2 3
bash
basic 1 2 3 4 5
basis
batch 1 2 3 4
becomes 1 2
before
begin
begins
behave
behavior
behaviour
being
below 1 2 3
better
bicolor
big
bin 1 2 3
binaries
binary 1 2
blue
blur
bold
book
books
boost
boost_version
boostdir
borders 1 2
both 1 2 3
bottom 1 2 3 4
box 1 2 3 4 5 6 7 8 9 10 11 12 13
boxes


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf1.htm b/doc/salome/gui/GUI/whgdata/whlstf1.htm deleted file mode 100755 index cf6630c7f..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf1.htm +++ /dev/null @@ -1,43 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-brackets
brep
brief 1 2 3
bringing
browse 1 2 3 4
browser 1 2 3 4 5 6 7 8 9
bug
build 1 2 3
building
built 1 2 3
button 1 2 3 4 5 6 7 8 9 10
buttons 1 2 3 4 5
-

-c 1 2 3
cad 1 2
cae
calculation
calculations 1 2
call 1 2 3 4
called 1 2
calling
calls
cam
camera
cancel
capability
caption
care
carefully
carried
carrying
cars
cascade
case 1 2 3 4 5 6 7
casroot
cat
catalog
catalogmodulegeneral
catalogmodulepersonnel
catalogue 1 2
categories
cd
cells 1 2
centered
central
centralized
centred
change 1 2 3 4 5 6 7 8
changed
changes 1 2 3 4
changing
channel
chapters
characters
charge
check 1 2
check_version
checkbox 1 2 3 4
checkboxes 1 2 3
checked 1 2 3 4
checking
checks
choice 1 2 3 4
choose 1 2 3 4 5 6 7 8 9 10 11 12
chosen 1 2 3
clamp
classic
clear
clearall
click 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
clickable
clicked
clicking 1 2 3
client
clip
close 1 2 3 4 5
closed 1 2
closes 1 2
closing 1 2 3
clusters
code 1 2
coef
coincide
collect
collected
collects
color 1 2 3 4 5
colored 1 2 3 4
colors 1 2 3
column
columns 1 2 3
combined
combines
comfortable
comma
command 1 2
commands 1 2
common 1 2 3 4 5 6
compared 1 2
compatible
compiled
compiling
complete 1 2
completed 1 2
complex 1 2
component 1 2 3 4 5 6 7 8 9 10 11 12 13
components 1 2 3 4 5 6 7 8 9 10 11 12 13
compose
computation 1 2
computational
computations
computer 1 2
concept 1 2
concerning
concerns
conclusion
config
config_files
config_mandrake10_1
configurable
configuration
configure 1 2
confirm 1 2
connect
connected 1 2 3 4
consists
console 1 2 3 4 5 6 7
constant
constantly
construction 1 2
consuming
contain 1 2 3 4
container
containers
containing 1 2 3 4 5
contains 1 2 3 4 5 6 7 8 9
content 1 2 3
contents 1 2
context 1 2 3
continue
control 1 2 3 4
controls 1 2
convert 1 2
cooperate
coordinate
coordinates
copies
copy 1 2 3 4
copying
copyright
corba 1 2 3 4
corner 1 2 3
correcting
corresponding 1 2 3 4 5
correspondingly
corresponds 1 2
costs
coupling 1 2


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf10.htm b/doc/salome/gui/GUI/whgdata/whlstf10.htm deleted file mode 100755 index 68fefcb16..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf10.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-sub 1 2
submenu 1 2 3
subsets
substituted
successfully
suit
summarizes
superposition
superv
supervcontainer
supervision 1 2 3
supervisor 1 2 3
supplementary 1 2
support 1 2
supported
supported_installation_modes
supports
sure
surface
sweep
sweeping
swig
switch 1 2
switched
switching
system 1 2 3 4 5 6
systems 1 2
-

-t 1 2 3 4 5 6 7 8
tab 1 2 3
table 1 2
tabs 1 2
tag
tags
tailored
take
taken 1 2
takes
target
target_directory
target_platform
targetdir
tasks
tcl
tclhome
tclsh8
technological
technologies
technology 1 2
temp
temp_directory
temp_folder
tempdir
temporary
temporarydiskspace
tensor
term 1 2
terminal 1 2
terms
test 1 2 3
tests
text 1 2 3
texture
them 1 2 3 4 5 6 7 8 9
therefore
third
those 1 2 3
three
threshold
thus 1 2
time 1 2 3 4 5 6 7 8 9 10 11 12
times
title 1 2 3 4
tk
tmp
tmp_disk_space
together
toggle
toggles
toggling
tolerance
tool 1 2 3 4
toolbar 1 2 3 4 5 6 7
toolbars 1 2
toolkit
tools 1 2 3 4 5 6
top 1 2 3 4 5 6
topic 1 2
topics 1 2 3
topmost
total
totality
touching
tr
training
translate
translation
transparency
transparent
tree 1 2 3 4 5
tries
trihedron
trolltech
true
try 1 2 3 4
try_existing
try_native
try_preinstalled
twice
two 1 2 3 4 5 6
type 1 2 3 4 5 6
typical
typing 1 2
-

-u
ultimate
uncheck
unchecked
underlined
unfortunately
unique
units
unix
unload
unloaded 1 2
unnecessary
unselect
unselecting
unused
up 1 2 3 4 5 6
update 1 2
updated 1 2 3 4 5
uploading 1 2
upper 1 2
usability
usage 1 2
used 1 2 3 4 5 6 7 8 9 10 11
user 1 2 3 4 5 6 7 8 9 10
users 1 2
uses 1 2
using 1 2 3 4 5 6 7 8 9 10 11
usr
usually


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf11.htm b/doc/salome/gui/GUI/whgdata/whlstf11.htm deleted file mode 100755 index 021dbc0a1..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf11.htm +++ /dev/null @@ -1,50 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-utilities
-

-v 1 2
valid
validation
value 1 2 3 4 5 6
values 1 2 3
variable
variables 1 2
variety 1 2
various 1 2
ve 1 2
vector
ver
ver_major
ver_minor
version 1 2 3 4 5 6
versions
vertical 1 2 3 4
vertically
very 1 2 3 4 5
view 1 2 3 4 5 6 7 8
viewer 1 2 3 4 5 6 7
viewers 1 2 3 4 5 6 7
viewing 1 2
visual
visualisation 1 2
visualization 1 2 3 4 5
visualize 1 2
vtk 1 2 3 4 5
vtkhome
-

-wait
waiting
want 1 2 3
warned
warning 1 2
way 1 2 3
web
welcome 1 2
what 1 2 3 4 5 6
whenever 1 2
wherever
whether
while
whole 1 2 3
whose
wide 1 2 3
widgets
width 1 2
will 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
window 1 2 3 4 5 6 7 8 9 10 11 12
windowed
windows 1 2 3 4 5 6 7 8
wireframe 1 2
wish
wish8
within 1 2 3 4
without 1 2 3 4 5 6
wizard
wizards
won 1 2 3
word
words
work 1 2 3 4 5 6
working 1 2 3 4 5 6
would 1 2 3 4
write 1 2
written 1 2
wrong
www
-

-x 1 2 3
xml 1 2 3
xterm
xxxxx
-

-y 1 2 3
year
yes 1 2
yet 1 2
your 1 2 3 4 5 6 7 8 9 10 11 12 13
yourselves
-

-z
zone 1 2
zones
zoom
zoomed
zooming


- - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf2.htm b/doc/salome/gui/GUI/whgdata/whlstf2.htm deleted file mode 100755 index e120a73fc..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf2.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-cpp
cppcontainer
create 1 2 3 4 5 6 7 8 9 10 11 12 13
created 1 2 3 4 5 6 7 8 9 10 11
creates 1 2
creating 1 2
creation 1 2 3
cross 1 2
csh 1 2
cshell
ctrl
current 1 2 3 4 5 6 7 8 9 10 11
currently 1 2 3 4
cursor
curve
custom 1 2 3 4
customer
customization
cycles
cyrillic
-

-d
data 1 2 3 4 5 6 7 8 9 10 11
database
date 1 2
debugging
decrease
decreases
default 1 2 3 4 5 6 7 8 9 10 11
defaults 1 2
define 1 2 3 4 5 6 7 8
defined 1 2 3 4
defines
definite 1 2 3 4 5 6 7
definition 1 2 3
definitions
delays
deleted
demand 1 2
demands
dependancies
dependencies
depending
depends 1 2
derived
described 1 2
describes
describing 1 2
description 1 2 3
descriptions 1 2
design
designed
desired
desktop 1 2 3 4 5 6
destination
destined 1 2 3 4
detailed
details
dev
developer
development 1 2
developments
device
diagrams
dialog 1 2 3 4 5 6 7 8 9 10 11 12 13
dialogs
differ
difference 1 2 3 4
different 1 2 3 4 5 6 7 8 9 10
differently
differs
digital
digits
dir
direction 1 2
directories 1 2
directory 1 2 3 4 5 6
disable 1 2
disable_flag
disabled
disk 1 2
display 1 2 3 4 5 6 7 8 9
displayed 1 2 3 4 5 6 7 8 9 10
displaying 1 2
displays 1 2 3 4 5
distance
distinction
distribute
distributed
distribution
divided 1 2 3
divides
dockable 1 2 3 4
document 1 2 3 4 5
does 1 2
doesn
doing
domain 1 2
dominant
don
done 1 2
dot
double
down 1 2
doxygen
doxytag
doxywizard
dragging
dramatically
drive
drop
dropping
dump
dumpversion
dynamic
dynamically 1 2
-

-e 1 2 3 4 5
easier
easily
easy
economically
edges
edit 1 2 3 4
editable
editing 1 2
edition
editor


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf3.htm b/doc/salome/gui/GUI/whgdata/whlstf3.htm deleted file mode 100755 index f9292a83b..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf3.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-efficient
egrep
either 1 2 3 4
electrical
electronic
element 1 2 3
elements
embedded
empty
enables 1 2
encouraging
end 1 2 3 4 5
enforcing
engine
enough
ensure
ensuring
enter 1 2 3 4
entered
entity
entry 1 2
env_
env_for_launch
env_products
env_vtk
environment 1 2 3 4 5 6
environments 1 2
equal
equally
equipment
error 1 2
etc 1 2 3 4 5 6
even 1 2
ever
every 1 2
everything
evolutions
evolve
ex
exact
exactly 1 2
example 1 2 3 4 5 6
exceeds
exception 1 2
exchanges
execution 1 2
exist
existence
existing 1 2 3 4 5 6
exists 1 2
expandability
expanding
expectations
expert
exploits
explorer
export 1 2
exposes
extended
extension
extensions
external
extracting
extremely
-

-f 1 2
face 1 2 3
faces 1 2
facilitated
facilitates
fact 1 2
factory
fail
fails
false
families
feature 1 2
features
field 1 2 3 4 5
fields 1 2
fig
figure
figures
file 1 2 3 4 5 6 7 8 9 10 11 12
files 1 2 3 4 5 6
fill
find 1 2 3
find_in_path
finds
finely
finish 1 2 3
finishes
finite
first 1 2 3 4 5
fit
flag
flexibility 1 2
flexible 1 2 3
focal
focus
folder 1 2 3
follow 1 2
followed
following 1 2 3 4 5 6 7 8 9 10 11 12 13 14
font 1 2 3 4
fonts
forget
format 1 2 3 4
formats
forth
fps
frame
frames
framework
free 1 2
friendly
fulfill
full 1 2
fully
function 1 2 3
function_name
functional
functionalities
functionality 1 2 3 4 5 6
functioning
functions 1 2 3 4
fundamental
further
-

-g 1 2
gaps
gauss 1 2
gcc
general 1 2 3 4 5
generate 1 2
generated 1 2 3
generates 1 2
generator 1 2
generators
generic 1 2
geom 1 2
geometrical 1 2 3 4
geometry 1 2 3 4 5
get 1 2
getting 1 2 3


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf4.htm b/doc/salome/gui/GUI/whgdata/whlstf4.htm deleted file mode 100755 index 16b128646..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf4.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-give
given 1 2 3
gives 1 2 3 4 5
gl
global
glossary
go 1 2
graph
graphic
graphical 1 2
graphs 1 2 3
graphviz
great
greater
greatly
greek
grep
grouped
groups 1 2
gui 1 2 3 4 5 6 7 8 9 10
-

-h 1 2
half
hand 1 2 3
handle
handled
handler
handling 1 2
hard 1 2
hasn
haven
having 1 2 3
hdf 1 2 3 4
hdf5
hdf5home
healing
height 1 2
hello
help 1 2 3 4 5 6 7 8 9
helpful
helps 1 2
here 1 2 3 4
heterogeneous
hide 1 2 3
hiding
high
higher
highlight
highlighted 1 2
hints
history
home 1 2
horizontal 1 2 3 4
horizontally
host
hotspot
hotspots
how 1 2
hpp
html 1 2
hxx
-

-i 1 2 3 4 5
icon 1 2
icons 1 2
idea
identification 1 2
identify
idl 1 2
ie
if 1 2 3 4 5 6 7 8 9 10 11 12 13 14
iges
ignored
image
images 1 2
immediately
implement 1 2
implementation 1 2
implementing
implied
import 1 2 3 4
important
imported 1 2 3 4
imposed
improves
inc
included
includes 1 2
including 1 2 3
inclusive
increase
increases 1 2
increasingly
increment 1 2
incrementally
independence
independent
index
indexing
indicate 1 2
information 1 2 3 4 5 6 7 8
initial
input 1 2
insert
inside 1 2 3 4 5
inspect
inspected
instalation
install 1 2
install_binary
install_disk_space
install_source
install_wizard_caption
install_wizard_copyright
install_wizard_license_info
install_wizard_root_directory
install_wizard_version
installation 1 2
installation_mode
installation_script_name
installdiskspace
installed 1 2
installing
installwizard_root_directory
installworkxxxxx
instances
instrumental
integer
integers
integrate
integrated 1 2 3 4
integrates
integration 1 2 3 4
intend
interaction
interface 1 2 3 4 5 6
interfaces 1 2 3 4
interior
internal 1 2
internet
interoperability
interoperable
interp
interpreter 1 2
interval 1 2
introduction 1 2 3 4
invalid
invoke
invoked


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf5.htm b/doc/salome/gui/GUI/whgdata/whlstf5.htm deleted file mode 100755 index e85e021d3..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf5.htm +++ /dev/null @@ -1,49 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-ior 1 2
isolines
ispython
item
items 1 2
iterations
itself
-

-java
just 1 2
-

-k
kbytes
kernel 1 2 3
key 1 2
keyboard
kill
killall
kind 1 2
know
knowledge
-

-l
labels 1 2
language
larger
largest
last 1 2
latest
latin
launch 1 2 3 4 5
launched 1 2 3 4 5
launches
launching 1 2 3 4
layer
layout 1 2
ld_library_path
lead
learn
learning
left 1 2 3 4 5 6
legend
length
less
level 1 2 3
lib
libcosnotify4
libhdf5
libmed
libomniorb4
libqwt
libraries
library 1 2
libstdplugin
libtcl8
libtk8
libvtkcommon
license
like 1 2 3 4 5 6 7 8 9
likely
limitation
limits
line 1 2 3 4 5 6 7
linear
lines 1 2
link 1 2
links 1 2
linux 1 2
list 1 2 3 4 5 6 7
list_of_prerequisites
listed
ll
load 1 2 3
loaded 1 2 3 4 5 6
loading 1 2 3 4
local
locate
located 1 2 3 4 5 6
location 1 2
lock
locked 1 2
locking
log
logarithmic 1 2
logger
long 1 2
look
lookout 1 2
looks 1 2
lost
lot
lower 1 2 3 4
-

-m
machine 1 2
machines
macintosh
macro
magnification
main 1 2 3 4 5 6 7 8 9 10 11 12 13
major
make 1 2 3
make_dir
make_env
makes
manage 1 2
management 1 2 3
mandrake
mandrake10
manipulate
manipulator
manual 1 2
manually
manuals
mapped
mark
marked
marker
markers
market
massively
master
matches
matrix
max
maximize
maximum
mean
means 1 2 3 4 5 6
mechanism 1 2
mechanisms
med2home
meet
memory
mentioned
menu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
menubar
menus 1 2 3 4
mesh 1 2 3 4 5 6
meshes 1 2
meshing 1 2
message 1 2
messages 1 2
middle
min
minimized
minimum
minor
mistakes
mix


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf6.htm b/doc/salome/gui/GUI/whgdata/whlstf6.htm deleted file mode 100755 index 4b7703cd2..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf6.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-mode 1 2 3 4 5 6 7
model 1 2
modeling 1 2
models 1 2
modern
modes 1 2
modification 1 2 3
modifications
modify 1 2 3
modifying
module 1 2 3 4 5 6 7 8 9 10 11
module_root_dir
module_src_dir
module1
module2
modulecatalog
modules 1 2 3 4 5 6 7 8 9 10
modulus
moment 1 2
momentarily
mouse 1 2 3
move
movement
movements
mozilla
msg2qm
msg2qm_root
much
multi 1 2 3 4 5 6
multifile 1 2
multiple
multiplied
multiplies
multitier
must 1 2 3
-

-n 1 2 3
name 1 2 3 4 5 6 7 8
named 1 2
names 1 2
native
natural
nature
navigate 1 2
navigating
navigation 1 2 3
navigator
necessary 1 2 3 4 5 6 7
need 1 2 3 4 5
needed
negative
netgen
netgenroot
netscape 1 2
nevertheless
new 1 2 3 4 5 6 7 8 9 10
newer
next 1 2 3 4 5
nf
nodes 1 2
normal
notation
note 1 2
notes
noticeably
notifd
notification
notify
notion
now
nth
null 1 2
number 1 2 3 4 5 6 7 8
numbers 1 2 3
numeric 1 2 3 4
numerical 1 2 3
numerous
-

-object 1 2 3 4 5 6 7 8 9 10 11
objectives
objects 1 2 3 4 5 6 7 8 9
obligatory
occ 1 2 3 4
occ_version_major
occ_version_minor
occupies
off
offered
officially
often
ok 1 2 3
omg
omit
omni
omninotify
omniorb
omniorbdir
omniorbpy
once
one 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
ones
online
opaque
open 1 2 3 4 5 6 7 8 9 10 11 12 13
opencascade
opening 1 2
opens 1 2
operated
operation 1 2 3
operations 1 2 3
optimization
optimize 1 2
optimized
option 1 2 3 4 5 6 7
optional
optionally 1 2
options 1 2 3 4 5 6
order
ordinate 1 2
org
orientation 1 2
origin 1 2
original
originality
os
os_version
others 1 2
otherwise 1 2 3 4


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf7.htm b/doc/salome/gui/GUI/whgdata/whlstf7.htm deleted file mode 100755 index b27ee0bce..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf7.htm +++ /dev/null @@ -1,43 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-out 1 2 3
outline
output 1 2
outside 1 2
overrides
own 1 2 3 4
-

-p
package 1 2 3
packages
page
pages 1 2
pane 1 2
panning
parallel
parameter 1 2
parameters 1 2 3 4 5 6
parent
part 1 2
particular
particularly
parts 1 2
party
pass
paste 1 2
pasting
patched
patent
path 1 2
pc
per
perform 1 2 3
performance 1 2 3
performed 1 2 3
performs
permission
phenomena
phrases
physical 1 2 3
physics
pick
picking
picks
pickup
pickup_env
pickup_env_flag
pickupenv
picture
pid
piece
pixels
place 1 2 3
placed 1 2 3
placement 1 2
platform 1 2 3 4 5 6 7 8 9 10 11 12 13 14
platforms
played
please
plot 1 2
plot2d 1 2
plug
po
point 1 2 3
points 1 2 3 4
pop 1 2 3 4
popup
popups
port
portkill
position 1 2 3 4
positions 1 2 3 4
positively
possibility 1 2 3 4 5 6
possible 1 2 3 4 5 6 7
post 1 2 3 4 5 6
powerful
pre 1 2
precision
precompiled
predefined 1 2 3
preferable
preferences 1 2 3 4 5 6 7
prefix
preinstalled
preliminary
prerequisite
prerequisites
preselected
preselection
present
presentation 1 2 3
presentations 1 2 3
presented
press 1 2
pressed
pressing 1 2
prevents
preview
previous 1 2
previously 1 2 3 4
primitive
primitives
print 1 2
print_env
printed
prints
priority
pro 1 2 3 4 5
probably
problem 1 2 3
problems
procedure 1 2
proceed 1 2
process 1 2 3 4 5
processed
processes
processing 1 2 3 4
processors 1 2
produces
product
product_context
product_description
product_name
product_script_name
product_version
productivity 1 2
products 1 2 3
products_directory
profile
program
programmatic
programming
progress 1 2
progressive
prompted
prompting
prone
proper
properly
properties 1 2 3 4 5
proposed
proposes
provide 1 2
provided 1 2 3 4 5
provides 1 2 3 4 5 6 7 8
providing 1 2


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf8.htm b/doc/salome/gui/GUI/whgdata/whlstf8.htm deleted file mode 100755 index cbd91b5a4..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf8.htm +++ /dev/null @@ -1,47 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-publish
published 1 2
pure
purpose
purposes
py
pycontainer
pyqt
pyqtdir
pyramids
python 1 2 3 4 5 6 7 8 9 10
pythonhome
-

-qglobal
qm
qt
qt_version_str
qtdir
quality 1 2 3
quantities
question
quick 1 2 3
quickly 1 2
quit 1 2
quite
quits
quoted
qwt
qwthome
-

-r
radio
rainbow
range 1 2
ranges
ranging
rapidly
rate
rather
ratio
re 1 2
reactivity
read 1 2 3
reading
readme
real
realize
reassign
receives
recommended 1 2
record 1 2
recorded
recorder
recording
records
red
redirects
reduce
reduces
refer 1 2
reference 1 2 3 4 5
references
refers
refined
refining
refresh
refreshment
regimes
registry 1 2 3
reinstall
reinstallation
reinstalling
related 1 2
relative 1 2 3
release
relevant
reliability
reload
relocate
remains
remote
remove
removed
removing
renamed
rendering
reopened
repeated
represent 1 2
representation 1 2 3 4
representative
represents 1 2 3
required 1 2
requirements 1 2 3
requires 1 2 3
reset
resizing
resolution
resolved
resource
resources 1 2 3
respective 1 2
respectively
responds
responsible
rest
restore 1 2 3 4
restored 1 2 3
result
resulting
results 1 2
retroactive
reusable
reuse
reversibly 1 2
right 1 2 3 4 5 6 7 8 9 10 11
risks
robustness
roles
root
rotate
rotation
rules
run 1 2 3
runic
runinstall
running 1 2 3
runs
runsalome 1 2
runsalomewithport
-

-s 1 2 3 4
safe
salome 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
salome_
salome_modulecatalog_server
salomeapp
salomeapprc
salomeds
same 1 2 3 4 5 6 7
sample
save 1 2 3 4 5
saved 1 2 3 4
saves 1 2
saving 1 2 3 4
scalar 1 2
scale 1 2 3
scaling
schemas
scheme
schemes 1 2
scientific
screen 1 2
script 1 2 3 4 5
scripting
scripts 1 2 3 4
scroll


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstf9.htm b/doc/salome/gui/GUI/whgdata/whlstf9.htm deleted file mode 100755 index eeac28962..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstf9.htm +++ /dev/null @@ -1,41 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-search 1 2 3 4 5
searching
second 1 2 3
seconds
section 1 2
sections 1 2
sectionthis
sed
see 1 2 3 4 5 6 7 8
seen
select 1 2 3 4 5 6 7 8 9 10 11 12 13
selectall
selected 1 2 3 4
selecting 1 2
selection 1 2 3
sends
sensitive 1 2
separate 1 2
separated 1 2
server
servers 1 2
serves
service
services 1 2
session 1 2 3 4 5 6 7 8
sessions 1 2 3
set 1 2 3 4 5 6 7 8 9 10 11
sets 1 2
setting 1 2 3 4 5 6
settings 1 2 3 4 5 6
severe
sh
shading 1 2 3
shape
share
shell 1 2 3 4
short 1 2
shot
should 1 2 3 4
shown 1 2
shows
shrink
side 1 2
signal
signals
signature
sigterm
simple
simplify
simulate
simulation
simulations 1 2
simultaneously 1 2 3
since
single
sip
sipdir
situations
size 1 2 3 4 5 6
sizes 1 2 3
skip
skipped
slightly
slow
smallest
smooth
smoothness
so 1 2 3 4 5 6 7
software 1 2 3
solution
solutions
solver
solvers 1 2
something
sort
sort_path
source 1 2 3 4
sources
space 1 2 3
spacemouse
spaces
spacing
special 1 2 3 4 5 6 7
specially
specific 1 2 3 4 5 6 7
specification
specified
specifies
specify 1 2 3
speed
sphere
spheres
spin
splash
splines
split
sprite
sprites
stamps
standalone 1 2
standard 1 2 3 4 5 6 7 8 9 10
standard_version
start 1 2
started 1 2 3 4 5
starting 1 2 3 4
starts
state 1 2 3 4
states
stations
status
step 1 2 3
steps 1 2
still
store 1 2 3 4
stored 1 2 3 4 5 6
storing
strict
string
strongly
struck
structural
structure 1 2 3 4 5
structures
studies 1 2 3 4 5 6 7 8 9
study 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
study1
style
styles


>> - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl0.htm b/doc/salome/gui/GUI/whgdata/whlstfl0.htm deleted file mode 100755 index 671ee043d..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl0.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ { {O { {D ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl1.htm b/doc/salome/gui/GUI/whgdata/whlstfl1.htm deleted file mode 100755 index d5612c40f..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl1.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ AB AC AD AF AG AL AM AN AP AR AS AT AU AV AW AX ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl10.htm b/doc/salome/gui/GUI/whgdata/whlstfl10.htm deleted file mode 100755 index e3e8d50c5..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl10.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ JA JU ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl11.htm b/doc/salome/gui/GUI/whgdata/whlstfl11.htm deleted file mode 100755 index 36c9fdebc..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl11.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ K KB KE KI KN ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl12.htm b/doc/salome/gui/GUI/whgdata/whlstfl12.htm deleted file mode 100755 index 5bb5d421e..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl12.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ L LA LD LE LI LL LO ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl13.htm b/doc/salome/gui/GUI/whgdata/whlstfl13.htm deleted file mode 100755 index dd57640f7..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl13.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ M MA ME MI MO MS MU ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl14.htm b/doc/salome/gui/GUI/whgdata/whlstfl14.htm deleted file mode 100755 index 539b47f96..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl14.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ N NA NE NF NO NT NU ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl15.htm b/doc/salome/gui/GUI/whgdata/whlstfl15.htm deleted file mode 100755 index e5725ce85..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl15.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ OB OC OF OK OM ON OP OR OS OT OU OV OW ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl16.htm b/doc/salome/gui/GUI/whgdata/whlstfl16.htm deleted file mode 100755 index fc179688b..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl16.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ P PA PC PE PH PI PL PO PR PU PY ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl17.htm b/doc/salome/gui/GUI/whgdata/whlstfl17.htm deleted file mode 100755 index 686f92080..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl17.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ QG QM QT QU QW ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl18.htm b/doc/salome/gui/GUI/whgdata/whlstfl18.htm deleted file mode 100755 index e6e467604..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl18.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ R RA RE RI RO RU ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl19.htm b/doc/salome/gui/GUI/whgdata/whlstfl19.htm deleted file mode 100755 index f3bb74113..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl19.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ S SA SC SE SH SI SK SL SM SO SP ST SU SW SY ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl2.htm b/doc/salome/gui/GUI/whgdata/whlstfl2.htm deleted file mode 100755 index da3d0276b..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl2.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ B BA BE BI BL BO BR BU ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl20.htm b/doc/salome/gui/GUI/whgdata/whlstfl20.htm deleted file mode 100755 index 3ebf7349c..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl20.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ T TA TC TE TH TI TK TM TO TR TW TY ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl21.htm b/doc/salome/gui/GUI/whgdata/whlstfl21.htm deleted file mode 100755 index 7f5fe5569..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl21.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ U UL UN UP US UT ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl22.htm b/doc/salome/gui/GUI/whgdata/whlstfl22.htm deleted file mode 100755 index cd2583515..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl22.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ V VA VE VI VT ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl23.htm b/doc/salome/gui/GUI/whgdata/whlstfl23.htm deleted file mode 100755 index 6a67db1c3..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl23.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ WA WE WH WI WO WR WW ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl24.htm b/doc/salome/gui/GUI/whgdata/whlstfl24.htm deleted file mode 100755 index 88429fae3..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl24.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ X XM XT XX ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl25.htm b/doc/salome/gui/GUI/whgdata/whlstfl25.htm deleted file mode 100755 index f84b419eb..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl25.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ Y YE YO ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl26.htm b/doc/salome/gui/GUI/whgdata/whlstfl26.htm deleted file mode 100755 index 5bf30cd66..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl26.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ Z ZO ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl3.htm b/doc/salome/gui/GUI/whgdata/whlstfl3.htm deleted file mode 100755 index 90315f3a0..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl3.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ C CA CD CE CH CL CO CP CR CS CT CU CY ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl4.htm b/doc/salome/gui/GUI/whgdata/whlstfl4.htm deleted file mode 100755 index c98f5ae4d..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl4.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ D DA DE DI DO DR DU DY ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl5.htm b/doc/salome/gui/GUI/whgdata/whlstfl5.htm deleted file mode 100755 index 7b3b2ab42..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl5.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ E EA EC ED EF EG EI EL EM EN EQ ER ET EV EX ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl6.htm b/doc/salome/gui/GUI/whgdata/whlstfl6.htm deleted file mode 100755 index 77d777e70..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl6.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ F FA FE FI FL FO FP FR FU ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl7.htm b/doc/salome/gui/GUI/whgdata/whlstfl7.htm deleted file mode 100755 index 11540ce2e..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl7.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ G GA GC GE GI GL GO GR GU ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl8.htm b/doc/salome/gui/GUI/whgdata/whlstfl8.htm deleted file mode 100755 index c26fde972..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl8.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ H HA HD HE HI HO HP HT HX ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstfl9.htm b/doc/salome/gui/GUI/whgdata/whlstfl9.htm deleted file mode 100755 index 9dbde6d4c..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstfl9.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words letter - - - - - - - - - -

^ I IC ID IE IF IG IM IN IO IS IT ^

- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstg0.htm b/doc/salome/gui/GUI/whgdata/whlstg0.htm deleted file mode 100755 index b2621b215..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstg0.htm +++ /dev/null @@ -1,75 +0,0 @@ - - -Glossary words list - - - - - - - -

Cell

-

Element of a mesh. Cells are determined by their connectivity. They can have 0,1,2 or 3 dimension.

-

Component

-

One integer or real value can correspond to each component of a field and to each entity of a mesh

-

Descendant connectivity

-

It is a description of the entities of the mesh with dimension N. This description is made by an ordered list of geometrical entities (nodes, edges, or faces) with dimension N-1.

-

Edge

-

An edge of a volumetric or surface mesh. It is composed of 2 or 3 nodes (2 vertex nodes and optionally one middle node).

-

Entity of a mesh

-

Geometrical component of the mesh: node, cell, face and edge. Faces and edges are only intermediate entities allowing to define the cells in descendant connectivity.

-

Equivalence

-

Equivalence represents a list of correspondance 2 by 2 of the entities of the same dimension.

-

Face

-

Face of a volumetrical cell (triangle, quadrangle).

-

Family

-

Entities of a mesh are described by a certain number  of characteristics (boundary conditions, groups membership). Families represent classes equivalent to these characteristics (two entities of a mesh can belong to the same family if they have the same characteristics). Every family is determined by a set of attributes and a list of groups membership.

-

Field

-

Field consists of one or several scalar components. One definite type is associated to the given field and the values corresponding to different components are all of the same type.

-

Field profile

-

Fields can be defined only on one part of the mesh. Profile  of the field or profile of the component of a field indicates which entities of the mesh contain values.

-

Group

-

Unordered set of entities of a mesh. One entity can belong to  several groups.

-

Mesh

-

Mesh is described by its geometry: list of nodes and list of cells which constitute this mesh. Supplementary information is added with the help of families (initial, boundary conditions).

-

Nodal connectivity

-

It is a description of an entity of the mesh by an ordered list of nodes constituting this entity.

-

Node

-

Node can be an isolated node of a mesh, a vertex or middle node of an edge. A node is associated to a point.

-

Point

-

Geometrical entity determined by its coordinates in the space.

-

Reference connectivity

-

For each type of entity of a mesh, reference connectivity define the topology of an entity.

-

Result

-

List of fields referring to one mesh.

-

Study

-

Study represents a chain of sequences of calculations.

-



- - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlsti0.htm b/doc/salome/gui/GUI/whgdata/whlsti0.htm deleted file mode 100755 index f3211ffe4..000000000 --- a/doc/salome/gui/GUI/whgdata/whlsti0.htm +++ /dev/null @@ -1,39 +0,0 @@ - - - -Index words list - - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstt0.htm b/doc/salome/gui/GUI/whgdata/whlstt0.htm deleted file mode 100755 index f176dfd3c..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstt0.htm +++ /dev/null @@ -1,54 +0,0 @@ - - - -Content - - - - - - - - - - -
-

- Welcome to SALOME
- Using this reference manual
- About SALOME
- GUI module
-

- -
-

-

- - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstt1.htm b/doc/salome/gui/GUI/whgdata/whlstt1.htm deleted file mode 100755 index 8f068debb..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstt1.htm +++ /dev/null @@ -1,57 +0,0 @@ - - - -Content - - - - - - - - - - -
-

- Welcome to SALOME
- Using this reference manual
-    About SALOME help system
-    Navigating topics
-    Using left-hand tabs
- About SALOME
- GUI module
-

- -
-

-

- - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstt2.htm b/doc/salome/gui/GUI/whgdata/whlstt2.htm deleted file mode 100755 index 5064d6e51..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstt2.htm +++ /dev/null @@ -1,58 +0,0 @@ - - - -Content - - - - - - - - - - -
-

- Welcome to SALOME
- Using this reference manual
- About SALOME
-    Introduction to SALOME
-    SALOME architecture
-    Installing SALOME
-    Running SALOME
- GUI module
-

- -
-

-

- - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstt3.htm b/doc/salome/gui/GUI/whgdata/whlstt3.htm deleted file mode 100755 index 2ac91b30b..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstt3.htm +++ /dev/null @@ -1,62 +0,0 @@ - - - -Content - - - - - - - - - - -
-

- Welcome to SALOME
- Using this reference manual
- About SALOME
- GUI module
-    Introduction to GUI
-    Getting started
-    SALOME desktop
-    Study management
-    Using Object Browser
-    Using Registry tool
-    Using Catalog Generator
-    Setting Preferences
-

- -
-

-

- - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstt4.htm b/doc/salome/gui/GUI/whgdata/whlstt4.htm deleted file mode 100755 index 5c273b710..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstt4.htm +++ /dev/null @@ -1,69 +0,0 @@ - - - -Content - - - - - - - - - - -
-

- Welcome to SALOME
- Using this reference manual
- About SALOME
- GUI module
-    Introduction to GUI
-    Getting started
-    SALOME desktop
-    Study management
-       Creating a new study
-       Opening studies
-       Saving and closing studies
-       Editing studies
-       Displaying studies
-       Working with Python Scripts
-       Setting study properties
-    Using Object Browser
-    Using Registry tool
-    Using Catalog Generator
-    Setting Preferences
-

- -
-

-

- - - - diff --git a/doc/salome/gui/GUI/whgdata/whlstt5.htm b/doc/salome/gui/GUI/whgdata/whlstt5.htm deleted file mode 100755 index 6fb51f330..000000000 --- a/doc/salome/gui/GUI/whgdata/whlstt5.htm +++ /dev/null @@ -1,68 +0,0 @@ - - - -Content - - - - - - - - - - -
-

- Welcome to SALOME
- Using this reference manual
- About SALOME
- GUI module
-    Introduction to GUI
-    Getting started
-    SALOME desktop
-    Study management
-    Using Object Browser
-    Using Registry tool
-    Using Catalog Generator
-    Setting Preferences
-       Setting Preferences
-       Select Color and Font
-       SALOME preferences
-       Geometry preferences
-       Mesh preferences
-       Post-Pro Preferences
-

- -
-

-

- - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvf30.htm b/doc/salome/gui/GUI/whgdata/whnvf30.htm deleted file mode 100755 index 33dae3be2..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvf30.htm +++ /dev/null @@ -1,13 +0,0 @@ - - - -toc frame - - - - - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvf31.htm b/doc/salome/gui/GUI/whgdata/whnvf31.htm deleted file mode 100755 index a9128b803..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvf31.htm +++ /dev/null @@ -1,15 +0,0 @@ - - - -Index frame - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvf32.htm b/doc/salome/gui/GUI/whgdata/whnvf32.htm deleted file mode 100755 index ae872731a..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvf32.htm +++ /dev/null @@ -1,15 +0,0 @@ - - - -search frame - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvf33.htm b/doc/salome/gui/GUI/whgdata/whnvf33.htm deleted file mode 100755 index 9af2824d1..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvf33.htm +++ /dev/null @@ -1,15 +0,0 @@ - - - -Glossary frame - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvl31.htm b/doc/salome/gui/GUI/whgdata/whnvl31.htm deleted file mode 100755 index 0b07308b6..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvl31.htm +++ /dev/null @@ -1,43 +0,0 @@ - - - -Index Letters - - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvl32.htm b/doc/salome/gui/GUI/whgdata/whnvl32.htm deleted file mode 100755 index b168193b2..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvl32.htm +++ /dev/null @@ -1,72 +0,0 @@ - - - -Search Letters - - - - - - - - -

- # - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z -

- - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvl33.htm b/doc/salome/gui/GUI/whgdata/whnvl33.htm deleted file mode 100755 index e3c66ee70..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvl33.htm +++ /dev/null @@ -1,72 +0,0 @@ - - - -Glossary Letters - - - - - - - - -

- # - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z -

- - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvp30.htm b/doc/salome/gui/GUI/whgdata/whnvp30.htm deleted file mode 100755 index 1a8036de8..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvp30.htm +++ /dev/null @@ -1,16 +0,0 @@ - - - - Content Navigation Pane - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GUI/whgdata/whnvp31.htm b/doc/salome/gui/GUI/whgdata/whnvp31.htm deleted file mode 100755 index fa146f1f8..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvp31.htm +++ /dev/null @@ -1,16 +0,0 @@ - - - - Index Navigation Pane - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GUI/whgdata/whnvp32.htm b/doc/salome/gui/GUI/whgdata/whnvp32.htm deleted file mode 100755 index c334807b1..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvp32.htm +++ /dev/null @@ -1,16 +0,0 @@ - - - - Search Navigation Pane - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GUI/whgdata/whnvp33.htm b/doc/salome/gui/GUI/whgdata/whnvp33.htm deleted file mode 100755 index 8fb4636f0..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvp33.htm +++ /dev/null @@ -1,16 +0,0 @@ - - - - Glossary Navigation Pane - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GUI/whgdata/whnvt30.htm b/doc/salome/gui/GUI/whgdata/whnvt30.htm deleted file mode 100755 index f7b81b62a..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvt30.htm +++ /dev/null @@ -1,47 +0,0 @@ - - - -Content Navigation Tab - - - - - - - - - - - -
- -
- - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvt31.htm b/doc/salome/gui/GUI/whgdata/whnvt31.htm deleted file mode 100755 index 37ae83652..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvt31.htm +++ /dev/null @@ -1,45 +0,0 @@ - - - -Index Navigation Tab - - - - - - - - - - - -
- -
- - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvt32.htm b/doc/salome/gui/GUI/whgdata/whnvt32.htm deleted file mode 100755 index fc4ee7e1c..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvt32.htm +++ /dev/null @@ -1,45 +0,0 @@ - - - -Search Navigation Tab - - - - - - - - - - - -
- -
- - - - diff --git a/doc/salome/gui/GUI/whgdata/whnvt33.htm b/doc/salome/gui/GUI/whgdata/whnvt33.htm deleted file mode 100755 index 54c742087..000000000 --- a/doc/salome/gui/GUI/whgdata/whnvt33.htm +++ /dev/null @@ -1,45 +0,0 @@ - - - -Glossary Navigation Tab - - - - - - - - - - - -
- -
- - - - diff --git a/doc/salome/gui/GUI/whxdata/whftdata0.xml b/doc/salome/gui/GUI/whxdata/whftdata0.xml deleted file mode 100755 index b7e1347fa..000000000 --- a/doc/salome/gui/GUI/whxdata/whftdata0.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whxdata/whfts.xml b/doc/salome/gui/GUI/whxdata/whfts.xml deleted file mode 100755 index 52af9b44f..000000000 --- a/doc/salome/gui/GUI/whxdata/whfts.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/doc/salome/gui/GUI/whxdata/whfwdata0.xml b/doc/salome/gui/GUI/whxdata/whfwdata0.xml deleted file mode 100755 index 8aa4a5702..000000000 --- a/doc/salome/gui/GUI/whxdata/whfwdata0.xml +++ /dev/null @@ -1,1385 +0,0 @@ - - - 14, - 14, - 14, - 14, - 6,2,25,16,14, - 25, - 25, - 5,25,15,14, - 25,14, - 25, - 14, - 14, - 25, - 25, - 5,25,15,14, - 25, - 14, - 14, - 25, - 14, - 6,10,2,25, - 6,2,15,16,14, - 14, - 25, - 10,2,24,25,14,18,28, - 14, - 14, - 25, - 25, - 14, - 14, - 14, - 14, - 3,6,24,14,18,28, - 14, - 8,14, - 23,25, - 25, - 5, - 14, - 25, - 3,1,23,24,25,16,18,21,28, - 10,27, - 25,15,16,14, - 14, - 3, - 4, - 25,14, - 5,6,25,16,17, - 5,16,17, - 25, - 5,14, - 0,14,26,19, - 3, - 15,16,14,26,18,19, - 5,14, - 3,2,25,15,16,14,21, - 25, - 25, - 14,19, - 3, - 6,12,14,17, - 3,11,14, - 3,0,7,1,11,23,24,25,15,16,14,17,26,18,27,19,22,28, - 17, - 11,18,28, - 19, - 25, - 14, - 11, - 14, - 25, - 3,17, - 3,4,6,1,8,11,12,25,15,16,14,17,27, - 14, - 27, - 0,25, - 0,8,9,14,18,19,22, - 23, - 4, - 1, - 3,6,0,10,2,15,16,14,17,18,27,19, - 11,16,14, - 10,14, - 14, - 26, - 3,0,10, - 6,24,16,18,28, - 14, - 24,28, - 25, - 17,18, - 25, - 13,25,21, - 10,14, - 14,21, - 8,19, - 18, - 23,14,18, - 0,23,13,25,15,16,14,17,27, - 7, - 3,5,7,10,24,14,28, - 25, - 25, - 0,14, - 14, - 24,18,28, - 18,28, - 14, - 23,14, - 25,18, - 23,25,21, - 3,10,2,24,14,17, - 14, - 3,24,25, - 3,11,16,14,26, - 3,0,15,14, - 1,14, - 6,25,14, - 14, - 14,18,22, - 3, - 10,14, - 25, - 12,25,14, - 25, - 25, - 25, - 15,14,19, - 14, - 17, - 14, - 3, - 24,28, - 14, - 20, - 14, - 14, - 14, - 23,16, - 2,23,25,14, - 10,23,25,14,18, - 24,28, - 1, - 0,1,8,23,24,13,25,14,17,26,18,27,19,22,28, - 14, - 14, - 10, - 6,12, - 2, - 4,5,6,0,2,13,25,16,14,17,18,19,21, - 25,14,19, - 11,25,14, - 2,12,24,13,25,14,17,26,18,27,19,22,28, - 14, - 14, - 14, - 3,15,14, - 10, - 10,11, - 3,0,14, - 9,10,11, - 14,17,19,22, - 3, - 25, - 14, - 19, - 14, - 10, - 14, - 23, - 10, - 3,8,11,25,16,14,17, - 24,14, - 14, - 19, - 19, - 19, - 2,15, - 20, - 14, - 25,26, - 24,28, - 25, - 25, - 25, - 15, - 3,6,8,23,24,25,16,14,17,18,27,28, - 25, - 4, - 26, - 14, - 0,25,16,14,18,28, - 14, - 14, - 23,25,14,18, - 0,25,14,26, - 5,7,1,8,23,24,13,25,16,14,26,19,22,28, - 25,26,19, - 25, - 16, - 25, - 14, - 16, - 5,6,0,7,1,8,23,12,24,13,25,16,14,17,26,18,27,19,20,21,22,28, - 12, - 3, - 24,25, - 24, - 3,12,25,14,17,27,20, - 3, - 3,14, - 23, - 14, - 14, - 1,23,25,26,18,28, - 18,21,22, - 11,25, - 16, - 14, - 3,0,15,14, - 2,11,16,14,17,27, - 3,23, - 14, - 8,14,20,22, - 3,10, - 3,4,0,7,10,2,11,12,13,25,16,17,18,19,21,22, - 25, - 14,18, - 3,10, - 10, - 3,12, - 10,14, - 3, - 14, - 14, - 14, - 10,14, - 11, - 14, - 0,14, - 14, - 14, - 9,11,13,16,18, - 16, - 6,10,15,16,14,17,18, - 3,15, - 10,11,24, - 0,14, - 3,4,5,0,8,13,15,16,14,27,19,20,21,22, - 15, - 0,24,25,14,20,28, - 16,14,21, - 14, - 5,23,25, - 0,14, - 11, - 24,18,28, - 25, - 7,16,14,17, - 14, - 3,5,2,15, - 25,17,26, - 16, - 23,13,25,15,14,20, - 10, - 3,10, - 15, - 15, - 3,4,5,6,0,9,10,2,11,23,24,13,25,15,16,14,17,18,19,21, - 3,2,25,14, - 12,24,17, - 15,14, - 15, - 25, - 6,0,8,12,24,25,15,14,17,18,27,21,22, - 25, - 25,18, - 10,15,26,18,19, - 14, - 3,14, - 25, - 25, - 25, - 26, - 14, - 8,22, - 3,5,0,9,10,2,11,25,17,18,19, - 3, - 21, - 25, - 5,1,23,24,25,15,16,14,17,18,27,21,28, - 3,0,1,10,23,24,25,14,26,28, - 3,5,7,15,16,21,22, - 3,1,10,20, - 28, - 10, - 17, - 10,2,25, - 7,25,14,21, - 14, - 14, - 3, - 3,4,14,19, - 15,14,19, - 10,25, - 19, - 6,9,2,16,14,17, - 9,16,21,22, - 12,14, - 14,18, - 3,24,14, - 3,10, - 25, - 23, - 0,1,8,23,13,25,16,14,17,26,18,27,19,22, - 14, - 16, - 3,16,14,17, - 3,4,5,9,13,25,15,16,14,17,21, - 23, - 10, - 14, - 14, - 6,24,25, - 14,18, - 15,14,17,18,27,19, - 25,15,14, - 14, - 15,14, - 6,1,23,12,24,25,15,16,14,17,18,20,21,22,28, - 25,28, - 3, - 3, - 14, - 4,25,22, - 7,14, - 6,2,16,17, - 5,0,9,16,14, - 24, - 3,11, - 25, - 24,25,14,19,28, - 14, - 22, - 8,12, - 24,28, - 14, - 24,16,28, - 3, - 24,28, - 14, - 12,16, - 0,24,28, - 14, - 24, - 2, - 11,25, - 2,15,16,14,17, - 3,10, - 3, - 3, - 1,23, - 7,8,2,25,15,14, - 25, - 25, - 27, - 10, - 25,14,26,18,19, - 10, - 10, - 10,23,25, - 15, - 6, - 14,18,20, - 3, - 3,25,14,18,27, - 3, - 3, - 14, - 3,10, - 8,15,14,17, - 14, - 23, - 18,21, - 14, - 14, - 14, - 14, - 14, - 3,6,9,10,2,15,14, - 14, - 3,14, - 10, - 0,14, - 3,2,11,25,16,14, - 22, - 3,16,14, - 10,25,20, - 14, - 10, - 3, - 15, - 25,14, - 14, - 6,10,16,14,17,19, - 25, - 14,28, - 2,15,14, - 3, - 14, - 14, - 10,11, - 3,11,13,14,17,27,19, - 14, - 12, - 3, - 10, - 14, - 0, - 3, - 4, - 10,23,24,28, - 3, - 24,26,28, - 17,27, - 14,18, - 14, - 10, - 15,14, - 23,25,18, - 3,11, - 16, - 19, - 14, - 14, - 25, - 4,25,14, - 14, - 8,10,23,25,14,26, - 14, - 1,14, - 5,0,8,11,13,25,15,16,14,17,18,27,19, - 23, - 14, - 14,19,20, - 14, - 3, - 12,25,14, - 10, - 0,25,14,18,21, - 24,18,28, - 14, - 3,0, - 10,2,14, - 25, - 12, - 14,17,21, - 14, - 3,0,8,9,12,13,15,16,14,17,18,27,19,20,22, - 23,25,14,26,18,28, - 14, - 19, - 14, - 4,10,24,13,18,28, - 25, - 25, - 24,25,14,28, - 2, - 1,10,25, - 10, - 25, - 0, - 25,20, - 0,10,11,16,14,17, - 14, - 16, - 10,24,28, - 3,4,7,9,24,16,19,28, - 3, - 14, - 15,14, - 23, - 2,25,28, - 14, - 9,23,16,14,18, - 0,11,25,14,19, - 10,2,19, - 10,11, - 11,14, - 1,10,11,24,25, - 3,1,11,24,25,16, - 4,9,10,14,21, - 0,8,16,14,26, - 11,25,14, - 25, - 24,25,28, - 20, - 12,14, - 24, - 28, - 6,11,18, - 25, - 0,2, - 14, - 0,24,25,28, - 26, - 23,24,25,26, - 3,5,0,2,11,15,14,17,18,27, - 14, - 15,14, - 25, - 3,12,20, - 10,2,15, - 15,14, - 17, - 11,12,21, - 18, - 13,14,17,18, - 14, - 14, - 10, - 23,25, - 22, - 3,4,10,12,13,15,14,18,20,21, - 14, - 23,25,14,18, - 10, - 24,25,16,18,21,28, - 10, - 23,14,21, - 22, - 14,27, - 14, - 6,23,25,18, - 3, - 12, - 14, - 3,14, - 14, - 4,20, - 14, - 2,15,16,17, - 5,7,16,19, - 14, - 21,22, - 14, - 3,19, - 18, - 5,6,0,7,23,24,13,25,15,16,14,17,18,19,21,28, - 10, - 14, - 10,24,25,28, - 12, - 3,14, - 3,14,19, - 0,10,2,11,25,16,14,27, - 14, - 25, - 2,14, - 12,25,14,20, - 3, - 0,10,25, - 1,25, - 3, - 3, - 3, - 23,21, - 16,17, - 3,8,12,25,14,17,20,22, - 9, - 10,19, - 3,6,12,25,19, - 25,14, - 14,19, - 14, - 15,14, - 14, - 14, - 14, - 14, - 14, - 14, - 14, - 14, - 14, - 15,14, - 14, - 14, - 14, - 14, - 14, - 5, - 14, - 3, - 14, - 23, - 3,10,2,11, - 3,10,2,19, - 2, - 3,0,10,2,16,19, - 23, - 3,14, - 4, - 10, - 21, - 15, - 2,16, - 25,22, - 10,2,11,14, - 17, - 24,25, - 16,14, - 18,21, - 1, - 1,18, - 24,28, - 8,10,2, - 25, - 14, - 4, - 24,28, - 24,28, - 14,18, - 15, - 14, - 11,15,14, - 25,14, - 25, - 15, - 15, - 8,12, - 19, - 0, - 15, - 23,25,14,28, - 3, - 14, - 25, - 14,18,22, - 25, - 26, - 4,0,13,15,14,27,19,22, - 5, - 0,17, - 14, - 17, - 10,14, - 23,24,25,14,26,18,20,28, - 18, - 25,28, - 25, - 3,23,25, - 14, - 14, - 14, - 14, - 14, - 14, - 2,14, - 14, - 14, - 3,6,12,25,16,14,17,19,21, - 14, - 25, - 25, - 4,1,23,25,15,14,18, - 18, - 3,10,12, - 4,14, - 8,12,25,15,14,18,20,22, - 14, - 24,18,28, - 3,0,2,13,25,15,16,18,27,21, - 25, - 3,24,25,15,16,18,20,21,28, - 0,19, - 8,24,25,28, - 15,14, - 25,18, - 3,14, - 14,19,20, - 23,25, - 17, - 16, - 25,14,26,20, - 15, - 3,17,22, - 4, - 3,14, - 25, - 5,0,7,8,10,13,25,16,14,17,18,19,22, - 14, - 5,10,23,14, - 14, - 14, - 10,18, - 10,2,16, - 14, - 14, - 25, - 25, - 4,0,24,14,18,28, - 3, - 24,25,14,18,28, - 18, - 10, - 3, - 14, - 20, - 25, - 25, - 5, - 25, - 6,9,25,16,14,17, - 0,2,15, - 14, - 10, - 24, - 25, - 14, - 3,5,0,7,8,2,23,12,13,25,16,17,26,18,27,19,21,22, - 16, - 3,10,11,23,24,25,16,14,28, - 8,2,15,14, - 25, - 5, - 25, - 14, - 16, - 16, - 3,0,1,23,25,15,14, - 3,10,11,23, - 10, - 14, - 3,0,8, - 0,10,14, - 3,4,7,1,2,11,23,24,25,15,16,14,17,18,27,19,28, - 15, - 15, - 15, - 25, - 25,14, - 25, - 23,24,25,16,28, - 6, - 25, - 18, - 14, - 14, - 14, - 6,9,10,2,16,19, - 17,18, - 17, - 25, - 3, - 3,10,11, - 25,15,14, - 3,5,0,8,14,17,19,21,22,28, - 14, - 7, - 3, - 12,14, - 4,12,25, - 4, - 6,12,14,26,18, - 0,23,15,16,14,17,21, - 25, - 25, - 14, - 14, - 4,18, - 3,5,8,9,10,24,25,14,17,18,27,19, - 8,15,14,27,19, - 23,19, - 6, - 15,14, - 14, - 3, - 14, - 27, - 25, - 9, - 16, - 25, - 25, - 11,23,25,15,14,18,27,22,28, - 23,25,14, - 10,11,14,26, - 3,9,10, - 15, - 3,5,6,0,7,2,23,24,13,25,16,17,18,27,21,28, - 3, - 14, - 25, - 5,6,2,24,18, - 14, - 14, - 14, - 14, - 14, - 14, - 3, - 14, - 14, - 28, - 10, - 13,14,27, - 3, - 14, - 14, - 14, - 14, - 3,6,0,7,2,12,13,25,15,16,14,17,26,18,27,19, - 25, - 20, - 25, - 6,0,9,10,11,12,24,13,25,15,14,17,19,20, - 0, - 7,9,23,25,14,17, - 10,25,14, - 11, - 7,8,13,25,15,16,14,17,18,21, - 10,11,14, - 14, - 23,25, - 3, - 24,28, - 23,24,25, - 23,24,25,28, - 0, - 11, - 14, - 14, - 4,0, - 0,25,14,17, - 10,23,24,26,28, - 23, - 2,14, - 25,16, - 14, - 14, - 2,11,16,14, - 15, - 15,14,19, - 14,20, - 12,24,17,20,28, - 3, - 14,19, - 3,25,26,18,19,28, - 25, - 6,24,16,14,28, - 10,17, - 11,14, - 7,16, - 14, - 25, - 25,14, - 3, - 25, - 10,11,23,24,25,14,28, - 3,9,10,25,14, - 25, - 14, - 3, - 20, - 10, - 3,10,11, - 25,14, - 14, - 14, - 14, - 14, - 8, - 22, - 3, - 25, - 6,2,24,16,14,28, - 23,25, - 24,14, - 3,4,6,0,9,10,2,11,15,16,14,17,19,22, - 0, - 14, - 6,2,25, - 5,18, - 2, - 24,28, - 14, - 3,1,2,23,24,25,14,18,28, - 12,13,16,21, - 12, - 15, - 15, - 24,25,16,17,18,28, - 16, - 3,0,15,14,26,19, - 3,0,16,14,17,26,21, - 3,10,11,25,16,17,28, - 2, - 10,11,14, - 23, - 14, - 3,14,26, - 15, - 1,23,25,26,18,27,21, - 14, - 14, - 24,25,14,18,28, - 23, - 23, - 23,25, - 5,23,25,16,18,28, - 25, - 24,25,26, - 13,14, - 11,13,25,14,17, - 25, - 15,14, - 14, - 10, - 3,11,25,16,17,28, - 5, - 0,10,14, - 9,14, - 15,14, - 3,0,10,2,11,25,14,22, - 3,10, - 25, - 10,15,14, - 14, - 14, - 14, - 14, - 14, - 3,0, - 14, - 15, - 3,14, - 10, - 25,14, - 25, - 15,14, - 0, - 14, - 8,10,11,25,18,28, - 25, - 2,14, - 3,7,10,2,11,24,25,15,14,26,19,20,22, - 0,17, - 3, - 9,21, - 14, - 15,14, - 15, - 14, - 14, - 14, - 25, - 3,6,0,10,2,15,16,14,17,18, - 14, - 14, - 14, - 14, - 14, - 14, - 14, - 10,23,25, - 10, - 14,18,21, - 0,14,17,27, - 14, - 14, - 14, - 14, - 14, - 15, - 14, - 25, - 11,25, - 3, - 25, - 0, - 25, - 0,12,14, - 10, - 10,12,14, - 14, - 25, - 9, - 14, - 25, - 27, - 25,14, - 8,25, - 14,21, - 28, - 15, - 10, - 14,18,27, - 14, - 4,12,25,18,21, - 10,25, - 22, - 22, - 25, - 2,15,22, - 14, - 14, - 14, - 12,20, - 23,14,18, - 14, - 14, - 12, - 10, - 17, - 16, - 3,24, - 5,24,28, - 24,25,14,18, - 17, - 25, - 25, - 18, - 25, - 3,9,10,11,24,20,28, - 6,11,24,25,18, - 25, - 10,13,25,14,17, - 3,10,15, - 14, - 24,14,28, - 24,18,28, - 25, - 0, - 2,25,15,14, - 1,25,27, - 25, - 3, - 14, - 18, - 14, - 10,24,25,17,18,27,28, - 9,10,24,25, - 14, - 14, - 27, - 24,14, - 3, - 10, - 0,25, - 6,12,13,25,16,14,17,26,18,20,21, - 10, - 10, - 3, - 14, - 24,25,28, - 24,25,28, - 14, - 3,15,14,19,22, - 26, - 14, - 15,19, - 19, - 3,12,15,14, - 2, - 3,4,5,6,0,7,9,10,2,11,12,13,25,15,16,14,17,18,27,19,20,21,22, - 14, - 19, - 15, - 27, - 0, - 6,12,25,16,14,17,19,22, - 14,26, - 3,0,10,2,24,16,14,17,18,27, - 3,25,18,28, - 23,25, - 24,28, - 3,10,14, - 10, - 3, - 6,15, - 3,0,15,14,26,19, - 8, - 6,8,24,13,14,17,18,19,21,28, - 4,13,14,17,20, - 0,25,14, - 24,16,14,18, - 23, - 5,6,0,1,8,23,24,13,25,14,17,26,18,20,28, - 16, - 2,23,25, - 14, - 16,21, - 3,25,16,14, - 3,19, - 3,15, - 3,14,19, - 1,23,13,25,15,17,18,27,21,22, - 4,0,1,8,10,23,24,25,15,16,14,17,18,27,21,22,28, - 25,16,14,17,18,27, - 10, - 14, - 1,23,25, - 24,25, - 15, - 14, - 2,11,15,14, - 14,20, - 6, - 9,14,17,19, - 24,25,14,28, - 8,14, - 23, - 23,25,14, - 2,14, - 14, - 14, - 14, - 14, - 3, - 14, - 3, - 10,11, - 6,9,25,14, - 2, - 14, - 14, - 14, - 3, - 6,23,25,16,17,26,18, - 14, - 25, - 24,28, - 25, - 18, - 25, - 3,7,25,15,14,20,21, - 3,10,11, - 10, - 10, - 10,11, - 14, - 18, - 14, - 10,11,15,14, - 23,25,14, - 25, - 25, - 3,13,25,15,16,14,17,18, - 3,25, - 3,0,10,15,16,14,27,20, - 11, - 17,18,19, - 25, - 1, - 15, - 18, - 6, - 25, - 25, - 2,15, - 3,5,2,13,25,16,14,17,27,19, - 14, - 6,9,25,16,14,18,27,19,22, - 14, - 0,14,17,18, - 3, - 14, - 1,10,25,14, - 14, - 3,0,13,14,17,18,19, - 14, - 28, - 24,14,28, - 14, - 26, - 3,10,2,13,25,14,21, - 10, - 5,6,7,9,10,2,13,16,17, - 3,5,6,0,7,8,9,10,2,13,25,15,16,17,18,27,19,21,22, - 5, - 28, - 26,18, - 24,14,20, - 5,16,18, - 14, - 26, - 25, - 14, - 2, - 14, - 25, - 15, - 15, - 2,15,19, - 11,18,19, - 21,22, - 14, - 10,14,19, - 14, - 14, - 23, - 25, - 14, - 6,2,25,14, - 14, - 3,4,10,12,25,14,20, - 7,24,25,15,16,14,17,18,19,28, - 6,20,22, - 25,26, - 14, - 10, - 3,14, - 25,15,14, - 14, - 14, - 14, - 14, - 0, - 14, - 14, - 14, - 14, - 3, - 10, - 3,24, - 14, - 14, - 14, - 14, - 14, - 25, - 10,12,20, - 15,14, - 3,14,19, - 12,14,20, - 25, - 3,6,10,23,24,15,16,14,26,22,28, - 14, - 11, - 14,18,20, - 14, - 25, - 3,0,14, - 28, - 3,6,0,8,10,25,15,14,17,27,19,22, - 14, - 23,25,14,18, - 14, - 14, - 14, - 14, - 14, - 23,25,21, - 25, - 3,2,11,16,14,19,22, - 3,5,7,2,24,13,16,17,28, - 2,14, - 14, - 5,2,25,16,14,18, - 4,12,20, - 14, - 14, - 3, - 0, - 10, - 24, - 25, - 25, - 25, - 25, - 5,14,18,19,21, - 14, - 24,28, - 24,18,28, - 14, - 14, - 14, - 8,14,17,19, - 14, - 14, - 14, - 14, - 25, - 6,12,25,14,17,19, - 0,23,25,14,26,18,19, - 19, - 18, - 3, - 24,25,16,28, - 26, - 14, - 14, - 14, - 25, - 4, - 13,17, - 14, - 14, - 14, - 0, - 10,12,13,16,14,17,26,21, - 23,25,16,17,19, - 2,16, - 3,0,1,8,9,10,2,11,23,24,25,15,16,14,17,26,18,27,19,20,21,22,28, - 2, - 25,14, - 8,19, - 14, - 14, - 4, - 14,18, - 18, - 3, - 1,23,25,14,18,21, - 15,14, - 4,12, - 11,14, - 14,18, - 1,25, - 6,2,16,14,27,19, - 1, - 6,23,25,18, - 10,2,25,16,14, - 24,14,28, - 3,5,8,2,23,12,24,25,16,14,18,20,22,28, - 5,6,2,11,16,17,18, - 24,28, - 11, - 1,25, - 10,24,25,28, - 9,10,2,11,16, - 5,6,2,14,18,28, - 14, - 14, - 6,12,14, - 8,25,14, - 11,14,19, - 4, - 4,10, - 3,10,12,14,27,21, - 23,18, - 6, - 3, - 25,18,27, - 23, - 14, - 4,11,26, - 11, - 23,25, - 4,5,0,8,23,24,13,25,15,16,14,17,26,18,27,19,21,22, - 4,5,6,9,2,12,25,15,16,14,17,26,18,22, - 1, - 1,23, - 6,24,14,28, - 3,5,7,22, - 3,0,25,15,14,27, - 14, - 7,15, - 20, - 3,6,0,9,11,24,25,16,14,17, - 16,17,19, - 10,14,17, - 3,17, - 14, - 3, - 23,25,15, - 15,14,19, - 15, - 14, - 25, - 23,25, - 10, - 8,14, - 14,18, - 5,6,0,7,8,23,25,15,14,17,18,27,19, - 26, - 15, - 5,6,25, - 24,25,17,28, - - diff --git a/doc/salome/gui/GUI/whxdata/whgdata0.xml b/doc/salome/gui/GUI/whxdata/whgdata0.xml deleted file mode 100755 index 0075ff8d5..000000000 --- a/doc/salome/gui/GUI/whxdata/whgdata0.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whxdata/whglo.xml b/doc/salome/gui/GUI/whxdata/whglo.xml deleted file mode 100755 index 0f1cd68e5..000000000 --- a/doc/salome/gui/GUI/whxdata/whglo.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GUI/whxdata/whidx.xml b/doc/salome/gui/GUI/whxdata/whidx.xml deleted file mode 100755 index ac66bb966..000000000 --- a/doc/salome/gui/GUI/whxdata/whidx.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/doc/salome/gui/GUI/whxdata/whtdata0.xml b/doc/salome/gui/GUI/whxdata/whtdata0.xml deleted file mode 100755 index d79d74806..000000000 --- a/doc/salome/gui/GUI/whxdata/whtdata0.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/salome/gui/GUI/whxdata/whtoc.xml b/doc/salome/gui/GUI/whxdata/whtoc.xml deleted file mode 100755 index a271ba7cc..000000000 --- a/doc/salome/gui/GUI/whxdata/whtoc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - -