Added copy and paste to all views; gramplet view needs work

svn: r15697
This commit is contained in:
Doug Blank
2010-08-09 20:51:54 +00:00
parent 981cda7c19
commit e3cd87484c
14 changed files with 130 additions and 34 deletions

View File

@ -121,10 +121,10 @@ class EventView(ListView):
filter_class=EventSidebarFilter,
markup = EventView.MARKUP_COLS)
self.func_list = {
self.func_list.update({
'<CONTROL>J' : self.jump,
'<CONTROL>BackSpace' : self.key_delete,
}
})
config.connect("interface.filter", self.filter_toggle)
uistate.connect('nameformat-changed', self.build_tree)