From: Matthijs Kooijman Date: Tue, 3 Nov 2009 14:13:10 +0000 (+0100) Subject: Reshuffle the gui class structure a bit more. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=e3125688649dc16f60c42a7b9479a2663a88bace;hp=e3125688649dc16f60c42a7b9479a2663a88bace;p=matthijs%2Fupstream%2Fmobilegtd.git 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. ---