* src/FamilyView.py (add_child_clicked): Return tuple of two
empty strings when the surname guessing is set to None (otherwise it produced traceback and did nothing). * doc/gramps-manual/C/custom.xml: Update. * doc/gramps-manual/C/gramps-manual-C.omf: Update. * doc/gramps.1.in: Update. svn: r2416
This commit is contained in:
		@@ -109,8 +109,22 @@
 | 
			
		||||
 | 
			
		||||
	<variablelist>
 | 
			
		||||
	
 | 
			
		||||
	<varlistentry><term><guilabel>Surname guessing</guilabel></term>
 | 
			
		||||
	<listitem><para> This option is not currently implemented. 
 | 
			
		||||
	<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. NOTE: 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>
 | 
			
		||||
	
 | 
			
		||||
	<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>
 | 
			
		||||
 | 
			
		||||
@@ -189,7 +203,8 @@
 | 
			
		||||
	<varlistentry><term><guilabel>Show calendar format selection menu</guilabel></term>
 | 
			
		||||
	<listitem><para> Check this box to enable the calendar format selection 
 | 
			
		||||
	menu when you are entering dates in the <guilabel>Event 
 | 
			
		||||
	Editor</guilabel> dialog. 
 | 
			
		||||
	Editor</guilabel> dialog.  This will allow you to select different 
 | 
			
		||||
	calendars when editing the dates. 
 | 
			
		||||
	</para></listitem>
 | 
			
		||||
	</varlistentry>
 | 
			
		||||
 | 
			
		||||
@@ -203,7 +218,8 @@
 | 
			
		||||
	
 | 
			
		||||
	<varlistentry><term><guilabel>Toolbar</guilabel></term>
 | 
			
		||||
	<listitem><para> Select the desired appearance of the toolbar icons
 | 
			
		||||
	using the radio buttons. 
 | 
			
		||||
	from the menu. Selecting <guilabel>GNOME Settings</guilabel> will use
 | 
			
		||||
	the overall settings selected for your GNOME desktop. 
 | 
			
		||||
	</para></listitem>
 | 
			
		||||
	</varlistentry>
 | 
			
		||||
 | 
			
		||||
@@ -245,11 +261,6 @@
 | 
			
		||||
	</para></listitem>
 | 
			
		||||
	</varlistentry>
 | 
			
		||||
 | 
			
		||||
	<varlistentry><term><guilabel>Capitalize surnames</guilabel></term>
 | 
			
		||||
	<listitem><para> Check this box to capitalize surnames entered into the
 | 
			
		||||
	database. </para></listitem>
 | 
			
		||||
	</varlistentry>
 | 
			
		||||
 | 
			
		||||
	<varlistentry><term><guilabel>Autosave interval</guilabel></term>
 | 
			
		||||
	<listitem><para> Set the interval (in minutes) after which &app; will
 | 
			
		||||
	automatically save your database. Setting the interval to zero (0) 
 | 
			
		||||
 
 | 
			
		||||
@@ -3,8 +3,8 @@
 | 
			
		||||
  <resource>
 | 
			
		||||
    <creator>Alex Roitman shura@alex.neuro.umn.edu</creator>
 | 
			
		||||
    <title>GRAMPS Manual</title>
 | 
			
		||||
    <date>2003-10-06</date>
 | 
			
		||||
    <version identifier="2.3" date="2003-10-06" description="GNOME2 Compliant GRAMPS Manual"/>
 | 
			
		||||
    <date>2003-12-01</date>
 | 
			
		||||
    <version identifier="2.4" date="2003-12-01" description="GNOME2 Compliant GRAMPS Manual"/>
 | 
			
		||||
    <subject category="GNOME|Applications"/>
 | 
			
		||||
    <description>User Manual for GRAMPS.</description>
 | 
			
		||||
    <type>User Manual</type>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
.TH gramps 1 "@VERSION@" "September 2003" "@VERSION@"
 | 
			
		||||
.TH gramps 1 "@VERSION@" "December 2003" "@VERSION@"
 | 
			
		||||
.SH NAME
 | 
			
		||||
gramps \- Genealogical Research and Analysis Management Programming System.
 | 
			
		||||
 | 
			
		||||
@@ -133,6 +133,16 @@ Instead of generating direct printer output, report generators target other
 | 
			
		||||
systems, such as \fIOpen Office\fR, \fIAbiWord\fR, HTML or LaTeX to allow the 
 | 
			
		||||
user to modify the format to suit his or her needs. 
 | 
			
		||||
 | 
			
		||||
.SH KNOWN BUGS AND LIMITATIONS
 | 
			
		||||
Currently, \fIGramps\fP loads all data into memory, which tends to bog down 
 | 
			
		||||
the system for large databases (over 15000 people for a typical system). 
 | 
			
		||||
This will be addressed with the 1.2 release by incorporating a database 
 | 
			
		||||
backend. The database backend should dramatically improve both speed and 
 | 
			
		||||
memory usage. 
 | 
			
		||||
.LP 
 | 
			
		||||
Direct printing is not currently supported. This is planned to be fixed after
 | 
			
		||||
the stable 1.0 release by using gnome-print architechture. 
 | 
			
		||||
 | 
			
		||||
.SH FILES
 | 
			
		||||
.LP 
 | 
			
		||||
\fI${PREFIX}/bin/gramps\fP 
 | 
			
		||||
@@ -159,7 +169,7 @@ Alex Roitman \fI<shura@alex.neuro.umn.edu>\fR
 | 
			
		||||
 | 
			
		||||
.SH DOCUMENTATION
 | 
			
		||||
The user documentation is available through standard GNOME Help browser 
 | 
			
		||||
in the form of Gramps Manual. This manual is also available in XML format
 | 
			
		||||
in the form of Gramps Manual. The manual is also available in XML format
 | 
			
		||||
as \fBgramps-manual.xml\fR under \fIdoc/gramps-manual/$LANG\fR in the official
 | 
			
		||||
source distribution.
 | 
			
		||||
.LP 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user