2013-04-05 |
Björn Ricks |
Update coding style for states
|
2013-04-05 |
Björn Ricks |
Use handle_input instead of keypress to act on user input in States
|
2013-04-05 |
Björn Ricks |
Only update_entries if view is set
|
2013-04-05 |
Björn Ricks |
Init entries_view before project_view
|
2013-04-05 |
Björn Ricks |
Add a GetanController set_state method
|
2013-04-05 |
Björn Ricks |
Improve logging by adding the project.id for the current loaded entries
|
2013-04-05 |
Björn Ricks |
Remove update_project_list method from GetanController
|
2013-04-05 |
Björn Ricks |
Implement three phase user input handling
|
2013-04-05 |
Björn Ricks |
Remove unhandled_keypress from controller
|
2013-04-05 |
Björn Ricks |
Inplement new State user input handling
|
2013-04-05 |
Björn Ricks |
Fix coding style for State class
|
2013-04-05 |
Björn Ricks |
Change coding style for imports
|
2013-01-23 |
Björn Ricks |
Move mainloop related code to GetanController
|
2013-01-17 |
Björn Ricks |
Update and reformat Changes file
|
2013-01-17 |
Björn Ricks |
Use unix_week conversion function for zeiterfassung
|
2013-01-17 |
Björn Ricks |
Add function to convert from iso to unix week
|
2013-01-17 |
Björn Ricks |
Remove whitespace
|
2012-12-13 |
Björn Ricks |
Added tag 1.0 for changeset da3333fcf222
|
2012-12-13 |
Björn Ricks |
Add Changes file to track new features and bugfixes
1.0
|
2012-12-13 |
Björn Ricks |
Update to 1.0er release
|
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
|