GEPS 019: Improved sidebar which allows sidebar plugins

svn: r15029
This commit is contained in:
Nick Hall
2010-04-04 18:16:03 +00:00
parent 5726d688ca
commit 6ae2f1c81e
14 changed files with 793 additions and 445 deletions

View File

@@ -10,4 +10,5 @@ register(VIEW,
authors = [u"Douglas S. Blank"],
authors_email = ["doug.blank@gmail.com"],
viewclass = 'FanChartView',
stock_icon = 'gramps-fanchart',
)

View File

@@ -10,4 +10,5 @@ register(VIEW,
authors_email = [""],
category = ("Places", _("Places")),
viewclass = 'PlaceTreeView',
stock_icon = 'gramps-tree-group',
)

View File

@@ -130,6 +130,7 @@ authors_email = ["http://gramps-project.org"],
category = ("Ancestry", _("Ancestry")),
viewclass = 'PedigreeView',
order = START,
stock_icon = 'gramps-pedigree',
)
register(VIEW,
@@ -145,6 +146,7 @@ authors_email = ["http://gramps-project.org"],
category = ("People", _("People")),
viewclass = 'PersonTreeView',
order = START,
stock_icon = 'gramps-tree-group',
)
register(VIEW,
@@ -161,7 +163,9 @@ authors_email = ["http://gramps-project.org"],
category = ("People", _("People")),
viewclass = 'PersonListView',
order = START,
stock_icon = 'gramps-tree-list',
)
register(VIEW,
id = 'placelistview',
name = _("Place View"),
@@ -175,6 +179,7 @@ authors_email = ["http://gramps-project.org"],
category = ("Places", _("Places")),
viewclass = 'PlaceListView',
order = START,
stock_icon = 'gramps-tree-list',
)
register(VIEW,