bump gramplet.gpr.py to new '4.2' major version, rows have used an alternate form
This commit is contained in:
parent
36f481a5ef
commit
85466e1289
@ -42,7 +42,7 @@ register(GRAMPLET,
|
||||
name=_("Age on Date"),
|
||||
description = _("Gramplet showing ages of living people on a specific date"),
|
||||
version="2.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="ageondategramplet.py",
|
||||
height=200,
|
||||
@ -63,7 +63,7 @@ register(GRAMPLET,
|
||||
detached_width = 600,
|
||||
detached_height = 450,
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -76,7 +76,7 @@ register(GRAMPLET,
|
||||
gramplet = 'CalendarGramplet',
|
||||
gramplet_title=_("Calendar"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -92,7 +92,7 @@ register(GRAMPLET,
|
||||
detached_width = 500,
|
||||
detached_height = 500,
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
navtypes=["Person"],
|
||||
)
|
||||
|
||||
@ -109,7 +109,7 @@ register(GRAMPLET,
|
||||
detached_width = 500,
|
||||
detached_height = 500,
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
navtypes=["Person"],
|
||||
)
|
||||
|
||||
@ -126,7 +126,7 @@ register(GRAMPLET,
|
||||
detached_width = 475,
|
||||
gramplet_title=_("Fan Chart"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
navtypes=["Person"],
|
||||
)
|
||||
|
||||
@ -143,7 +143,7 @@ register(GRAMPLET,
|
||||
detached_width = 475,
|
||||
gramplet_title=_("Descendant Fan"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
navtypes=["Person"],
|
||||
)
|
||||
|
||||
@ -157,7 +157,7 @@ register(GRAMPLET,
|
||||
gramplet = 'FAQGramplet',
|
||||
gramplet_title=_("FAQ"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -171,7 +171,7 @@ register(GRAMPLET,
|
||||
gramplet = 'GivenNameCloudGramplet',
|
||||
gramplet_title=_("Given Name Cloud"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -187,7 +187,7 @@ register(GRAMPLET,
|
||||
detached_width = 600,
|
||||
detached_height = 400,
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
navtypes=["Person"],
|
||||
)
|
||||
|
||||
@ -204,7 +204,7 @@ register(GRAMPLET,
|
||||
detached_width = 600,
|
||||
detached_height = 400,
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -219,7 +219,7 @@ register(GRAMPLET,
|
||||
detached_width = 250,
|
||||
detached_height = 300,
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
navtypes=["Person"],
|
||||
)
|
||||
|
||||
@ -234,7 +234,7 @@ register(GRAMPLET,
|
||||
gramplet = 'LogGramplet',
|
||||
gramplet_title=_("Session Log"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -248,7 +248,7 @@ register(GRAMPLET,
|
||||
gramplet = 'StatsGramplet',
|
||||
gramplet_title=_("Statistics"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -262,7 +262,7 @@ register(GRAMPLET,
|
||||
gramplet = 'SurnameCloudGramplet',
|
||||
gramplet_title=_("Surname Cloud"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -276,7 +276,7 @@ register(GRAMPLET,
|
||||
gramplet = 'ToDoGramplet',
|
||||
gramplet_title=_("gramplet|To Do"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -289,7 +289,7 @@ register(GRAMPLET,
|
||||
gramplet = 'TopSurnamesGramplet',
|
||||
gramplet_title=_("Top Surnames"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -303,7 +303,7 @@ register(GRAMPLET,
|
||||
gramplet = 'WelcomeGramplet',
|
||||
gramplet_title=_("Welcome to Gramps!"),
|
||||
version="1.0.1",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
@ -317,7 +317,7 @@ register(GRAMPLET,
|
||||
gramplet = 'WhatNextGramplet',
|
||||
gramplet_title = _("What's Next?"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
@ -328,7 +328,7 @@ register(GRAMPLET,
|
||||
name=_("Person Details"),
|
||||
description = _("Gramplet showing details of a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="persondetails.py",
|
||||
height=200,
|
||||
@ -342,7 +342,7 @@ register(GRAMPLET,
|
||||
name=_("Repository Details"),
|
||||
description = _("Gramplet showing details of a repository"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="repositorydetails.py",
|
||||
height=200,
|
||||
@ -356,7 +356,7 @@ register(GRAMPLET,
|
||||
name=_("Place Details"),
|
||||
description = _("Gramplet showing details of a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="placedetails.py",
|
||||
height=200,
|
||||
@ -370,7 +370,7 @@ register(GRAMPLET,
|
||||
name=_("Media Preview"),
|
||||
description = _("Gramplet showing a preview of a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="mediapreview.py",
|
||||
height=200,
|
||||
@ -396,7 +396,7 @@ if available:
|
||||
name = _("Metadata Viewer"),
|
||||
description = _("Gramplet showing metadata for a media object"),
|
||||
version = "1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = "metadataviewer.py",
|
||||
height = 200,
|
||||
@ -423,7 +423,7 @@ register(GRAMPLET,
|
||||
name=_("Person Residence"),
|
||||
description = _("Gramplet showing residence events for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="personresidence.py",
|
||||
height=200,
|
||||
@ -437,7 +437,7 @@ register(GRAMPLET,
|
||||
name=_("Person Events"),
|
||||
description = _("Gramplet showing the events for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="events.py",
|
||||
height=200,
|
||||
@ -451,7 +451,7 @@ register(GRAMPLET,
|
||||
name=_("Family Events"),
|
||||
description = _("Gramplet showing the events for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="events.py",
|
||||
height=200,
|
||||
@ -465,7 +465,7 @@ register(GRAMPLET,
|
||||
name=_("Person Gallery"),
|
||||
description = _("Gramplet showing media objects for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
@ -479,7 +479,7 @@ register(GRAMPLET,
|
||||
name=_("Family Gallery"),
|
||||
description = _("Gramplet showing media objects for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
@ -493,7 +493,7 @@ register(GRAMPLET,
|
||||
name=_("Event Gallery"),
|
||||
description = _("Gramplet showing media objects for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
@ -507,7 +507,7 @@ register(GRAMPLET,
|
||||
name=_("Place Gallery"),
|
||||
description = _("Gramplet showing media objects for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
@ -521,7 +521,7 @@ register(GRAMPLET,
|
||||
name=_("Source Gallery"),
|
||||
description = _("Gramplet showing media objects for a source"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
@ -535,7 +535,7 @@ register(GRAMPLET,
|
||||
name=_("Citation Gallery"),
|
||||
description = _("Gramplet showing media objects for a citation"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
@ -549,7 +549,7 @@ register(GRAMPLET,
|
||||
name=_("Person Attributes"),
|
||||
description = _("Gramplet showing the attributes of a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="attributes.py",
|
||||
height=200,
|
||||
@ -563,7 +563,7 @@ register(GRAMPLET,
|
||||
name=_("Event Attributes"),
|
||||
description = _("Gramplet showing the attributes of an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="attributes.py",
|
||||
height=200,
|
||||
@ -577,7 +577,7 @@ register(GRAMPLET,
|
||||
name=_("Family Attributes"),
|
||||
description = _("Gramplet showing the attributes of a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="attributes.py",
|
||||
height=200,
|
||||
@ -591,7 +591,7 @@ register(GRAMPLET,
|
||||
name=_("Media Attributes"),
|
||||
description = _("Gramplet showing the attributes of a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="attributes.py",
|
||||
height=200,
|
||||
@ -605,7 +605,7 @@ register(GRAMPLET,
|
||||
name=_("Person Notes"),
|
||||
description = _("Gramplet showing the notes for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
@ -619,7 +619,7 @@ register(GRAMPLET,
|
||||
name=_("Event Notes"),
|
||||
description = _("Gramplet showing the notes for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
@ -633,7 +633,7 @@ register(GRAMPLET,
|
||||
name=_("Family Notes"),
|
||||
description = _("Gramplet showing the notes for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
@ -647,7 +647,7 @@ register(GRAMPLET,
|
||||
name=_("Place Notes"),
|
||||
description = _("Gramplet showing the notes for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
@ -661,7 +661,7 @@ register(GRAMPLET,
|
||||
name=_("Source Notes"),
|
||||
description = _("Gramplet showing the notes for a source"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
@ -675,7 +675,7 @@ register(GRAMPLET,
|
||||
name=_("Citation Notes"),
|
||||
description = _("Gramplet showing the notes for a citation"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
@ -689,7 +689,7 @@ register(GRAMPLET,
|
||||
name=_("Repository Notes"),
|
||||
description = _("Gramplet showing the notes for a repository"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
@ -703,7 +703,7 @@ register(GRAMPLET,
|
||||
name=_("Media Notes"),
|
||||
description = _("Gramplet showing the notes for a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
@ -717,7 +717,7 @@ register(GRAMPLET,
|
||||
name=_("Person Citations"),
|
||||
description = _("Gramplet showing the citations for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="citations.py",
|
||||
height=200,
|
||||
@ -731,7 +731,7 @@ register(GRAMPLET,
|
||||
name=_("Event Citations"),
|
||||
description = _("Gramplet showing the citations for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="citations.py",
|
||||
height=200,
|
||||
@ -745,7 +745,7 @@ register(GRAMPLET,
|
||||
name=_("Family Citations"),
|
||||
description = _("Gramplet showing the citations for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="citations.py",
|
||||
height=200,
|
||||
@ -759,7 +759,7 @@ register(GRAMPLET,
|
||||
name=_("Place Citations"),
|
||||
description = _("Gramplet showing the citations for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="citations.py",
|
||||
height=200,
|
||||
@ -773,7 +773,7 @@ register(GRAMPLET,
|
||||
name=_("Media Citations"),
|
||||
description = _("Gramplet showing the citations for a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="citations.py",
|
||||
height=200,
|
||||
@ -787,7 +787,7 @@ register(GRAMPLET,
|
||||
name=_("Person Children"),
|
||||
description = _("Gramplet showing the children of a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="children.py",
|
||||
height=200,
|
||||
@ -801,7 +801,7 @@ register(GRAMPLET,
|
||||
name=_("Family Children"),
|
||||
description = _("Gramplet showing the children of a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="children.py",
|
||||
height=200,
|
||||
@ -815,7 +815,7 @@ register(GRAMPLET,
|
||||
name=_("Person Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
@ -829,7 +829,7 @@ register(GRAMPLET,
|
||||
name=_("Event Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
@ -843,7 +843,7 @@ register(GRAMPLET,
|
||||
name=_("Family Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
@ -857,7 +857,7 @@ register(GRAMPLET,
|
||||
name=_("Place Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
@ -871,7 +871,7 @@ register(GRAMPLET,
|
||||
name=_("Source Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a source"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
@ -885,7 +885,7 @@ register(GRAMPLET,
|
||||
name=_("Citation Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a citation"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
@ -899,7 +899,7 @@ register(GRAMPLET,
|
||||
name=_("Repository Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a repository"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
@ -913,7 +913,7 @@ register(GRAMPLET,
|
||||
name=_("Media Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
@ -927,7 +927,7 @@ register(GRAMPLET,
|
||||
name=_("Note Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a note"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
@ -941,7 +941,7 @@ register(GRAMPLET,
|
||||
name=_("Person Filter"),
|
||||
description = _("Gramplet providing a person filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
@ -955,7 +955,7 @@ register(GRAMPLET,
|
||||
name=_("Family Filter"),
|
||||
description = _("Gramplet providing a family filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
@ -969,7 +969,7 @@ register(GRAMPLET,
|
||||
name=_("Event Filter"),
|
||||
description = _("Gramplet providing an event filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
@ -983,7 +983,7 @@ register(GRAMPLET,
|
||||
name=_("Source Filter"),
|
||||
description = _("Gramplet providing a source filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
@ -997,7 +997,7 @@ register(GRAMPLET,
|
||||
name=_("Citation Filter"),
|
||||
description = _("Gramplet providing a citation filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
@ -1011,7 +1011,7 @@ register(GRAMPLET,
|
||||
name=_("Place Filter"),
|
||||
description = _("Gramplet providing a place filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
@ -1025,7 +1025,7 @@ register(GRAMPLET,
|
||||
name=_("Media Filter"),
|
||||
description = _("Gramplet providing a media filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
@ -1039,7 +1039,7 @@ register(GRAMPLET,
|
||||
name=_("Repository Filter"),
|
||||
description = _("Gramplet providing a repository filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
@ -1053,7 +1053,7 @@ register(GRAMPLET,
|
||||
name=_("Note Filter"),
|
||||
description = _("Gramplet providing a note filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
@ -1067,7 +1067,7 @@ register(GRAMPLET,
|
||||
name=_("Records Gramplet"),
|
||||
description=_("Shows some interesting records about people and families"),
|
||||
version='1.0',
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status=STABLE,
|
||||
fname='recordsgramplet.py',
|
||||
authors=["Reinhard Müller"],
|
||||
@ -1083,7 +1083,7 @@ register(GRAMPLET,
|
||||
name=_("Person To Do"),
|
||||
description = _("Gramplet showing the To Do notes for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="todo.py",
|
||||
height=200,
|
||||
@ -1097,7 +1097,7 @@ register(GRAMPLET,
|
||||
name=_("Event To Do"),
|
||||
description = _("Gramplet showing the To Do notes for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="todo.py",
|
||||
height=200,
|
||||
@ -1111,7 +1111,7 @@ register(GRAMPLET,
|
||||
name=_("Family To Do"),
|
||||
description = _("Gramplet showing the To Do notes for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="todo.py",
|
||||
height=200,
|
||||
@ -1125,7 +1125,7 @@ register(GRAMPLET,
|
||||
name=_("Place To Do"),
|
||||
description = _("Gramplet showing the To Do notes for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="todo.py",
|
||||
height=200,
|
||||
@ -1139,7 +1139,7 @@ register(GRAMPLET,
|
||||
name=_("Source To Do"),
|
||||
description = _("Gramplet showing the To Do notes for a source"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="todo.py",
|
||||
height=200,
|
||||
@ -1153,7 +1153,7 @@ register(GRAMPLET,
|
||||
name=_("Citation To Do"),
|
||||
description = _("Gramplet showing the To Do notes for a citation"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="todo.py",
|
||||
height=200,
|
||||
@ -1167,7 +1167,7 @@ register(GRAMPLET,
|
||||
name=_("Repository To Do"),
|
||||
description = _("Gramplet showing the To Do notes for a repository"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="todo.py",
|
||||
height=200,
|
||||
@ -1181,7 +1181,7 @@ register(GRAMPLET,
|
||||
name=_("Media To Do"),
|
||||
description = _("Gramplet showing the To Do notes for a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="todo.py",
|
||||
height=200,
|
||||
@ -1195,7 +1195,7 @@ register(GRAMPLET,
|
||||
name="Python Evaluation",
|
||||
description = "Gramplet allowing the evaluation of python code",
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = UNSTABLE,
|
||||
fname="eval.py",
|
||||
height=200,
|
||||
@ -1208,7 +1208,7 @@ register(GRAMPLET,
|
||||
name="Uncollected Objects",
|
||||
description = "Gramplet showing uncollected objects",
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = UNSTABLE,
|
||||
fname="leak.py",
|
||||
height=200,
|
||||
@ -1221,7 +1221,7 @@ register(GRAMPLET,
|
||||
name=_("SoundEx Generator"),
|
||||
description = _("Gramplet to generate SoundEx codes"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="4.1",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname="soundgen.py",
|
||||
height=80,
|
||||
|
Loading…
Reference in New Issue
Block a user