GEPS_014:_Plugin_registration_and_management

finish views in category, todo: configuration


svn: r13578
This commit is contained in:
Benny Malengier
2009-11-14 17:17:34 +00:00
parent d1f9d44147
commit d3fd2f150d
40 changed files with 4943 additions and 1287 deletions

View File

@@ -306,6 +306,11 @@ class ListView(NavigationView):
self.search_bar.show()
self.filter_pane.hide()
def get_viewtype_stock(self):
"""Type of view in category, default listview is a flat list
"""
return 'gramps-tree-list'
def filter_clicked(self):
self.generic_filter = self.filter_sidebar.get_filter()
self.build_tree()