Reshuffle the gui class structure a bit more.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 3 Nov 2009 14:13:10 +0000 (15:13 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 3 Nov 2009 14:20:25 +0000 (15:20 +0100)
commite3125688649dc16f60c42a7b9479a2663a88bace
tree2eca34e62b205b545e69245e8ba846a3aa4bd5fd
parent3f1310771fb7c333ebef7a2f0beac4120a0d8b65
Reshuffle the gui class structure a bit more.

This moves all menu and key shortcut handling code into View,
deprecating KeyBindingView. Also, all menu handling for widgets is now
directly in WidgetBasedListView, so EditableListView is removed. Some
other cleanups have been made.
src/gui/gui.py
src/gui/project_details/project_view.py
src/gui/projects_list/project_list_view.py