diff --git a/doc/salome/gui/GEOM/input/dependency_tree.doc b/doc/salome/gui/GEOM/input/dependency_tree.doc
index ec4aa11e3..fc3a6422b 100644
--- a/doc/salome/gui/GEOM/input/dependency_tree.doc
+++ b/doc/salome/gui/GEOM/input/dependency_tree.doc
@@ -3,14 +3,17 @@
\page dependency_tree_page Dependency Tree
\n In order to better understand the relations between the %GEOM
-objects in a study the user has the possibility to display the
-ascendants and descendant of an object in a family tree.
+objects in a study the user has a possibility to display the
+ascendants and descendant of the object(s) in a family tree.
-User can build the dependency tree with new main objects by selecting
-them in Object Browser, in OCC Viewer or in Dependency Tree Viewer
-and calling corresponding popup menu. When invoked, this menu item
-will open a 2D view window and display a dependency tree for the
-selected object or objects (multiple selection is supported).
+User can build the dependency tree by selecting desirable object
+in Object Browser or OCC Viewer and calling "Show dependency tree"
+popup item. It will open a new or clear the existing "Dependency
+Tree" view window (only one view is supported) and display a
+dependency tree for the selected object or objects (multiple
+selection is supported). Also user can rebuild the tree if to select
+some object(s) right in the "Dependency Tree" view and call
+"Rebuild the tree" popup item.
\image html tree_example.png
@@ -23,35 +26,35 @@ in \ref pref_dependency_tree "Preferences".
Tree nodes in the Dependency Viewer are named according to the study
names of the corresponding objects.
-Non-published objects are shown in the tree as "unpublished" and are
-colored in special for non-published objects color.
+Non-published objects are shown in the tree as "unpublished" and
+not colored in any color.
-The long name of the object is displayed in a shortened version;
-full name of the object can be seen in the tool tip when the cursor
-is on the node.
+All nodes have the fixed size, so the long names are cut and shown
+with ellipsis; full name of the object can be seen in the tooltip
+if to keep the cursor over the node.
-Dependency Tree Viewer supports the following states of nodes:
+"Dependency Tree" view supports the following states of nodes:
-\image html tree_main_node.png
-
- Main node - node of main object, selected in Object
+
- Main node - node of main object(s), which were selected in Object
Browser, OCC Viewer or Dependency Tree Viewer in order to build the
dependency tree;
+\image html tree_main_node.png
-\image html tree_default_node.png
-- Default node - node, which participate in building of
+
- Default node - node of published in study object, which participate in building of
dependency tree as ascendant or descendant;
+\image html tree_default_node.png
+- Unpublished node - the same as "Default node", but
+corresponding object was not published in study;
\image html tree_unpublished_node.png
-- Unpublished node - node of non-published in study
-object;
+- Highlighted node - the state of node when mouse
+cursor is over it;
\image html tree_highlighted_node.png
-- Highlighted node - the state of node when mouse is
-near or on it;
+- Selected node - the state of node when user
+clicks the left mouse button on node.
\image html tree_selected_node.png
-- Selected node - the state of selected node when
-clicking left mouse button on node.
\anchor dependency_tree_links Links
@@ -60,22 +63,22 @@ Dependency Tree Viewer shows oriented links between nodes to
represent dependency direction. Viewer supports the following states
of links:
+- Unidirectional link - shows that A object depends on
+B object;
\image html tree_unidir_link.png
-- Unidirectional link - shows that object A depends on
-the object B;
+- Bidirectional link - shows that A object depends on
+B object and, at the same time, B object depends on
+A object;
\image html tree_bidir_link.png
-- Bidirectional link - shows that object A depends on
-the object B and at the same time object B depends on
-the object A;
-\image html tree_selfdep_link.png
- Self-dependency link - shows that object depends on
itself;
+\image html tree_selfdep_link.png
-\image html tree_cycldep_link.png
- Cyclic dependency links - shows cyclic dependency of
some nodes.
+\image html tree_cycldep_link.png
\anchor dependency_tree_operations Operations
@@ -91,46 +94,38 @@ mouse button.
\image tree_tool_bar
-\image html tree_view_dump.png
-
Dump View - exports an object from the viewer in bmp, png or
jpeg image format.
-
-\image html tree_view_fitall.png
+\image html tree_view_dump.png
Fit all - scales the presentation so that it could fit within
the Viewer boundaries.
-
-\image html tree_view_fitarea.png
+\image html tree_view_fitall.png
Fit area - resizes the view to place in the visible area only
the contents of a frame drawn with pressed left mouse button.
-
-\image html tree_view_fitselect.png
+\image html tree_view_fitarea.png
Fit selection - resizes the view to fit in the visible area
only currently selected objects.
-
-\image html tree_view_zoom.png
+\image html tree_view_fitselect.png
Zoom - allows to zoom in and out.
-
-\image html tree_view_pan.png
+\image html tree_view_zoom.png
Panning - if the represented objects are greater that the
visible area and you don't wish to use Fit all functionality,
click on this button and you'll be able to drag the scene to see its
remote parts.
-
-\image html tree_view_glpan.png
+\image html tree_view_pan.png
Global panning - allows to select a point to be the center of
the presentation showing all displayed objects in the visible ares.
-
-\image html tree_hierarchy_type.png
+\image html tree_view_glpan.png
Hierarchy depth - allows to change the number of hierarchy
levels to be shown in the dependency tree.
+\image html tree_hierarchy_type.png
- Level 1 corresponds to the parents and children of the selected
object(s);
@@ -139,32 +134,31 @@ of the selected object(s);
- etc...
+Display ascendants - allows user to control the displaying
+of ascendants.
\image html tree_disp_ascendants.png
-Display ascendants - allows to customize the display
-of ascendants.
-
+Display descendants - allows user to control the displaying
+of descendants.
\image html tree_disp_descendants.png
-Display descendants - allows to customize the display
-of descendants.
-
+Move nodes - enables/disables of moving the nodes.
\image html tree_move_nodes.png
-Move nodes - allows to customize the moving of nodes.
-
+Update - allows user to update a dependency tree model and the view.
\image html tree_button_update.png
-Update - allows to update a dependency tree model and a view.
-
\anchor dependency_tree_navigation Navigation
Dependency Tree 2D Viewer supports the following navigation mode:
-Rectangle selection in this mode is performed by the left mouse
-button; multiple selection is available when \b Shift button
-is pressed.
+
+- rectangle selection in this mode is performed by the left mouse
+button
;
+- multiple selection is available when \b Shift button
+is pressed.
+
Also, holding \b Ctrl key with pressed mouse buttons performs
the following view transformations:
@@ -177,8 +171,8 @@ the following view transformations:
\anchor dependency_tree_popup_menu Popup Menu
After the object has appeared in the Dependency Tree 2D Viewer,
-you can select it with left mouse click to change its presentation
-parameters and access to other useful options by right-clicking on
+user can select it with left mouse click to change its presentation
+parameters and get access to other useful options by right-clicking on
the selected object.
\image html tree_popup_menu.png
diff --git a/doc/salome/gui/GEOM/input/geometry_preferences.doc b/doc/salome/gui/GEOM/input/geometry_preferences.doc
index ca4375244..6d322fcb6 100644
--- a/doc/salome/gui/GEOM/input/geometry_preferences.doc
+++ b/doc/salome/gui/GEOM/input/geometry_preferences.doc
@@ -132,16 +132,15 @@ system immediately after the module activation.
\anchor pref_dependency_tree Dependency Tree
-Also you can set preferences for visualisation of Dependency Tree in 2D Viewer.
+Also user can set preferences for visualisation of Dependency Tree in 2D Viewer.
\image html pref_dep_tree.png
- General
-- Hierarchy type - allows to choose between display only ascendants tree,
-display only descendants tree or display both ascendants and descendants trees.
-- Possibility to move nodes - allows to customize the moving nodes by default.
+- Hierarchy type - allows to choose default displaying mode of dependency tree.
+- Possibility to move nodes - enable/disable the possibility of moving nodes by default.