GEPS 014: Plugin registration and management

Also views are now plugins belonging to view category


svn: r13528
This commit is contained in:
Benny Malengier
2009-11-08 16:41:49 +00:00
parent eea7ba35c7
commit 19522ec975
51 changed files with 588 additions and 354 deletions

View File

@ -213,6 +213,9 @@ class ListView(NavigationView):
self.list.append_column(column)
index += 1
def __build_tree(self):
Utils.profile(self._build_tree)
def build_tree(self):
if self.active:
cput0 = time.clock()