Feature: a fanchart for descendants. Futher to test with duplicates
svn: r20402
This commit is contained in:
@ -140,17 +140,32 @@ register(VIEW,
|
||||
id = 'fanchartview',
|
||||
name = _("Fan Chart View"),
|
||||
category = ("Ancestry", _("Ancestry")),
|
||||
description = _("The view showing relations through a fanchart"),
|
||||
description = _("A view showing parents through a fanchart"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'fanchartview.py',
|
||||
authors = [u"Douglas S. Blank"],
|
||||
authors_email = ["doug.blank@gmail.com"],
|
||||
authors = [u"Douglas S. Blank", u"B. Malengier"],
|
||||
authors_email = ["doug.blank@gmail.com", "benny.malengier@gmail.com"],
|
||||
viewclass = 'FanChartView',
|
||||
stock_icon = 'gramps-fanchart',
|
||||
)
|
||||
|
||||
register(VIEW,
|
||||
id = 'fanchartdescview',
|
||||
name = _("Descendants Fan Chart View"),
|
||||
category = ("Ancestry", _("Ancestry")),
|
||||
description = _("Showing descendants through a fanchart"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'fanchartdescview.py',
|
||||
authors = [u"B. Malengier"],
|
||||
authors_email = ["benny.malengier@gmail.com"],
|
||||
viewclass = 'FanChartDescView',
|
||||
stock_icon = 'gramps-fanchart',
|
||||
)
|
||||
|
||||
register(VIEW,
|
||||
id = 'personview',
|
||||
name = _("Person Tree View"),
|
||||
|
Reference in New Issue
Block a user