log getan/states.py @ 528:210bd796829e

age author description
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
Tue, 09 Apr 2013 19:57:37 +0200 Björn Ricks Fix crash when deleting an entry
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
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: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, 13 Dec 2012 09:38:29 +0100 Björn Ricks Bind project edit key to the actual ProjectEditKeyState
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: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:44:04 +0100 Björn Ricks Update project selection
Thu, 06 Dec 2012 13:14:22 +0100 Björn Ricks Modify project selection
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
Tue, 13 Nov 2012 13:12:12 +0100 Björn Ricks Carefully handle non unicode strings for urwid
Thu, 01 Nov 2012 11:30:08 +0100 Björn Ricks Add global key to switch sorting of the project list
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: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:51:55 +0100 Björn Ricks Remove whitespace
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: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
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
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: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
Mon, 18 Apr 2011 10:22:57 +0200 Björn Ricks use insert key instead of a to create a new project
Mon, 04 Apr 2011 12:25:26 +0200 Björn Ricks add create project related states
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
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:35:59 +0100 Sascha L. Teichmann Minor fixes (logging, states)
Wed, 15 Dec 2010 10:31:33 +0100 Sascha L. Teichmann Fix for #1569
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)