diff --git a/src/plugins/gramplet/bottombar.gpr.py b/src/plugins/gramplet/bottombar.gpr.py index 30df72f07..6f850063a 100644 --- a/src/plugins/gramplet/bottombar.gpr.py +++ b/src/plugins/gramplet/bottombar.gpr.py @@ -31,7 +31,7 @@ register(GRAMPLET, name=_("Person Details"), description = _("Gramplet showing details of a person"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="PersonDetails.py", height=200, @@ -45,7 +45,7 @@ register(GRAMPLET, name=_("Repository Details"), description = _("Gramplet showing details of a repository"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="RepositoryDetails.py", height=200, @@ -59,7 +59,7 @@ register(GRAMPLET, name=_("Place Details"), description = _("Gramplet showing details of a place"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="PlaceDetails.py", height=200, @@ -73,7 +73,7 @@ register(GRAMPLET, name=_("Media Preview"), description = _("Gramplet showing a preview of a media object"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="MediaPreview.py", height=200, @@ -97,7 +97,7 @@ if available: name = _("Metadata Viewer"), description = _("Gramplet showing metadata for a media object"), version = "1.0.0", - gramps_target_version = "3.4", + gramps_target_version = "3.5", status = STABLE, fname = "MetadataViewer.py", height = 200, @@ -111,7 +111,7 @@ register(GRAMPLET, name=_("Person Residence"), description = _("Gramplet showing residence events for a person"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="PersonResidence.py", height=200, @@ -125,7 +125,7 @@ register(GRAMPLET, name=_("Person Events"), description = _("Gramplet showing the events for a person"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Events.py", height=200, @@ -139,7 +139,7 @@ register(GRAMPLET, name=_("Family Events"), description = _("Gramplet showing the events for a family"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Events.py", height=200, @@ -153,7 +153,7 @@ register(GRAMPLET, name=_("Person Gallery"), description = _("Gramplet showing media objects for a person"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Gallery.py", height=200, @@ -167,7 +167,7 @@ register(GRAMPLET, name=_("Family Gallery"), description = _("Gramplet showing media objects for a family"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Gallery.py", height=200, @@ -181,7 +181,7 @@ register(GRAMPLET, name=_("Event Gallery"), description = _("Gramplet showing media objects for an event"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Gallery.py", height=200, @@ -195,7 +195,7 @@ register(GRAMPLET, name=_("Place Gallery"), description = _("Gramplet showing media objects for a place"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Gallery.py", height=200, @@ -209,7 +209,7 @@ register(GRAMPLET, name=_("Source Gallery"), description = _("Gramplet showing media objects for a source"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Gallery.py", height=200, @@ -223,7 +223,7 @@ register(GRAMPLET, name=_("Citation Gallery"), description = _("Gramplet showing media objects for a citation"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Gallery.py", height=200, @@ -237,7 +237,7 @@ register(GRAMPLET, name=_("Person Attributes"), description = _("Gramplet showing the attributes of a person"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Attributes.py", height=200, @@ -251,7 +251,7 @@ register(GRAMPLET, name=_("Event Attributes"), description = _("Gramplet showing the attributes of an event"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Attributes.py", height=200, @@ -265,7 +265,7 @@ register(GRAMPLET, name=_("Family Attributes"), description = _("Gramplet showing the attributes of a family"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Attributes.py", height=200, @@ -279,7 +279,7 @@ register(GRAMPLET, name=_("Media Attributes"), description = _("Gramplet showing the attributes of a media object"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Attributes.py", height=200, @@ -293,7 +293,7 @@ register(GRAMPLET, name=_("Person Notes"), description = _("Gramplet showing the notes for a person"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Notes.py", height=200, @@ -307,7 +307,7 @@ register(GRAMPLET, name=_("Event Notes"), description = _("Gramplet showing the notes for an event"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Notes.py", height=200, @@ -321,7 +321,7 @@ register(GRAMPLET, name=_("Family Notes"), description = _("Gramplet showing the notes for a family"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Notes.py", height=200, @@ -335,7 +335,7 @@ register(GRAMPLET, name=_("Place Notes"), description = _("Gramplet showing the notes for a place"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Notes.py", height=200, @@ -349,7 +349,7 @@ register(GRAMPLET, name=_("Source Notes"), description = _("Gramplet showing the notes for a source"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Notes.py", height=200, @@ -363,7 +363,7 @@ register(GRAMPLET, name=_("Citation Notes"), description = _("Gramplet showing the notes for a citation"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Notes.py", height=200, @@ -377,7 +377,7 @@ register(GRAMPLET, name=_("Repository Notes"), description = _("Gramplet showing the notes for a repository"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Notes.py", height=200, @@ -391,7 +391,7 @@ register(GRAMPLET, name=_("Media Notes"), description = _("Gramplet showing the notes for a media object"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Notes.py", height=200, @@ -405,7 +405,7 @@ register(GRAMPLET, name=_("Person Citations"), description = _("Gramplet showing the citations for a person"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Citations.py", height=200, @@ -419,7 +419,7 @@ register(GRAMPLET, name=_("Event Citations"), description = _("Gramplet showing the citations for an event"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Citations.py", height=200, @@ -433,7 +433,7 @@ register(GRAMPLET, name=_("Family Citations"), description = _("Gramplet showing the citations for a family"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Citations.py", height=200, @@ -447,7 +447,7 @@ register(GRAMPLET, name=_("Place Citations"), description = _("Gramplet showing the citations for a place"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Citations.py", height=200, @@ -461,7 +461,7 @@ register(GRAMPLET, name=_("Media Citations"), description = _("Gramplet showing the citations for a media object"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Citations.py", height=200, @@ -475,7 +475,7 @@ register(GRAMPLET, name=_("Person Children"), description = _("Gramplet showing the children of a person"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Children.py", height=200, @@ -489,7 +489,7 @@ register(GRAMPLET, name=_("Family Children"), description = _("Gramplet showing the children of a family"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Children.py", height=200, @@ -503,7 +503,7 @@ register(GRAMPLET, name=_("Person Backlinks"), description = _("Gramplet showing the backlinks for a person"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Backlinks.py", height=200, @@ -517,7 +517,7 @@ register(GRAMPLET, name=_("Event Backlinks"), description = _("Gramplet showing the backlinks for an event"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Backlinks.py", height=200, @@ -531,7 +531,7 @@ register(GRAMPLET, name=_("Family Backlinks"), description = _("Gramplet showing the backlinks for a family"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Backlinks.py", height=200, @@ -545,7 +545,7 @@ register(GRAMPLET, name=_("Place Backlinks"), description = _("Gramplet showing the backlinks for a place"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Backlinks.py", height=200, @@ -559,7 +559,7 @@ register(GRAMPLET, name=_("Source Backlinks"), description = _("Gramplet showing the backlinks for a source"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Backlinks.py", height=200, @@ -573,7 +573,7 @@ register(GRAMPLET, name=_("Citation Backlinks"), description = _("Gramplet showing the backlinks for a citation"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Backlinks.py", height=200, @@ -587,7 +587,7 @@ register(GRAMPLET, name=_("Repository Backlinks"), description = _("Gramplet showing the backlinks for a repository"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Backlinks.py", height=200, @@ -601,7 +601,7 @@ register(GRAMPLET, name=_("Media Backlinks"), description = _("Gramplet showing the backlinks for a media object"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Backlinks.py", height=200, @@ -615,7 +615,7 @@ register(GRAMPLET, name=_("Note Backlinks"), description = _("Gramplet showing the backlinks for a note"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Backlinks.py", height=200, @@ -629,7 +629,7 @@ register(GRAMPLET, name=_("Person Filter"), description = _("Gramplet providing a person filter"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Filter.py", height=200, @@ -643,7 +643,7 @@ register(GRAMPLET, name=_("Family Filter"), description = _("Gramplet providing a family filter"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Filter.py", height=200, @@ -657,7 +657,7 @@ register(GRAMPLET, name=_("Event Filter"), description = _("Gramplet providing an event filter"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Filter.py", height=200, @@ -671,7 +671,7 @@ register(GRAMPLET, name=_("Source Filter"), description = _("Gramplet providing a source filter"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Filter.py", height=200, @@ -685,7 +685,7 @@ register(GRAMPLET, name=_("Citation Filter"), description = _("Gramplet providing a citation filter"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Filter.py", height=200, @@ -699,7 +699,7 @@ register(GRAMPLET, name=_("Place Filter"), description = _("Gramplet providing a place filter"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Filter.py", height=200, @@ -713,7 +713,7 @@ register(GRAMPLET, name=_("Media Filter"), description = _("Gramplet providing a media filter"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Filter.py", height=200, @@ -727,7 +727,7 @@ register(GRAMPLET, name=_("Repository Filter"), description = _("Gramplet providing a repository filter"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Filter.py", height=200, @@ -741,7 +741,7 @@ register(GRAMPLET, name=_("Note Filter"), description = _("Gramplet providing a note filter"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="Filter.py", height=200, diff --git a/src/plugins/tool/toolsdebug.gpr.py b/src/plugins/tool/toolsdebug.gpr.py index badd20f05..4ccdc6422 100644 --- a/src/plugins/tool/toolsdebug.gpr.py +++ b/src/plugins/tool/toolsdebug.gpr.py @@ -39,7 +39,7 @@ description = ("This test tool will create many people showing all" " the birth date. This way you can ensure that dates" " printed can be parsed back in correctly."), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = UNSTABLE, fname = 'DateParserDisplayTest.py', authors = ["Martin Hawlisch"], @@ -62,7 +62,7 @@ name = "Dump Gender Statistics", description = ("Will dump the statistics for the gender guessing " "from the first name."), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'DumpGenderStats.py', authors = ["Donald N. Allingham", "Martin Hawlisch"], @@ -86,7 +86,7 @@ description = ("The testcase generator will generate some persons " "and families that have broken links in the database " "or data that is in conflict to a relation."), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = UNSTABLE, fname = 'TestcaseGenerator.py', authors = ["Martin Hawlisch"], @@ -110,7 +110,7 @@ description = ("This tool generates sources and citations ofr each source in " "order to populate the database for testing with significant " "numbers of sources and citations"), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = UNSTABLE, fname = 'PopulateSources.py', authors = ["Tim Lyons"],