Mercurial > getan
view CHANGES @ 352:2e7885dc6669
Add lazy loading of Project Entries
Only load the Entries of a Project when they are required. This will allow to
load also only specific entries from a project.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 03 Mar 2014 14:26:14 +0100 |
parents | 1c9d4992da68 |
children | 2b0b7d5bbbae |
line wrap: on
line source
UNRELEASED * Update layout of getan by removing the big column header boxes. Also display the current getan version in the upper right corner. * By pressing backspace (backspace is the default key) on a project in the project list it is possible to edit the project name, key and description. * It is now possible to use empty descriptions for project entires * The deletion of entries can now be aborted with the escape key * The color settings (theme) can be changed via ~/.getan/getanrc * Keymaps are now configurable via ~/.getan/getanrc * Refactored the key handling of all widgets. This allows scrolling in the project and entries list via page up and down. Also Pos1 and End can be used when inserting or editing text e.g. when adding a project. * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to unix weeks. Use iso weeks for -w and -c parameters and convert them to unix weeks as used in sqlite. 1.0 13.01.2012 * Initial release