log

age author description
2013-01-17 Björn Ricks Update and reformat Changes file
2013-01-17 Björn Ricks Use unix_week conversion function for zeiterfassung
2013-01-17 Björn Ricks Add function to convert from iso to unix week
2013-01-17 Björn Ricks Remove whitespace
2012-12-13 Björn Ricks Added tag 1.0 for changeset da3333fcf222
2012-12-13 Björn Ricks Add Changes file to track new features and bugfixes 1.0
2012-12-13 Björn Ricks Update to 1.0er release
2012-12-13 Björn Ricks Fix debian version in changelog
2012-12-13 Björn Ricks Require urwid >= 1.0
2012-12-13 Björn Ricks Add version switch to getan
2012-12-13 Björn Ricks Remove obsolete import
2012-12-13 Björn Ricks Getan version 1.0 preperation
2012-12-13 Björn Ricks Add backspace usage explanation in introduction file
2012-12-13 Björn Ricks Clarify insert key usage in introduction file
2012-12-13 Björn Ricks Bind project edit key to the actual ProjectEditKeyState
2012-12-13 Björn Ricks Update hgignore file
2012-12-13 Björn Ricks Add new States to edit project key and description
2012-12-13 Björn Ricks Add new key for editing a project
2012-12-13 Björn Ricks Add Controller method to update a project
2012-12-13 Björn Ricks Add backend method to update a project in the database
2012-12-13 Björn Ricks Rename CreateProjectState into AlterProjectState
2012-12-13 Björn Ricks Drop AddProjectNameState
2012-12-13 Björn Ricks Use common name scheme for keybinding key names
2012-12-10 Björn Ricks Formatting
2012-12-10 Björn Ricks Fix: Allow to move entries to projects with similar names
2012-12-06 Björn Ricks Don't wrap the project description to the next line
2012-12-06 Björn Ricks Update project selection
2012-12-06 Björn Ricks Fix: Don't crash urwid if no project description is set
2012-12-06 Björn Ricks A project entry in the db must have a key
2012-12-06 Björn Ricks Fix: Return empty list if section is not found
2012-12-06 Björn Ricks Add new project mode to display a project tree
2012-12-06 Björn Ricks Log when switching the project mode
2012-12-06 Björn Ricks Not necessary to call update_w here
2012-12-06 Björn Ricks Only show the sum time if a project has entries
2012-12-06 Björn Ricks Print indent of the project in the project list.
2012-12-06 Björn Ricks Log project key instead of description
2012-12-06 Björn Ricks Add indent to the project class
2012-12-06 Björn Ricks Add color for the project_key in the project list
2012-12-06 Björn Ricks Modify project selection
2012-12-06 Björn Ricks Add controller method to find projects by key
2012-12-06 Björn Ricks Update introduction file about the keys
2012-12-06 Björn Ricks Fix messages when a project is paused
2012-12-06 Björn Ricks Allow to configure the action keys
2012-12-06 Björn Ricks Always call super constructor of states
2012-12-06 Björn Ricks Add the getan config to the controller
2012-12-06 Björn Ricks Add config classes to provide keybindings
2012-11-15 Björn Ricks Description may be not set
2012-11-13 Björn Ricks Always fail if an entry couldn't be loaded
2012-11-13 Björn Ricks Carefully handle non unicode strings for urwid
2012-11-13 Björn Ricks Remove whitespace
2012-11-13 Björn Ricks Use new style class for backend
2012-11-01 Björn Ricks Add global key to switch sorting of the project list
2012-11-01 Björn Ricks Add code to be able to sort the project list
2012-11-01 Björn Ricks Avoid traceback if no projects are available
2012-10-31 Björn Ricks Allow to use backspace to change selecting project
2012-10-31 Björn Ricks Update copyright and add my name
2012-10-31 Björn Ricks Update whitespace
2012-10-31 Björn Ricks Use new style classes
2012-10-31 Björn Ricks Change coding style of if clauses
2012-10-31 Björn Ricks Handle backspace when selecting a project
2012-10-31 Björn Ricks Reset the ProjectList footer
2012-10-31 Björn Ricks Use new style class for GetanView
2012-10-31 Björn Ricks Add methods to reset the ProjectList footer
2012-10-31 Björn Ricks Remove whitespace
2012-10-31 Björn Ricks Put return statement on the next line
2012-02-13 Björn Ricks Add copyright statement
2012-02-13 Björn Ricks Set default encoding
2012-01-16 Thomas Arendsen Hein Replace hack to find last week of the previous year.
2012-01-16 Thomas Arendsen Hein nicer version of 5447fbf86c49 (two-digit lastweek string)
2012-01-16 Björn Ricks Lastweek < 10 must have a zero as prefix
2012-01-16 Björn Ricks Remove comment
2011-12-12 Björn Ricks Use current dir time.db if exists if not ~/.getan/time.db
2011-12-12 Björn Ricks Move zeiterfassung and zeitsort to an own module in getan
2011-12-12 Björn Ricks Add debian package description
2011-12-12 Björn Ricks Add script that starts classic getan
2011-12-12 Björn Ricks Move classic to getan
2011-12-12 Björn Ricks Load and create default database for installed scripts
2011-12-12 Björn Ricks Add a setup.py script
2011-12-12 Björn Ricks Convert classic getan into a module to be able to install it
2011-12-12 Björn Ricks Move getan.py to getan/main.py
2011-12-12 Björn Ricks Remove unnecessary imports
2011-12-12 Björn Ricks Move GetanController to it's own module
2011-12-12 Björn Ricks Add version info to getan module
2011-12-12 Björn Ricks Change tab into spaces in README
2011-12-12 Björn Ricks Only import necessary classes and functions
2011-11-21 Björn Ricks Add option to show entries of last week
2011-09-12 Björn Ricks Update project list when a new project was created
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)