* various: merge changes made in gramps20 up until R2_0_10_real tag.
* configure.in: Bump up release number. * Release: Version 2.0.10 "Holy Hand Grenade of Antioch" released. svn: r6011
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
of Linux to another. On the default GNOME desktop, you'll
|
||||
find &app; in the
|
||||
<menuchoice><guimenu>Applications</guimenu><guisubmenu>Other</guisubmenu></menuchoice>
|
||||
menu. </para>
|
||||
menu.</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -116,8 +116,7 @@
|
||||
<screenshot>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="figures/researcher.png" format="PNG"
|
||||
width="510" depth="369" scale="75"/>
|
||||
<imagedata fileref="figures/researcher.png" format="PNG"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>Shows Researcher Information Window. </phrase>
|
||||
@@ -166,8 +165,7 @@
|
||||
|
||||
<para>To open a database that you have recently opened, choose the
|
||||
top selection, select your database from the menu and
|
||||
click <guibutton>OK</guibutton>. &app; will then ask you to specify
|
||||
the name of the database you wish to open. </para>
|
||||
click <guibutton>OK</guibutton>.</para>
|
||||
|
||||
<para>To open an existing database you have not recently opened,
|
||||
choose the middle selection and click
|
||||
|
File diff suppressed because it is too large
Load Diff
8115
gramps2/doc/gramps-manual/C/manual.xml
Normal file
8115
gramps2/doc/gramps-manual/C/manual.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -101,7 +101,7 @@
|
||||
immediately applied; this means that clicking
|
||||
<guibutton>OK</guibutton> in the Person, Family, Source,
|
||||
Place, Media object, or Event editor immediately records
|
||||
changes in the database. </para>
|
||||
changes to the database. </para>
|
||||
|
||||
<para>In previous versions, you could "quit without
|
||||
saving." This option no longer exists per se; however,
|
||||
@@ -177,7 +177,7 @@
|
||||
<para>Removal of the Save function and addition of Undo.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Proper window management and removal of most modal windows.</para>
|
||||
<para>Proper window management.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Support for Tip of the Day.</para>
|
||||
@@ -229,7 +229,7 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>It is possible to generate reports from the command
|
||||
line, without launching the interactive GRAMPS
|
||||
line, without launching an interactive GRAMPS
|
||||
session.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -1485,7 +1485,7 @@
|
||||
</variablelist>
|
||||
</sect3>
|
||||
<sect3 id="cmdplug-id29">
|
||||
<title>Mémoriser le genre de statistiques ???</title>
|
||||
<title>Tableau statistique croisé du prénom et du sexe</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><command>name</command>:</term>
|
||||
|
@@ -2285,7 +2285,119 @@ directement vers n'importe quelle personne sélectionnée récemment.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- =============== Usage Sub-subsection ================ -->
|
||||
<!-- =============== Usage Sub-subsection ================ -->
|
||||
|
||||
<sect2 id="subst-values">
|
||||
<title>Valeurs de substitution</title>
|
||||
<para>
|
||||
La plupart des rapports graphiques vous permettent de personnaliser les informations affichées. Les variables de substitution sont représentées par des symboles particuliers. Il existe 2 styles de variables
|
||||
Leurs différences se trouvent dans la gestion des données vides.
|
||||
</para>
|
||||
<para>
|
||||
Le premier style est une variable précédée par '$'. Si cette variable se rapporte à une chaîne vide alors elle sera remplacée par une chaîne vide. Le second style est une variable précédée par '%'. Si cette variable se rapporte à une chaîne vide alors la ligne contenant la variable sera retirée lors de la sortie.
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>$n/%n</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche le nom de l'individu : Prénom Nom
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>$N/%N</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche le nom de l'individu : Nom Prénom
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>$i/%i</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche l'ID GRAMPS associé à l'individu.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>$b/%b</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche la date de naissance de l'individu.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>$B/%B</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche le lieu de naissance de l'individu.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>$d/%d</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche la date de décès de l'individu.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>$D/%D</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche le lieu de décès de l'individu.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>$s/%s</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche le nom du conjoint préféré : Prénom Nom
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>$S/%S</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche le nom du conjoint préféré : Nom Prénom
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>$m/%m</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche la date de marriage de l'individu et de son conjoint préféré.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>$M/%M</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Affiche le lieu du marriage de l'individu et de son conjoint préféré.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="rep-books">
|
||||
<title>Livres</title>
|
||||
<para>Il n'y a actuellement qu'une seule édition dans cette catégorie : l'édition Livre. </para>
|
||||
|
Reference in New Issue
Block a user