2011-12-12 |
Björn Ricks |
Convert classic getan into a module to be able to install it
|
2011-12-12 |
Björn Ricks |
Move getan.py to getan/main.py
|
2011-12-12 |
Björn Ricks |
Remove unnecessary imports
|
2011-12-12 |
Björn Ricks |
Move GetanController to it's own module
|
2011-12-12 |
Björn Ricks |
Add version info to getan module
|
2011-12-12 |
Björn Ricks |
Change tab into spaces in README
|
2011-12-12 |
Björn Ricks |
Only import necessary classes and functions
|
2011-11-21 |
Björn Ricks |
Add option to show entries of last week
|
2011-09-12 |
Björn Ricks |
Update project list when a new project was created
|
2011-09-12 |
Björn Ricks |
Remove space
|
2011-09-12 |
Björn Ricks |
Also move back to ProjectListState if esc is pressed not only when tab
|
2011-09-12 |
Björn Ricks |
Allow to select projects with keys > 1 letters while moving entries
|
2011-09-12 |
Björn Ricks |
Fix question
|
2011-09-12 |
Björn Ricks |
Add single entry deletion
|
2011-09-12 |
Björn Ricks |
Don't allow to select additional entries after entering the DeleteEntryState
|
2011-09-12 |
Björn Ricks |
Allow to pass entries to the DeleteEntryState
|
2011-09-12 |
Björn Ricks |
Refactor delete_entries to do what it says: delete the entries passed as argument
|
2011-09-12 |
Björn Ricks |
Only accept single keys for project selection
|
2011-09-01 |
Björn Ricks |
Add me as author in files that I did touch
|
2011-09-01 |
Björn Ricks |
Return the current state if F1 is pressed
|
2011-09-01 |
Björn Ricks |
Fix: Recognize first letter to choose a project
|
2011-08-31 |
Björn Ricks |
Add new state to select projects with keys larger then one
|
2011-08-31 |
Björn Ricks |
Project keys can be larger then 1
|
2011-08-17 |
Thomas Arendsen Hein |
Use ".read" instead of ".r" in sqlite3 command
|
2011-08-16 |
Björn Ricks |
Add docu about creating new projects
|
2011-05-30 |
Björn Ricks |
Handle KeyboardInterrupt and shutdown getan carefully afterwards
|
2011-05-30 |
Björn Ricks |
Save the current project when switching to Running state
|
2011-05-30 |
Björn Ricks |
Move 'up' and 'down' keypress handling to general ProjectState class
|
2011-05-30 |
Björn Ricks |
Use footer of EntryList to display the editable description of an entry
|
2011-05-30 |
Björn Ricks |
Add new method in ListWidget to get the current node element
|
2011-05-25 |
Björn Ricks |
Changelog for r76
|
2011-05-25 |
Björn Ricks |
Changelog for r73:74
|
2011-05-25 |
Björn Ricks |
Changelog for r72
|
2011-05-25 |
Björn Ricks |
Changelog for r70
|
2011-05-25 |
Björn Ricks |
Changelog for r68:69
|
2011-05-25 |
Björn Ricks |
Changelog entry for r66:67
|
2011-05-25 |
Björn Ricks |
Correct indentation in ChangeLog
|
2011-05-25 |
Björn Ricks |
Update changelog for r63:65
|
2011-05-25 |
Björn Ricks |
Add changelog entry for r62
|
2011-05-25 |
Björn Ricks |
Don't crash if subtracted time is greater then the current time
|
2011-05-25 |
Björn Ricks |
Ignore ctags file
|
2011-05-25 |
Björn Ricks |
switch to EditEntryState when 'e' is pressed in the EntryList to be able
|
2011-05-25 |
Björn Ricks |
Add new state for editing entries
|
2011-05-25 |
Björn Ricks |
Don't switch to EntryView if it doesn't contain any row/entry
|
2011-05-25 |
Björn Ricks |
Add get_item method also for EntryNode to be able to receive an entry
|
2011-05-25 |
Björn Ricks |
Only update the focus of a List if it has some rows.
|
2011-05-25 |
Björn Ricks |
Add a update_entry method in getan controller that stores a changed entry in the backened
|
2011-05-25 |
Björn Ricks |
Add new method to update a description of an entry in the database backend
|
2011-05-25 |
Björn Ricks |
Use an OptionParser in getan to add options for debug level and logfile
|
2011-05-25 |
Björn Ricks |
Make the logging configurable for filename and level
|
2011-05-25 |
Björn Ricks |
Clip project entry in project list if it's to long
|
2011-05-25 |
Björn Ricks |
Use set_footer_text method to set the footer text instead of
|
2011-05-25 |
Björn Ricks |
Improve code path
|
2011-05-25 |
Björn Ricks |
Add scrolling in entry list to be able to select all entries
|
2011-05-19 |
Björn Ricks |
Show project name before time entries
|
2011-05-03 |
Björn Ricks |
add switch to show also empty projects
|
2011-05-03 |
Björn Ricks |
add displaying of total time in all projects
|
2011-05-03 |
Björn Ricks |
rename total variable to total_proj because it refects to total time
|
2011-04-20 |
Björn Ricks |
user ? per default for zeiterfassung entry type
|
2011-04-18 |
Björn Ricks |
use insert key instead of a to create a new project
|
2011-04-18 |
Ingo Weinzierl |
Introcuded a command line argument to skip printing empty projects.
project-tree
|
2011-04-04 |
Björn Ricks |
add create project related states
|
2011-04-04 |
Björn Ricks |
add add_project method
|
2011-04-04 |
Björn Ricks |
fix insert new project sql statemenent and api
|