Skip to content

Commit a53fdfe

Browse files
committed
Multiple Parents filter build
1 parent 1783e0e commit a53fdfe

10 files changed

+27
-11
lines changed

FilterRules/ageatdeath.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
id = 'ageatdeath',
2424
name = _('Filter people by their age at death'),
2525
description = _("Filter rule that matches people by their age at death"),
26-
version = '1.0.1',
26+
version = '1.0.2',
2727
authors = ["Matthias Kemmer"],
2828
authors_email = ["[email protected]"],
2929
gramps_target_version = '5.1',

FilterRules/associationsofpersonmatch.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id='associationsofpersonmatch',
2525
name=_("Match associations of <person filter>"),
2626
description=_("Match associations of <person filter>"),
27-
version = '1.0.2',
27+
version = '1.0.3',
2828
authors=["Matthias Kemmer"],
2929
authors_email=["[email protected]"],
3030
gramps_target_version='5.1',

FilterRules/degreesofseparation.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
name = _('People separated less than <N> degrees of <person>'),
2525
description = _("Filter rule that matches relatives by degrees of "
2626
"separation"),
27-
version = '1.1.1',
27+
version = '1.1.2',
2828
authors = ["Matthias Kemmer"],
2929
authors_email = ["[email protected]"],
3030
gramps_target_version = '5.1',

FilterRules/familieswitheventfiltermatch.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
id = 'familieswitheventfiltermatch',
2424
name = _("Families matching <event filter>"),
2525
description = _("Matches families that are matched by an event filter"),
26-
version = '1.0.8',
26+
version = '1.0.9',
2727
authors = ["Matthias Kemmer"],
2828
authors_email = ["[email protected]"],
2929
gramps_target_version = '5.1',

FilterRules/hasrolerule.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
id = 'HasPersonEventRole',
2626
name = _("People with events with a selected role"),
2727
description = _("Matches people with an event with a selected role"),
28-
version = '0.0.13',
28+
version = '0.0.14',
2929
authors = ["Paul Culley"],
3030
authors_email = ["[email protected]"],
3131
gramps_target_version = '5.1',
@@ -39,7 +39,7 @@
3939
id = 'HasFamilyEventRole',
4040
name = _("Families with events with a selected role"),
4141
description = _("Matches families with an event with a selected role"),
42-
version = '0.0.13',
42+
version = '0.0.14',
4343
authors = ["Paul Culley"],
4444
authors_email = ["[email protected]"],
4545
gramps_target_version = '5.1',

FilterRules/hassourcefilter.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
id = 'HasSourceParameter',
2727
name = _("Source matching parameters"),
2828
description = _("Matches Sources with values containing the chosen parameters"),
29-
version = '0.0.13',
29+
version = '0.0.14',
3030
authors = ["Dave Scheipers", "Paul Culley"],
3131
authors_email = ["[email protected]"],
3232
gramps_target_version = '5.1',

FilterRules/infamilyrule.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id = 'PersonsInFamilyFilterMatch',
2525
name = _('People who are part of families matching <filter>'),
2626
description = _('People who are part of families matching <filter>'),
27-
version = '1.0.8',
27+
version = '1.0.9',
2828
authors = ["Matthias Kemmer", "Paul Culley"],
2929
authors_email = ["[email protected]", "[email protected]"],
3030
gramps_target_version = '5.1',

FilterRules/isfamilyfiltermatchevent.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
id = 'isfamilyfiltermatchevent',
2424
name = _('Events of families matching a <family filter>'),
2525
description = _('Events of families matching a <family filter>'),
26-
version = '1.0.5',
26+
version = '1.0.6',
2727
authors = ["Matthias Kemmer"],
2828
authors_email = ["[email protected]"],
2929
gramps_target_version = '5.1',

FilterRules/isrelatedwithfiltermatch.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
name = _("People related to <filter>"),
2727
description = _("Matches people who are related to anybody matched by "
2828
"a person filter"),
29-
version = '1.0.11',
29+
version = '1.0.12',
3030
authors = ["Matthias Kemmer"],
3131
authors_email = ["[email protected]"],
3232
gramps_target_version = '5.1',

FilterRules/po/template.pot

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2021-02-19 10:13-0600\n"
11+
"POT-Creation-Date: 2021-05-06 09:50-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -218,3 +218,19 @@ msgstr ""
218218
#: FilterRules/isrelatedwithfiltermatch.py:67
219219
msgid "Retrieving all sub-filter matches"
220220
msgstr ""
221+
222+
#: FilterRules/multipleparents.gpr.py:26 FilterRules/multipleparents.gpr.py:27
223+
msgid "Multiple Parents Filter"
224+
msgstr ""
225+
226+
#: FilterRules/multipleparents.py:42
227+
msgid "People with multiple parent records"
228+
msgstr ""
229+
230+
#: FilterRules/multipleparents.py:43
231+
msgid "Matches people who have more than one set of parents"
232+
msgstr ""
233+
234+
#: FilterRules/multipleparents.py:44
235+
msgid "Family filters"
236+
msgstr ""

0 commit comments

Comments
 (0)