Add new person events and family events bottombar gramplets

svn: r17156
This commit is contained in:
Nick Hall
2011-04-19 18:13:09 +00:00
parent ff045c3e19
commit 112394b141
4 changed files with 222 additions and 2 deletions

View File

@ -105,6 +105,32 @@ register(GRAMPLET,
gramplet_title=_("Residence"),
)
register(GRAMPLET,
id="Person Events Gramplet",
name=_("Person Events Gramplet"),
description = _("Gramplet showing the events for a person"),
version="1.0.0",
gramps_target_version="3.4",
status = STABLE,
fname="Events.py",
height=200,
gramplet = 'PersonEvents',
gramplet_title=_("Events"),
)
register(GRAMPLET,
id="Family Events Gramplet",
name=_("Family Events Gramplet"),
description = _("Gramplet showing the events for a family"),
version="1.0.0",
gramps_target_version="3.4",
status = STABLE,
fname="Events.py",
height=200,
gramplet = 'FamilyEvents',
gramplet_title=_("Events"),
)
register(GRAMPLET,
id="Person Gallery Gramplet",
name=_("Person Gallery Gramplet"),