graph
- Fix codingstyle for pep82013-10-11, by Björn Ricks
- Allow to abort deletion of entries with escape key2013-10-11, by Björn Ricks
- Deactivate selection of projects when changing to RunningProjectsState2013-10-11, by Björn Ricks
- Also don't use item_in_focus when adding a entry description2013-10-11, by Björn Ricks
- We already have the project here therefore pass it directly to the methods2013-10-11, by Björn Ricks
- Allow to deactivate the selection of projects2013-10-11, by Björn Ricks
- Update codingstyle for pep82013-10-11, by Björn Ricks
- Fix codingstyle for pep82013-10-11, by Björn Ricks
- Set focus to project list body when changing from adding and subtracting time2013-10-11, by Björn Ricks
- Fix codingstyle for pep82013-10-11, by Björn Ricks
- Remove unnecessary imports2013-10-11, by Björn Ricks
- Remove shebang line2013-10-11, by Björn Ricks
- Fix codingstyle for pep82013-10-11, by Björn Ricks
- Remove shebang line from view2013-10-11, by Björn Ricks
- Fix codingstyle for pep82013-10-11, by Björn Ricks
- Update codingstyle for pep82013-10-11, by Björn Ricks
- added some todos2013-08-28, by Thomas Arendsen Hein
- Set correct next state if to be subtracted seconds are greater then the actual2013-06-24, by Björn Ricks
- Remove obsolete import2013-06-24, by Björn Ricks
- Added tag 1.1beta1 for changeset a69126bb29e62013-05-10, by Björn Ricks
- Update README for installing urwid into getan source1.1beta1 2013-05-10, by Björn Ricks
- Added tag 1.1beta1 for changeset 295cbbb42de42013-05-10, by Björn Ricks
- Update version of getan to 1.1beta12013-05-10, by Björn Ricks
- Update README2013-05-10, by Björn Ricks
- Correct version number2013-05-10, by Björn Ricks
- Update rows when stopping a running project2013-05-10, by Björn Ricks
- Only set focus in ListBox if rows are available2013-04-22, by Björn Ricks
- Set unique constraint on project key2013-04-16, by Björn Ricks
- Add first draft for a template based getan time evaluation2013-04-16, by Björn Ricks
- Don't set focus here it will already be set by the set_focus method2013-04-12, by Björn Ricks
- Add newline to update coding style2013-04-12, by Björn Ricks
- Show total when a entry is changed2013-04-12, by Björn Ricks
- Add docstring to DescriptionProjectsState2013-04-12, by Björn Ricks
- Fix showing the total time in the project list footer2013-04-12, by Björn Ricks
- Use new set_focus method in all States2013-04-12, by Björn Ricks
- Add new State method set_focus2013-04-12, by Björn Ricks
- Set focus of the frame to body when set_focus in GetanView is called to set the2013-04-12, by Björn Ricks
- Fix showing the total time2013-04-12, by Björn Ricks
- Give more "weight" to the description when displaying the project node entry2013-04-12, by Björn Ricks
- Align time column text in Project list to the right2013-04-12, by Björn Ricks
- Use exit when returning from adding a project2013-04-11, by Björn Ricks
- Update coding style2013-04-11, by Björn Ricks
- Remove setting the focus2013-04-11, by Björn Ricks
- Use kwarg for edit and boolean instead of int2013-04-11, by Björn Ricks
- Redirect keyinput to GetanView footer when adding a new project2013-04-11, by Björn Ricks
- Update total time when project list is updated2013-04-11, by Björn Ricks
- Remove calling Controller update_project_list2013-04-11, by Björn Ricks
- Fix typo2013-04-11, by Björn Ricks
- Refactor ProjectList setting the total_time2013-04-11, by Björn Ricks
- Fix don't crash when adding a project2013-04-11, by Björn Ricks
- Update README2013-04-11, by Björn Ricks
- Set empty project_footer if no projects are available2013-04-11, by Björn Ricks
- Remove whitespace2013-04-11, by Björn Ricks
- Ignore urwid subdirs in getan2013-04-11, by Björn Ricks
- Allow to set focus to the project or entry list in getan view via strings2013-04-11, by Björn Ricks
- Fix compatibility with urwid 1.12013-04-11, by Björn Ricks
- Fix: Don't crash when the console window is resized2013-04-11, by Björn Ricks
- Ignore mouse events for the moment2013-04-11, by Björn Ricks
- Remove unnecessary import and varibale2013-04-11, by Björn Ricks
- Show version number in getan header2013-04-11, by Björn Ricks
- Increment version to 1.1.dev12013-04-11, by Björn Ricks
- Set focus to GetanView frame footer when changing to DescriptionProjectsState2013-04-09, by Björn Ricks
- Use better kwarg when setting footer text to edit mode2013-04-09, by Björn Ricks
- Set focus to GetanView frame body when changing to PausedProjectsState2013-04-09, by Björn Ricks