Mercurial > getan
view TODO @ 306:afe36c18417f
Allow to deactivate the selection of projects
By default all keys are first handled by the urwid element itself and afterwards
by the current state. Therefore pressing enter in the ProjectView will always
result in selecting the current entry node. This isn't always the desired result
and therefore allow to deactivate the selection.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 11 Oct 2013 11:03:50 +0200 |
parents | abfa55c7c2b2 |
children | 56327f0ac49e |
line wrap: on
line source
- Create empty databases from within getan. - Create a 'Help-Widget' to give the user an information about all possible keys. - reimplement RPN input for current getan implementation (28489e672e61) - Improve default colors, e.g. yellow on green for the current time is hard to read, and the currently selected project has a black background, which is not much of a highlight on a terminal with a black background. - The sum of previous times and currently running time should be displayed as in previous versions of getan. - The currently running time should be shown near the project. - Allow empty descriptions. - When adding/removing time, the highlighting of the current project is lost.