From 08714ed9d56d1e102331ce0566c4c1ad5a7725bd Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 11 Mar 2003 03:42:16 +0000 Subject: [PATCH] Cleanup of into, getting_started, and main window svn: r1336 --- doc/gramps-manual/C/gramps-manual-C.txt | 292 +++++++++++++++--------- 1 file changed, 179 insertions(+), 113 deletions(-) diff --git a/doc/gramps-manual/C/gramps-manual-C.txt b/doc/gramps-manual/C/gramps-manual-C.txt index a8554c069..ae391a693 100644 --- a/doc/gramps-manual/C/gramps-manual-C.txt +++ b/doc/gramps-manual/C/gramps-manual-C.txt @@ -3,9 +3,9 @@ < GRAMPS. < < [Return] -< Running GRAMPS for the first time. +< Sidebar menu item, the Views could be changed either in -the Sidebar (Figure 2. Sidebar, no filter) or in the Notebook Tabs in the top part of the window -(Figure 3. no sidebar, no filter). To switch the View, click on the desired Sidebar icon or the Notebook -tab. To Switch between Sidebar and Notebook interfaces, choose View->Sidebar from the -GRAMPS menu. +Depending on the state of the View->Sidebar menu item, the Views could be +changed either in the Sidebar (Figure 2. Sidebar, no filter) or in the Notebook +Tabs in the top part of the window (Figure 3. no sidebar, no filter). +To switch the View, click on the desired Sidebar icon or the Notebook tab. +To Switch between Sidebar and Notebook interfaces, choose View->Sidebar from +the GRAMPS menu. < < Filter menu item. +Genealogical databases may contain huge numbers of people. Since the long +lists are hard for humans to handle, GRAMPS provides a convenient way to limit +the scope of browsing by using the Filter. To save screen space, Filter +controls may be either displayed or not, depending on the state of View->Filter +menu item. -When GRAMPS opens a database, the Filter is set to the trivial filter called "All people", i.e. no -filtering is in effect. To choose a filter, use a pop-up Filter menu above the people's -list (Figure 4, sidebar, filter). Once the Filter is chosen, press apply button in the upper right corner -of the window. The filtering will take effect upon pressing Apply. To invert the filtering rule, check -the Invert check-box on the left of Apply button. Example: To show people without children, -choose "People with children" Filter, then check Invert check-box, and then press Apply button. -To cancel any filtering, set the Filter to "All People" and then press Apply button. +When GRAMPS opens a database, the Filter is set to the trivial filter +called "All people", i.e. no filtering is in effect. To choose a filter, use a +pop-up Filter menu above the people's list (Figure 4, sidebar, filter). Once +the Filter is chosen, press apply button in the upper right corner of the +window. The filtering will take effect upon pressing Apply. To invert +the filtering rule, check the Invert check-box on the left of Apply button. +Example: To show people without children, choose "People with children" Filter, +then check Invert check-box, and then press Apply button. To cancel any +filtering, set the Filter to "All People" and then press Apply button. -Note: even if the Filter controls are not displayed (View->Edit menu item is unchecked), the filtering -might still be in place. In other words, the visibility of the Filter controls is not related to the actual -filtering imposed on the list. This may be a cause of confusion, when you enable the filtering and -then remove the controls from the display. If in doubt, enable the display of Filter controls -(by checking View->Edit menu item) and check what kind of filtering is currently set. +Note: even if the Filter controls are not displayed (View->Edit menu item is +unchecked), the filtering might still be in place. In other words, the +visibility of the Filter controls is not related to the actual filtering +imposed on the list. This may be a cause of confusion, when you enable the +filtering and then remove the controls from the display. If in doubt, enable +the display of Filter controls (by checking View->Edit menu item) and check +what kind of filtering is currently set. < < < " button makes the family in the corresponding list-box and active family. That is, -it makes the selected Father the Active person, and the selected Mother the Current spouse. +The parents of both the Active person and the Current spouse are listed in +the corresponding list-boxes in the right-hand part of the window (Active +person's parents on top, Current spouse parents on the bottom). Both +list-boxes have a set of three buttons on their right side. The "+" +and "-" buttons allow to add and remove parents of the Active person and +the Current spouse, respectively. Pressing the right arrow "->" button makes +the family in the corresponding list-box and active family. That is, it makes +the selected Father the Active person, and the selected Mother the Current +spouse. -The bottom list-box displays children of the Active person and the Current Spouse. Children's list -can be order by the Birth date, by usual way of clicking on the Birth date column header. In addition -to the Name, ID, Gender, and Birth date columns, the list includes Status column. The pair of status -words reflect the relationship between the child and his Father/Mother (such as Birth, Adoption, etc.) -The three buttons are available on the right side of the children list-box. The "+" and "-" buttons allow -to add and remove children, respectively. Pressing the left arrow button "<-" makes the selected child -the Active person. +The bottom list-box displays children of the Active person and the Current +Spouse. Children's list can be order by the Birth date, by usual way of +clicking on the Birth date column header. In addition to the Name, ID, Gender, +and Birth date columns, the list includes Status column. The pair of status +words reflect the relationship between the child and his Father/Mother +(such as Birth, Adoption, etc.) The three buttons are available on the right +side of the children list-box. The "+" and "-" buttons allow to add and remove +children, respectively. Pressing the left arrow button "<-" makes the selected +child the Active person. < <