Bump Gramps version up to 4.0

svn: r20062
This commit is contained in:
Doug Blank
2012-07-24 07:10:31 +00:00
parent 59307c6268
commit b9d5ea797e
19 changed files with 233 additions and 237 deletions

View File

@@ -32,7 +32,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="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="ageondategramplet.py",
height=200,
@@ -53,7 +53,7 @@ register(GRAMPLET,
detached_width = 600,
detached_height = 450,
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -69,7 +69,7 @@ register(GRAMPLET,
detached_width = 325,
detached_height = 250,
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
navtypes=["Person"],
)
@@ -83,7 +83,7 @@ register(GRAMPLET,
gramplet = 'CalendarGramplet',
gramplet_title=_("Calendar"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -99,7 +99,7 @@ register(GRAMPLET,
detached_width = 500,
detached_height = 500,
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
navtypes=["Person"],
)
@@ -116,7 +116,7 @@ register(GRAMPLET,
detached_width = 475,
gramplet_title=_("Fan Chart"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
navtypes=["Person"],
)
@@ -130,7 +130,7 @@ register(GRAMPLET,
gramplet = 'FAQGramplet',
gramplet_title=_("FAQ"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -144,7 +144,7 @@ register(GRAMPLET,
gramplet = 'GivenNameCloudGramplet',
gramplet_title=_("Given Name Cloud"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -160,7 +160,7 @@ register(GRAMPLET,
detached_width = 600,
detached_height = 400,
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
navtypes=["Person"],
)
@@ -177,7 +177,7 @@ register(GRAMPLET,
detached_width = 600,
detached_height = 400,
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -192,7 +192,7 @@ register(GRAMPLET,
detached_width = 250,
detached_height = 300,
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
navtypes=["Person"],
)
@@ -207,7 +207,7 @@ register(GRAMPLET,
gramplet = 'LogGramplet',
gramplet_title=_("Session Log"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -221,7 +221,7 @@ register(GRAMPLET,
gramplet = 'StatsGramplet',
gramplet_title=_("Statistics"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -235,7 +235,7 @@ register(GRAMPLET,
gramplet = 'SurnameCloudGramplet',
gramplet_title=_("Surname Cloud"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -249,7 +249,7 @@ register(GRAMPLET,
gramplet = 'TODOGramplet',
gramplet_title=_("TODO List"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -262,7 +262,7 @@ register(GRAMPLET,
gramplet = 'TopSurnamesGramplet',
gramplet_title=_("Top Surnames"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -276,7 +276,7 @@ register(GRAMPLET,
gramplet = 'WelcomeGramplet',
gramplet_title=_("Welcome to Gramps!"),
version="1.0.1",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
register(GRAMPLET,
@@ -290,7 +290,7 @@ register(GRAMPLET,
gramplet = 'WhatNextGramplet',
gramplet_title = _("What's Next?"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
)
#------------------------------------------------------------------------
@@ -307,7 +307,7 @@ register(GRAMPLET,
detached_width = 510,
detached_height = 550,
version = '1.5.0',
gramps_target_version = '3.5',
gramps_target_version = '4.0',
status = STABLE,
fname = "editexifmetadata.py",
help_url = "Edit Image Exif Metadata",
@@ -324,7 +324,7 @@ register(GRAMPLET,
name=_("Person Details"),
description = _("Gramplet showing details of a person"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="persondetails.py",
height=200,
@@ -338,7 +338,7 @@ register(GRAMPLET,
name=_("Repository Details"),
description = _("Gramplet showing details of a repository"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="repositorydetails.py",
height=200,
@@ -352,7 +352,7 @@ register(GRAMPLET,
name=_("Place Details"),
description = _("Gramplet showing details of a place"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="placedetails.py",
height=200,
@@ -366,7 +366,7 @@ register(GRAMPLET,
name=_("Media Preview"),
description = _("Gramplet showing a preview of a media object"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="mediapreview.py",
height=200,
@@ -390,7 +390,7 @@ if available:
name = _("Metadata Viewer"),
description = _("Gramplet showing metadata for a media object"),
version = "1.0.0",
gramps_target_version = "3.5",
gramps_target_version = "4.0",
status = STABLE,
fname = "metadataviewer.py",
height = 200,
@@ -404,7 +404,7 @@ register(GRAMPLET,
name=_("Person Residence"),
description = _("Gramplet showing residence events for a person"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="personresidence.py",
height=200,
@@ -418,7 +418,7 @@ register(GRAMPLET,
name=_("Person Events"),
description = _("Gramplet showing the events for a person"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="events.py",
height=200,
@@ -432,7 +432,7 @@ register(GRAMPLET,
name=_("Family Events"),
description = _("Gramplet showing the events for a family"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="events.py",
height=200,
@@ -446,7 +446,7 @@ register(GRAMPLET,
name=_("Person Gallery"),
description = _("Gramplet showing media objects for a person"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="gallery.py",
height=200,
@@ -460,7 +460,7 @@ register(GRAMPLET,
name=_("Family Gallery"),
description = _("Gramplet showing media objects for a family"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="gallery.py",
height=200,
@@ -474,7 +474,7 @@ register(GRAMPLET,
name=_("Event Gallery"),
description = _("Gramplet showing media objects for an event"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="gallery.py",
height=200,
@@ -488,7 +488,7 @@ register(GRAMPLET,
name=_("Place Gallery"),
description = _("Gramplet showing media objects for a place"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="gallery.py",
height=200,
@@ -502,7 +502,7 @@ register(GRAMPLET,
name=_("Source Gallery"),
description = _("Gramplet showing media objects for a source"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="gallery.py",
height=200,
@@ -516,7 +516,7 @@ register(GRAMPLET,
name=_("Citation Gallery"),
description = _("Gramplet showing media objects for a citation"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="gallery.py",
height=200,
@@ -530,7 +530,7 @@ register(GRAMPLET,
name=_("Person Attributes"),
description = _("Gramplet showing the attributes of a person"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="attributes.py",
height=200,
@@ -544,7 +544,7 @@ register(GRAMPLET,
name=_("Event Attributes"),
description = _("Gramplet showing the attributes of an event"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="attributes.py",
height=200,
@@ -558,7 +558,7 @@ register(GRAMPLET,
name=_("Family Attributes"),
description = _("Gramplet showing the attributes of a family"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="attributes.py",
height=200,
@@ -572,7 +572,7 @@ register(GRAMPLET,
name=_("Media Attributes"),
description = _("Gramplet showing the attributes of a media object"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="attributes.py",
height=200,
@@ -586,7 +586,7 @@ register(GRAMPLET,
name=_("Person Notes"),
description = _("Gramplet showing the notes for a person"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="notes.py",
height=200,
@@ -600,7 +600,7 @@ register(GRAMPLET,
name=_("Event Notes"),
description = _("Gramplet showing the notes for an event"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="notes.py",
height=200,
@@ -614,7 +614,7 @@ register(GRAMPLET,
name=_("Family Notes"),
description = _("Gramplet showing the notes for a family"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="notes.py",
height=200,
@@ -628,7 +628,7 @@ register(GRAMPLET,
name=_("Place Notes"),
description = _("Gramplet showing the notes for a place"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="notes.py",
height=200,
@@ -642,7 +642,7 @@ register(GRAMPLET,
name=_("Source Notes"),
description = _("Gramplet showing the notes for a source"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="notes.py",
height=200,
@@ -656,7 +656,7 @@ register(GRAMPLET,
name=_("Citation Notes"),
description = _("Gramplet showing the notes for a citation"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="notes.py",
height=200,
@@ -670,7 +670,7 @@ register(GRAMPLET,
name=_("Repository Notes"),
description = _("Gramplet showing the notes for a repository"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="notes.py",
height=200,
@@ -684,7 +684,7 @@ register(GRAMPLET,
name=_("Media Notes"),
description = _("Gramplet showing the notes for a media object"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="notes.py",
height=200,
@@ -698,7 +698,7 @@ register(GRAMPLET,
name=_("Person Citations"),
description = _("Gramplet showing the citations for a person"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="citations.py",
height=200,
@@ -712,7 +712,7 @@ register(GRAMPLET,
name=_("Event Citations"),
description = _("Gramplet showing the citations for an event"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="citations.py",
height=200,
@@ -726,7 +726,7 @@ register(GRAMPLET,
name=_("Family Citations"),
description = _("Gramplet showing the citations for a family"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="citations.py",
height=200,
@@ -740,7 +740,7 @@ register(GRAMPLET,
name=_("Place Citations"),
description = _("Gramplet showing the citations for a place"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="citations.py",
height=200,
@@ -754,7 +754,7 @@ register(GRAMPLET,
name=_("Media Citations"),
description = _("Gramplet showing the citations for a media object"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="citations.py",
height=200,
@@ -768,7 +768,7 @@ register(GRAMPLET,
name=_("Person Children"),
description = _("Gramplet showing the children of a person"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="children.py",
height=200,
@@ -782,7 +782,7 @@ register(GRAMPLET,
name=_("Family Children"),
description = _("Gramplet showing the children of a family"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="children.py",
height=200,
@@ -796,7 +796,7 @@ register(GRAMPLET,
name=_("Person Backlinks"),
description = _("Gramplet showing the backlinks for a person"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="backlinks.py",
height=200,
@@ -810,7 +810,7 @@ register(GRAMPLET,
name=_("Event Backlinks"),
description = _("Gramplet showing the backlinks for an event"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="backlinks.py",
height=200,
@@ -824,7 +824,7 @@ register(GRAMPLET,
name=_("Family Backlinks"),
description = _("Gramplet showing the backlinks for a family"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="backlinks.py",
height=200,
@@ -838,7 +838,7 @@ register(GRAMPLET,
name=_("Place Backlinks"),
description = _("Gramplet showing the backlinks for a place"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="backlinks.py",
height=200,
@@ -852,7 +852,7 @@ register(GRAMPLET,
name=_("Source Backlinks"),
description = _("Gramplet showing the backlinks for a source"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="backlinks.py",
height=200,
@@ -866,7 +866,7 @@ register(GRAMPLET,
name=_("Citation Backlinks"),
description = _("Gramplet showing the backlinks for a citation"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="backlinks.py",
height=200,
@@ -880,7 +880,7 @@ register(GRAMPLET,
name=_("Repository Backlinks"),
description = _("Gramplet showing the backlinks for a repository"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="backlinks.py",
height=200,
@@ -894,7 +894,7 @@ register(GRAMPLET,
name=_("Media Backlinks"),
description = _("Gramplet showing the backlinks for a media object"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="backlinks.py",
height=200,
@@ -908,7 +908,7 @@ register(GRAMPLET,
name=_("Note Backlinks"),
description = _("Gramplet showing the backlinks for a note"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="backlinks.py",
height=200,
@@ -922,7 +922,7 @@ register(GRAMPLET,
name=_("Person Filter"),
description = _("Gramplet providing a person filter"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="filter.py",
height=200,
@@ -936,7 +936,7 @@ register(GRAMPLET,
name=_("Family Filter"),
description = _("Gramplet providing a family filter"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="filter.py",
height=200,
@@ -950,7 +950,7 @@ register(GRAMPLET,
name=_("Event Filter"),
description = _("Gramplet providing an event filter"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="filter.py",
height=200,
@@ -964,7 +964,7 @@ register(GRAMPLET,
name=_("Source Filter"),
description = _("Gramplet providing a source filter"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="filter.py",
height=200,
@@ -978,7 +978,7 @@ register(GRAMPLET,
name=_("Citation Filter"),
description = _("Gramplet providing a citation filter"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="filter.py",
height=200,
@@ -992,7 +992,7 @@ register(GRAMPLET,
name=_("Place Filter"),
description = _("Gramplet providing a place filter"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="filter.py",
height=200,
@@ -1006,7 +1006,7 @@ register(GRAMPLET,
name=_("Media Filter"),
description = _("Gramplet providing a media filter"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="filter.py",
height=200,
@@ -1020,7 +1020,7 @@ register(GRAMPLET,
name=_("Repository Filter"),
description = _("Gramplet providing a repository filter"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="filter.py",
height=200,
@@ -1034,7 +1034,7 @@ register(GRAMPLET,
name=_("Note Filter"),
description = _("Gramplet providing a note filter"),
version="1.0.0",
gramps_target_version="3.5",
gramps_target_version="4.0",
status = STABLE,
fname="filter.py",
height=200,