b797fc392a
* doc/gramps-manual/C/figures/prefs.png: Add new figure. svn: r4475
209 lines
7.0 KiB
XML
209 lines
7.0 KiB
XML
<chapter id="gramps-prefs">
|
|
|
|
<!--
|
|
User Manual for Gramps - a GTK+/GNOME based genealogy program
|
|
|
|
Copyright (C) 2003-2005 Alexander Roitman
|
|
|
|
This document is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This document is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
-->
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<title>Settings</title>
|
|
<para>To configure &app;, choose
|
|
<menuchoice><guimenu>Edit</guimenu>
|
|
<guimenuitem>Preferences...</guimenuitem></menuchoice>. This will
|
|
bring up the following <guilabel>Preferences</guilabel> dialog.</para>
|
|
|
|
<!-- ==== Figure: Type-ahead find ==== -->
|
|
<figure id="prefs-fig">
|
|
<title>Preferences dialog</title>
|
|
<screenshot><mediaobject><imageobject><imagedata
|
|
fileref="figures/prefs.png" format="PNG"/></imageobject>
|
|
<textobject>
|
|
<phrase>Shows Preferences dialog. </phrase>
|
|
</textobject></mediaobject></screenshot></figure>
|
|
<!-- ==== End of Figure ==== -->
|
|
|
|
<para>The pane on the left displays the tree of available option
|
|
categories. Selecting a tree node will display the corresponding
|
|
options in the right side of the dialog. </para>
|
|
|
|
<sect1 id="gramps-prefs-db">
|
|
<title>Database</title>
|
|
<para> This category contains preferences relevant to the
|
|
database itself. It has the following subcategories: </para>
|
|
|
|
<variablelist>
|
|
<varlistentry><term><guilabel>General</guilabel></term>
|
|
<listitem>
|
|
<variablelist>
|
|
<varlistentry><term><guilabel>Automatically
|
|
load last database</guilabel></term>
|
|
<listitem><para> Check this box to automatically load the
|
|
last open database on startup. </para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry><term><guilabel>Family name guessing</guilabel></term>
|
|
<listitem><para> This option affects the initial family name of a
|
|
child when he/she is added to the database. </para>
|
|
|
|
<tip><para>This option only
|
|
affects the initial family name guessed by &app; when the
|
|
<guilabel>Edit Person</guilabel> dialog is launched. You can modify
|
|
that name the way you see fit. Set this option to the value that you
|
|
will most frequently use, as it will save you a lot of
|
|
typing.</para></tip>
|
|
|
|
<para>If <guilabel>None</guilabel> is selected, no guessing will be
|
|
attempted. Selecting <guilabel>Father's surname</guilabel> will use
|
|
the family name of the father. Selecting <guilabel>Combination of
|
|
mother's and father's surname</guilabel> will use the father's name
|
|
followed by the mother's name. Finally, <guilabel>Icelandic
|
|
style</guilabel> will use the father's given name followed by the
|
|
"sson" suffix (e.g. the son of Edwin will be guessed as
|
|
Edwinsson).
|
|
</para></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry><term><guilabel>GRAMPS IDs</guilabel></term>
|
|
<listitem><para> Enter ID prefixes for various kinds of database
|
|
entries into the corresponding text entry fields.
|
|
</para>
|
|
|
|
<tip><para>The ID prefixes use formatting conventions common for
|
|
C, Python, and other programming languages. For example, the %04d
|
|
expands to an integer, prepended with zeros to have the total
|
|
width of founr digits. If you would like IDs to be 1, 2, 3, etc,
|
|
simply set the formatting parameter to %d.
|
|
</para></tip>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry><term><guilabel>Researcher Information</guilabel></term>
|
|
<listitem><para> Enter your personal information in the corresponding
|
|
text entry fields. Although &app; requests information about you,
|
|
this information is used only so that &app; can create valid GEDCOM
|
|
output files. A valid GEDCOM file requires information about the file's
|
|
creator. If you choose, you may leave the information empty, however
|
|
none of your exported GEDCOM files will be valid.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</sect1>
|
|
|
|
<sect1 id="gramps-prefs-display">
|
|
<title>Display</title>
|
|
<para> This category contains preferences relevant to
|
|
displaying database records and controls in &app;.
|
|
It has the following subcategories:</para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry><term><guilabel>General</guilabel></term>
|
|
<listitem>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry><term><guilabel>Default view</guilabel></term>
|
|
<listitem><para> This determines which view will appear when
|
|
you start &app;. Choose between Person and Family views.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry><term><guilabel>Family view style</guilabel></term>
|
|
<listitem><para> This selects between the two available styles
|
|
of the Family view layout. The <guilabel>Left to right</guilabel>
|
|
style is similar to the Family Tree Maker (tm), while the
|
|
<guilabel>Top to bottom</guilabel> is similar to the Reunion.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry><term><guilabel>Always display the LDS ordinance
|
|
tabs</guilabel></term>
|
|
<listitem><para> Check this box to have LDS ordinance tabs
|
|
displayed. If you do not know what LDS is then you probably
|
|
should not check it. </para></listitem></varlistentry>
|
|
|
|
<varlistentry><term><guilabel>Display Tip of the
|
|
Day</guilabel></term>
|
|
<listitem><para> Check this box to have the <guilabel>Tip
|
|
of the Day</guilabel> dialog appear on every startup.
|
|
The tips are displayed randomly from the large collection
|
|
of information bits on &app;.
|
|
</para>
|
|
|
|
<tip><para>The <guilabel>Tip of the Day</guilabel> is likely
|
|
to be useful for new user of &app;.
|
|
</para></tip>
|
|
</listitem></varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry><term><guilabel>Dates</guilabel></term>
|
|
|
|
<listitem>
|
|
<para> Select the display format for the dates
|
|
from the available formats listed in this menu.
|
|
</para>
|
|
|
|
<tip><para>Available date display formats are language-specific.
|
|
Depending on whether or not there is a &app; date displayer
|
|
available for your language, you may or may not have a lot of
|
|
choices.
|
|
</para></tip>
|
|
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry><term><guilabel>Toolbar and Statusbar</guilabel></term>
|
|
<listitem>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry><term><guilabel>Toolbar</guilabel></term>
|
|
<listitem><para> Select the desired appearance of the toolbar
|
|
icons from the menu. Selecting <guilabel>GNOME
|
|
Settings</guilabel> will use the overall settings selected
|
|
for your GNOME desktop.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry><term><guilabel>Statusbar</guilabel></term>
|
|
<listitem><para> Select the desired contents displayed in the
|
|
statusbar using the radio buttons.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect1>
|
|
|
|
</chapter>
|