# HG changeset patch # User Magnus Schieder # Date 1516983179 -3600 # Node ID ab3c63877862dbcc2b555b085fbb22abe0fc8f8e # Parent 25875d89bb899a007bca1f840a5a7f9881b6921f Cosmetics diff -r 25875d89bb89 -r ab3c63877862 CHANGES --- a/CHANGES Fri Jan 26 13:15:44 2018 +0100 +++ b/CHANGES Fri Jan 26 17:12:59 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 entrie list to + The multi-selection is deleted when switching from the entry 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 25875d89bb89 -r ab3c63877862 getan/controller.py --- a/getan/controller.py Fri Jan 26 13:15:44 2018 +0100 +++ b/getan/controller.py Fri Jan 26 17:12:59 2018 +0100 @@ -69,6 +69,7 @@ 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 25875d89bb89 -r ab3c63877862 getan/nodes.py --- a/getan/nodes.py Fri Jan 26 13:15:44 2018 +0100 +++ b/getan/nodes.py Fri Jan 26 17:12:59 2018 +0100 @@ -97,7 +97,7 @@ description = urwid.Text([' ' * self.indent, ('project_key', self.item.key), - (' '), (proj_desc)], + (' '), ("Hallo")], wrap="clip") if self._get_time(): time = urwid.Text('%s (%s)' % (self.mode[1], time_str), diff -r 25875d89bb89 -r ab3c63877862 test_data/getan_test_data.py --- a/test_data/getan_test_data.py Fri Jan 26 13:15:44 2018 +0100 +++ b/test_data/getan_test_data.py Fri Jan 26 17:12:59 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