* doc/gramps-manual/C/usage.xml: updates

* doc/gramps-manual/C/usage.xml: updates
* doc/gramps-manual/C/mainwin.xml: updates


svn: r5580
This commit is contained in:
Don Allingham
2005-12-18 02:44:05 +00:00
parent d6c4ffe649
commit 1c5ad3f57f
2 changed files with 417 additions and 283 deletions

View File

@@ -1,9 +1,12 @@
2005-12-17 Don Allingham <don@gramps-project.org>
* doc/gramps-manual/C/usage.xml: updates
2005-12-17 Alex Roitman <shura@gramps-project.org> 2005-12-17 Alex Roitman <shura@gramps-project.org>
* src/GrampsDbBase.py (transaction_commit): Typo. * src/GrampsDbBase.py (transaction_commit): Typo.
2005-12-16 Don Allingham <don@gramps-project.org> 2005-12-16 Don Allingham <don@gramps-project.org>
* src/gramps-manual/C/usuage.xml: updates * doc/gramps-manual/C/usage.xml: updates
* src/gramps-manual/C/mainwin.xml: updates * doc/gramps-manual/C/mainwin.xml: updates
2005-12-14 Don Allingham <don@gramps-project.org> 2005-12-14 Don Allingham <don@gramps-project.org>
* doc/gramps-manual/C/getstart.xml: updates * doc/gramps-manual/C/getstart.xml: updates

View File

@@ -321,14 +321,11 @@
</figure> </figure>
<!-- ==== End of Figure ==== --> <!-- ==== End of Figure ==== -->
<para>
Upon starting the &app; database or &app; package import, &app;
will display the progress in the progress bar of its main window.
</para>
<para> <para>
If a media file is not found during import, the following dialog If a media file is not found during import, you'll be prompted
will prompt you for the possible actions: to take one of the actions indicated in <xref
linkend="missing-media-im"/>.
</para> </para>
<!-- ==== Figure: Missing media window ==== --> <!-- ==== Figure: Missing media window ==== -->
@@ -353,35 +350,28 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
To remove the object corresponding to the missing file as If you don't have the missing file and have no possibility of
well as all the references to that object from various replacing it, click the <guibutton>Remove Object</guibutton>
database records, click the <guibutton>Remove button. This will remove the object that corresponds to the
Object</guibutton> button. This will alter your database so missing file as well as all the references in the database to
that it will be in a consistent state, but all the that object.
references to the missing file will be gone. Use this option
if the file is irrevocably lost and there is no possibility
of ever replacing it.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
To keep the reference to the object corresponding to the If you're not sure where the missing file is, but think you
missing file, click the <guibutton>Keep still have it or may be able to find it, click the
Reference</guibutton> button. This will leave things as is, <guibutton>Keep Reference</guibutton> button. If and when you
i.e. in an inconsistent state. You could supply the missing find the file, you can simply copy it into your database
file later, in which case you will have to copy it into your directory and have access to it through &app;.
database directory. Choose this option if the replacement is
possible, but not available right now.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
To supply the missing file during import, click the If you can supply the missing file during the import
<guibutton>Select File</guibutton> button. This will copy operation, click the <guibutton>Select File</guibutton>
the file you select in place of the missing file. No button. This will copy the file you select in place of the
references will be altered in the database, and it will be missing file. No references will be altered in the database.
in the consistent state. Use this option if the replacement
is readily available.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
@@ -402,28 +392,30 @@
<title>Exporting Data</title> <title>Exporting Data</title>
<para> <para>
Exporting allows you to share any portion of your &app; database Exporting allows you to share any portion of your &app; database
with other researchers as well as to make your database with other researchers as well as to enable you to transfer your data to another computer. Currently, &app; can
completely portable to another computer. Currently, &app; can
export data to the following formats: &app; database (grdb), export data to the following formats: &app; database (grdb),
&app; XML, GEDCOM, &app; package, Web Family Tree, and GeneWeb. &app; XML, GEDCOM, &app; package, Web Family Tree, and GeneWeb.
</para> </para>
<note id="export-note"> <note id="export-note">
<title>Export is saving a copy</title> <title>Export is saving a copy</title>
<para> <para>
Exporting will create another file with the copy of your data. WheN you export, you are saving a copy of the currently opened
The database currently opened in your &app; window is NOT the database. Exporting creates another file with a copy of your
file saved by your export. Future editing of the currently data. Note that the database that remains opened in your GRAMPS
opened database will not alter the copy produced by the window is NOT the file saved by your export. Additional editing
export. of the currently opened database will not alter the copy
produced by the export.
</para> </para>
</note> </note>
<para> <para>
To export data, choose To export data, choose
<menuchoice> <menuchoice>
<guimenu>File</guimenu> <guimenu>File</guimenu>
<guimenuitem>Export</guimenuitem> <guimenuitem>Export</guimenuitem>
</menuchoice>. </menuchoice>.
This will bring up the <guilabel>Export</guilabel> druid. Its This will bring up the <guilabel>Export</guilabel> assistant. Its
pages will guide you through the format selection (see <xref pages will guide you through the format selection (see <xref
linkend="export-druid-fig"/>), file selection, and format linkend="export-druid-fig"/>), file selection, and format
specific export options (see <xref specific export options (see <xref
@@ -437,7 +429,7 @@
<!-- ==== Figure: GEDCOM Export ==== --> <!-- ==== Figure: GEDCOM Export ==== -->
<figure id="export-druid-fig"> <figure id="export-druid-fig">
<title>Export druid: format selection</title> <title>Export assistant: format selection</title>
<screenshot> <screenshot>
<mediaobject> <mediaobject>
<imageobject> <imageobject>
@@ -445,34 +437,125 @@
width="500" depth="383" scale="75"/> width="500" depth="383" scale="75"/>
</imageobject> </imageobject>
<textobject> <textobject>
<phrase>Shows format selection page of an Export druid</phrase> <phrase>Shows format selection page of an Export assistant</phrase>
</textobject> </textobject>
</mediaobject> </mediaobject>
</screenshot> </screenshot>
</figure> </figure>
<sect2 id="export-gedcom"> <sect2 id="export-gedcom">
<title>GEDCOM export</title> <title>Exporting into the GEDCOM format</title>
<para> <para>
GEDCOM export options allow you to fine tune your export (see
<xref linkend="gedcom-export-fig"/>). Choose the desired &app; allows you to export a database into the common GEDCM
<guilabel>Encoding</guilabel> of the exported file. Use the format. It provides options that allow you to fine tune your
<guilabel>Filter</guilabel> pop-up menu to limit the scope of export (see <xref linkend="gedcom-export-fig"/>).
the export according to the stated rule. Use the
<guilabel>Target</guilabel> menu to select the desired GEDCOM
dialect. Select your copyright statement from the
<guilabel>Copyright</guilabel> menu. Check <guilabel>Do not
include records marked private</guilabel> to disable the
output of private records. Check <guilabel>Restrict data on
living people</guilabel> to limit living people's data to
family ties. With this option, information concerning birth,
death, addresses, various events, etc. will be omitted in the
exported GEDCOM file. If this option is selected, you can
further choose whether to use the word "Living" as first name,
exclude notes, and exclude sources for the living
people. Check <guilabel>Reference images from path</guilabel>
to tell &app; to use the specific path for your images when
writing image references in GEDCOM.
</para> </para>
<variablelist>
<varlistentry>
<term>Encoding</term>
<listitem>
<para>
Since different languages use different characters, it is
important to tell a GEDCOM file what character set is used.
The two formats traditionally accepted are ASCII and ANSEL.
Since all ASCII characters are valid ANSEL characters,
GRAMPS does not provide an option for ASCII.
</para>
<para>
Because ANSEL is not commonly used, some genealogy programs
will accept the ANSI (more commonly know as ISO-8859-1) and
Unicode character sets. Only select ANSI or Unicode if you
know any program that attempts to read the GEDCOM file will
understand these character sets.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Filter</term>
<listitem>
<para>
The filter allows you to export a limited amount of data,
based on the criteria you select.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Target</term>
<listitem>
<para>
While GEDCOM is a standard, not every program implements
it in the same way. This can lead to data loss. &app; can
reduce the data loss in some cases. You can tell &app;
what program is the target, and &app; will customize the
exported file for that program. If your program is not
listed, choose the &quot;GEDCOM 5.5 Standard&quot;.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Copyright</term>
<listitem>
<para>
Allows you to select a statement to describe your Copyright
claim.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>No not include records marked private</term>
<listitem>
<para>
Check this box to prevent private records from being
included in the exported file.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Restrict data on living people</term>
<listitem>
<para>
Check this box to limit the information exported for living
people. This means that all information concerning their
birth, death, addresses, significant events, etc., will be
omitted in the exported GEDCOM file. If you choose this
option, you will be given additional options to limit
further the data on living people. For example, you can
choose to substitute the word &quot;Living&quot; for the
first name; you can exclude notes; and you can exclude
sources for living people.
</para>
<para>
Sometimes, it is not always obvious from the data if someone
is actually alive. &app; uses an advanced algorithm to try
to determine if a person could still be alive. Remember,
&app; is making its best guess, and it may not always be
able to guess correctly all the time. Please double check
your data.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Reference images from path</term>
<listitem>
<para>
Check this box to tell GRAMPS to use the specific path for
your images when writing image references in GEDCOM.
</para>
<para>
This option allows specify where your image files are
located. This is useful when you are transfering your GEDCOM
file from one computer to another. It tells the program
that is importing the data where your images are.
</para>
</listitem>
</varlistentry>
</variablelist>
<!-- ==== Figure: GEDCOM Export ==== --> <!-- ==== Figure: GEDCOM Export ==== -->
<figure id="gedcom-export-fig"> <figure id="gedcom-export-fig">
<title>Export druid: GEDCOM options</title> <title>Export druid: GEDCOM options</title>
@@ -490,6 +573,8 @@
</figure> </figure>
<!-- ==== End of Export ==== --> <!-- ==== End of Export ==== -->
</sect2> </sect2>
<sect2 id="export-gramps-formats"> <sect2 id="export-gramps-formats">
<title>Export into &app; formats</title> <title>Export into &app; formats</title>
<variablelist> <variablelist>
@@ -497,10 +582,11 @@
<term>&app; database (grdb) export</term> <term>&app; database (grdb) export</term>
<listitem> <listitem>
<para> <para>
Exporting to the native format will simply make a copy Exporting to the &app; native format will simply make a
of your data under another name. It also may be useful copy of your data under another name. Exporting to this
if you have directly opened XML or GEDCOM file and format can also be useful if you have directly opened
would like to save it as the grdb file. an XML or GEDCOM file and would like to save it as the
grdb file.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@@ -519,12 +605,11 @@
<term>&app; package export</term> <term>&app; package export</term>
<listitem> <listitem>
<para> <para>
Exporting to &app; package will create a gzip-compressed Exporting to the GRAMPS package format will create a
tar archive (also known as tarball) which contains compressed file that contains the database and copies of
gramps database and copies of all media objects all associated media files. This is useful if you want to
files. This is a useful format for moving your database move your database to another computer or to share it with
to another machine or for sharing it with somebody, someone.
while retaining all the features provided by &app; .
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@@ -556,78 +641,13 @@
</varlistentry> </varlistentry>
</variablelist> </variablelist>
<para> <para>
If a media file is not found during export, the following If a media file is not found during export, you will see the
dialog will prompt you for the possible actions: same <guilabel>Missing Media</guilabel> dialog you encounter
with GEDCOM export.
</para> </para>
<!-- ==== Figure: Missing media window ==== -->
<figure id="missing-media-ex">
<title>Missing Media dialog</title>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="figures/missing-media.png" format="PNG"
width="434" depth="264" scale="75"/>
</imageobject>
<textobject>
<phrase>Shows Missing Media dialog.</phrase>
</textobject>
</mediaobject>
</screenshot>
</figure>
<!-- ==== End of Figure ==== -->
<itemizedlist>
<listitem>
<para>
To remove the object corresponding to the missing file
as well as all the references to that object from
various database records, click the <guibutton>Remove
Object</guibutton> button. This will alter your database
so that it will be in the consistent state, but all the
references to the missing file will be gone. Use this
option if the file is irrevocably lost and there is no
possibility of ever replacing it.
</para>
</listitem>
<listitem>
<para>
To keep the reference to the object corresponding to the
missing file, click the <guibutton>Keep
Reference</guibutton> button. This will leave things as
is, i.e. in the inconsistent state. You could supply
the missing file later, in which case you will have to
copy it into your database directory. Choose this option
if the replacement is possible, but not available right
now.
</para>
</listitem>
<listitem>
<para>
To supply the missing file during export, click the
<guibutton>Select File</guibutton> button. This will
copy the file you select in place of the missing
file. No references will be altered in the database, and
it will be in the consistent state. Use this option if
the replacement is readily available.
</para>
</listitem>
<listitem>
<para>
To automatically use the selection made in this dialog
for all missing media files, check the <guilabel>Use
this selection for all missing media files</guilabel>
box. This will remember your choice and use it for all
media files missing during this export, so that no
further dialogs will be presented. Use this option if
you anticipate many missing files and want to deal with
all of them in the same manner.
</para>
</listitem>
</itemizedlist>
</sect2> </sect2>
<sect2 id="export-other-formats"> <sect2 id="export-other-formats">
<title>Export into other formats</title> <title>Export into other formats</title>
<variablelist> <variablelist>
@@ -635,11 +655,11 @@
<term>Web Family Tree</term> <term>Web Family Tree</term>
<listitem> <listitem>
<para> <para>
Exporting to Web Family Tree will create the text file Exporting to Web Family Tree will create atext file
suitable as an input for the WFT program. Specific that can be used by the Web Family Tree program.
options include filter selection and the ability to Export options include filter selection and the ability
restrict data on living people, that is to limit living to limit data on living people to that of their family
people's data to family ties. ties.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@@ -651,7 +671,7 @@
a popular web genealogy format. To find out more about a popular web genealogy format. To find out more about
GeneWeb and its format, visit GeneWeb and its format, visit
<ulink url="http://cristal.inria.fr/~ddr/GeneWeb/en/" <ulink url="http://cristal.inria.fr/~ddr/GeneWeb/en/"
type="http">this site.</ulink> type="http">http://cristal.inria.fr/~ddr/GeneWeb/en/</ulink>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@@ -670,129 +690,219 @@
</sect2> </sect2>
</sect1> </sect1>
<!-- ================ Usage Subsection ================================ --> <!-- ================ Usage Subsection ================================ -->
<sect1 id="gramps-edit-quick"> <sect1 id="gramps-edit-quick">
<title>Editing Data: Quick Start</title> <title>Editing Data: Quick Start</title>
<para>
Editing any portion of data allows you to amend and/or modify
information stored in the database. The available editing
options include editing personal data, relationship data, data
about children and parents, and information about sources,
places, and media objects used in the database. In short, any
data stored in the database can be edited! Adding a new piece
of information is the process of creating an appropriate empty
data structure and subsequently editing that empty structure.
</para>
<para> <para>
This section refers mainly to the menu items and buttons as
the main way of interacting with &app;. In addition to this, This section is designed to give you the basic knowledge necessary
&app; provides an extensive set of key bindings. The detailed to start putting your genealogical information into GRAMPS. It
reference to the key bindings is found in the will explain how to enter people into the database and how to
<xref linkend="append-keybind"/>. specify their family relationships. (A more detailed explanation
</para> will follow in the section entitled <xref
linkend="gramps-edit-complete"/>.)
</para><para>
First, let's identify the types of information you can enter into
your GRAMPS database. These include:
</para>
<itemizedlist>
<listitem>
<para>
Personal information about an individual (names, addresses,
birth and death dates, etc.)
</para>
</listitem>
<listitem>
<para>
Information about an individual's relationships (marriages,
divorces, civil unions, etc.)
</para>
</listitem>
<listitem>
<para>
Information about an individual's parents and children
</para>
</listitem>
<listitem>
<para>
Sources that document your research
</para>
</listitem>
</itemizedlist>
<note id="keybind">
<title>Keybindings</title>
<para>
In addition to interacting with GRAMPS through menu items and
buttons, you can use its extensive set of
&quot;keybindings.&quot; For more information, see <xref
linkend="append-keybind"/>.
</para>
</note>
<para>
Now let's take a quick look at how you can enter and edit these
various types of information.
</para>
<!-- ================ Usage Sub-subsection ================ --> <!-- ================ Usage Sub-subsection ================ -->
<sect2 id="gramps-add-pers"> <sect2 id="gramps-add-pers">
<title>To Add a Person</title> <title>To Add or Edit a Person</title>
<para> <para>
To add a person to the database, switch to the People View To add a person to the database, switch to the People View
(<xref linkend="side-nofilt-fig"/>) and then click the (<xref linkend="side-nofilt-fig"/>) and then click the
<guibutton>Add</guibutton> on the toolbar. Enter any data you <guibutton>Add</guibutton> on the toolbar. Enter any data you
know about this person into the <guilabel>Edit know about this person into the <guilabel>Edit
Person</guilabel> Dialog (see <xref linkend="edit-pers-fig"/> Person</guilabel> dialog (see <xref linkend="edit-pers-fig"/>
for details). To edit information about a person already for details).
</para><para>
To edit information about a person already
present in the database, select an entry you would like to present in the database, select an entry you would like to
view/modify, and then click the <guibutton>Edit</guibutton> view/modify, and then click the <guibutton>Edit</guibutton>
icon on the toolbar. icon on the toolbar.
</para> </para>
<para>
You can also use <guilabel>Add...</guilabel> and <note id="person-menu">
<guilabel>Edit...</guilabel> menu items available under the <title>Alternate ways of adding or editing a person</title>
<guimenu>Edit</guimenu>. Or you can right-click on the <para>
person and select <guilabel>Add...</guilabel> or You can also use <guilabel>Add...</guilabel> and
<guilabel>Edit...</guilabel> from the invoked context menu. <guilabel>Edit...</guilabel> menu items available under the
</para> <guimenu>Edit</guimenu>. Or you can right-click on the
person and select <guilabel>Add...</guilabel> or
<guilabel>Edit...</guilabel> from the context menu that pops
up.
</para>
</note>
</sect2> </sect2>
<!-- ================ Usage Sub-subsection ================ --> <!-- ================ Usage Sub-subsection ================ -->
<sect2 id="gramps-spec-rel"> <sect2 id="gramps-spec-rel">
<title>To Specify a Relationship</title> <title>To Specify a Relationship</title>
<para> <para>
To specify a relationship, first switch to the Family View To specify a relationship, select the person for whom the
(<xref linkend="family-fig"/>). Then click one of the two top relationship applies. Switch to the Family View
buttons on the right of the spouse box. The topmost button (<xref linkend="family-fig"/>) and you'll see this individual
adds a new person to the database and to the relationship, indicated as the &quot;Active person&quot;.
while the second top button adds a person that is already in a
database to the relationship. </para><para>
</para>
<para> Now a question: Does the person who will form the relationship
If using the second button, select the spouse/partner from the with the Active person already exist in the database? If yes,
list and specify the relationship using the menu at the click the middle button to the right of the Spouse box. You'll
bottom. If necessary, you can add a person to the list by then be able to browse through the list of people in the
clicking the <guibutton>+</guibutton> button. &app; will database to select the one you want. If not, click the topmost
filter the displayed list of people based on the apparent button to the right of the Spouse box. This will allow you to
relationship possibility. Specifically, shown are the people who add a new person to the database and to specify the
could possibly be in relationship with the active person, as relationship this person has to the Active person.
judged by the available birth and death information. To
override this and display all people from the database, check
the <guilabel>Show all</guilabel> box.
</para> </para>
<note id="spouse-filter">
<title>Filtering</title>
<para>
By default, GRAMPS filters the displayed list to show only
those people who could theoretically have a relationship with
the Active Person. That is, GRAMPS only shows those people
whose birthdates and death dates fit within the lifetime of
the Active Person. If you wish, you can add a person to the
list by clicking the <guibutton>+</guibutton> button. To
completely override the filter and display all people from the
database, check the <guilabel>Show all</guilabel> box.
</para>
</note>
<para> <para>
To edit information about a relationship already present in To edit an existing relationship, double-click in the Spouse
the database, move the mouse over the box. If there is more than one relationship in the list, you can
<guilabel>Spouse</guilabel> box and double-click. If the select the spouse or partner you want from the list before
relationship lists has more than one person, you can specify double-clicking.
the preferred spouse/partner by selecting an appropriate item
from the context menu available upon right-clicking into the
spouse box. Also, most of the above function are available
from the items of this context menu.
</para> </para>
<note id="spouse-alt-edit">
<title>Alternate ways of editing relationships.</title>
<para>
Most of the functions described above are also available in
the context menu that pops up when you right-click.
</para>
</note>
</sect2> </sect2>
<!-- ================ Usage Sub-subsection ================ --> <!-- ================ Usage Sub-subsection ================ -->
<sect2 id="gramps-spec-par"> <sect2 id="gramps-spec-par">
<title>To Specify Parents</title> <title>To Specify Parents</title>
<para> <para>
To specify parents of an active person, first switch to the
Family View (<xref linkend="family-fig"/>). Then click the To specify parents of a person, highlight that individual in
<guibutton>+</guibutton> button on the right of the active the People View and then switch to the Family View (<xref
person's parents list box. Select the parents from two lists linkend="family-fig"/>). Your selected person will be
and specify the parents' relationships to the active person indicated as the Active person. Click the
using menus at the bottom. You can also specify parents' <guibutton>+</guibutton> button to the right of the Active
relationship to each other. If necessary, you can add a person's parents list box. This will bring up the Choose
person to the list by clicking the Parents dialog. You will see three sections, one for Father,
<guibutton>Add...</guibutton> button. one for Mother, and one for specifying the relationships
</para> between everyone.
<para>
The top and bottom lists contain males and females, </para><para>
respectively. By default, &app; will limit both lists to
people who could possibly be the parents (judged by the date If the Father and Mother of the Active person are already stored
of birth) of the active person. To override this, check the in your database, you can scroll through the lists and make your
<guilabel>Show all</guilabel> box for each list. selections. If they are not in the database, you can click
<guibutton>+</guibutton> to add them.
</para> </para>
<note id="parent-filter">
<title>Filtering</title>
<para>
By default, GRAMPS will limit both lists to people who could
possibly be the parents (judged by the date of birth) of the
Active person. To override this, check the Show all box for
each list.
</para>
</note>
<para> <para>
To specify parents of the active person's spouse, switch to To specify parents of the Active person's spouse, switch to
the Family View and then click the <guibutton>+</guibutton> Family View and then click the <guibutton>+</guibutton> button
button on the right of the spouse's parents list box. To edit to the right of the Spouse's parents list box.
information about parents already present in the database, </para><para>
move the mouse over the corresponding parents' box and To edit information about parents who are already present in the
double-click. All these functions can also be performed by database, move the mouse over the corresponding parents' box and
right-clicking on the parents' box and selecting an double-click.
appropriate item from the context menu.
</para> </para>
<note id="parents-alt-menu">
<title>Alternate ways of specifying parents</title>
<para>
These functions can also be performed by right-clicking on the
parents' box and using the context menu that pops up.
</para>
</note>
</sect2> </sect2>
<!-- ================ Usage Sub-subsection ================ --> <!-- ================ Usage Sub-subsection ================ -->
<sect2 id="gramps-spec-ch"> <sect2 id="gramps-spec-ch">
<title>To Specify Children</title> <title>To Specify Children</title>
<para> <para>
To specify children of an active person, switch to the Family To specify children of an Active person, switch to the Family
View (<xref linkend="family-fig"/>) and then click either the View (<xref linkend="family-fig"/>) and then click either the
second or the third button from the top on the right of the second or the third button from the top righht of the
children list box. The second button adds a child to the children list box. The second button adds a child to the
database and to the family, while the third button adds a database and to the family, while the third button adds a
child already present in the database to the family. child to the family who is already present in the database.
</para> </para>
<para> <para>
If using the third button, select a child from the list and If using the third button, select a child from the list and
specify the child's relationship with father and mother using specify the child's relationship with father and mother using
menus at the bottom. If necessary, you can add a person to the menus at the bottom. If you want, you can add a person to the
list by clicking the <guibutton>Add...</guibutton> button. By list by clicking the <guibutton>Add...</guibutton> button. By
default, &app; will limit the lists to people who could default, &app; will limit the lists to people who could
possibly be the child (judged by the date of birth) of the possibly be the child (judged by the date of birth) of the
@@ -800,72 +910,93 @@
all</guilabel> box. all</guilabel> box.
</para> </para>
<para> <para>
The relationship of the child to the parents can be modified The relationship of the child to the parents can be modified by
by selecting an appropriate item from the context menu right-clicking in the children's box and using the context menu
available upon right-clicking into the children box. Also, that pops up. Again, most of the above functions are available
most of the above function are available from the items of through this context menu.
this context menu.
</para> </para>
</sect2> </sect2>
<!-- ================ Usage Sub-subsection ================ --> <!-- ================ Usage Sub-subsection ================ -->
<sect2 id="gramps-add-img"> <sect2 id="gramps-add-img">
<title>To Add Images</title> <title>Adding Photos and Other Media Objects</title>
<para> <para>
You can add images (as well as other media objects) to You can add photos and other media objects to individual people,
individual people, events, sources, places, as well as images events, sources, and places. You can also add images that might
generally related to the database (e.g. group family photos). not be limited to a single person or event (for example, group
</para> family photos).
<para> </para><para>
To add images related to a single person, switch to the People If you want to add an image to a single person, switch to the
View (<xref linkend="side-nofilt-fig"/>), select a person, and People View (<xref linkend="side-nofilt-fig"/>), select a
then click the <guibutton>Edit</guibutton> icon on the toolbar person, and then click the <guibutton>Edit</guibutton> icon on
to invoke the <guilabel>Edit Person</guilabel> Dialog the toolbar. This will bring up the <guilabel>Edit
(<xref linkend="edit-pers-fig"/>). Then, select the Person</guilabel> dialog (<xref
<guilabel>Gallery</guilabel> tab, and click the linkend="edit-pers-fig"/>). Next, select the
<guibutton>+</guibutton> button to invoke the <guilabel>Select <guilabel>Gallery</guilabel> tab, and click the
a media object</guilabel> dialog. Type the filename or select <guibutton>+</guibutton> button to call up the <guilabel>Select
a file with the image, then provide a title for that a media object</guilabel> dialog. Type a filename or browse to
image. Keep adding images until you are done. find the image file you want and then provide a title for that
</para> image. Keep adding images until you are done.
<para> </para><para>
To add images related to a relationship (e.g. marriage), To add images related to a relationship (for example, a
switch to the Family View (<xref linkend="family-fig"/>) and marriage), switch to the Family View (<xref
then double-click on the Spouse box invoke the linkend="family-fig"/>) and double-click on the Spouse box. This
<guilabel>Marriage/Relationship editor</guilabel> calls up the <guilabel>Marriage/Relationship editor</guilabel>
dialog. Select the <guilabel>Gallery</guilabel> tab and click dialog. Select the <guilabel>Gallery</guilabel> tab and click
the <guibutton>+</guibutton> button to add an image. the <guibutton>+</guibutton> button to add an image.
</para> </para><para>
<para> To add images related to a source or a place, first switch to
To add images related to a source or a place, first switch to the Source View (<xref linkend="sources-fig"/>) or Place View
the Sources View (<xref linkend="sources-fig"/>) or Places (<xref linkend="places-fig"/>). Select the source or place you
View (<xref linkend="places-fig"/>), respectively. Then select want and then either double-click on it or click the
the appropriate source or place and then either double-click <guibutton>Edit</guibutton> icon on the toolbar. Select the
on it or click the <guibutton>Edit</guibutton> icon on the <guilabel>Gallery</guilabel> tab and click the
toolbar to invoke the <guilabel>Source Editor</guilabel> (or <guibutton>+</guibutton> button to add an image.
<guilabel>Place Editor</guilabel>) dialog. Select the
<guilabel>Gallery</guilabel> tab and click the </para><para>
<guibutton>+</guibutton> button to add an image.
</para> Finally, to add images that you want to include in the database,
<para> but hare are not limited to any particular person, relationship,
Finally, to add images that are generally related to the source or place, switch to the Media View (<xref
database but not limited to any person, relationship, source, linkend="media-fig"/>). Then click the
or place in particular, switch to the Media View (<xref <guibutton>Add</guibutton> icon on the toolbar to add an
linkend="media-fig"/>). Then click the image. If you have already added any images to any individual
<guibutton>Add</guibutton> icon on the toolbar to add an galleries, you will also find them listed in the Media View.
image. If you have already added any images to any individual
galleries, you will also find them listed in the Media View.
</para> </para>
<note id="alt-add-image">
<title>Alternate way of adding images to galleries</title>
<para>
An image can always be added to any gallery by using
drag-and-drop. Items can be dragged from the Media View, any
gallery, the desktop, the file manager or a web browser and
dropped on the target gallery, adding the image to the
gallery.
</para>
</note>
<para> <para>
In any gallery, you can also use the In any gallery, you can also use the
<guibutton>Edit</guibutton> and <guibutton>-</guibutton> <guibutton>Edit</guibutton> to edit image information and the
buttons to edit image information and to remove the image <guibutton>-</guibutton> button and to remove the image
reference from that gallery. Note that in all galleries reference from that gallery.
removing the reference to the image does not remove the image
from the database. To completely remove the image from the
database, delete it from Media View by first selecting it and
then clicking the <guibutton>Remove</guibutton> icon on the
toolbar.
</para> </para>
<note id="remove-image-from-gallery">
<title>Removing an image from a gallery</title>
<para>
In all galleries, removing the reference to the image does
not remove the image from the database, but just from the
gallery. To completely remove the image from the database,
delete it from Media View by first selecting it and then
clicking the <guibutton>Remove</guibutton> icon on the
toolbar.
</para>
</note>
</sect2> </sect2>
<!-- ================ Usage Sub-subsection ================ --> <!-- ================ Usage Sub-subsection ================ -->
@@ -874,8 +1005,8 @@
<title>To Edit Sources and Places</title> <title>To Edit Sources and Places</title>
<para> <para>
To add a source or a place to the database, switch to the To add a source or a place to the database, switch to the
appropriate Sources View (<xref linkend="sources-fig"/>) or appropriate Source View (<xref linkend="sources-fig"/>) or
Places View (<xref linkend="places-fig"/>). Then click the Place View (<xref linkend="places-fig"/>). Then click the
<guibutton>Add</guibutton> icon on the toolbar to add a <guibutton>Add</guibutton> icon on the toolbar to add a
source/place. Enter the information into the <guilabel>Source source/place. Enter the information into the <guilabel>Source
Editor</guilabel> (or <guilabel>Place Editor</guilabel>) Editor</guilabel> (or <guilabel>Place Editor</guilabel>)