graph
- 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
- Fix: Allow to move entries to projects with similar names2012-12-10, by Björn Ricks
- Don't wrap the project description to the next line2012-12-06, by Björn Ricks
- Update project selection2012-12-06, by Björn Ricks
- Fix: Don't crash urwid if no project description is set2012-12-06, by Björn Ricks
- A project entry in the db must have a key2012-12-06, by Björn Ricks
- Fix: Return empty list if section is not found2012-12-06, by Björn Ricks
- Add new project mode to display a project tree2012-12-06, by Björn Ricks
- Log when switching the project mode2012-12-06, by Björn Ricks
- Not necessary to call update_w here2012-12-06, by Björn Ricks
- Only show the sum time if a project has entries2012-12-06, by Björn Ricks
- Print indent of the project in the project list.2012-12-06, by Björn Ricks
- Log project key instead of description2012-12-06, by Björn Ricks
- Add indent to the project class2012-12-06, by Björn Ricks
- Add color for the project_key in the project list2012-12-06, by Björn Ricks
- Modify project selection2012-12-06, by Björn Ricks
- Add controller method to find projects by key2012-12-06, by Björn Ricks
- Update introduction file about the keys2012-12-06, by Björn Ricks
- Fix messages when a project is paused2012-12-06, by Björn Ricks
- Allow to configure the action keys2012-12-06, by Björn Ricks
- Always call super constructor of states2012-12-06, by Björn Ricks
- Add the getan config to the controller2012-12-06, by Björn Ricks
- Add config classes to provide keybindings2012-12-06, by Björn Ricks
- Description may be not set2012-11-15, by Björn Ricks
- Always fail if an entry couldn't be loaded2012-11-13, by Björn Ricks
- Carefully handle non unicode strings for urwid2012-11-13, by Björn Ricks
- Remove whitespace2012-11-13, by Björn Ricks
- Use new style class for backend2012-11-13, by Björn Ricks
- Add global key to switch sorting of the project list2012-11-01, by Björn Ricks
- Add code to be able to sort the project list2012-11-01, by Björn Ricks
- Avoid traceback if no projects are available2012-11-01, by Björn Ricks
- Allow to use backspace to change selecting project2012-10-31, by Björn Ricks
- Update copyright and add my name2012-10-31, by Björn Ricks
- Update whitespace2012-10-31, by Björn Ricks
- Use new style classes2012-10-31, by Björn Ricks
- Change coding style of if clauses2012-10-31, by Björn Ricks
- Handle backspace when selecting a project2012-10-31, by Björn Ricks
- Reset the ProjectList footer2012-10-31, by Björn Ricks
- Use new style class for GetanView2012-10-31, by Björn Ricks
- Add methods to reset the ProjectList footer2012-10-31, by Björn Ricks
- Remove whitespace2012-10-31, by Björn Ricks