GEPS 019: Improved sidebar which allows sidebar plugins
svn: r15029
This commit is contained in:
@@ -10,4 +10,5 @@ register(VIEW,
|
||||
authors = [u"Douglas S. Blank"],
|
||||
authors_email = ["doug.blank@gmail.com"],
|
||||
viewclass = 'FanChartView',
|
||||
stock_icon = 'gramps-fanchart',
|
||||
)
|
||||
|
||||
@@ -10,4 +10,5 @@ register(VIEW,
|
||||
authors_email = [""],
|
||||
category = ("Places", _("Places")),
|
||||
viewclass = 'PlaceTreeView',
|
||||
stock_icon = 'gramps-tree-group',
|
||||
)
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user