2014-03-03 |
Björn Ricks |
Change zeiterfassung.py script to use getan.template
|
2014-03-03 |
Björn Ricks |
Use the new getan.template module in getan-eval.py script
|
2014-03-03 |
Björn Ricks |
Add a template for generating the zeiterfassung data
|
2014-03-03 |
Björn Ricks |
Add a template module to getan
|
2014-03-03 |
Björn Ricks |
Add methods to return a workpackage [wp] from a Entry description
|
2014-03-03 |
Björn Ricks |
Add method to calculate the total duration of a project
|
2014-03-03 |
Björn Ricks |
Pass the Backend to the Project constructor
|
2014-03-03 |
Björn Ricks |
Add lazy loading of Project Entries
|
2014-03-03 |
Björn Ricks |
Allow to load one project and specific entries from the Backend
|
2014-03-03 |
Björn Ricks |
Correctly escape sql query
|
2014-03-03 |
Björn Ricks |
Fix textwidth <= 80
|
2014-03-03 |
Björn Ricks |
Fix coding style for pep8
|
2014-03-03 |
Björn Ricks |
Fix coding style for pep8
|
2014-03-03 |
Björn Ricks |
Update version after release 1.1
|
2014-03-03 |
Björn Ricks |
Added tag 1.1 for changeset 2c7f3bb7b673
|
2014-03-03 |
Björn Ricks |
Prepare version for a getan 1.1 release
1.1
|
2014-03-03 |
Björn Ricks |
Add license header comment of __init__.py file
|
2014-03-03 |
Björn Ricks |
Add vim modeline to REAMDE file
|
2014-03-03 |
Björn Ricks |
Fix typos in README
|
2014-03-03 |
Björn Ricks |
Use text width of 80 chars per line in README
|
2014-01-29 |
Bernhard Reiter |
INTRODUCTION: mentioned key "e" for edit entry. Fixed typo in wizzard.
|
2014-01-17 |
Bernhard Reiter |
Branch lost maintainer.
project-tree
|
2014-01-02 |
Bernhard Reiter |
README: updated for urwid 1.1.2. Better example shell commands for using urwid from source.
|
2014-01-02 |
Bernhard Reiter |
README updated: New urwid.org homepage and location simplified. Typo fixed.
|
2013-12-11 |
Björn Ricks |
Update CHANGES
|
2013-12-11 |
Björn Ricks |
Update CHANGES about editing a project name, key and description
|
2013-12-11 |
Björn Ricks |
Remove old ChangeLog file
|
2013-12-11 |
Björn Ricks |
Rename Changes to CHANGES
|
2013-12-11 |
Björn Ricks |
Update changes
|
2013-12-11 |
Björn Ricks |
Add requirements.txt file for pip
|
2013-10-11 |
Björn Ricks |
Update version number after taggin 1.1beta2
|
2013-10-11 |
Björn Ricks |
Added tag 1.1beta2 for changeset 03ae4c2b6350
|
2013-10-11 |
Björn Ricks |
This todo is fixed now
1.1beta2
|
2013-10-11 |
Björn Ricks |
Now its allowed to add entries without a description
|
2013-10-11 |
Björn Ricks |
It's now possible to specify a color theme in the getanrc config
|
2013-10-11 |
Björn Ricks |
Getan creates an empty database automatically since a looong time ago
|
2013-10-11 |
Björn Ricks |
Update version to 1.1beta2
|
2013-10-11 |
Björn Ricks |
Remove old and now unused palette
|
2013-10-11 |
Björn Ricks |
Update mapping for foreground and background color settings of nodes
|
2013-10-11 |
Björn Ricks |
Use the palette loaded from the config theme
|
2013-10-11 |
Björn Ricks |
Implement loading a palette theme from the getan config
|
2013-10-11 |
Björn Ricks |
Move setting the ProjectList and EntryList instances into the controller
|
2013-10-11 |
Björn Ricks |
Fix codingstyle for pep8
|
2013-10-11 |
Björn Ricks |
Allow empty descriptions for project entires
|
2013-10-11 |
Björn Ricks |
Not necessary to select project when the project is stopped
|
2013-10-11 |
Björn Ricks |
Fix updating the entries of the project when one ore more entries are deleted
|
2013-10-11 |
Björn Ricks |
Avoid resetting the focus in the entry list if the DeletEntryListState is
|
2013-10-11 |
Björn Ricks |
Avoid resetting the focus when changing from DeleteEntryState back to the
|
2013-10-11 |
Björn Ricks |
Fix codingstyle for pep8
|
2013-10-11 |
Björn Ricks |
Allow to abort deletion of entries with escape key
|
2013-10-11 |
Björn Ricks |
Deactivate selection of projects when changing to RunningProjectsState
|
2013-10-11 |
Björn Ricks |
Also don't use item_in_focus when adding a entry description
|
2013-10-11 |
Björn Ricks |
We already have the project here therefore pass it directly to the methods
|
2013-10-11 |
Björn Ricks |
Allow to deactivate the selection of projects
|
2013-10-11 |
Björn Ricks |
Update codingstyle for pep8
|
2013-10-11 |
Björn Ricks |
Fix codingstyle for pep8
|
2013-10-11 |
Björn Ricks |
Set focus to project list body when changing from adding and subtracting time
|
2013-10-11 |
Björn Ricks |
Fix codingstyle for pep8
|
2013-10-11 |
Björn Ricks |
Remove unnecessary imports
|
2013-10-11 |
Björn Ricks |
Remove shebang line
|