log

age author description
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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)