graph
- Add scrolling in entry list to be able to select all entries2011-05-25, by Björn Ricks
- Show project name before time entries2011-05-19, by Björn Ricks
- add switch to show also empty projects2011-05-03, by Björn Ricks
- add displaying of total time in all projects2011-05-03, by Björn Ricks
- rename total variable to total_proj because it refects to total time2011-05-03, by Björn Ricks
- user ? per default for zeiterfassung entry type2011-04-20, by Björn Ricks
- use insert key instead of a to create a new project2011-04-18, by Björn Ricks
- Introcuded a command line argument to skip printing empty projects.project-tree 2011-04-18, by Ingo Weinzierl
- add create project related states2011-04-04, by Björn Ricks
- add add_project method2011-04-04, by Björn Ricks
- fix insert new project sql statemenent and api2011-04-04, by Björn Ricks
- add year option to usage output2011-03-23, by Björn Ricks
- don't forget to save before commit :-/2011-03-18, by Björn Ricks
- add backend method to create new projects2011-03-18, by Björn Ricks
- Bugfix: Projects with children are no longer selectable - projects with keys that are longer than a single character are selectable via text input again.project-tree 2011-02-28, by Ingo Weinzierl
- #1921 Bugfix: Moving entries into projects with keys that consist of more than a single char works again.project-tree 2011-02-15, by Ingo Weinzierl
- add year option for contrib/zeiterfassung2011-02-07, by Bjoern Ricks
- Initialized a branch to work on a tree-like project view.project-tree 2010-12-21, by Ingo Weinzierl
- Fixed super call2010-12-15, by Sascha L. Teichmann
- Fix for #16382010-12-15, by Sascha L. Teichmann
- More checks againts empty projects.2010-12-15, by Sascha L. Teichmann
- Make getan runnable if there is no project in database.2010-12-15, by Sascha L. Teichmann
- Create database file if it does not exist.2010-12-15, by Sascha L. Teichmann
- Minor fixes (logging, states)2010-12-15, by Sascha L. Teichmann
- Wrong issue -> #16242010-12-15, by Sascha L. Teichmann
- Fix for #15692010-12-15, by Sascha L. Teichmann
- Introduced i18n support; german and english translation available.2010-10-02, by Ingo Weinzierl
- Added TODO item (mainly to try the new commit list)2010-09-05, by Thomas Arendsen Hein
- 'NoneType' time values don't break getan while switching time mode anymore (issue1575).2010-09-02, by Ingo Weinzierl
- Made getan python-2.4 compatible.2010-08-31, by Ingo Weinzierl
- Added a parameter 'year' to the 'wochenbericht' script that filters out the week of a specific year only.2010-08-31, by Ingo Weinzierl
- Bugfix: removed 'with' statement - replaced by try/finally (ISSUE1566).2010-08-31, by Ingo Weinzierl
- Stop still running projects before getan quits - even if getan crashes.2010-08-30, by Ingo Weinzierl
- Add .hgignore:2010-08-30, by Thomas Arendsen Hein
- Unified parameter names of ProjectList and EntryList.2010-08-30, by Ingo Weinzierl
- Bugfix: fixed wrong attribute name while accessing raw projects of a ProjectNode.2010-08-30, by Ingo Weinzierl
- Added support for resizing the application window.2010-08-29, by Ingo Weinzierl
- Bugfix and improvements in the process to move/delete entries.2010-08-29, by Ingo Weinzierl
- Bugfix: switching the time mode in ProjectList will also update the displayed total time in the footer of ProjectList.2010-08-29, by Ingo Weinzierl
- Added a new implementation of 'getan' based on urwid, a python console user interface library.2010-08-28, by Ingo Weinzierl
- update ChangeLog2009-08-24, by Thomas Arendsen Hein
- Handle empty input when adding/subtracting time of the running project2009-08-18, by Thomas Arendsen Hein
- Allow <timespec>+ and <timespec>- (RPN) to change time for the current project2009-08-18, by Thomas Arendsen Hein
- rename substract to subtract2009-08-18, by Thomas Arendsen Hein
- allow adding/subtracting times while a project is running2009-08-18, by Thomas Arendsen Hein
- human_seconds: Use timespec instead of seconds and document it.2009-08-18, by Thomas Arendsen Hein
- left justify user sign in zeiterfassung2009-08-18, by Thomas Arendsen Hein
- Added a script to sort zeiterfassung.txt files by date. Useful to merge them.2008-09-09, by Sascha L. Teichmann
- Insert anonym tasks into project tree when give them a name.2008-08-12, by Sascha L. Teichmann
- Applied Stephan Holl's week-option.patch2008-08-12, by Sascha L. Teichmann
- Initial checkin for project trees. !!!Work in progress!!!2008-08-11, by Sascha L. Teichmann
- Applied a variation of Stephan Holl's zeiterfassung.non-utf8-chars-in-db.patch to force the encoding given by --encoding=.2008-08-04, by Sascha L. Teichmann
- contrib/zeiterfassung: Added parameter -e | --encoding=2008-08-03, by Sascha L. Teichmann
- * Applied and completed Stephan Holl's zeiterfassung.bessere-lesbarkeit.patch2008-08-03, by Sascha L. Teichmann
- Added script to generate lines for zeiterfassung.txt2008-08-01, by Sascha L. Teichmann
- Feature wish 8. Fn is like <ESC>-n2008-07-31, by Sascha L. Teichmann
- * Feature wish 4 and 102008-07-31, by Sascha L. Teichmann
- Applied patch from Stephan Holl to show usage on '-h' of '--help'. Added check for existence of db file.2008-07-31, by Sascha L. Teichmann
- Added little script to summarize the entries for a given week number of year.2008-07-31, by Sascha L. Teichmann
- - Added total sum of all projects.2008-07-30, by Sascha L. Teichmann