matthijs/upstream/mobilegtd.git
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-11-03 Matthijs KooijmanAdd .gitignore file to ignore .pyc and .swp files.
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 KooijmanFix the project detail menu, by passing the default...
2009-08-17 Matthijs KooijmanMake sure the gtd base path has a trailing slash.
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-17 Martin.MauchAdded documentation to action.py and project.py
2009-08-14 Matthijs KooijmanMake the base path an absolute path.
2009-08-14 Matthijs KooijmanUse compat.sorted.
2009-08-14 Matthijs KooijmanAdd compat module with a sorted function.
2009-08-13 Matthijs KooijmanClean up and improve error reporting.
2009-08-13 Matthijs KooijmanMake the exit button on an error window work.
2009-08-13 Matthijs KooijmanClean up the main run() function a bit.
2009-08-13 Matthijs KooijmanAdd getfilesystemencoding() for python < 2.3.
2009-08-13 Matthijs KooijmanMake error reporting work for errors in logger.
2009-08-13 Matthijs KooijmanCatch more exceptions at top level.
2009-08-13 Matthijs KooijmanAlways call run() from main.py.
2009-08-13 Matthijs KooijmanImport sys before using it in default.py
2009-08-13 Matthijs KooijmanAdd files from the old svn, r101.
2009-08-13 Matthijs KooijmanEmpty initial commit.