Move all trunk plugins to version 3.4
svn: r16874
This commit is contained in:
@ -30,7 +30,7 @@ register(GRAMPLET,
|
||||
name=_("Person Details Gramplet"),
|
||||
description = _("Gramplet showing details of a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="PersonDetails.py",
|
||||
height=200,
|
||||
@ -43,7 +43,7 @@ register(GRAMPLET,
|
||||
name=_("Repository Details Gramplet"),
|
||||
description = _("Gramplet showing details of a repository"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="RepositoryDetails.py",
|
||||
height=200,
|
||||
@ -56,7 +56,7 @@ register(GRAMPLET,
|
||||
name=_("Place Details Gramplet"),
|
||||
description = _("Gramplet showing details of a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="PlaceDetails.py",
|
||||
height=200,
|
||||
@ -69,7 +69,7 @@ register(GRAMPLET,
|
||||
name=_("Media Preview Gramplet"),
|
||||
description = _("Gramplet showing a preview of a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="MediaPreview.py",
|
||||
height=200,
|
||||
@ -82,7 +82,7 @@ register(GRAMPLET,
|
||||
name=_("Metadata Viewer Gramplet"),
|
||||
description = _("Gramplet showing metadata of a media object"),
|
||||
version="1.0.1",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="MetadataViewer.py",
|
||||
height=200,
|
||||
@ -95,7 +95,7 @@ register(GRAMPLET,
|
||||
name=_("Person Residence Gramplet"),
|
||||
description = _("Gramplet showing residence events for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="PersonResidence.py",
|
||||
height=200,
|
||||
@ -108,7 +108,7 @@ register(GRAMPLET,
|
||||
name=_("Person Gallery Gramplet"),
|
||||
description = _("Gramplet showing media objects for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Gallery.py",
|
||||
height=200,
|
||||
@ -121,7 +121,7 @@ register(GRAMPLET,
|
||||
name=_("Event Gallery Gramplet"),
|
||||
description = _("Gramplet showing media objects for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Gallery.py",
|
||||
height=200,
|
||||
@ -134,7 +134,7 @@ register(GRAMPLET,
|
||||
name=_("Place Gallery Gramplet"),
|
||||
description = _("Gramplet showing media objects for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Gallery.py",
|
||||
height=200,
|
||||
@ -147,7 +147,7 @@ register(GRAMPLET,
|
||||
name=_("Source Gallery Gramplet"),
|
||||
description = _("Gramplet showing media objects for a source"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Gallery.py",
|
||||
height=200,
|
||||
@ -160,7 +160,7 @@ register(GRAMPLET,
|
||||
name=_("Person Attributes Gramplet"),
|
||||
description = _("Gramplet showing the attributes of a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Attributes.py",
|
||||
height=200,
|
||||
@ -173,7 +173,7 @@ register(GRAMPLET,
|
||||
name=_("Event Attributes Gramplet"),
|
||||
description = _("Gramplet showing the attributes of an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Attributes.py",
|
||||
height=200,
|
||||
@ -186,7 +186,7 @@ register(GRAMPLET,
|
||||
name=_("Family Attributes Gramplet"),
|
||||
description = _("Gramplet showing the attributes of a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Attributes.py",
|
||||
height=200,
|
||||
@ -199,7 +199,7 @@ register(GRAMPLET,
|
||||
name=_("Media Attributes Gramplet"),
|
||||
description = _("Gramplet showing the attributes of a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Attributes.py",
|
||||
height=200,
|
||||
@ -212,7 +212,7 @@ register(GRAMPLET,
|
||||
name=_("Person Notes Gramplet"),
|
||||
description = _("Gramplet showing the notes for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
height=200,
|
||||
@ -225,7 +225,7 @@ register(GRAMPLET,
|
||||
name=_("Event Notes Gramplet"),
|
||||
description = _("Gramplet showing the notes for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
height=200,
|
||||
@ -238,7 +238,7 @@ register(GRAMPLET,
|
||||
name=_("Family Notes Gramplet"),
|
||||
description = _("Gramplet showing the notes for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
height=200,
|
||||
@ -251,7 +251,7 @@ register(GRAMPLET,
|
||||
name=_("Place Notes Gramplet"),
|
||||
description = _("Gramplet showing the notes for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
height=200,
|
||||
@ -264,7 +264,7 @@ register(GRAMPLET,
|
||||
name=_("Source Notes Gramplet"),
|
||||
description = _("Gramplet showing the notes for a source"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
height=200,
|
||||
@ -277,7 +277,7 @@ register(GRAMPLET,
|
||||
name=_("Repository Notes Gramplet"),
|
||||
description = _("Gramplet showing the notes for a repository"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
height=200,
|
||||
@ -290,7 +290,7 @@ register(GRAMPLET,
|
||||
name=_("Media Notes Gramplet"),
|
||||
description = _("Gramplet showing the notes for a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
height=200,
|
||||
@ -303,7 +303,7 @@ register(GRAMPLET,
|
||||
name=_("Person Sources Gramplet"),
|
||||
description = _("Gramplet showing the sources for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Sources.py",
|
||||
height=200,
|
||||
@ -316,7 +316,7 @@ register(GRAMPLET,
|
||||
name=_("Event Sources Gramplet"),
|
||||
description = _("Gramplet showing the sources for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Sources.py",
|
||||
height=200,
|
||||
@ -329,7 +329,7 @@ register(GRAMPLET,
|
||||
name=_("Family Sources Gramplet"),
|
||||
description = _("Gramplet showing the sources for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Sources.py",
|
||||
height=200,
|
||||
@ -342,7 +342,7 @@ register(GRAMPLET,
|
||||
name=_("Place Sources Gramplet"),
|
||||
description = _("Gramplet showing the sources for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Sources.py",
|
||||
height=200,
|
||||
@ -355,7 +355,7 @@ register(GRAMPLET,
|
||||
name=_("Media Sources Gramplet"),
|
||||
description = _("Gramplet showing the sources for a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Sources.py",
|
||||
height=200,
|
||||
@ -368,7 +368,7 @@ register(GRAMPLET,
|
||||
name=_("Person Children Gramplet"),
|
||||
description = _("Gramplet showing the children of a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Children.py",
|
||||
height=200,
|
||||
@ -381,7 +381,7 @@ register(GRAMPLET,
|
||||
name=_("Family Children Gramplet"),
|
||||
description = _("Gramplet showing the children of a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Children.py",
|
||||
height=200,
|
||||
@ -394,7 +394,7 @@ register(GRAMPLET,
|
||||
name=_("Person Filter Gramplet"),
|
||||
description = _("Gramplet providing a person filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
height=200,
|
||||
@ -407,7 +407,7 @@ register(GRAMPLET,
|
||||
name=_("Family Filter Gramplet"),
|
||||
description = _("Gramplet providing a family filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
height=200,
|
||||
@ -420,7 +420,7 @@ register(GRAMPLET,
|
||||
name=_("Event Filter Gramplet"),
|
||||
description = _("Gramplet providing an event filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
height=200,
|
||||
@ -433,7 +433,7 @@ register(GRAMPLET,
|
||||
name=_("Source Filter Gramplet"),
|
||||
description = _("Gramplet providing a source filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
height=200,
|
||||
@ -446,7 +446,7 @@ register(GRAMPLET,
|
||||
name=_("Place Filter Gramplet"),
|
||||
description = _("Gramplet providing a place filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
height=200,
|
||||
@ -459,7 +459,7 @@ register(GRAMPLET,
|
||||
name=_("Media Filter Gramplet"),
|
||||
description = _("Gramplet providing a media filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
height=200,
|
||||
@ -472,7 +472,7 @@ register(GRAMPLET,
|
||||
name=_("Repository Filter Gramplet"),
|
||||
description = _("Gramplet providing a repository filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
height=200,
|
||||
@ -485,7 +485,7 @@ register(GRAMPLET,
|
||||
name=_("Note Filter Gramplet"),
|
||||
description = _("Gramplet providing a note filter"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
height=200,
|
||||
|
Reference in New Issue
Block a user