# HG changeset patch # User Bernhard Reiter # Date 1516983781 -3600 # Node ID ceb5909b106e4f44aa5b5c728906d144b9bcdc68 # Parent ab3c63877862dbcc2b555b085fbb22abe0fc8f8e Backed out changeset ab3c63877862 Because Magnus accidently committed some experimental code pieces. diff -r ab3c63877862 -r ceb5909b106e CHANGES --- a/CHANGES Fri Jan 26 17:12:59 2018 +0100 +++ b/CHANGES Fri Jan 26 17:23:01 2018 +0100 @@ -1,7 +1,7 @@ 2.2 2018-01-26 * The problem with unwanted multi moves and deletions is solved. - The multi-selection is deleted when switching from the entry list to + The multi-selection is deleted when switching from the entrie list to project list. This avoids errors when moving or erasing. More information can be found in /getan/doc/old_issues.txt -20180117 Patch by Magnus Schieder diff -r ab3c63877862 -r ceb5909b106e getan/controller.py --- a/getan/controller.py Fri Jan 26 17:12:59 2018 +0100 +++ b/getan/controller.py Fri Jan 26 17:23:01 2018 +0100 @@ -69,7 +69,6 @@ project.id) project.load_entries() - self.entries_view.set_footer_text(project.desc, "entry_footer") if self.view: self.view.update_entries(project.entries) diff -r ab3c63877862 -r ceb5909b106e getan/nodes.py --- a/getan/nodes.py Fri Jan 26 17:12:59 2018 +0100 +++ b/getan/nodes.py Fri Jan 26 17:23:01 2018 +0100 @@ -97,7 +97,7 @@ description = urwid.Text([' ' * self.indent, ('project_key', self.item.key), - (' '), ("Hallo")], + (' '), (proj_desc)], wrap="clip") if self._get_time(): time = urwid.Text('%s (%s)' % (self.mode[1], time_str), diff -r ab3c63877862 -r ceb5909b106e test_data/getan_test_data.py --- a/test_data/getan_test_data.py Fri Jan 26 17:12:59 2018 +0100 +++ b/test_data/getan_test_data.py Fri Jan 26 17:23:01 2018 +0100 @@ -1,8 +1,8 @@ #!/usr/bin/env python3 -# + +# Program to create test data for getan (getan_test_data.db). """ - Program to create test data for getan (getan_test_data.db). Author: Magnus Schieder (c) 2018 Intevation GmbH