Mercurial > getan
comparison 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 |
comparison
equal
deleted
inserted
replaced
24:c89721a3f0f8 | 25:155b23da504b |
---|---|
1 2010-08-29 Ingo Weinzierl <ingo_weinzierl@web.de> | |
2 | |
3 * getan/states.py: Enter MoveEntryState and DeleteEntryState only if there | |
4 are selected entries. | |
5 | |
6 * getan/view.py: Updating the footer text of a ListWidget will update the | |
7 attribute 'footer' in the ListWidget and call ListWidget._update_view(). | |
8 | |
9 * getan.py: Bugfix: changed the attribute name (entry -> item) when | |
10 accessing the EntryList's entries. | |
11 | |
1 2010-08-29 Ingo Weinzierl <ingo_weinzierl@web.de> | 12 2010-08-29 Ingo Weinzierl <ingo_weinzierl@web.de> |
2 | 13 |
3 * getan/view.py: Bugfix: switching the time mode in ProjectList will also | 14 * getan/view.py: Bugfix: switching the time mode in ProjectList will also |
4 update the displayed total time in the footer of ProjectList. | 15 update the displayed total time in the footer of ProjectList. |
5 | 16 |