comparison ChangeLog @ 23:9c4e8ba3c4fa

Added a new implementation of 'getan' based on urwid, a python console user interface library.
author Ingo Weinzierl <ingo_weinzierl@web.de>
date Sat, 28 Aug 2010 20:16:58 +0200
parents 2dc893ca5072
children c89721a3f0f8
comparison
equal deleted inserted replaced
22:2dc893ca5072 23:9c4e8ba3c4fa
1 2010-08-28 Ingo Weinzierl <ingo.weinzierl@intevation.de>
2
3 This commit introduces a new implementation of 'getan's user interface based
4 on urwid ( >= 0.9.9.1).
5
6 * getan.py: The 'getan' controller that is also used to start the
7 application.
8
9 * classic/getan: Moved the 'old' getan to this folder - there is a new
10 implementation based on python urwid library.
11
12 * getan/__init__.py,
13 getan/backend.py,
14 getan/config.py,
15 getan/project.py,
16 getan/states.py,
17 getan/utils.py,
18 getan/view.py: Model, backend, view and config modules used by getan.
19
20 * README: Added urwid >= 0.9.9.1 as further dependendy of getan and a hint
21 of the classic version of 'getan' based on curses.
22
23 * TODO: Idea of implementing a 'Help-Widget' to display all available keys.
24
25 * INTRODUCTION: An overview about possible keys in the user interface.
26
1 2009-08-18 Thomas Arendsen Hein <thomas@intevation.de> 27 2009-08-18 Thomas Arendsen Hein <thomas@intevation.de>
2 28
3 * contrib/zeiterfassung: left justify user sign in zeiterfassung 29 * contrib/zeiterfassung: left justify user sign in zeiterfassung
4 30
5 * getan: human_seconds: Use timespec instead of seconds and document it. 31 * getan: human_seconds: Use timespec instead of seconds and document it.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)