Add ListView.selected_item helper.
[matthijs/upstream/mobilegtd.git] / src / gui / gui.py
2009-11-03 Matthijs KooijmanAdd ListView.selected_item helper.
2009-11-03 Matthijs KooijmanDon't silence all exceptions in the View mainloop.
2009-11-03 Matthijs KooijmanAdd and use clip_index and wrap_index helpers.
2009-11-03 Matthijs KooijmanReshuffle the gui class structure a bit more.
2009-11-03 Matthijs KooijmanAdd key_shortname function.
2009-11-03 Matthijs KooijmanAllow keynames to be None.
2009-11-03 Matthijs KooijmanFix ListView to make sense.
2009-11-03 Matthijs KooijmanMove the update method to View.
2009-11-03 Matthijs KooijmanPut all of the menu handling code in View.
2009-11-03 Matthijs KooijmanDon't let ListView call a non-existent method on its...
2009-11-03 Matthijs KooijmanDon't let View call methods on its superclass (object).
2009-08-30 Matthijs KooijmanDefine (a dummy) get_menu_entries in View.
2009-08-17 Matthijs KooijmanMake KeyBindingView extend View.
2009-08-17 Matthijs KooijmanRename change_entry to entry_selected.
2009-08-17 Matthijs KooijmanMake ListView.change_entry always call its super.
2009-08-17 Matthijs KooijmanExtract some common view stuff into a View class.
2009-08-17 Matthijs Kooijmanmake all *View classes call their parent constructors.
2009-08-17 Matthijs KooijmanRemove the entry_filters argument from *View constructors.
2009-08-17 Matthijs KooijmanMerge branch 'master' of git://gitorious.org/mobilegtd...
2009-08-17 Matthijs KooijmanRemove the title argument from the *View classes constr...
2009-08-17 Matthijs KooijmanRemove the binding_map argument from KeyBindingView...
2009-08-13 Matthijs KooijmanAdd files from the old svn, r101.