log getan/view.py @ 568:e7b36e596751 tip

age author description
Fri, 29 Jun 2018 19:47:01 +0200 Magnus Schieder Prepares for release 3.0 3.0
Wed, 09 May 2018 16:57:32 +0200 Magnus Schieder Multiple selection, Removes the selected entry, not the last one added.
Wed, 09 May 2018 16:12:16 +0200 Magnus Schieder Better multi-selection bugfix. Solves mistakes from the old fix. (ca6d11781e2f)
Tue, 08 May 2018 13:29:45 +0200 Magnus Schieder Fix the orientation problem
Wed, 12 Mar 2014 10:57:21 +0100 Björn Ricks Let getan crash if entry _get_time doesn't return an int
Fri, 11 Oct 2013 14:31:34 +0200 Björn Ricks Remove old and now unused palette
Fri, 11 Oct 2013 11:03:50 +0200 Björn Ricks Allow to deactivate the selection of projects
Fri, 11 Oct 2013 09:39:11 +0200 Björn Ricks Fix codingstyle for pep8
Fri, 11 Oct 2013 09:38:58 +0200 Björn Ricks Remove shebang line from view
Mon, 22 Apr 2013 10:53:59 +0200 Björn Ricks Only set focus in ListBox if rows are available
Fri, 12 Apr 2013 09:36:03 +0200 Björn Ricks Set focus of the frame to body when set_focus in GetanView is called to set the
Fri, 12 Apr 2013 09:35:11 +0200 Björn Ricks Fix showing the total time
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:06:09 +0200 Björn Ricks Set empty project_footer if no projects are available
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 10:34:27 +0200 Björn Ricks Ignore mouse events for the moment
Thu, 11 Apr 2013 10:20:48 +0200 Björn Ricks Show version number in getan header
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:43:13 +0200 Björn Ricks Don't select node again
Tue, 09 Apr 2013 19:55:53 +0200 Björn Ricks Add new get_focus_pos method to ListView
Mon, 08 Apr 2013 15:34:32 +0200 Björn Ricks Lower debug output
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: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
Wed, 23 Jan 2013 15:04:43 +0100 Björn Ricks Move mainloop related code to GetanController
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:30:49 +0100 Björn Ricks Fix: Don't crash urwid if no project description is set
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, 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 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:54:18 +0100 Björn Ricks Use new style class for GetanView
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)