graph
- Set GetanView as main widget for MainLoop2013-04-05, by Björn Ricks
- Invalidate view to redraw it when time is changed2013-04-05, by Björn Ricks
- Use ListWidget for EntryList and ProjectList2013-04-05, by Björn Ricks
- Move ProjectNode and EntryNode to its own module2013-04-05, by Björn Ricks
- Implement an own ListWalker class2013-04-05, by Björn Ricks
- Implement a more generalized ListWidget2013-04-05, by Björn Ricks
- Fix setting the focus in the ProjectList2013-04-05, by Björn Ricks
- Remove obsolete ProjectList methods2013-04-05, by Björn Ricks
- Fix indentation2013-04-05, by Björn Ricks
- Refactor ProjecList node initialisation2013-04-05, by Björn Ricks
- Remove self.focused usage2013-04-05, by Björn Ricks
- Update code to set the current footer2013-04-05, by Björn Ricks
- Shorten code2013-04-05, by Björn Ricks
- Remove unnecessary methods2013-04-05, by Björn Ricks
- Use node_in_focus to get item_in_focus2013-04-05, by Björn Ricks
- Fix coding style2013-04-05, by Björn Ricks
- Remove update_view from GetanView2013-04-05, by Björn Ricks
- Add set_focus method to GetanView2013-04-05, by Björn Ricks
- Add GetanView update_entries method2013-04-05, by Björn Ricks
- Convert GetanView into a urwid widget2013-04-05, by Björn Ricks
- Update coding style in GetanView2013-04-05, by Björn Ricks
- Implement keypress in GetanView2013-04-05, by Björn Ricks
- Fix setting the focus2013-04-05, by Björn Ricks
- Update coding style for states2013-04-05, by Björn Ricks
- Use handle_input instead of keypress to act on user input in States2013-04-05, by Björn Ricks
- Only update_entries if view is set2013-04-05, by Björn Ricks
- Init entries_view before project_view2013-04-05, by Björn Ricks
- Add a GetanController set_state method2013-04-05, by Björn Ricks
- Improve logging by adding the project.id for the current loaded entries2013-04-05, by Björn Ricks
- Remove update_project_list method from GetanController2013-04-05, by Björn Ricks
- Implement three phase user input handling2013-04-05, by Björn Ricks
- Remove unhandled_keypress from controller2013-04-05, by Björn Ricks
- Inplement new State user input handling2013-04-05, by Björn Ricks
- Fix coding style for State class2013-04-05, by Björn Ricks
- Change coding style for imports2013-04-05, by Björn Ricks
- Move mainloop related code to GetanController2013-01-23, by Björn Ricks
- Update and reformat Changes file2013-01-17, by Björn Ricks
- Use unix_week conversion function for zeiterfassung2013-01-17, by Björn Ricks
- Add function to convert from iso to unix week2013-01-17, by Björn Ricks
- Remove whitespace2013-01-17, by Björn Ricks
- Added tag 1.0 for changeset da3333fcf2222012-12-13, by Björn Ricks
- Add Changes file to track new features and bugfixes1.0 2012-12-13, by Björn Ricks
- Update to 1.0er release2012-12-13, by Björn Ricks
- Fix debian version in changelog2012-12-13, by Björn Ricks
- Require urwid >= 1.02012-12-13, by Björn Ricks
- Add version switch to getan2012-12-13, by Björn Ricks
- Remove obsolete import2012-12-13, by Björn Ricks
- Getan version 1.0 preperation2012-12-13, by Björn Ricks
- Add backspace usage explanation in introduction file2012-12-13, by Björn Ricks
- Clarify insert key usage in introduction file2012-12-13, by Björn Ricks
- Bind project edit key to the actual ProjectEditKeyState2012-12-13, by Björn Ricks
- Update hgignore file2012-12-13, by Björn Ricks
- Add new States to edit project key and description2012-12-13, by Björn Ricks
- Add new key for editing a project2012-12-13, by Björn Ricks
- Add Controller method to update a project2012-12-13, by Björn Ricks
- Add backend method to update a project in the database2012-12-13, by Björn Ricks
- Rename CreateProjectState into AlterProjectState2012-12-13, by Björn Ricks
- Drop AddProjectNameState2012-12-13, by Björn Ricks
- Use common name scheme for keybinding key names2012-12-13, by Björn Ricks
- Formatting2012-12-10, by Björn Ricks