2012-12-13 |
Björn Ricks |
Fix debian version in changelog
|
2012-12-13 |
Björn Ricks |
Require urwid >= 1.0
|
2012-12-13 |
Björn Ricks |
Add version switch to getan
|
2012-12-13 |
Björn Ricks |
Remove obsolete import
|
2012-12-13 |
Björn Ricks |
Getan version 1.0 preperation
|
2012-12-13 |
Björn Ricks |
Add backspace usage explanation in introduction file
|
2012-12-13 |
Björn Ricks |
Clarify insert key usage in introduction file
|
2012-12-13 |
Björn Ricks |
Bind project edit key to the actual ProjectEditKeyState
|
2012-12-13 |
Björn Ricks |
Update hgignore file
|
2012-12-13 |
Björn Ricks |
Add new States to edit project key and description
|
2012-12-13 |
Björn Ricks |
Add new key for editing a project
|
2012-12-13 |
Björn Ricks |
Add Controller method to update a project
|
2012-12-13 |
Björn Ricks |
Add backend method to update a project in the database
|
2012-12-13 |
Björn Ricks |
Rename CreateProjectState into AlterProjectState
|
2012-12-13 |
Björn Ricks |
Drop AddProjectNameState
|
2012-12-13 |
Björn Ricks |
Use common name scheme for keybinding key names
|
2012-12-10 |
Björn Ricks |
Formatting
|
2012-12-10 |
Björn Ricks |
Fix: Allow to move entries to projects with similar names
|
2012-12-06 |
Björn Ricks |
Don't wrap the project description to the next line
|
2012-12-06 |
Björn Ricks |
Update project selection
|
2012-12-06 |
Björn Ricks |
Fix: Don't crash urwid if no project description is set
|
2012-12-06 |
Björn Ricks |
A project entry in the db must have a key
|
2012-12-06 |
Björn Ricks |
Fix: Return empty list if section is not found
|
2012-12-06 |
Björn Ricks |
Add new project mode to display a project tree
|
2012-12-06 |
Björn Ricks |
Log when switching the project mode
|
2012-12-06 |
Björn Ricks |
Not necessary to call update_w here
|
2012-12-06 |
Björn Ricks |
Only show the sum time if a project has entries
|
2012-12-06 |
Björn Ricks |
Print indent of the project in the project list.
|
2012-12-06 |
Björn Ricks |
Log project key instead of description
|
2012-12-06 |
Björn Ricks |
Add indent to the project class
|
2012-12-06 |
Björn Ricks |
Add color for the project_key in the project list
|
2012-12-06 |
Björn Ricks |
Modify project selection
|
2012-12-06 |
Björn Ricks |
Add controller method to find projects by key
|
2012-12-06 |
Björn Ricks |
Update introduction file about the keys
|
2012-12-06 |
Björn Ricks |
Fix messages when a project is paused
|
2012-12-06 |
Björn Ricks |
Allow to configure the action keys
|
2012-12-06 |
Björn Ricks |
Always call super constructor of states
|
2012-12-06 |
Björn Ricks |
Add the getan config to the controller
|
2012-12-06 |
Björn Ricks |
Add config classes to provide keybindings
|
2012-11-15 |
Björn Ricks |
Description may be not set
|
2012-11-13 |
Björn Ricks |
Always fail if an entry couldn't be loaded
|
2012-11-13 |
Björn Ricks |
Carefully handle non unicode strings for urwid
|
2012-11-13 |
Björn Ricks |
Remove whitespace
|
2012-11-13 |
Björn Ricks |
Use new style class for backend
|
2012-11-01 |
Björn Ricks |
Add global key to switch sorting of the project list
|
2012-11-01 |
Björn Ricks |
Add code to be able to sort the project list
|
2012-11-01 |
Björn Ricks |
Avoid traceback if no projects are available
|
2012-10-31 |
Björn Ricks |
Allow to use backspace to change selecting project
|
2012-10-31 |
Björn Ricks |
Update copyright and add my name
|
2012-10-31 |
Björn Ricks |
Update whitespace
|
2012-10-31 |
Björn Ricks |
Use new style classes
|
2012-10-31 |
Björn Ricks |
Change coding style of if clauses
|
2012-10-31 |
Björn Ricks |
Handle backspace when selecting a project
|
2012-10-31 |
Björn Ricks |
Reset the ProjectList footer
|
2012-10-31 |
Björn Ricks |
Use new style class for GetanView
|
2012-10-31 |
Björn Ricks |
Add methods to reset the ProjectList footer
|