Nl:Gramps-3.1 Handboek - Instellingen

From Gramps
Revision as of 06:47, 17 June 2009 by Erikdr (talk | contribs) (Gegevensbestand)
Jump to: navigation, search
Gnome-important.png Special copyright notice: All edits to this page need to be under two different copyright licenses:

These licenses allow the Gramps project to maximally use this wiki manual as free content in future Gramps versions. If you do not agree with this dual license, then do not edit this page. You may only link to other pages within the wiki which fall only under the GFDL license via external links (using the syntax: [https://www.gramps-project.org/...]), not via internal links.
Also, only use the known Typographical conventions


Vorige [[Nl:Gramps {{{3}}} Wiki Handleiding| Index]] Volgende



Voorkeuren

Fig. 9.1 Voorkeursdialoog

De meeste basisinstellingen in GRAMPS worden ingesteld met de Voorkeuren dialoog. Om deze dialoog op te roepen gaat u via het menu Bewerken ->Voorkeuren... .

De tabbladen bovenaan tonen de verschillende beschikbare opties.

Algemeen

Deze sectie bevat informatie die belangrijk is voor de algemene werking van het programma. Opties zijn:

  • Voeg standaard bron toe bij importeren: deze optie is van toepassing wanneer u gegevens importeert. Als de optie aangevinkt is, zal elk item dat geimporteerd wordt, een bronreferentie bevatten naar het geimporteerde bestand.
Gramps-notes.png
Opmerking

Het toevoegen van een standaardbron kan het importeren erg vertragen.

  • Spellingscontrole aanzetten: deze optie regelt het aan of uitzetten van de spellingscontrole bij het opstellen van opmerkingen. Het gtkspell pakket moet geladen zijn voor deze optie.
  • Tip van de dag weergeven: deze optie regelt het aan of uitzetten van de dagtip. Deze tip verschijnt al of niet bij het opstarten.
  • Gebruik van schaduwen bij het relatiescherm: deze optie regelt of er al of niet schaduwen worden gebruikt in het relatiescherm. Als de optie aangevinkt is, zal informatie die bij mekaar hoort samengebracht worden in gebieden met een achtergrondschaduw.
  • Toon de aanpasknoppen in het relatiescherm: Als deze optie actief is dan kunt u deze aanpas knoppen naast de getoonde namen zien, aan de rechterzijde.
  • Onthoud laatst getoonde beeld: deze optie regelt het al dan niet tonen van het laatste beeld. Indien deze optie actief is dan zal het programma u terugbrengen naar het scherm waar u het programma de laatste maal verliet.
  • Maximum aantal generaties waarvoor de verwantschap wordt bepaald: U kan hier het aantal generaties invullenwaarvoor een verwantschap dient berekend te worden. De standaardwaarde is 15.
  • Standaardpad voor relatieve mediapaden: hier kan u een basispad voor de media-objecten vastleggen. Wanneer u op de map knop klikt, wordt het selecteer media-objectmap aanpasscherm getoond. Hier kan u dan het vereiste pad invullen.

Gegevensbestand

Fig. 9.2 Voorkeursdialoog gegevensbestand

Deze tab bevat voorkeuren die invloed hebben op het gegevensbestandspad.

  • Gegevensbestandspad: het standaard pad waar de gegevensbestanden worden opgeslagen is thuismap/.gramps/grampsdb. Tenzij u dit absoluut wil veranderen, is het best om bij dit standaard pad te blijven.
  • Laatste gegevensbestand automatisch laden: deze optie regelt of het laatste bestand waar u mee werkte, bij een niewstart opnieuw opgeladen wordt of niet.


Weergave

Fig. 9.3 Weergavevoorkeuren

This category contains preferences relevant to the display of data and names. Options are:

  • Name format: This option controls the display of names. In GRAMPS there are two type of name display formats: the predefined formats, and the user defined custom formats. Several different predefined name formats are available: Given - Prefix Patronymic, Suffix Given - Prefix Surname, Given Patronymic Suffix etc. Clicking on the righthand side Edit... will bring up a Display Name Editor window where the available list of options is shown. The format is given as well as an example. When predefined formats are not suitable one can define one's own format. You can use the Add button to add a Name format to the list. Clicking once will give you a SURNAME,Given Suffix(call) format and as example : SMITH, Edwin Jose Sr (Ed). If you added new name formats to the list the Remove and Edit buttons become available to change the name format list.
Gramps-notes.png
Note

Besides the system wide setting GRAMPS allows deciding the name display format individually for every single name via the Name Editor dialog (see adv-an ).

Gramps-notes.png
Note

Custom name display formats are stored in the databases, thus before loading any database the Custom format details expander is disabled.

  • Date format: This option controls the display of dates. Several different formats are available, (e.g. YYYY-MM-DD (ISO)) which may be dependent on your locale.
  • Surname Guessing: This option affects the initial family name of a child when he/she is added to the database. If None is selected, no guessing will be attempted. Selecting Father's surname will use the family name of the father. Selecting Combination of mother's and father's surname will use the father's name followed by the mother's name. Finally, Icelandic style will use the father's given name followed by the "sson" suffix (e.g. the son of Edwin will be guessed as Edwinsson).
Tango-Dialog-information.png
Tip

This option only affects the initial family name guessed by GRAMPS when the Edit Person 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.

  • Status bar: This option controls the information displayed in the status bar. This can be either the Active person's name and ID or Relationship to home person.
  • Show text in sidebar buttons: This option controls whether or not a text description is displayed next to the icon in the sidebar. This option takes effect after the program has been restarted.

Tekst

Fig. 9.4 Tekstvoorkeuren

This category contains preferences relevant to how missing and private names and records should be shown.

  • Missing surname: in the input field you can determine how a missing surname should be displayed. Default value is [Missing Surname]. You can change this to [--] or whatever is most convenient for you.
  • Missing given name: in the input field you can determine how a missing given name should be displayed. Default value is [Missing given name]. You can change this to whatever you want.
  • Missing record
  • Private surname
  • Private given name
  • Private record


Datums

Fig. 9.5 Datumvoorkeuren


ID Formaten

Fig. 9.6 Formaatvoorkeuren

This category contains preferences relevant to the automatic generation of GRAMPS IDs.

Tango-Dialog-information.png
ID Prefixes

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 four digits. If you would like IDs to be 1, 2, 3, etc., simply set the formatting parameter to %d.


  • Person: Provides the template for generating IDs for a Person. Default value: I%04d.
  • Family: Provides the template for generating IDs for a Family. Default value: F%04d.
  • Place: Provides the template for generating IDs for a Place. Default value: P%04d.
  • Source: Provides the template for generating IDs for a Source. Default value: S%04d.
  • Media Object: Provides the template for generating IDs for a Media Object. Default value: O%04d.
  • Event: Provides the template for generating IDs for an Event. Default value: E%04d.
  • Repository: Provides the template for generating IDs for a Repository. Default value: R%04d.
  • Note: Provides the template for generating IDs for a Note. Default value: N%04d.


Waarschuwingen

Fig. 9.7 Waarschuwingen

This category controls the display of warning dialogs, allowing the re-enabling of dialogs that have been disabled.

  • Suppress warning when adding parents to a child:
  • Suppress warning when cancelling with changed data
  • Suppress warning about missing researcher when exporting to GEDCOM
  • Show plugin status dialog on plugin load error


Onderzoeker

Fig. 9.8 Onderzoekersvoorkeuren

Enter your personal information in the corresponding text entry fields. Although GRAMPS requests information about you, this information is used only so that GRAMPS 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.

The available text entry fields are:

  • Name:
  • Address:
  • City:
  • State/Province:
  • Country:
  • ZIP/Postal Code:
  • Phone:
  • Email:


Aanduidingskleuren

Fig. 9.9 Aanduidsingskleuren

This category controls the highlight color of items in the Person list when a marker has been set for a person.

You can choose a different color for:

  • Complete: default color Green: #008B00
  • ToDo: default color Red: #F00
  • Custom: default color Purple: 8B008B

Clicking on the colored boxes brings up an Pick a Color editor where you can change the default settings. The color name can be changed by typing in the name of a color: e.g. Beige.

Clicking the Revert button will undo the changes.

Internet Maps

Fig. 9.10 Internetkaarten












Vorige Index Volgende