Start of documentation cleanup

svn: r845
This commit is contained in:
Don Allingham 2002-03-17 15:46:24 +00:00
parent 84f4195b39
commit d4b3e6487a
63 changed files with 5842 additions and 5810 deletions

View File

@ -11,17 +11,9 @@
store the results in a file that can be emailed. Have the start of store the results in a file that can be emailed. Have the start of
this with the gramps.err file, but most users don't realize that this with the gramps.err file, but most users don't realize that
this file has been created. Some type of notification is needed. this file has been created. Some type of notification is needed.
* Allow an image to be dropped onto the image box on the first tab of
the EditPerson dialog. This would make that image the first in the
photo list as well.
* Speed up the reading of the database. The python XML routines are not * Speed up the reading of the database. The python XML routines are not
as fast as I would like, and it can take a minute or so to read a as fast as I would like, and it can take a minute or so to read a
large database. This is way too slow. large database. This is way too slow.
* GEDCOM import should use the GEDCOM ID values as the GRAMPS ids if the
current database is empty. This would help us in the future if we want
to do an incremental update. Having the GEDCOM ID and the gramps ID
match up would be a good indication that these are the same people.
For example, @F001@ would become F001.
* Finish the generic load of revision control interfaces to allow a * Finish the generic load of revision control interfaces to allow a
revision control plugin system. Most of the work is already done. revision control plugin system. Most of the work is already done.
* Extend the gramps package exporting to export to a ISO-9660 CD-ROM * Extend the gramps package exporting to export to a ISO-9660 CD-ROM
@ -35,4 +27,9 @@
Python 2.0 provides a zip interface, so this may need to hold off until Python 2.0 provides a zip interface, so this may need to hold off until
the move is made to Python 2.0. the move is made to Python 2.0.
* Sort all lists * Sort all lists
* Implement a "Preferred Family" concept for each person. Currently, the
alternate family/main family is kind of awkward, since the main family
must now be the birth family. Many people would view an adopted family
as the main family.
* Startup tips.
* And a whole lot more.... * And a whole lot more....

View File

@ -154,20 +154,16 @@
</screenshot> </screenshot>
</figure> </figure>
<para> <para>
The second page of the start-up screens will prompt you for <application>GRAMPS</application> will guide you through a few pages
some personal information. This information is optional, and that prompt you for some setup information. The information it requests
can be changed at any time. The information will be used to includes information about yourself and your preferences.
establish your copyright on the information, and to provide </para>
information needed for valid GEDCOM exporting. <para>
Although <application>GRAMPS</application> requests information about
your, this information is used only so that it can create valid GEDCOM
output files. A valid GEDCOM file requires information about the file&quot;s
creator. If you chose, you may leave the information empty.
</para> </para>
<figure id="druidpg2">
<title>Getting Started screen, page 2</title>
<screenshot>
<screeninfo>Getting Started screen, page 2</screeninfo>
<graphic fileref="druidpg2" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
</sect1> </sect1>
<sect1 id="gettingstarted"> <sect1 id="gettingstarted">
@ -175,7 +171,10 @@
<para> <para>
Starting <application>GRAMPS</application> opens the Starting <application>GRAMPS</application> opens the
<interface>Main window</interface>, shown in <xref <interface>Main window</interface>, shown in <xref
linkend="mainwindow-fig">. The window is at first empty. linkend="mainwindow-fig">. You will be prompted to either open an
existing database, or to create a new
database. <application>GRAMPS</application> requires that a
database always be open.
</para> </para>
<figure id="mainwindow-fig"> <figure id="mainwindow-fig">
<title>GRAMPS Main Window</title> <title>GRAMPS Main Window</title>
@ -300,19 +299,29 @@
<application>GRAMPS</application> allows you to apply filters to <application>GRAMPS</application> allows you to apply filters to
the People View. When a filter is applied, the People View will the People View. When a filter is applied, the People View will
only display the entries matching the filter. All of the entries only display the entries matching the filter. All of the entries
remain in the database, but are temporarily hidden. remain in the database, but some entries may be temporarily hidden.
</para> </para>
<para> <para>
There are three parts to a filter. The first part is the There are up to three parts to a filter. The first part is the
selection of the filter to be applied. A filter is selected from selection of the filter to be applied. A filter is selected from
the option menu directly above the People View. The second part the option menu directly above the People View. The second part
is an option qualifier. This qualifier provides more specific is an optional argument. This qualifier provides more specific
information for the filter. Many filters do not require the information for the filter. Many filters do not require the
qualifier, and it will be grayed out if not needed. The third argument, and it will not be displayed if it is not needed. If
part of the filter is the invert selection. When this option is the argument is required, a text box with a descriptive label
selected, <application>GRAMPS</application> will display the will appear. The third part of the filter is the invert
entries that do not match the filter. selection. When this option is selected,
<application>GRAMPS</application> will display the entries that
do not match the filter.
</para> </para>
<figure id="filter-fig">
<title>Filter that reqires an argument</title>
<screenshot>
<screeninfo>Filter that requires an argument</screeninfo>
<graphic fileref="filter" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
<para> <para>
A filter is not applied until the <guibutton>Apply</guibutton> A filter is not applied until the <guibutton>Apply</guibutton>
button is pressed. The filter will remain in effect until the button is pressed. The filter will remain in effect until the
@ -405,24 +414,6 @@
the place where the event occurred, and a description of the the place where the event occurred, and a description of the
event. A note or a source may also be attached to the event. event. A note or a source may also be attached to the event.
</para> </para>
<para>
Events have the concept of privacy and confidence associated
with them. An event may be marked as "Private". When generating
reports or exporting to other formats, you will be allowed to
either include or exclude private records. This will allow you
to limit information provided to others.
</para>
<para>
<application>GRAMPS</application> allows you to specify your
confidence in the information you have. By default, a confidence
level of "Normal" is associated with each event. This can be
increased ("High" or "Very High") or decreased ("Low" or
"Very Low") to indicate the confidence you have in the
information. For example, if Aunt Martha thinks that her
grandmother was born in a particular year, you may wish to mark
this with a lower level of confidence than if you had a copy of
her grandmother's birth certificate.
</para>
<figure id="ep_event-fig"> <figure id="ep_event-fig">
<title>Events Tab</title> <title>Events Tab</title>
<screenshot> <screenshot>
@ -718,6 +709,23 @@
currently displayed internet address. currently displayed internet address.
</para> </para>
</sect2> </sect2>
<sect2 id="ldstab">
<title>LDS Tab</title>
<para>
If you have chosen to enable support for the LDS (Latter Day Saints)
ordinances, the <interface>LDS</interface> tab is visible, and can
be selected. This tab allows you to enter specific information used
by the Church of Jesus Christ of Latter Day Saints.
</para>
<figure id="ep_lds-fig">
<title>LDS Tab</title>
<screenshot>
<screeninfo>LDS Tab</screeninfo>
<graphic fileref="ep_lds" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
</sect2>
</sect1> </sect1>
<sect1 id="familyview"> <sect1 id="familyview">
<title>Family View</title> <title>Family View</title>
@ -1358,22 +1366,23 @@
</variablelist> </variablelist>
</sect2> </sect2>
<sect2 id="prefs_tab1"> <sect2 id="prefs_tab1">
<title>Formats</title> <title>Dates and Calendars</title>
<figure id="prefs_fmt"> <figure id="prefs_fmt">
<title>Formats</title> <title>Dates and Calendars</title>
<screenshot> <screenshot>
<screeninfo>Formats Tab</screeninfo> <screeninfo>Dates and Calendars</screeninfo>
<graphic fileref="prefs_fmt" format="png" srccredit="Don Allingham"> <graphic fileref="prefs_dates" format="png" srccredit="Don Allingham">
</graphic> </graphic>
</screenshot> </screenshot>
</figure> </figure>
<para> <para>
The <interface>Formats</interface> tab allows you to change the The <interface>Dates and Calendars</interface> page allows you to change the
display formats of several different types of data. This includes display and entry formats of dates.
dates and names. </para>
<para>
</para> </para>
<variablelist> <variablelist>
<title>Formats Preferences options</title> <title>Dates and Calendars options</title>
<varlistentry> <varlistentry>
<term>Display Formats</term> <term>Display Formats</term>
<listitem> <listitem>
@ -1399,6 +1408,19 @@
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Calendars</term>
<listitem>
<para>
<application>GRAMPS</application> can support calendars
other than the typical Gregorian calendar. If enabled,
<application>GRAMPS</application> will display a menu
allowing you to specify the calendar that a date
represents. Calendars currently supported are Gregorian,
Hebrew, Julian, and French Republican.
</para>
</listitem>
</varlistentry>
</variablelist> </variablelist>
</sect2> </sect2>
<sect2 id="prefs_tab2"> <sect2 id="prefs_tab2">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -122,7 +122,7 @@ NAME="BKMARKS"
> Bookmarks work similar to bookmarks in HTML browsers. They > Bookmarks work similar to bookmarks in HTML browsers. They
allow you to quickly jump to a person, making that person the allow you to quickly jump to a person, making that person the
active person. This allows you to avoid searching for them active person. This allows you to avoid searching for them
everytime you want to add/change something in their information. every time you want to add/change something in their information.
</P </P
><DIV ><DIV
CLASS="FIGURE" CLASS="FIGURE"
@ -134,7 +134,7 @@ NAME="GOTOBOOKMARK"
SRC="gotobookmark.png"></P SRC="gotobookmark.png"></P
><P ><P
><B ><B
>Figure 22. Using Bookmarks</B >Figure 23. Using Bookmarks</B
></P ></P
></DIV ></DIV
><P ><P
@ -185,7 +185,7 @@ NAME="EDITBOOKMARK"
SRC="editbookmarks.png"></P SRC="editbookmarks.png"></P
><P ><P
><B ><B
>Figure 23. Editing Bookmarks</B >Figure 24. Editing Bookmarks</B
></P ></P
></DIV ></DIV
></DIV ></DIV

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -83,7 +83,7 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="AEN129" NAME="AEN133"
>General Information Tab</A >General Information Tab</A
></H2 ></H2
><DIV ><DIV
@ -114,7 +114,7 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="AEN138" NAME="AEN142"
>Alternate Names Tab</A >Alternate Names Tab</A
></H2 ></H2
><DIV ><DIV
@ -188,27 +188,6 @@ CLASS="APPLICATION"
the place where the event occurred, and a description of the the place where the event occurred, and a description of the
event. A note or a source may also be attached to the event. event. A note or a source may also be attached to the event.
</P </P
><P
> Events have the concept of privacy and confidence associated
with them. An event may be marked as "Private". When generating
reports or exporting to other formats, you will be allowed to
either include or exclude private records. This will allow you
to limit information provided to others.
</P
><P
> <TT
CLASS="APPLICATION"
>GRAMPS</TT
> allows you to specify your
confidence in the information you have. By default, a confidence
level of "Normal" is associated with each event. This can be
increased ("High" or "Very High") or decreased ("Low" or
"Very Low") to indicate the confidence you have in the
information. For example, if Aunt Martha thinks that her
grandmother was born in a particular year, you may wish to mark
this with a lower level of confidence than if you had a copy of
her grandmother's birth certificate.
</P
><DIV ><DIV
CLASS="FIGURE" CLASS="FIGURE"
><A ><A
@ -475,7 +454,7 @@ CLASS="APPLICATION"
second row". Clicking the <B second row". Clicking the <B
CLASS="GUIBUTTON" CLASS="GUIBUTTON"
>Edit >Edit
Properites</B Properties</B
> allows you to edit the local properties. > allows you to edit the local properties.
</P </P
><DIV ><DIV
@ -679,6 +658,37 @@ CLASS="GUIBUTTON"
currently displayed internet address. currently displayed internet address.
</P </P
></DIV ></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="LDSTAB"
>LDS Tab</A
></H2
><P
> If you have chosen to enable support for the LDS (Latter Day Saints)
ordinances, the <SPAN
CLASS="INTERFACE"
>LDS</SPAN
> tab is visible, and can
be selected. This tab allows you to enter specific information used
by the Church of Jesus Christ of Latter Day Saints.
</P
><DIV
CLASS="FIGURE"
><A
NAME="EP_LDS-FIG"
></A
><P
><IMG
SRC="ep_lds.png"></P
><P
><B
>Figure 14. LDS Tab</B
></P
></DIV
></DIV
></DIV ></DIV
><DIV ><DIV
CLASS="NAVFOOTER" CLASS="NAVFOOTER"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -98,7 +98,7 @@ NAME="FAMILYVIEW-FIG"
SRC="familyview.png"></P SRC="familyview.png"></P
><P ><P
><B ><B
>Figure 14. Family View</B >Figure 15. Family View</B
></P ></P
></DIV ></DIV
><P ><P

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -93,25 +93,22 @@ SRC="druidpg1.png"></P
></P ></P
></DIV ></DIV
><P ><P
> The second page of the start-up screens will prompt you for > <TT
some personal information. This information is optional, and CLASS="APPLICATION"
can be changed at any time. The information will be used to >GRAMPS</TT
establish your copyright on the information, and to provide > will guide you through a few pages
information needed for valid GEDCOM exporting. that prompt you for some setup information. The information it requests
includes information about yourself and your preferences.
</P </P
><DIV
CLASS="FIGURE"
><A
NAME="DRUIDPG2"
></A
><P ><P
><IMG > Although <TT
SRC="druidpg2.png"></P CLASS="APPLICATION"
><P >GRAMPS</TT
><B > requests information about
>Figure 2. Getting Started screen, page 2</B your, this information is used only so that it can create valid GEDCOM
></P output files. A valid GEDCOM file requires information about the file"s
></DIV creator. If you chose, you may leave the information empty.
</P
></DIV ></DIV
><DIV ><DIV
CLASS="NAVFOOTER" CLASS="NAVFOOTER"

View File

@ -90,7 +90,7 @@ NAME="REPORT-FIG"
SRC="reportsel.png"></P SRC="reportsel.png"></P
><P ><P
><B ><B
>Figure 33. Report Generation Dialog</B >Figure 34. Report Generation Dialog</B
></P ></P
></DIV ></DIV
><P ><P
@ -124,7 +124,7 @@ CLASS="GUIBUTTON"
Selecting one of those options you can then change the font (font Selecting one of those options you can then change the font (font
face, size, color, and options) for each Paragraph Style along face, size, color, and options) for each Paragraph Style along
with the Paragraph Options (Alignment, background color, margins, with the Paragraph Options (Alignment, background color, margins,
and dorders). Once you are satisfied with the style you are ready and borders). Once you are satisfied with the style you are ready
to proceed with the generation of your report. The next step is to proceed with the generation of your report. The next step is
to choose the options (if any for that specific report) and then to choose the options (if any for that specific report) and then
Choose the Template (for HTML format only) and click OK. Your Choose the Template (for HTML format only) and click OK. Your
@ -270,7 +270,7 @@ appear in every GRAMPS generated file.
></TABLE ></TABLE
><P ><P
><B ><B
>Figure 34. Sample HTML Template Example</B >Figure 35. Sample HTML Template Example</B
></P ></P
></DIV ></DIV
></DIV ></DIV

View File

@ -81,8 +81,14 @@ CLASS="INTERFACE"
>Main window</SPAN >Main window</SPAN
>, shown in <A >, shown in <A
HREF="gettingstarted.html#MAINWINDOW-FIG" HREF="gettingstarted.html#MAINWINDOW-FIG"
>Figure 3</A >Figure 2</A
>. The window is at first empty. >. You will be prompted to either open an
existing database, or to create a new
database. <TT
CLASS="APPLICATION"
>GRAMPS</TT
> requires that a
database always be open.
</P </P
><DIV ><DIV
CLASS="FIGURE" CLASS="FIGURE"
@ -94,7 +100,7 @@ NAME="MAINWINDOW-FIG"
SRC="mainwin.png"></P SRC="mainwin.png"></P
><P ><P
><B ><B
>Figure 3. GRAMPS Main Window</B >Figure 2. GRAMPS Main Window</B
></P ></P
></DIV ></DIV
><DIV ><DIV

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -107,7 +107,7 @@ NAME="MEDIAVIEW-FIG"
SRC="mediaview.png"></P SRC="mediaview.png"></P
><P ><P
><B ><B
>Figure 19. Media View</B >Figure 20. Media View</B
></P ></P
></DIV ></DIV
><DIV ><DIV
@ -115,7 +115,7 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="AEN390" NAME="AEN400"
>Media Objects</A >Media Objects</A
></H2 ></H2
><P ><P
@ -128,7 +128,7 @@ CLASS="APPLICATION"
CLASS="APPLICATION" CLASS="APPLICATION"
>GRAMPS</TT >GRAMPS</TT
> is told to import an object as > is told to import an object as
alocal object, it will make its own copy of the file in the a local object, it will make its own copy of the file in the
database directory. If the object is not imported as a local database directory. If the object is not imported as a local
object, the original file is used. object, the original file is used.
</P </P
@ -154,7 +154,7 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="AEN398" NAME="AEN408"
>Adding a Media Object</A >Adding a Media Object</A
></H2 ></H2
><P ><P
@ -170,8 +170,8 @@ CLASS="GUIBUTTON"
Object</B Object</B
> button. This will add the object to the Media > button. This will add the object to the Media
View, but not to any gallery. When you select the file to be View, but not to any gallery. When you select the file to be
added, a preview will be displayed in the preview window. The added, a preview will be displayed in the preview window. If the
the file is an image, the image will be displayed. Otherwise, an file is an image, the image will be displayed. Otherwise, an
icon representing the file type will be displayed. In the dialog icon representing the file type will be displayed. In the dialog
box, you may choose to either import the object as a local box, you may choose to either import the object as a local
object, or leave it as an external object. object, or leave it as an external object.
@ -185,7 +185,7 @@ NAME="ADDMEDIA"
SRC="addmedia.png"></P SRC="addmedia.png"></P
><P ><P
><B ><B
>Figure 20. Add Media Object Dialog Box</B >Figure 21. Add Media Object Dialog Box</B
></P ></P
></DIV ></DIV
> >
@ -205,7 +205,7 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="AEN409" NAME="AEN419"
>Making a Reference to a Media Object</A >Making a Reference to a Media Object</A
></H2 ></H2
><P ><P
@ -228,7 +228,7 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="AEN413" NAME="AEN423"
>Changing a Media Object's Properties</A >Changing a Media Object's Properties</A
></H2 ></H2
><P ><P
@ -265,7 +265,7 @@ NAME="GLOBALMEDIA"
SRC="globalmedia.png"></P SRC="globalmedia.png"></P
><P ><P
><B ><B
>Figure 21. Edit a Media Object's Global Properties</B >Figure 22. Edit a Media Object's Global Properties</B
></P ></P
></DIV ></DIV
> >

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -82,7 +82,7 @@ CLASS="GUIMENU"
>View</B >View</B
>-&gt;<B >-&gt;<B
CLASS="GUIMENUITEM" CLASS="GUIMENUITEM"
>Pedgree</B >Pedigree</B
> >
entry from the menus. entry from the menus.
</P </P
@ -96,7 +96,7 @@ NAME="PEDIGREEVIEW-FIG"
SRC="pedegreeview.png"></P SRC="pedegreeview.png"></P
><P ><P
><B ><B
>Figure 15. Pedigree View</B >Figure 16. Pedigree View</B
></P ></P
></DIV ></DIV
><P ><P
@ -136,7 +136,7 @@ NAME="NAVFIGURE-FIG"
SRC="pedegreesel.png"></P SRC="pedegreesel.png"></P
><P ><P
><B ><B
>Figure 16. Navigation</B >Figure 17. Navigation</B
></P ></P
></DIV ></DIV
><P ><P
@ -144,11 +144,11 @@ SRC="pedegreesel.png"></P
will make the person on the right-hand side of the line the active will make the person on the right-hand side of the line the active
person. <A person. <A
HREF="pedigreeview.html#NAVFIGURE-FIG" HREF="pedigreeview.html#NAVFIGURE-FIG"
>Figure 16</A >Figure 17</A
> shows navigation using this > shows navigation using this
method. When the mouse is over one of the lines connecting method. When the mouse is over one of the lines connecting
individuals, the line widens and becomes highlighted. In this individuals, the line widens and becomes highlighted. In this
case, double clcking on the line would make Hjalmar Smith the case, double clicking on the line would make Hjalmar Smith the
active person. active person.
</P </P
></DIV ></DIV

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -100,7 +100,7 @@ NAME="PEOPLEVIEW-FIG"
SRC="peoplelist.png"></P SRC="peoplelist.png"></P
><P ><P
><B ><B
>Figure 4. People View</B >Figure 3. People View</B
></P ></P
></DIV ></DIV
><DIV ><DIV
@ -172,7 +172,7 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="AEN112" NAME="AEN111"
>Applying Filters</A >Applying Filters</A
></H2 ></H2
><P ><P
@ -182,22 +182,37 @@ CLASS="APPLICATION"
> allows you to apply filters to > allows you to apply filters to
the People View. When a filter is applied, the People View will the People View. When a filter is applied, the People View will
only display the entries matching the filter. All of the entries only display the entries matching the filter. All of the entries
remain in the database, but are temporarily hidden. remain in the database, but some entries may be temporarily hidden.
</P </P
><P ><P
> There are three parts to a filter. The first part is the > There are up to three parts to a filter. The first part is the
selection of the filter to be applied. A filter is selected from selection of the filter to be applied. A filter is selected from
the option menu directly above the People View. The second part the option menu directly above the People View. The second part
is an option qualifier. This qualifier provides more specific is an optional argument. This qualifier provides more specific
information for the filter. Many filters do not require the information for the filter. Many filters do not require the
qualifier, and it will be grayed out if not needed. The third argument, and it will not be displayed if it is not needed. If
part of the filter is the invert selection. When this option is the argument is required, a text box with a descriptive label
selected, <TT will appear. The third part of the filter is the invert
selection. When this option is selected,
<TT
CLASS="APPLICATION" CLASS="APPLICATION"
>GRAMPS</TT >GRAMPS</TT
> will display the > will display the entries that
entries that do not match the filter. do not match the filter.
</P </P
><DIV
CLASS="FIGURE"
><A
NAME="FILTER-FIG"
></A
><P
><IMG
SRC="filter.png"></P
><P
><B
>Figure 4. Filter that reqires an argument</B
></P
></DIV
><P ><P
> A filter is not applied until the <B > A filter is not applied until the <B
CLASS="GUIBUTTON" CLASS="GUIBUTTON"
@ -215,7 +230,7 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="AEN121" NAME="AEN125"
>Sorting</A >Sorting</A
></H2 ></H2
><P ><P

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -98,7 +98,7 @@ NAME="PLACEVIEW-FIG"
SRC="placelist.png"></P SRC="placelist.png"></P
><P ><P
><B ><B
>Figure 18. Place View</B >Figure 19. Place View</B
></P ></P
></DIV ></DIV
><P ><P

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -85,7 +85,7 @@ CLASS="INTERFACE"
>Preferences</SPAN >Preferences</SPAN
> dialog, shown in <A > dialog, shown in <A
HREF="prefs.html#PREFS_GEN" HREF="prefs.html#PREFS_GEN"
>Figure 27 in the section called <I >Figure 28 in the section called <I
>General Preferences</I >General Preferences</I
></A ></A
>. >.
@ -108,7 +108,7 @@ NAME="PREFS_GEN"
SRC="prefs_gen.png"></P SRC="prefs_gen.png"></P
><P ><P
><B ><B
>Figure 27. Preferences Dialog</B >Figure 28. Preferences Dialog</B
></P ></P
></DIV ></DIV
><P ><P
@ -143,7 +143,7 @@ CLASS="VARIABLELIST"
CLASS="APPLICATION" CLASS="APPLICATION"
>GRAMPS</TT >GRAMPS</TT
> normally compresses its > normally compresses its
data file to conserve disk space. If you do not whish to data file to conserve disk space. If you do not wish to
have the file compressed, selecting this option will cause have the file compressed, selecting this option will cause
<TT <TT
CLASS="APPLICATION" CLASS="APPLICATION"
@ -181,7 +181,7 @@ CLASS="APPLICATION"
<TT <TT
CLASS="APPLICATION" CLASS="APPLICATION"
>GRAMPS</TT >GRAMPS</TT
> indentification strings > identification strings
for certain entries. for certain entries.
</P </P
></DD ></DD
@ -203,7 +203,7 @@ CLASS="SECT2"
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="PREFS_TAB1" NAME="PREFS_TAB1"
>Formats</A >Dates and Calendars</A
></H2 ></H2
><DIV ><DIV
CLASS="FIGURE" CLASS="FIGURE"
@ -212,27 +212,28 @@ NAME="PREFS_FMT"
></A ></A
><P ><P
><IMG ><IMG
SRC="prefs_fmt.png"></P SRC="prefs_dates.png"></P
><P ><P
><B ><B
>Figure 28. Formats</B >Figure 29. Dates and Calendars</B
></P ></P
></DIV ></DIV
><P ><P
> The <SPAN > The <SPAN
CLASS="INTERFACE" CLASS="INTERFACE"
>Formats</SPAN >Dates and Calendars</SPAN
> tab allows you to change the > page allows you to change the
display formats of several different typs of data. This includes display and entry formats of dates.
dates and names.
</P </P
><P ><P
> </P
><P
></P ></P
><DIV ><DIV
CLASS="VARIABLELIST" CLASS="VARIABLELIST"
><P ><P
><B ><B
>Formats Preferences options</B >Dates and Calendars options</B
></P ></P
><DL ><DL
><DT ><DT
@ -261,6 +262,24 @@ CLASS="APPLICATION"
it should interpret numerical dates. it should interpret numerical dates.
</P </P
></DD ></DD
><DT
>Calendars</DT
><DD
><P
> <TT
CLASS="APPLICATION"
>GRAMPS</TT
> can support calendars
other than the typical Gregorian calendar. If enabled,
<TT
CLASS="APPLICATION"
>GRAMPS</TT
> will display a menu
allowing you to specify the calendar that a date
represents. Calendars currently supported are Gregorian,
Hebrew, Julian, and French Republican.
</P
></DD
></DL ></DL
></DIV ></DIV
></DIV ></DIV
@ -282,7 +301,7 @@ NAME="PREFS_APPEAR"
SRC="prefs_appear.png"></P SRC="prefs_appear.png"></P
><P ><P
><B ><B
>Figure 29. Preferences Dialog</B >Figure 30. Preferences Dialog</B
></P ></P
></DIV ></DIV
><P ><P
@ -355,7 +374,7 @@ NAME="PREFS_RESEARCH"
SRC="prefs_research.png"></P SRC="prefs_research.png"></P
><P ><P
><B ><B
>Figure 30. Researcher Information Dialog</B >Figure 31. Researcher Information Dialog</B
></P ></P
></DIV ></DIV
><P ><P
@ -383,7 +402,7 @@ NAME="PREFS_REPORT"
SRC="prefs_report.png"></P SRC="prefs_report.png"></P
><P ><P
><B ><B
>Figure 31. Report Preferences Dialog</B >Figure 32. Report Preferences Dialog</B
></P ></P
></DIV ></DIV
><P ><P
@ -427,7 +446,7 @@ NAME="PREFS_DIR"
SRC="prefs_dir.png"></P SRC="prefs_dir.png"></P
><P ><P
><B ><B
>Figure 32. Directory Preferences Dialog</B >Figure 33. Directory Preferences Dialog</B
></P ></P
></DIV ></DIV
><P ><P

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -89,7 +89,7 @@ CLASS="APPLICATION"
> system to handle revisions. > system to handle revisions.
</P </P
><P ><P
> Revison control is enabled in the Revision Control tab of the > Revision control is enabled in the Revision Control tab of the
preferences dialog. Once enabled, every save is logged into the preferences dialog. Once enabled, every save is logged into the
revision control database. If you have enabled prompting for a revision control database. If you have enabled prompting for a
comment, then a dialog box will be displayed on every save asking comment, then a dialog box will be displayed on every save asking
@ -104,7 +104,7 @@ NAME="REVCOMMENT"
SRC="savecomment.png"></P SRC="savecomment.png"></P
><P ><P
><B ><B
>Figure 24. Providing a revision control comment</B >Figure 25. Providing a revision control comment</B
></P ></P
></DIV ></DIV
> >
@ -114,7 +114,7 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="AEN474" NAME="AEN484"
>Reverting to a previous version</A >Reverting to a previous version</A
></H2 ></H2
><P ><P
@ -131,7 +131,7 @@ NAME="OPENDB"
SRC="opendb.png"></P SRC="opendb.png"></P
><P ><P
><B ><B
>Figure 25. Opening a database</B >Figure 26. Opening a database</B
></P ></P
></DIV ></DIV
> >
@ -144,7 +144,7 @@ CLASS="APPLICATION"
will display a dialog box that will allow you to choose which version will display a dialog box that will allow you to choose which version
you would like to view. The dialog box displays the version number, the you would like to view. The dialog box displays the version number, the
date the version was saved, who saved the database, and any comment supplied date the version was saved, who saved the database, and any comment supplied
when the datbase was saved. when the database was saved.
<DIV <DIV
CLASS="FIGURE" CLASS="FIGURE"
><A ><A
@ -155,7 +155,7 @@ NAME="REVCONTROL"
SRC="revcontrol.png"></P SRC="revcontrol.png"></P
><P ><P
><B ><B
>Figure 26. Choosing a revision</B >Figure 27. Choosing a revision</B
></P ></P
></DIV ></DIV
> >
@ -165,7 +165,7 @@ SRC="revcontrol.png"></P
database. If you do not save the retrieved database, it will not database. If you do not save the retrieved database, it will not
replace the current version. If for some reason you accidentally replace the current version. If for some reason you accidentally
save the retrieved database when you did not want to replace the save the retrieved database when you did not want to replace the
current version, you can always use the revison control current version, you can always use the revision control
mechanism to get back the version you replaced. mechanism to get back the version you replaced.
</P </P
><P ><P

View File

@ -89,7 +89,7 @@ NAME="TOOLS-FIG"
SRC="toolsel.png"></P SRC="toolsel.png"></P
><P ><P
><B ><B
>Figure 35. Tool Selection Dialog</B >Figure 36. Tool Selection Dialog</B
></P ></P
></DIV ></DIV
><P ><P
@ -190,7 +190,7 @@ CLASS="VARIABLELIST"
>Relationship calculator</DT >Relationship calculator</DT
><DD ><DD
><P ><P
> Calulates the relationship between two people. > Calculates the relationship between two people.
</P </P
></DD ></DD
></DL ></DL

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -98,7 +98,7 @@ NAME="SOURCEVIEW-FIG"
SRC="sourcelist.png"></P SRC="sourcelist.png"></P
><P ><P
><B ><B
>Figure 17. Source list</B >Figure 18. Source list</B
></P ></P
></DIV ></DIV
><P ><P

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -87,7 +87,7 @@ startup = 1
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
progName = "gramps" progName = "gramps"
version = "0.7.2pre-snap20020312" version = "0.7.2"
copyright = "© 2001 Donald N. Allingham" copyright = "© 2001 Donald N. Allingham"
authors = ["Donald N. Allingham", "David Hampton"] authors = ["Donald N. Allingham", "David Hampton"]
comments = _("GRAMPS (Genealogical Research and Analysis Management Programming System) is a personal genealogy program.") comments = _("GRAMPS (Genealogical Research and Analysis Management Programming System) is a personal genealogy program.")

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff