log getan/states.py @ 563:5ec211c172ed

age author description
Tue, 22 Sep 2020 17:30:02 +0200 Sascha L. Teichmann Removed the filter_input step in the processing of states.
Tue, 11 Jun 2019 13:11:00 +0200 Magnus Schieder Clean up the source code
Mon, 03 Jun 2019 20:19:17 +0200 Magnus Schieder Updates the description of an entry
Tue, 18 Sep 2018 12:13:51 +0200 Magnus Schieder Old databases can now be read in. Added comments.
Mon, 17 Sep 2018 20:35:36 +0200 Magnus Schieder Every minute the time of the current entry is saved.
Fri, 29 Jun 2018 19:47:01 +0200 Magnus Schieder Prepares for release 3.0 3.0
Wed, 27 Jun 2018 11:54:56 +0200 Magnus Schieder Changed Hashbangs to python3.
Wed, 16 May 2018 17:02:37 +0200 Magnus Schieder Add a redraw function on key Control-L.
Fri, 11 May 2018 14:27:48 +0200 Magnus Schieder Updates "All project" time when the entrie time is adjusted.
Wed, 09 May 2018 18:56:22 +0200 Magnus Schieder Updates the project time when the entrie time is adjusted.
Wed, 09 May 2018 16:12:16 +0200 Magnus Schieder Better multi-selection bugfix. Solves mistakes from the old fix. (ca6d11781e2f)
Wed, 09 May 2018 15:13:36 +0200 Magnus Schieder Switch to projects when entries are empty.
Wed, 09 May 2018 13:38:04 +0200 Magnus Schieder Better multi-selection bugfix.
Tue, 08 May 2018 15:00:31 +0200 Magnus Schieder Update project time when deleting an entrie.
Tue, 08 May 2018 13:29:45 +0200 Magnus Schieder Fix the orientation problem
Fri, 04 May 2018 15:36:50 +0200 Magnus Schieder Fixes focus error.
Thu, 18 Jan 2018 19:03:16 +0100 Magnus Schieder Fixes multi-selection problem
Wed, 13 Sep 2017 09:06:28 +0200 Bernhard Reiter Makes 'move' operation more consistent.
Wed, 03 May 2017 11:51:39 +0200 Bernhard Reiter Merge.
Wed, 03 May 2017 11:50:30 +0200 Bernhard Reiter Code-cleanup: improves style.
Mon, 24 Apr 2017 14:24:05 +0200 Bernhard Reiter Improves editing of length for saved entries.
Tue, 28 Feb 2017 12:14:56 +0100 Bernhard Reiter Fixes ability to change length of saved entries.
Fri, 10 Feb 2017 15:30:56 +0100 Bernhard Reiter CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Fri, 10 Feb 2017 15:01:07 +0100 Bernhard Reiter Adds ability to adjust the length of (saved) entries.
Mon, 12 Sep 2016 10:19:21 +0200 Bernhard Reiter Added possibility to move starting datetime of entries.
Mon, 05 Jan 2015 11:07:39 +0100 Björn Ricks Update copyright and remove empty lines
Mon, 05 Jan 2015 11:07:17 +0100 Björn Ricks Update calling set_footer_text
Fri, 11 Oct 2013 12:18:13 +0200 Björn Ricks Allow empty descriptions for project entires
Fri, 11 Oct 2013 12:14:25 +0200 Björn Ricks Not necessary to select project when the project is stopped
Fri, 11 Oct 2013 12:09:42 +0200 Björn Ricks Avoid resetting the focus in the entry list if the DeletEntryListState is
Fri, 11 Oct 2013 12:09:06 +0200 Björn Ricks Avoid resetting the focus when changing from DeleteEntryState back to the
Fri, 11 Oct 2013 11:40:56 +0200 Björn Ricks Allow to abort deletion of entries with escape key
Fri, 11 Oct 2013 11:07:33 +0200 Björn Ricks Deactivate selection of projects when changing to RunningProjectsState
Fri, 11 Oct 2013 11:07:02 +0200 Björn Ricks Also don't use item_in_focus when adding a entry description
Fri, 11 Oct 2013 11:05:22 +0200 Björn Ricks We already have the project here therefore pass it directly to the methods
Fri, 11 Oct 2013 10:13:40 +0200 Björn Ricks Set focus to project list body when changing from adding and subtracting time
Fri, 11 Oct 2013 09:22:01 +0200 Björn Ricks Update codingstyle for pep8
Mon, 24 Jun 2013 11:58:07 +0200 Björn Ricks Set correct next state if to be subtracted seconds are greater then the actual
Fri, 10 May 2013 09:51:43 +0200 Björn Ricks Update rows when stopping a running project
Fri, 12 Apr 2013 09:40:53 +0200 Björn Ricks Don't set focus here it will already be set by the set_focus method
Fri, 12 Apr 2013 09:40:33 +0200 Björn Ricks Add newline to update coding style
Fri, 12 Apr 2013 09:40:16 +0200 Björn Ricks Show total when a entry is changed
Fri, 12 Apr 2013 09:39:37 +0200 Björn Ricks Add docstring to DescriptionProjectsState
Fri, 12 Apr 2013 09:39:23 +0200 Björn Ricks Fix showing the total time in the project list footer
Fri, 12 Apr 2013 09:38:34 +0200 Björn Ricks Use new set_focus method in all States
Fri, 12 Apr 2013 09:37:40 +0200 Björn Ricks Add new State method set_focus
Thu, 11 Apr 2013 12:44:33 +0200 Björn Ricks Use exit when returning from adding a project
Thu, 11 Apr 2013 12:43:52 +0200 Björn Ricks Update coding style
Thu, 11 Apr 2013 12:43:37 +0200 Björn Ricks Remove setting the focus
Thu, 11 Apr 2013 12:42:35 +0200 Björn Ricks Use kwarg for edit and boolean instead of int
Thu, 11 Apr 2013 12:41:53 +0200 Björn Ricks Redirect keyinput to GetanView footer when adding a new project
Thu, 11 Apr 2013 12:07:16 +0200 Björn Ricks Fix don't crash when adding a project
Thu, 11 Apr 2013 10:23:41 +0200 Björn Ricks Remove unnecessary import and varibale
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 20:44:03 +0200 Björn Ricks Add newline
Tue, 09 Apr 2013 20:01:17 +0200 Björn Ricks Reset focus to project list when pressing escape in entry list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)