Final changes for 0.7.2
svn: r848
This commit is contained in:
parent
58ea65f569
commit
83e449e763
19
gramps/NEWS
19
gramps/NEWS
@ -1,11 +1,30 @@
|
||||
Version 0.7.2
|
||||
* New Brazilian-Portuguese translation (Marcos Bedinelli)
|
||||
* Python Imaging Library no longer required for several report
|
||||
formats.
|
||||
* Better sizing of images in reports (Bruce DeGrasse)
|
||||
* An image subdirectory name can now be specified in the WebPage
|
||||
generation. This allows you to specify the subdirectory (or
|
||||
absence of a subdirectory) where images are placed when generating
|
||||
a web site.
|
||||
* Merging allows you to choose the GRAMPS ID of the merged person.
|
||||
* Better handling of auto completion of names, places, and other
|
||||
items.
|
||||
* Ability to rerun Startup dialog when necessary
|
||||
* More information in the Startup dialog
|
||||
* Fewer intermediate files when handling images for reports
|
||||
* Reports are now plugins, stored in the DocGen library
|
||||
* Filter out control characters on GEDCOM import
|
||||
* New document format generators for SVG and PostScript.
|
||||
* Improved document format generators for LaTeX (Donald Peterson),
|
||||
KWord (Bruce DeGrasse), and AbiWord.
|
||||
* Names now have a type (e.g. "Married Name", "Birth Name")
|
||||
associated with them.
|
||||
* Eliminated the intermediate dialog box on importing - GRAMPS
|
||||
now always appends to the current database.
|
||||
* If an imported GEDCOM contains REFN tags, they are correlated
|
||||
to the GRAMPS ID if possible.
|
||||
|
||||
|
||||
Version 0.7.1
|
||||
* A database must now be open at all times. Prevents the problem of
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE article PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"[
|
||||
<!ENTITY version "0.6.0"> <!-- replace with application version -->
|
||||
<!ENTITY version "0.7.2"> <!-- replace with application version -->
|
||||
]>
|
||||
|
||||
<!-- =============Document Header ============================= -->
|
||||
@ -1283,25 +1283,42 @@
|
||||
<guimenuitem>Preferences...</guimenuitem>
|
||||
</menuchoice>. This opens the
|
||||
<interface>Preferences</interface> dialog, shown in <xref
|
||||
linkend="prefs_gen">.
|
||||
linkend="prefs_main">.
|
||||
</para>
|
||||
|
||||
<sect2 id="prefs_tab0">
|
||||
<title>General Preferences</title>
|
||||
<figure id="prefs_gen">
|
||||
<sect2 id="prefs_main">
|
||||
<title>Preferences Dialog</title>
|
||||
<figure id="prefs_main_fig">
|
||||
<title>Preferences Dialog</title>
|
||||
<screenshot>
|
||||
<screeninfo>Preferences Dialog</screeninfo>
|
||||
<graphic fileref="prefs_main" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
<para>
|
||||
<application>GRAMPS</application> groups is options into
|
||||
categories visible in the left hand side of the
|
||||
dialog. Selecting one of these entries will display the
|
||||
corresponding settings in the right hand side of the dialog.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="prefs_gen">
|
||||
<title>General Database options</title>
|
||||
<figure id="prefs_gen_fig">
|
||||
<title>General Database options</title>
|
||||
<screenshot>
|
||||
<screeninfo>General Database Options</screeninfo>
|
||||
<graphic fileref="prefs_gen" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
<para>
|
||||
The General Preferences tab contains basic information to
|
||||
The General Database page contains basic information to
|
||||
control the operation of <application>GRAMPS</application>.
|
||||
</para>
|
||||
<variablelist>
|
||||
<title>General Preferences options</title>
|
||||
<title>General Database options</title>
|
||||
<varlistentry>
|
||||
<term>Automatically load last database</term>
|
||||
<listitem>
|
||||
@ -1325,41 +1342,22 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Use tabbed pages</term>
|
||||
<term>Autosave interval (minues)</term>
|
||||
<listitem>
|
||||
<para>
|
||||
When this is selected there will be a row of tabs below
|
||||
the tool bars for the Person View, Family View, Pedigree
|
||||
View, and Sources View.
|
||||
If this value is set to a non-zero value, <application>GRAMPS</application>
|
||||
will save an autosave file every few minutes, depending on the
|
||||
value set. If for some reason the execution of <application>GRAMPS</application>
|
||||
is interupted, you can recover to the last autosave point.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Display GRAMPS ID in list</term>
|
||||
<term>Default database directory</term>
|
||||
<listitem>
|
||||
<para>
|
||||
This will add a new column to the Person View with the
|
||||
<application>GRAMPS</application> ID for each individual.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Allow internal GRAMPS ID numbers to be edited</term>
|
||||
<listitem>
|
||||
<para>
|
||||
This option allows advanced users to edit the internal
|
||||
<application>GRAMPS</application> identification strings
|
||||
for certain entries.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Display attribute on Edit Person form</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Selecting this and adding a comment/word will add that
|
||||
comment/word to the Identification part of the Edit Person
|
||||
view.
|
||||
This value indicates the default directory for loading and saving
|
||||
databases.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1367,7 +1365,7 @@
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab1">
|
||||
<title>Dates and Calendars</title>
|
||||
<figure id="prefs_fmt">
|
||||
<figure id="prefs_dates">
|
||||
<title>Dates and Calendars</title>
|
||||
<screenshot>
|
||||
<screeninfo>Dates and Calendars</screeninfo>
|
||||
@ -1424,85 +1422,88 @@
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab2">
|
||||
<title>Appearance Preferences</title>
|
||||
<figure id="prefs_appear">
|
||||
<title>Preferences Dialog</title>
|
||||
<title>Media Options</title>
|
||||
<figure id="prefs_media">
|
||||
<title>Media Options</title>
|
||||
<screenshot>
|
||||
<screeninfo>Appearance Preferences Dialog</screeninfo>
|
||||
<graphic fileref="prefs_appear" format="png" srccredit="Don Allingham">
|
||||
<screeninfo>Media Options</screeninfo>
|
||||
<graphic fileref="prefs_media" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
<variablelist>
|
||||
<title>Appearance Preferences</title>
|
||||
<varlistentry>
|
||||
<term>Custom Colors</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enabling custom colors allows you to choose foreground and
|
||||
background colors for the Person View list. A different
|
||||
color combinations may be chosen for odd and even
|
||||
rows. This may make the display easier to read. It should
|
||||
be noted that it may slow down redisplays of the window if
|
||||
a large number (thousands) of people are in the list.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Status Bar</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Allows you to change the information displayed in the
|
||||
status bar at the bottom of the window. There are three
|
||||
(3) preferences from which to chose. The first is Active
|
||||
person's name only - this will display the active person's
|
||||
name only in the status bar. The second is Active
|
||||
person's name and GRAMPS ID - This will display the name
|
||||
and ID for the active person ( [I9] Edwin Michael Smith ).
|
||||
The last option is Active person's name and attribute -
|
||||
this is just like the second option but shows the
|
||||
attribute you specified in the General Preferences
|
||||
section.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>List Display Options</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Allows you to control what gets displayed in lists. You can
|
||||
control if alternate names are displayed in the lists, or
|
||||
if the lists will contain detail flags to indicate
|
||||
additional information (such as the presence of notes,
|
||||
sources, or images).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab3">
|
||||
<title>Researchers Preferences</title>
|
||||
<figure id="prefs_research">
|
||||
<title>Researcher Information Dialog</title>
|
||||
<sect2 id="prefs_tab_ids">
|
||||
<title>GRAMPS ID Options</title>
|
||||
<figure id="prefs_ids">
|
||||
<title>GRAMPS ID Options</title>
|
||||
<screenshot>
|
||||
<screeninfo>Researcher Information Dialog</screeninfo>
|
||||
<graphic fileref="prefs_research" format="png" srccredit="Don Allingham">
|
||||
<screeninfo>GRAMPS ID Options</screeninfo>
|
||||
<graphic fileref="prefs_ids" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab_rev">
|
||||
<title>Revision Control Options</title>
|
||||
<figure id="prefs_rev">
|
||||
<title>Revision Control Options</title>
|
||||
<screenshot>
|
||||
<screeninfo>Revision Control Options</screeninfo>
|
||||
<graphic fileref="prefs_revision" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab_disp">
|
||||
<title>General Display Options</title>
|
||||
<figure id="prefs_disp">
|
||||
<title>General Display Options</title>
|
||||
<screenshot>
|
||||
<screeninfo>General Display Options</screeninfo>
|
||||
<graphic fileref="prefs_disp" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab_bars">
|
||||
<title>Tool and Status Bar Options</title>
|
||||
<figure id="prefs_bars">
|
||||
<title>Tool and Status Bar Options</title>
|
||||
<screenshot>
|
||||
<screeninfo>Tools and Status Bar Options</screeninfo>
|
||||
<graphic fileref="prefs_bars" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab_colors">
|
||||
<title>List Color Options</title>
|
||||
<figure id="prefs_color">
|
||||
<title>List Color Options</title>
|
||||
<screenshot>
|
||||
<screeninfo>List Color Options</screeninfo>
|
||||
<graphic fileref="prefs_colors" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab_find">
|
||||
<title>Find Options</title>
|
||||
<figure id="prefs_find">
|
||||
<title>Find Options</title>
|
||||
<screenshot>
|
||||
<screeninfo>Find Options</screeninfo>
|
||||
<graphic fileref="prefs_find" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
<para>
|
||||
This is where you are able to change the information you entered
|
||||
when you started GRAMPS for the first time and was asked to
|
||||
enter in some information. (This information shows up in your
|
||||
GEDCOM files as being the researcher/author of the file)
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab4">
|
||||
<title>Report Preferences</title>
|
||||
<title>Report Options</title>
|
||||
<figure id="prefs_report">
|
||||
<title>Report Preferences Dialog</title>
|
||||
<title>Report Options</title>
|
||||
<screenshot>
|
||||
<screeninfo>Report Preferences Dialog</screeninfo>
|
||||
<screeninfo>Report Options</screeninfo>
|
||||
<graphic fileref="prefs_report" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
@ -1517,19 +1518,34 @@
|
||||
not support all possible formats.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab5">
|
||||
<title>Directories Preferences</title>
|
||||
<figure id="prefs_dir">
|
||||
<title>Directory Preferences Dialog</title>
|
||||
<sect2 id="prefs_tab3">
|
||||
<title>Researcher Information</title>
|
||||
<figure id="prefs_research">
|
||||
<title>Researcher Information</title>
|
||||
<screenshot>
|
||||
<screeninfo>Directory Preferences Dialog</screeninfo>
|
||||
<graphic fileref="prefs_dir" format="png" srccredit="Don Allingham">
|
||||
<screeninfo>Researcher Information</screeninfo>
|
||||
<graphic fileref="prefs_research" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
<para>
|
||||
This is where you are able to change the information you entered
|
||||
when you started GRAMPS for the first time and was asked to
|
||||
enter in some information. (This information shows up in your
|
||||
GEDCOM files as being the researcher/author of the file)
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="prefs_tab5">
|
||||
<title>Data Guessing Options</title>
|
||||
<figure id="prefs_tab_guess">
|
||||
<title>Data Guessing Options</title>
|
||||
<screenshot>
|
||||
<screeninfo>Data Guessing Options</screeninfo>
|
||||
<graphic fileref="prefs_guess" format="png" srccredit="Don Allingham">
|
||||
</graphic>
|
||||
</screenshot>
|
||||
</figure>
|
||||
<para>
|
||||
This allows you to set the default directories for your databases,
|
||||
reports, and Web Sites.
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
@ -90,7 +90,7 @@ NAME="REPORT-FIG"
|
||||
SRC="reportsel.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 34. Report Generation Dialog</B
|
||||
>Figure 41. Report Generation Dialog</B
|
||||
></P
|
||||
></DIV
|
||||
><P
|
||||
@ -270,7 +270,7 @@ appear in every GRAMPS generated file.
|
||||
></TABLE
|
||||
><P
|
||||
><B
|
||||
>Figure 35. Sample HTML Template Example</B
|
||||
>Figure 42. Sample HTML Template Example</B
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
|
@ -197,7 +197,7 @@ CLASS="COMMAND"
|
||||
> on the command line.
|
||||
</P
|
||||
><P
|
||||
> This document describes version 0.6.0 of
|
||||
> This document describes version 0.7.2 of
|
||||
<TT
|
||||
CLASS="APPLICATION"
|
||||
>GRAMPS</TT
|
||||
|
@ -84,9 +84,9 @@ CLASS="GUIMENUITEM"
|
||||
CLASS="INTERFACE"
|
||||
>Preferences</SPAN
|
||||
> dialog, shown in <A
|
||||
HREF="prefs.html#PREFS_GEN"
|
||||
>Figure 28 in the section called <I
|
||||
>General Preferences</I
|
||||
HREF="prefs.html#PREFS_MAIN"
|
||||
>the section called <I
|
||||
>Preferences Dialog</I
|
||||
></A
|
||||
>.
|
||||
</P
|
||||
@ -95,24 +95,55 @@ CLASS="SECT2"
|
||||
><H2
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB0"
|
||||
>General Preferences</A
|
||||
NAME="PREFS_MAIN"
|
||||
>Preferences Dialog</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_GEN"
|
||||
NAME="PREFS_MAIN_FIG"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_gen.png"></P
|
||||
SRC="prefs_main.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 28. Preferences Dialog</B
|
||||
></P
|
||||
></DIV
|
||||
><P
|
||||
> The General Preferences tab contains basic information to
|
||||
> <TT
|
||||
CLASS="APPLICATION"
|
||||
>GRAMPS</TT
|
||||
> groups is options into
|
||||
categories visible in the left hand side of the
|
||||
dialog. Selecting one of these entries will display the
|
||||
corresponding settings in the right hand side of the dialog.
|
||||
</P
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="SECT2"
|
||||
><H2
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_GEN"
|
||||
>General Database options</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_GEN_FIG"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_gen.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 29. General Database options</B
|
||||
></P
|
||||
></DIV
|
||||
><P
|
||||
> The General Database page contains basic information to
|
||||
control the operation of <TT
|
||||
CLASS="APPLICATION"
|
||||
>GRAMPS</TT
|
||||
@ -124,7 +155,7 @@ CLASS="APPLICATION"
|
||||
CLASS="VARIABLELIST"
|
||||
><P
|
||||
><B
|
||||
>General Preferences options</B
|
||||
>General Database options</B
|
||||
></P
|
||||
><DL
|
||||
><DT
|
||||
@ -154,44 +185,27 @@ CLASS="APPLICATION"
|
||||
</P
|
||||
></DD
|
||||
><DT
|
||||
>Use tabbed pages</DT
|
||||
>Autosave interval (minues)</DT
|
||||
><DD
|
||||
><P
|
||||
> When this is selected there will be a row of tabs below
|
||||
the tool bars for the Person View, Family View, Pedigree
|
||||
View, and Sources View.
|
||||
</P
|
||||
></DD
|
||||
><DT
|
||||
>Display GRAMPS ID in list</DT
|
||||
><DD
|
||||
><P
|
||||
> This will add a new column to the Person View with the
|
||||
<TT
|
||||
> If this value is set to a non-zero value, <TT
|
||||
CLASS="APPLICATION"
|
||||
>GRAMPS</TT
|
||||
> ID for each individual.
|
||||
</P
|
||||
></DD
|
||||
><DT
|
||||
>Allow internal GRAMPS ID numbers to be edited</DT
|
||||
><DD
|
||||
><P
|
||||
> This option allows advanced users to edit the internal
|
||||
<TT
|
||||
>
|
||||
will save an autosave file every few minutes, depending on the
|
||||
value set. If for some reason the execution of <TT
|
||||
CLASS="APPLICATION"
|
||||
>GRAMPS</TT
|
||||
> identification strings
|
||||
for certain entries.
|
||||
>
|
||||
is interupted, you can recover to the last autosave point.
|
||||
</P
|
||||
></DD
|
||||
><DT
|
||||
>Display attribute on Edit Person form</DT
|
||||
>Default database directory</DT
|
||||
><DD
|
||||
><P
|
||||
> Selecting this and adding a comment/word will add that
|
||||
comment/word to the Identification part of the Edit Person
|
||||
view.
|
||||
> This value indicates the default directory for loading and saving
|
||||
databases.
|
||||
</P
|
||||
></DD
|
||||
></DL
|
||||
@ -208,14 +222,14 @@ NAME="PREFS_TAB1"
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_FMT"
|
||||
NAME="PREFS_DATES"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_dates.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 29. Dates and Calendars</B
|
||||
>Figure 30. Dates and Calendars</B
|
||||
></P
|
||||
></DIV
|
||||
><P
|
||||
@ -289,100 +303,153 @@ CLASS="SECT2"
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB2"
|
||||
>Appearance Preferences</A
|
||||
>Media Options</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_APPEAR"
|
||||
NAME="PREFS_MEDIA"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_appear.png"></P
|
||||
SRC="prefs_media.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 30. Preferences Dialog</B
|
||||
>Figure 31. Media Options</B
|
||||
></P
|
||||
></DIV
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="VARIABLELIST"
|
||||
><P
|
||||
><B
|
||||
>Appearance Preferences</B
|
||||
></P
|
||||
><DL
|
||||
><DT
|
||||
>Custom Colors</DT
|
||||
><DD
|
||||
><P
|
||||
> Enabling custom colors allows you to choose foreground and
|
||||
background colors for the Person View list. A different
|
||||
color combinations may be chosen for odd and even
|
||||
rows. This may make the display easier to read. It should
|
||||
be noted that it may slow down redisplays of the window if
|
||||
a large number (thousands) of people are in the list.
|
||||
</P
|
||||
></DD
|
||||
><DT
|
||||
>Status Bar</DT
|
||||
><DD
|
||||
><P
|
||||
> Allows you to change the information displayed in the
|
||||
status bar at the bottom of the window. There are three
|
||||
(3) preferences from which to chose. The first is Active
|
||||
person's name only - this will display the active person's
|
||||
name only in the status bar. The second is Active
|
||||
person's name and GRAMPS ID - This will display the name
|
||||
and ID for the active person ( [I9] Edwin Michael Smith ).
|
||||
The last option is Active person's name and attribute -
|
||||
this is just like the second option but shows the
|
||||
attribute you specified in the General Preferences
|
||||
section.
|
||||
</P
|
||||
></DD
|
||||
><DT
|
||||
>List Display Options</DT
|
||||
><DD
|
||||
><P
|
||||
> Allows you to control what gets displayed in lists. You can
|
||||
control if alternate names are displayed in the lists, or
|
||||
if the lists will contain detail flags to indicate
|
||||
additional information (such as the presence of notes,
|
||||
sources, or images).
|
||||
</P
|
||||
></DD
|
||||
></DL
|
||||
></DIV
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="SECT2"
|
||||
><H2
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB3"
|
||||
>Researchers Preferences</A
|
||||
NAME="PREFS_TAB_IDS"
|
||||
>GRAMPS ID Options</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_RESEARCH"
|
||||
NAME="PREFS_IDS"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_research.png"></P
|
||||
SRC="prefs_ids.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 31. Researcher Information Dialog</B
|
||||
>Figure 32. GRAMPS ID Options</B
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="SECT2"
|
||||
><H2
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB_REV"
|
||||
>Revision Control Options</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_REV"
|
||||
></A
|
||||
><P
|
||||
> This is where you are able to change the information you entered
|
||||
when you started GRAMPS for the first time and was asked to
|
||||
enter in some information. (This information shows up in your
|
||||
GEDCOM files as being the researcher/author of the file)
|
||||
</P
|
||||
><IMG
|
||||
SRC="prefs_revision.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 33. Revision Control Options</B
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="SECT2"
|
||||
><H2
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB_DISP"
|
||||
>General Display Options</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_DISP"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_disp.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 34. General Display Options</B
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="SECT2"
|
||||
><H2
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB_BARS"
|
||||
>Tool and Status Bar Options</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_BARS"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_bars.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 35. Tool and Status Bar Options</B
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="SECT2"
|
||||
><H2
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB_COLORS"
|
||||
>List Color Options</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_COLOR"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_colors.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 36. List Color Options</B
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="SECT2"
|
||||
><H2
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB_FIND"
|
||||
>Find Options</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_FIND"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_find.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 37. Find Options</B
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="SECT2"
|
||||
@ -390,7 +457,7 @@ CLASS="SECT2"
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB4"
|
||||
>Report Preferences</A
|
||||
>Report Options</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
@ -402,7 +469,7 @@ NAME="PREFS_REPORT"
|
||||
SRC="prefs_report.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 32. Report Preferences Dialog</B
|
||||
>Figure 38. Report Options</B
|
||||
></P
|
||||
></DIV
|
||||
><P
|
||||
@ -433,27 +500,53 @@ CLASS="SECT2"
|
||||
><H2
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB5"
|
||||
>Directories Preferences</A
|
||||
NAME="PREFS_TAB3"
|
||||
>Researcher Information</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_DIR"
|
||||
NAME="PREFS_RESEARCH"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_dir.png"></P
|
||||
SRC="prefs_research.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 33. Directory Preferences Dialog</B
|
||||
>Figure 39. Researcher Information</B
|
||||
></P
|
||||
></DIV
|
||||
><P
|
||||
> This allows you to set the default directories for your databases,
|
||||
reports, and Web Sites.
|
||||
> This is where you are able to change the information you entered
|
||||
when you started GRAMPS for the first time and was asked to
|
||||
enter in some information. (This information shows up in your
|
||||
GEDCOM files as being the researcher/author of the file)
|
||||
</P
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="SECT2"
|
||||
><H2
|
||||
CLASS="SECT2"
|
||||
><A
|
||||
NAME="PREFS_TAB5"
|
||||
>Data Guessing Options</A
|
||||
></H2
|
||||
><DIV
|
||||
CLASS="FIGURE"
|
||||
><A
|
||||
NAME="PREFS_TAB_GUESS"
|
||||
></A
|
||||
><P
|
||||
><IMG
|
||||
SRC="prefs_guess.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 40. Data Guessing Options</B
|
||||
></P
|
||||
></DIV
|
||||
><P
|
||||
> </P
|
||||
></DIV
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="NAVFOOTER"
|
||||
|
@ -89,7 +89,7 @@ NAME="TOOLS-FIG"
|
||||
SRC="toolsel.png"></P
|
||||
><P
|
||||
><B
|
||||
>Figure 36. Tool Selection Dialog</B
|
||||
>Figure 43. Tool Selection Dialog</B
|
||||
></P
|
||||
></DIV
|
||||
><P
|
||||
|
Binary file not shown.
9339
gramps/src/po/it.po
9339
gramps/src/po/it.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user