Replace MediaReferences gramplet with Backlinks gramplets
svn: r17010
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 = _("Exif Viewer Gramplet"),
|
||||
description = _("Gramplet showing exif tags for a media object"),
|
||||
version = "1.0.0",
|
||||
gramps_target_version = "3.3.0",
|
||||
gramps_target_version = "3.4.0",
|
||||
status = STABLE,
|
||||
fname = "Exif.py",
|
||||
height = 200,
|
||||
@ -92,27 +92,12 @@ register(GRAMPLET,
|
||||
authors_email = ["robhealey1@gmail.com"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id = "Media References Gramplet",
|
||||
name = _("Media References Gramplet"),
|
||||
description = _("Gramplet showing all of the references to this media object"),
|
||||
version = "1.0.0",
|
||||
gramps_target_version = "3.3.0",
|
||||
status = STABLE,
|
||||
fname = "MediaReferences.py",
|
||||
height = 200,
|
||||
gramplet = "MediaReferences",
|
||||
gramplet_title = _("References"),
|
||||
authors = ["Rob G. Healey"],
|
||||
authors_email = ["robhealey1@gmail.com"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Person Residence 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,
|
||||
@ -125,7 +110,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,
|
||||
@ -138,7 +123,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,
|
||||
@ -151,7 +136,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,
|
||||
@ -164,7 +149,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,
|
||||
@ -177,7 +162,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,
|
||||
@ -190,7 +175,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,
|
||||
@ -203,7 +188,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,
|
||||
@ -216,7 +201,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,
|
||||
@ -229,7 +214,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,
|
||||
@ -242,7 +227,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,
|
||||
@ -255,7 +240,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,
|
||||
@ -268,7 +253,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,
|
||||
@ -281,7 +266,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,
|
||||
@ -294,7 +279,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,
|
||||
@ -307,7 +292,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,
|
||||
@ -320,7 +305,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,
|
||||
@ -333,7 +318,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,
|
||||
@ -346,7 +331,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,
|
||||
@ -359,7 +344,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,
|
||||
@ -372,7 +357,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,
|
||||
@ -385,7 +370,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,
|
||||
@ -398,7 +383,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,
|
||||
@ -406,12 +391,116 @@ register(GRAMPLET,
|
||||
gramplet_title=_("Children"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Person Backlinks Gramplet",
|
||||
name=_("Person Backlinks Gramplet"),
|
||||
description = _("Gramplet showing the backlinks for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'PersonBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Event Backlinks Gramplet",
|
||||
name=_("Event Backlinks Gramplet"),
|
||||
description = _("Gramplet showing the backlinks for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'EventBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Family Backlinks Gramplet",
|
||||
name=_("Family Backlinks Gramplet"),
|
||||
description = _("Gramplet showing the backlinks for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'FamilyBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Place Backlinks Gramplet",
|
||||
name=_("Place Backlinks Gramplet"),
|
||||
description = _("Gramplet showing the backlinks for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'PlaceBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Source Backlinks Gramplet",
|
||||
name=_("Source Backlinks Gramplet"),
|
||||
description = _("Gramplet showing the backlinks for a source"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'SourceBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Repository Backlinks Gramplet",
|
||||
name=_("Repository Backlinks Gramplet"),
|
||||
description = _("Gramplet showing the backlinks for a repository"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'RepositoryBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Media Backlinks Gramplet",
|
||||
name=_("Media Backlinks Gramplet"),
|
||||
description = _("Gramplet showing the backlinks for a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'MediaBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Note Backlinks Gramplet",
|
||||
name=_("Note Backlinks Gramplet"),
|
||||
description = _("Gramplet showing the backlinks for a note"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'NoteBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Person Filter 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,
|
||||
@ -424,7 +513,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,
|
||||
@ -437,7 +526,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,
|
||||
@ -450,7 +539,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,
|
||||
@ -463,7 +552,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,
|
||||
@ -476,7 +565,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,
|
||||
@ -489,7 +578,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,
|
||||
@ -502,7 +591,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