log

age author description
2011-09-12 Björn Ricks Remove space
2011-09-12 Björn Ricks Also move back to ProjectListState if esc is pressed not only when tab
2011-09-12 Björn Ricks Allow to select projects with keys > 1 letters while moving entries
2011-09-12 Björn Ricks Fix question
2011-09-12 Björn Ricks Add single entry deletion
2011-09-12 Björn Ricks Don't allow to select additional entries after entering the DeleteEntryState
2011-09-12 Björn Ricks Allow to pass entries to the DeleteEntryState
2011-09-12 Björn Ricks Refactor delete_entries to do what it says: delete the entries passed as argument
2011-09-12 Björn Ricks Only accept single keys for project selection
2011-09-01 Björn Ricks Add me as author in files that I did touch
2011-09-01 Björn Ricks Return the current state if F1 is pressed
2011-09-01 Björn Ricks Fix: Recognize first letter to choose a project
2011-08-31 Björn Ricks Add new state to select projects with keys larger then one
2011-08-31 Björn Ricks Project keys can be larger then 1
2011-08-17 Thomas Arendsen Hein Use ".read" instead of ".r" in sqlite3 command
2011-08-16 Björn Ricks Add docu about creating new projects
2011-05-30 Björn Ricks Handle KeyboardInterrupt and shutdown getan carefully afterwards
2011-05-30 Björn Ricks Save the current project when switching to Running state
2011-05-30 Björn Ricks Move 'up' and 'down' keypress handling to general ProjectState class
2011-05-30 Björn Ricks Use footer of EntryList to display the editable description of an entry
2011-05-30 Björn Ricks Add new method in ListWidget to get the current node element
2011-05-25 Björn Ricks Changelog for r76
2011-05-25 Björn Ricks Changelog for r73:74
2011-05-25 Björn Ricks Changelog for r72
2011-05-25 Björn Ricks Changelog for r70
2011-05-25 Björn Ricks Changelog for r68:69
2011-05-25 Björn Ricks Changelog entry for r66:67
2011-05-25 Björn Ricks Correct indentation in ChangeLog
2011-05-25 Björn Ricks Update changelog for r63:65
2011-05-25 Björn Ricks Add changelog entry for r62
2011-05-25 Björn Ricks Don't crash if subtracted time is greater then the current time
2011-05-25 Björn Ricks Ignore ctags file
2011-05-25 Björn Ricks switch to EditEntryState when 'e' is pressed in the EntryList to be able
2011-05-25 Björn Ricks Add new state for editing entries
2011-05-25 Björn Ricks Don't switch to EntryView if it doesn't contain any row/entry
2011-05-25 Björn Ricks Add get_item method also for EntryNode to be able to receive an entry
2011-05-25 Björn Ricks Only update the focus of a List if it has some rows.
2011-05-25 Björn Ricks Add a update_entry method in getan controller that stores a changed entry in the backened
2011-05-25 Björn Ricks Add new method to update a description of an entry in the database backend
2011-05-25 Björn Ricks Use an OptionParser in getan to add options for debug level and logfile
2011-05-25 Björn Ricks Make the logging configurable for filename and level
2011-05-25 Björn Ricks Clip project entry in project list if it's to long
2011-05-25 Björn Ricks Use set_footer_text method to set the footer text instead of
2011-05-25 Björn Ricks Improve code path
2011-05-25 Björn Ricks Add scrolling in entry list to be able to select all entries
2011-05-19 Björn Ricks Show project name before time entries
2011-05-03 Björn Ricks add switch to show also empty projects
2011-05-03 Björn Ricks add displaying of total time in all projects
2011-05-03 Björn Ricks rename total variable to total_proj because it refects to total time
2011-04-20 Björn Ricks user ? per default for zeiterfassung entry type
2011-04-18 Björn Ricks use insert key instead of a to create a new project
2011-04-18 Ingo Weinzierl Introcuded a command line argument to skip printing empty projects. project-tree
2011-04-04 Björn Ricks add create project related states
2011-04-04 Björn Ricks add add_project method
2011-04-04 Björn Ricks fix insert new project sql statemenent and api
2011-03-23 Björn Ricks add year option to usage output
2011-03-18 Björn Ricks don't forget to save before commit :-/
2011-03-18 Björn Ricks add backend method to create new projects
2011-02-28 Ingo Weinzierl 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-15 Ingo Weinzierl #1921 Bugfix: Moving entries into projects with keys that consist of more than a single char works again. project-tree
2011-02-07 Bjoern Ricks add year option for contrib/zeiterfassung
2010-12-21 Ingo Weinzierl Initialized a branch to work on a tree-like project view. project-tree
2010-12-15 Sascha L. Teichmann Fixed super call
2010-12-15 Sascha L. Teichmann Fix for #1638
2010-12-15 Sascha L. Teichmann More checks againts empty projects.
2010-12-15 Sascha L. Teichmann Make getan runnable if there is no project in database.
2010-12-15 Sascha L. Teichmann Create database file if it does not exist.
2010-12-15 Sascha L. Teichmann Minor fixes (logging, states)
2010-12-15 Sascha L. Teichmann Wrong issue -> #1624
2010-12-15 Sascha L. Teichmann Fix for #1569
2010-10-02 Ingo Weinzierl Introduced i18n support; german and english translation available.
2010-09-05 Thomas Arendsen Hein Added TODO item (mainly to try the new commit list)
2010-09-02 Ingo Weinzierl 'NoneType' time values don't break getan while switching time mode anymore (issue1575).
2010-08-31 Ingo Weinzierl Made getan python-2.4 compatible.
2010-08-31 Ingo Weinzierl Added a parameter 'year' to the 'wochenbericht' script that filters out the week of a specific year only.
2010-08-31 Ingo Weinzierl Bugfix: removed 'with' statement - replaced by try/finally (ISSUE1566).
2010-08-30 Ingo Weinzierl Stop still running projects before getan quits - even if getan crashes.
2010-08-30 Thomas Arendsen Hein Add .hgignore:
2010-08-30 Ingo Weinzierl Unified parameter names of ProjectList and EntryList.
2010-08-30 Ingo Weinzierl Bugfix: fixed wrong attribute name while accessing raw projects of a ProjectNode.
2010-08-29 Ingo Weinzierl Added support for resizing the application window.
2010-08-29 Ingo Weinzierl Bugfix and improvements in the process to move/delete entries.
2010-08-29 Ingo Weinzierl Bugfix: switching the time mode in ProjectList will also update the displayed total time in the footer of ProjectList.
2010-08-28 Ingo Weinzierl Added a new implementation of 'getan' based on urwid, a python console user interface library.
2009-08-24 Thomas Arendsen Hein update ChangeLog
2009-08-18 Thomas Arendsen Hein Handle empty input when adding/subtracting time of the running project
2009-08-18 Thomas Arendsen Hein Allow <timespec>+ and <timespec>- (RPN) to change time for the current project
2009-08-18 Thomas Arendsen Hein rename substract to subtract
2009-08-18 Thomas Arendsen Hein allow adding/subtracting times while a project is running
2009-08-18 Thomas Arendsen Hein human_seconds: Use timespec instead of seconds and document it.
2009-08-18 Thomas Arendsen Hein left justify user sign in zeiterfassung
2008-09-09 Sascha L. Teichmann Added a script to sort zeiterfassung.txt files by date. Useful to merge them.
2008-08-12 Sascha L. Teichmann Insert anonym tasks into project tree when give them a name.
2008-08-12 Sascha L. Teichmann Applied Stephan Holl's week-option.patch
2008-08-10 Sascha L. Teichmann Initial checkin for project trees. !!!Work in progress!!!
2008-08-04 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-03 Sascha L. Teichmann contrib/zeiterfassung: Added parameter -e | --encoding=
2008-08-03 Sascha L. Teichmann * Applied and completed Stephan Holl's zeiterfassung.bessere-lesbarkeit.patch
2008-08-01 Sascha L. Teichmann Added script to generate lines for zeiterfassung.txt
2008-07-31 Sascha L. Teichmann Feature wish 8. Fn is like <ESC>-n
2008-07-31 Sascha L. Teichmann * Feature wish 4 and 10
2008-07-31 Sascha L. Teichmann Applied patch from Stephan Holl to show usage on '-h' of '--help'. Added check for existence of db file.
2008-07-30 Sascha L. Teichmann Added little script to summarize the entries for a given week number of year.
2008-07-29 Sascha L. Teichmann - Added total sum of all projects.
2008-07-29 Sascha L. Teichmann Added +/- time to tasks.
2008-07-29 Sascha L. Teichmann - To exit getan you now can use double BACKSPACE, too.
2008-07-28 Sascha L. Teichmann Initial import.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)