2013-04-05 |
Björn Ricks |
Remove obsolete ProjectList methods
|
2013-04-05 |
Björn Ricks |
Fix indentation
|
2013-04-05 |
Björn Ricks |
Refactor ProjecList node initialisation
|
2013-04-05 |
Björn Ricks |
Remove self.focused usage
|
2013-04-05 |
Björn Ricks |
Update code to set the current footer
|
2013-04-05 |
Björn Ricks |
Shorten code
|
2013-04-05 |
Björn Ricks |
Remove unnecessary methods
|
2013-04-05 |
Björn Ricks |
Use node_in_focus to get item_in_focus
|
2013-04-05 |
Björn Ricks |
Fix coding style
|
2013-04-05 |
Björn Ricks |
Remove update_view from GetanView
|
2013-04-05 |
Björn Ricks |
Add set_focus method to GetanView
|
2013-04-05 |
Björn Ricks |
Add GetanView update_entries method
|
2013-04-05 |
Björn Ricks |
Convert GetanView into a urwid widget
|
2013-04-05 |
Björn Ricks |
Update coding style in GetanView
|
2013-04-05 |
Björn Ricks |
Implement keypress in GetanView
|
2013-04-05 |
Björn Ricks |
Fix setting the focus
|
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
|