graph
- 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
- Put return statement on the next line2012-10-31, by Björn Ricks
- Add copyright statement2012-02-13, by Björn Ricks
- Set default encoding2012-02-13, by Björn Ricks
- Replace hack to find last week of the previous year.2012-01-16, by Thomas Arendsen Hein
- nicer version of 5447fbf86c49 (two-digit lastweek string)2012-01-16, by Thomas Arendsen Hein
- Lastweek < 10 must have a zero as prefix2012-01-16, by Björn Ricks
- Remove comment2012-01-16, by Björn Ricks
- Use current dir time.db if exists if not ~/.getan/time.db2011-12-12, by Björn Ricks
- Move zeiterfassung and zeitsort to an own module in getan2011-12-12, by Björn Ricks
- Add debian package description2011-12-12, by Björn Ricks
- Add script that starts classic getan2011-12-12, by Björn Ricks
- Move classic to getan2011-12-12, by Björn Ricks
- Load and create default database for installed scripts2011-12-12, by Björn Ricks
- Add a setup.py script2011-12-12, by Björn Ricks
- Convert classic getan into a module to be able to install it2011-12-12, by Björn Ricks
- Move getan.py to getan/main.py2011-12-12, by Björn Ricks
- Remove unnecessary imports2011-12-12, by Björn Ricks
- Move GetanController to it's own module2011-12-12, by Björn Ricks
- Add version info to getan module2011-12-12, by Björn Ricks
- Change tab into spaces in README2011-12-12, by Björn Ricks
- Only import necessary classes and functions2011-12-12, by Björn Ricks
- Add option to show entries of last week2011-11-21, by Björn Ricks
- Update project list when a new project was created2011-09-12, by Björn Ricks
- Remove space2011-09-12, by Björn Ricks
- Also move back to ProjectListState if esc is pressed not only when tab2011-09-12, by Björn Ricks
- Allow to select projects with keys > 1 letters while moving entries2011-09-12, by Björn Ricks
- Fix question2011-09-12, by Björn Ricks
- Add single entry deletion2011-09-12, by Björn Ricks
- Don't allow to select additional entries after entering the DeleteEntryState2011-09-12, by Björn Ricks
- Allow to pass entries to the DeleteEntryState2011-09-12, by Björn Ricks
- Refactor delete_entries to do what it says: delete the entries passed as argument2011-09-12, by Björn Ricks
- Only accept single keys for project selection2011-09-12, by Björn Ricks
- Add me as author in files that I did touch2011-09-01, by Björn Ricks
- Return the current state if F1 is pressed2011-09-01, by Björn Ricks
- Fix: Recognize first letter to choose a project2011-09-01, by Björn Ricks
- Add new state to select projects with keys larger then one2011-08-31, by Björn Ricks