Add Place Details, Repository Details and Media Preview gramplets
svn: r16717
This commit is contained in:
@ -38,6 +38,45 @@ register(GRAMPLET,
|
||||
gramplet_title=_("Details"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Repository Details Gramplet",
|
||||
name=_("Repository Details Gramplet"),
|
||||
description = _("Gramplet showing details of a repository"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
status = STABLE,
|
||||
fname="RepositoryDetails.py",
|
||||
height=200,
|
||||
gramplet = 'RepositoryDetails',
|
||||
gramplet_title=_("Details"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Place Details Gramplet",
|
||||
name=_("Place Details Gramplet"),
|
||||
description = _("Gramplet showing details of a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
status = STABLE,
|
||||
fname="PlaceDetails.py",
|
||||
height=200,
|
||||
gramplet = 'PlaceDetails',
|
||||
gramplet_title=_("Details"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Media Preview Gramplet",
|
||||
name=_("Media Preview Gramplet"),
|
||||
description = _("Gramplet showing a preview of a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
status = STABLE,
|
||||
fname="MediaPreview.py",
|
||||
height=200,
|
||||
gramplet = 'MediaPreview',
|
||||
gramplet_title=_("Preview"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Person Residence Gramplet",
|
||||
name=_("Person Residence Gramplet"),
|
||||
|
Reference in New Issue
Block a user