bump gramplet.gpr.py to new '4.2' major version, rows have used an alternate form

This commit is contained in:
Jérôme Rapinat
2014-06-18 15:34:25 +02:00
parent 36f481a5ef
commit 85466e1289

View File

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