Difference between revisions of "Gramps People Category screenshots"

From Gramps
Jump to: navigation, search
(Main window, People with filter sidebar: + Category:screenshots)
(Main window, People with filter sidebar)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{languages}}
 
__TOC__
 
__TOC__
 
== Main window, People ==
 
== Main window, People ==
This screenshot shows the main window in GRAMPS, displaying the Person (People) View. This view shows all people in the database, displayed in a tree and grouped by family name. The view may be switched to other views by selecting one of the buttons on the lefthand side of the screen.
+
This screenshot shows the main window in GRAMPS, displaying the Person (People) View.  
 +
 
 +
This view shows all people in the database, displayed in a tree and grouped by family name. The view may be switched to other views by selecting one of the buttons on the lefthand side of the screen.
  
 
[[Image:Mainwin.png|Main window (Person View)]]
 
[[Image:Mainwin.png|Main window (Person View)]]
 
  
 
== Main window, People with filter sidebar ==
 
== Main window, People with filter sidebar ==
Line 12: Line 14:
  
 
[[Category:screenshots]]
 
[[Category:screenshots]]
 +
 +
NOTE: 'Use regular expressions' only works on '''some''' fields
 +
 +
Some simple regular expressions to filter out persons with surnames spelled slightly different.
 +
 +
With this regular expression in the sidebar filter Name entry:
 +
 +
eri[ck](s|ss)on
 +
 +
or
 +
 +
eri[ck]ss?on
 +
 +
or
 +
eri[ck]s+on
 +
 +
You get all four versions as result:
 +
 +
Ericson
 +
Ericsson
 +
Erikson
 +
Eriksson

Revision as of 20:36, 28 May 2011

Main window, People

This screenshot shows the main window in GRAMPS, displaying the Person (People) View.

This view shows all people in the database, displayed in a tree and grouped by family name. The view may be switched to other views by selecting one of the buttons on the lefthand side of the screen.

Main window (Person View)

Main window, People with filter sidebar

This screenshot shows the same view, but with the sidebar filter enabled. The filter allows you to control which people in the display are visible in the display.

Main window with the sidebar filter enabled

NOTE: 'Use regular expressions' only works on some fields

Some simple regular expressions to filter out persons with surnames spelled slightly different.

With this regular expression in the sidebar filter Name entry:

eri[ck](s|ss)on

or

eri[ck]ss?on

or

eri[ck]s+on

You get all four versions as result:

Ericson
Ericsson
Erikson 
Eriksson