Mercurial > getan
diff ChangeLog @ 25:155b23da504b
Bugfix and improvements in the process to move/delete entries.
author | Ingo Weinzierl <ingo_weinzierl@web.de> |
---|---|
date | Sun, 29 Aug 2010 19:56:11 +0200 |
parents | c89721a3f0f8 |
children | 5e4d2810a739 |
line wrap: on
line diff
--- a/ChangeLog Sun Aug 29 19:10:48 2010 +0200 +++ b/ChangeLog Sun Aug 29 19:56:11 2010 +0200 @@ -1,3 +1,14 @@ +2010-08-29 Ingo Weinzierl <ingo_weinzierl@web.de> + + * getan/states.py: Enter MoveEntryState and DeleteEntryState only if there + are selected entries. + + * getan/view.py: Updating the footer text of a ListWidget will update the + attribute 'footer' in the ListWidget and call ListWidget._update_view(). + + * getan.py: Bugfix: changed the attribute name (entry -> item) when + accessing the EntryList's entries. + 2010-08-29 Ingo Weinzierl <ingo_weinzierl@web.de> * getan/view.py: Bugfix: switching the time mode in ProjectList will also