log

age author description
Thu, 11 Apr 2013 12:40:24 +0200 Björn Ricks Remove calling Controller update_project_list
Thu, 11 Apr 2013 12:39:41 +0200 Björn Ricks Fix typo
Thu, 11 Apr 2013 12:39:25 +0200 Björn Ricks Refactor ProjectList setting the total_time
Thu, 11 Apr 2013 12:07:16 +0200 Björn Ricks Fix don't crash when adding a project
Thu, 11 Apr 2013 12:06:35 +0200 Björn Ricks Update README
Thu, 11 Apr 2013 12:06:09 +0200 Björn Ricks Set empty project_footer if no projects are available
Thu, 11 Apr 2013 11:54:06 +0200 Björn Ricks Remove whitespace
Thu, 11 Apr 2013 11:42:27 +0200 Björn Ricks Ignore urwid subdirs in getan
Thu, 11 Apr 2013 11:41:46 +0200 Björn Ricks Allow to set focus to the project or entry list in getan view via strings
Thu, 11 Apr 2013 11:41:01 +0200 Björn Ricks Fix compatibility with urwid 1.1
Thu, 11 Apr 2013 11:37:55 +0200 Björn Ricks Fix: Don't crash when the console window is resized
Thu, 11 Apr 2013 10:34:27 +0200 Björn Ricks Ignore mouse events for the moment
Thu, 11 Apr 2013 10:23:41 +0200 Björn Ricks Remove unnecessary import and varibale
Thu, 11 Apr 2013 10:20:48 +0200 Björn Ricks Show version number in getan header
Thu, 11 Apr 2013 10:20:33 +0200 Björn Ricks Increment version to 1.1.dev1
Tue, 09 Apr 2013 22:20:22 +0200 Björn Ricks Set focus to GetanView frame footer when changing to DescriptionProjectsState
Tue, 09 Apr 2013 22:20:01 +0200 Björn Ricks Use better kwarg when setting footer text to edit mode
Tue, 09 Apr 2013 22:19:32 +0200 Björn Ricks Set focus to GetanView frame body when changing to PausedProjectsState
Tue, 09 Apr 2013 22:19:07 +0200 Björn Ricks Return True here instead of self
Tue, 09 Apr 2013 22:18:52 +0200 Björn Ricks Redirect key event to GetanView Frame in DescriptionProjectsState
Tue, 09 Apr 2013 22:17:13 +0200 Björn Ricks Allow to set focus on column or frame element in GetanView set_focus
Tue, 09 Apr 2013 22:16:34 +0200 Björn Ricks Rename GetanView member variable view to frame
Tue, 09 Apr 2013 20:44:03 +0200 Björn Ricks Add newline
Tue, 09 Apr 2013 20:43:44 +0200 Björn Ricks Improve debug output when selecting a node
Tue, 09 Apr 2013 20:43:13 +0200 Björn Ricks Don't select node again
Tue, 09 Apr 2013 20:41:59 +0200 Björn Ricks Refactor controller move_selected_entries method to use move_entries
Tue, 09 Apr 2013 20:41:28 +0200 Björn Ricks Add method to move one entry to another project
Tue, 09 Apr 2013 20:41:09 +0200 Björn Ricks Add controller move_entries method
Tue, 09 Apr 2013 20:40:31 +0200 Björn Ricks Fix crash when all entries are moved from entry list
Tue, 09 Apr 2013 20:01:17 +0200 Björn Ricks Reset focus to project list when pressing escape in entry list
Tue, 09 Apr 2013 19:57:37 +0200 Björn Ricks Fix crash when deleting an entry
Tue, 09 Apr 2013 19:56:40 +0200 Björn Ricks Fix crash: project_view update doesn't exist anymore
Tue, 09 Apr 2013 19:55:53 +0200 Björn Ricks Add new get_focus_pos method to ListView
Tue, 09 Apr 2013 19:43:53 +0200 Björn Ricks Remove own handling of keys for editing entry text
Mon, 08 Apr 2013 15:44:27 +0200 Björn Ricks Reset footer after project is selected instead of clearing the footer
Mon, 08 Apr 2013 15:34:32 +0200 Björn Ricks Lower debug output
Fri, 05 Apr 2013 20:19:23 +0200 Björn Ricks Set GetanView as main widget for MainLoop
Fri, 05 Apr 2013 20:18:01 +0200 Björn Ricks Invalidate view to redraw it when time is changed
Fri, 05 Apr 2013 20:16:47 +0200 Björn Ricks Use ListWidget for EntryList and ProjectList
Fri, 05 Apr 2013 20:16:06 +0200 Björn Ricks Move ProjectNode and EntryNode to its own module
Fri, 05 Apr 2013 20:14:20 +0200 Björn Ricks Implement an own ListWalker class
Fri, 05 Apr 2013 20:10:37 +0200 Björn Ricks Implement a more generalized ListWidget
Fri, 05 Apr 2013 20:09:26 +0200 Björn Ricks Fix setting the focus in the ProjectList
Fri, 05 Apr 2013 20:08:46 +0200 Björn Ricks Remove obsolete ProjectList methods
Fri, 05 Apr 2013 20:07:23 +0200 Björn Ricks Fix indentation
Fri, 05 Apr 2013 20:06:54 +0200 Björn Ricks Refactor ProjecList node initialisation
Fri, 05 Apr 2013 20:03:37 +0200 Björn Ricks Remove self.focused usage
Fri, 05 Apr 2013 20:01:03 +0200 Björn Ricks Update code to set the current footer
Fri, 05 Apr 2013 20:00:11 +0200 Björn Ricks Shorten code
Fri, 05 Apr 2013 19:59:26 +0200 Björn Ricks Remove unnecessary methods
Fri, 05 Apr 2013 19:58:21 +0200 Björn Ricks Use node_in_focus to get item_in_focus
Fri, 05 Apr 2013 19:57:21 +0200 Björn Ricks Fix coding style
Fri, 05 Apr 2013 19:56:09 +0200 Björn Ricks Remove update_view from GetanView
Fri, 05 Apr 2013 19:54:48 +0200 Björn Ricks Add set_focus method to GetanView
Fri, 05 Apr 2013 19:52:57 +0200 Björn Ricks Add GetanView update_entries method
Fri, 05 Apr 2013 19:51:44 +0200 Björn Ricks Convert GetanView into a urwid widget
Fri, 05 Apr 2013 19:50:23 +0200 Björn Ricks Update coding style in GetanView
Fri, 05 Apr 2013 19:49:08 +0200 Björn Ricks Implement keypress in GetanView
Fri, 05 Apr 2013 19:46:27 +0200 Björn Ricks Fix setting the focus
Fri, 05 Apr 2013 19:46:08 +0200 Björn Ricks Update coding style for states
Fri, 05 Apr 2013 19:44:59 +0200 Björn Ricks Use handle_input instead of keypress to act on user input in States
Fri, 05 Apr 2013 19:34:23 +0200 Björn Ricks Only update_entries if view is set
Fri, 05 Apr 2013 19:32:53 +0200 Björn Ricks Init entries_view before project_view
Fri, 05 Apr 2013 19:32:20 +0200 Björn Ricks Add a GetanController set_state method
Fri, 05 Apr 2013 19:31:42 +0200 Björn Ricks Improve logging by adding the project.id for the current loaded entries
Fri, 05 Apr 2013 19:30:58 +0200 Björn Ricks Remove update_project_list method from GetanController
Fri, 05 Apr 2013 19:29:33 +0200 Björn Ricks Implement three phase user input handling
Fri, 05 Apr 2013 19:18:24 +0200 Björn Ricks Remove unhandled_keypress from controller
Fri, 05 Apr 2013 19:14:03 +0200 Björn Ricks Inplement new State user input handling
Fri, 05 Apr 2013 19:01:54 +0200 Björn Ricks Fix coding style for State class
Fri, 05 Apr 2013 19:01:33 +0200 Björn Ricks Change coding style for imports
Wed, 23 Jan 2013 15:04:43 +0100 Björn Ricks Move mainloop related code to GetanController
Thu, 17 Jan 2013 11:44:33 +0100 Björn Ricks Update and reformat Changes file
Thu, 17 Jan 2013 11:42:12 +0100 Björn Ricks Use unix_week conversion function for zeiterfassung
Thu, 17 Jan 2013 11:41:36 +0100 Björn Ricks Add function to convert from iso to unix week
Thu, 17 Jan 2013 11:39:52 +0100 Björn Ricks Remove whitespace
Thu, 13 Dec 2012 16:00:32 +0100 Björn Ricks Added tag 1.0 for changeset da3333fcf222
Thu, 13 Dec 2012 16:00:20 +0100 Björn Ricks Add Changes file to track new features and bugfixes 1.0
Thu, 13 Dec 2012 15:57:12 +0100 Björn Ricks Update to 1.0er release
Thu, 13 Dec 2012 15:56:58 +0100 Björn Ricks Fix debian version in changelog
Thu, 13 Dec 2012 15:54:44 +0100 Björn Ricks Require urwid >= 1.0
Thu, 13 Dec 2012 15:52:53 +0100 Björn Ricks Add version switch to getan
Thu, 13 Dec 2012 15:52:18 +0100 Björn Ricks Remove obsolete import
Thu, 13 Dec 2012 15:38:27 +0100 Björn Ricks Getan version 1.0 preperation
Thu, 13 Dec 2012 09:40:50 +0100 Björn Ricks Add backspace usage explanation in introduction file
Thu, 13 Dec 2012 09:39:07 +0100 Björn Ricks Clarify insert key usage in introduction file
Thu, 13 Dec 2012 09:38:29 +0100 Björn Ricks Bind project edit key to the actual ProjectEditKeyState
Thu, 13 Dec 2012 09:35:44 +0100 Björn Ricks Update hgignore file
Thu, 13 Dec 2012 09:33:34 +0100 Björn Ricks Add new States to edit project key and description
Thu, 13 Dec 2012 09:32:21 +0100 Björn Ricks Add new key for editing a project
Thu, 13 Dec 2012 09:31:35 +0100 Björn Ricks Add Controller method to update a project
Thu, 13 Dec 2012 09:30:52 +0100 Björn Ricks Add backend method to update a project in the database
Thu, 13 Dec 2012 09:00:09 +0100 Björn Ricks Rename CreateProjectState into AlterProjectState
Thu, 13 Dec 2012 08:57:05 +0100 Björn Ricks Drop AddProjectNameState
Thu, 13 Dec 2012 08:25:09 +0100 Björn Ricks Use common name scheme for keybinding key names
Mon, 10 Dec 2012 09:43:06 +0100 Björn Ricks Formatting
Mon, 10 Dec 2012 09:33:40 +0100 Björn Ricks Fix: Allow to move entries to projects with similar names
Thu, 06 Dec 2012 15:50:58 +0100 Björn Ricks Don't wrap the project description to the next line
Thu, 06 Dec 2012 15:44:04 +0100 Björn Ricks Update project selection
Thu, 06 Dec 2012 15:30:49 +0100 Björn Ricks Fix: Don't crash urwid if no project description is set
Thu, 06 Dec 2012 15:29:16 +0100 Björn Ricks A project entry in the db must have a key
Thu, 06 Dec 2012 15:04:29 +0100 Björn Ricks Fix: Return empty list if section is not found
Thu, 06 Dec 2012 14:57:55 +0100 Björn Ricks Add new project mode to display a project tree
Thu, 06 Dec 2012 14:56:08 +0100 Björn Ricks Log when switching the project mode
Thu, 06 Dec 2012 14:55:31 +0100 Björn Ricks Not necessary to call update_w here
Thu, 06 Dec 2012 14:55:16 +0100 Björn Ricks Only show the sum time if a project has entries
Thu, 06 Dec 2012 14:54:40 +0100 Björn Ricks Print indent of the project in the project list.
Thu, 06 Dec 2012 14:53:18 +0100 Björn Ricks Log project key instead of description
Thu, 06 Dec 2012 14:52:40 +0100 Björn Ricks Add indent to the project class
Thu, 06 Dec 2012 14:52:20 +0100 Björn Ricks Add color for the project_key in the project list
Thu, 06 Dec 2012 13:14:22 +0100 Björn Ricks Modify project selection
Thu, 06 Dec 2012 13:10:10 +0100 Björn Ricks Add controller method to find projects by key
Thu, 06 Dec 2012 12:32:06 +0100 Björn Ricks Update introduction file about the keys
Thu, 06 Dec 2012 12:30:58 +0100 Björn Ricks Fix messages when a project is paused
Thu, 06 Dec 2012 12:30:27 +0100 Björn Ricks Allow to configure the action keys
Thu, 06 Dec 2012 12:28:31 +0100 Björn Ricks Always call super constructor of states
Thu, 06 Dec 2012 12:26:33 +0100 Björn Ricks Add the getan config to the controller
Thu, 06 Dec 2012 12:25:58 +0100 Björn Ricks Add config classes to provide keybindings
Thu, 15 Nov 2012 13:00:13 +0100 Björn Ricks Description may be not set
Tue, 13 Nov 2012 13:13:28 +0100 Björn Ricks Always fail if an entry couldn't be loaded
Tue, 13 Nov 2012 13:12:12 +0100 Björn Ricks Carefully handle non unicode strings for urwid
Tue, 13 Nov 2012 13:11:04 +0100 Björn Ricks Remove whitespace
Tue, 13 Nov 2012 13:10:48 +0100 Björn Ricks Use new style class for backend
Thu, 01 Nov 2012 11:30:08 +0100 Björn Ricks Add global key to switch sorting of the project list
Thu, 01 Nov 2012 11:29:35 +0100 Björn Ricks Add code to be able to sort the project list
Thu, 01 Nov 2012 11:28:07 +0100 Björn Ricks Avoid traceback if no projects are available
Wed, 31 Oct 2012 15:31:20 +0100 Björn Ricks Allow to use backspace to change selecting project
Wed, 31 Oct 2012 14:23:00 +0100 Björn Ricks Update copyright and add my name
Wed, 31 Oct 2012 14:22:43 +0100 Björn Ricks Update whitespace
Wed, 31 Oct 2012 14:22:23 +0100 Björn Ricks Use new style classes
Wed, 31 Oct 2012 14:21:44 +0100 Björn Ricks Change coding style of if clauses
Wed, 31 Oct 2012 09:57:20 +0100 Björn Ricks Handle backspace when selecting a project
Wed, 31 Oct 2012 09:55:59 +0100 Björn Ricks Reset the ProjectList footer
Wed, 31 Oct 2012 09:54:18 +0100 Björn Ricks Use new style class for GetanView
Wed, 31 Oct 2012 09:53:57 +0100 Björn Ricks Add methods to reset the ProjectList footer
Wed, 31 Oct 2012 09:51:55 +0100 Björn Ricks Remove whitespace
Wed, 31 Oct 2012 09:51:40 +0100 Björn Ricks Put return statement on the next line
Mon, 13 Feb 2012 13:13:53 +0100 Björn Ricks Add copyright statement
Mon, 13 Feb 2012 13:09:52 +0100 Björn Ricks Set default encoding
Mon, 16 Jan 2012 10:13:05 +0100 Thomas Arendsen Hein Replace hack to find last week of the previous year.
Mon, 16 Jan 2012 10:00:49 +0100 Thomas Arendsen Hein nicer version of 5447fbf86c49 (two-digit lastweek string)
Mon, 16 Jan 2012 09:50:43 +0100 Björn Ricks Lastweek < 10 must have a zero as prefix
Mon, 16 Jan 2012 09:49:03 +0100 Björn Ricks Remove comment
Mon, 12 Dec 2011 10:23:53 +0100 Björn Ricks Use current dir time.db if exists if not ~/.getan/time.db
Mon, 12 Dec 2011 10:19:52 +0100 Björn Ricks Move zeiterfassung and zeitsort to an own module in getan
Mon, 12 Dec 2011 09:58:17 +0100 Björn Ricks Add debian package description
Mon, 12 Dec 2011 09:56:44 +0100 Björn Ricks Add script that starts classic getan
Mon, 12 Dec 2011 09:54:15 +0100 Björn Ricks Move classic to getan
Mon, 12 Dec 2011 09:48:20 +0100 Björn Ricks Load and create default database for installed scripts
Mon, 12 Dec 2011 09:37:39 +0100 Björn Ricks Add a setup.py script
Mon, 12 Dec 2011 09:36:21 +0100 Björn Ricks Convert classic getan into a module to be able to install it
Mon, 12 Dec 2011 09:26:04 +0100 Björn Ricks Move getan.py to getan/main.py
Mon, 12 Dec 2011 09:22:34 +0100 Björn Ricks Remove unnecessary imports
Mon, 12 Dec 2011 09:21:04 +0100 Björn Ricks Move GetanController to it's own module
Mon, 12 Dec 2011 09:18:41 +0100 Björn Ricks Add version info to getan module
Mon, 12 Dec 2011 09:16:03 +0100 Björn Ricks Change tab into spaces in README
Mon, 12 Dec 2011 09:15:47 +0100 Björn Ricks Only import necessary classes and functions
Mon, 21 Nov 2011 09:22:11 +0100 Björn Ricks Add option to show entries of last week
Mon, 12 Sep 2011 14:54:00 +0200 Björn Ricks Update project list when a new project was created
Mon, 12 Sep 2011 14:53:28 +0200 Björn Ricks Remove space
Mon, 12 Sep 2011 14:35:57 +0200 Björn Ricks Also move back to ProjectListState if esc is pressed not only when tab
Mon, 12 Sep 2011 14:32:20 +0200 Björn Ricks Allow to select projects with keys > 1 letters while moving entries
Mon, 12 Sep 2011 14:08:09 +0200 Björn Ricks Fix question
Mon, 12 Sep 2011 14:07:27 +0200 Björn Ricks Add single entry deletion
Mon, 12 Sep 2011 14:06:19 +0200 Björn Ricks Don't allow to select additional entries after entering the DeleteEntryState
Mon, 12 Sep 2011 14:05:34 +0200 Björn Ricks Allow to pass entries to the DeleteEntryState
Mon, 12 Sep 2011 13:57:58 +0200 Björn Ricks Refactor delete_entries to do what it says: delete the entries passed as argument
Mon, 12 Sep 2011 13:32:15 +0200 Björn Ricks Only accept single keys for project selection
Thu, 01 Sep 2011 09:03:32 +0200 Björn Ricks Add me as author in files that I did touch
Thu, 01 Sep 2011 08:39:09 +0200 Björn Ricks Return the current state if F1 is pressed
Thu, 01 Sep 2011 08:19:26 +0200 Björn Ricks Fix: Recognize first letter to choose a project
Wed, 31 Aug 2011 15:43:12 +0200 Björn Ricks Add new state to select projects with keys larger then one
Wed, 31 Aug 2011 15:41:13 +0200 Björn Ricks Project keys can be larger then 1
Wed, 17 Aug 2011 12:48:39 +0200 Thomas Arendsen Hein Use ".read" instead of ".r" in sqlite3 command
Tue, 16 Aug 2011 11:54:59 +0200 Björn Ricks Add docu about creating new projects
Mon, 30 May 2011 18:13:34 +0200 Björn Ricks Handle KeyboardInterrupt and shutdown getan carefully afterwards
Mon, 30 May 2011 15:45:25 +0200 Björn Ricks Save the current project when switching to Running state
Mon, 30 May 2011 15:42:15 +0200 Björn Ricks Move 'up' and 'down' keypress handling to general ProjectState class
Mon, 30 May 2011 15:38:35 +0200 Björn Ricks Use footer of EntryList to display the editable description of an entry
Mon, 30 May 2011 15:34:55 +0200 Björn Ricks Add new method in ListWidget to get the current node element
Wed, 25 May 2011 15:05:04 +0200 Björn Ricks Changelog for r76
Wed, 25 May 2011 15:03:19 +0200 Björn Ricks Changelog for r73:74
Wed, 25 May 2011 14:58:16 +0200 Björn Ricks Changelog for r72
Wed, 25 May 2011 14:55:39 +0200 Björn Ricks Changelog for r70
Wed, 25 May 2011 14:52:37 +0200 Björn Ricks Changelog for r68:69
Wed, 25 May 2011 14:48:49 +0200 Björn Ricks Changelog entry for r66:67
Wed, 25 May 2011 14:48:18 +0200 Björn Ricks Correct indentation in ChangeLog
Wed, 25 May 2011 14:41:48 +0200 Björn Ricks Update changelog for r63:65
Wed, 25 May 2011 14:36:46 +0200 Björn Ricks Add changelog entry for r62
Wed, 25 May 2011 14:12:25 +0200 Björn Ricks Don't crash if subtracted time is greater then the current time
Wed, 25 May 2011 13:42:41 +0200 Björn Ricks Ignore ctags file
Wed, 25 May 2011 13:41:02 +0200 Björn Ricks switch to EditEntryState when 'e' is pressed in the EntryList to be able
Wed, 25 May 2011 13:36:17 +0200 Björn Ricks Add new state for editing entries
Wed, 25 May 2011 13:33:23 +0200 Björn Ricks Don't switch to EntryView if it doesn't contain any row/entry
Wed, 25 May 2011 13:32:34 +0200 Björn Ricks Add get_item method also for EntryNode to be able to receive an entry
Wed, 25 May 2011 13:29:58 +0200 Björn Ricks Only update the focus of a List if it has some rows.
Wed, 25 May 2011 13:27:42 +0200 Björn Ricks Add a update_entry method in getan controller that stores a changed entry in the backened
Wed, 25 May 2011 13:26:09 +0200 Björn Ricks Add new method to update a description of an entry in the database backend
Wed, 25 May 2011 13:23:04 +0200 Björn Ricks Use an OptionParser in getan to add options for debug level and logfile
Wed, 25 May 2011 13:21:34 +0200 Björn Ricks Make the logging configurable for filename and level
Wed, 25 May 2011 11:12:15 +0200 Björn Ricks Clip project entry in project list if it's to long
Wed, 25 May 2011 11:03:04 +0200 Björn Ricks Use set_footer_text method to set the footer text instead of
Wed, 25 May 2011 11:01:33 +0200 Björn Ricks Improve code path
Wed, 25 May 2011 11:00:46 +0200 Björn Ricks Add scrolling in entry list to be able to select all entries
Thu, 19 May 2011 13:04:21 +0200 Björn Ricks Show project name before time entries
Tue, 03 May 2011 14:43:58 +0200 Björn Ricks add switch to show also empty projects
Tue, 03 May 2011 14:37:23 +0200 Björn Ricks add displaying of total time in all projects
Tue, 03 May 2011 14:31:11 +0200 Björn Ricks rename total variable to total_proj because it refects to total time
Wed, 20 Apr 2011 10:19:38 +0200 Björn Ricks user ? per default for zeiterfassung entry type
Mon, 18 Apr 2011 10:22:57 +0200 Björn Ricks use insert key instead of a to create a new project
Mon, 18 Apr 2011 09:05:42 +0200 Ingo Weinzierl Introcuded a command line argument to skip printing empty projects. project-tree
Mon, 04 Apr 2011 12:25:26 +0200 Björn Ricks add create project related states
Mon, 04 Apr 2011 12:23:55 +0200 Björn Ricks add add_project method
Mon, 04 Apr 2011 12:13:40 +0200 Björn Ricks fix insert new project sql statemenent and api
Wed, 23 Mar 2011 11:04:28 +0100 Björn Ricks add year option to usage output
Fri, 18 Mar 2011 16:30:56 +0100 Björn Ricks don't forget to save before commit :-/
Fri, 18 Mar 2011 14:43:24 +0100 Björn Ricks add backend method to create new projects
Mon, 28 Feb 2011 19:32:40 +0100 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
Tue, 15 Feb 2011 21:10:19 +0100 Ingo Weinzierl #1921 Bugfix: Moving entries into projects with keys that consist of more than a single char works again. project-tree
Mon, 07 Feb 2011 11:28:25 +0100 Bjoern Ricks add year option for contrib/zeiterfassung
Tue, 21 Dec 2010 19:34:03 +0100 Ingo Weinzierl Initialized a branch to work on a tree-like project view. project-tree
Wed, 15 Dec 2010 14:47:40 +0100 Sascha L. Teichmann Fixed super call
Wed, 15 Dec 2010 12:40:40 +0100 Sascha L. Teichmann Fix for #1638
Wed, 15 Dec 2010 12:02:55 +0100 Sascha L. Teichmann More checks againts empty projects.
Wed, 15 Dec 2010 11:55:25 +0100 Sascha L. Teichmann Make getan runnable if there is no project in database.
Wed, 15 Dec 2010 11:37:46 +0100 Sascha L. Teichmann Create database file if it does not exist.
Wed, 15 Dec 2010 11:35:59 +0100 Sascha L. Teichmann Minor fixes (logging, states)
Wed, 15 Dec 2010 10:38:15 +0100 Sascha L. Teichmann Wrong issue -> #1624
Wed, 15 Dec 2010 10:31:33 +0100 Sascha L. Teichmann Fix for #1569
Sat, 02 Oct 2010 22:22:35 +0200 Ingo Weinzierl Introduced i18n support; german and english translation available.
Sun, 05 Sep 2010 15:54:44 +0200 Thomas Arendsen Hein Added TODO item (mainly to try the new commit list)
Thu, 02 Sep 2010 20:26:52 +0200 Ingo Weinzierl 'NoneType' time values don't break getan while switching time mode anymore (issue1575).
Tue, 31 Aug 2010 19:37:37 +0200 Ingo Weinzierl Made getan python-2.4 compatible.
Tue, 31 Aug 2010 19:27:36 +0200 Ingo Weinzierl Added a parameter 'year' to the 'wochenbericht' script that filters out the week of a specific year only.
Tue, 31 Aug 2010 19:25:23 +0200 Ingo Weinzierl Bugfix: removed 'with' statement - replaced by try/finally (ISSUE1566).
Mon, 30 Aug 2010 22:21:47 +0200 Ingo Weinzierl Stop still running projects before getan quits - even if getan crashes.
Mon, 30 Aug 2010 10:56:17 +0200 Thomas Arendsen Hein Add .hgignore:
Mon, 30 Aug 2010 09:02:06 +0200 Ingo Weinzierl Unified parameter names of ProjectList and EntryList.
Mon, 30 Aug 2010 08:17:58 +0200 Ingo Weinzierl Bugfix: fixed wrong attribute name while accessing raw projects of a ProjectNode.
Sun, 29 Aug 2010 20:39:42 +0200 Ingo Weinzierl Added support for resizing the application window.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)