2013-04-12 |
Björn Ricks |
Give more "weight" to the description when displaying the project node entry
|
2013-04-12 |
Björn Ricks |
Align time column text in Project list to the right
|
2013-04-11 |
Björn Ricks |
Use exit when returning from adding a project
|
2013-04-11 |
Björn Ricks |
Update coding style
|
2013-04-11 |
Björn Ricks |
Remove setting the focus
|
2013-04-11 |
Björn Ricks |
Use kwarg for edit and boolean instead of int
|
2013-04-11 |
Björn Ricks |
Redirect keyinput to GetanView footer when adding a new project
|
2013-04-11 |
Björn Ricks |
Update total time when project list is updated
|
2013-04-11 |
Björn Ricks |
Remove calling Controller update_project_list
|
2013-04-11 |
Björn Ricks |
Fix typo
|
2013-04-11 |
Björn Ricks |
Refactor ProjectList setting the total_time
|
2013-04-11 |
Björn Ricks |
Fix don't crash when adding a project
|
2013-04-11 |
Björn Ricks |
Update README
|
2013-04-11 |
Björn Ricks |
Set empty project_footer if no projects are available
|
2013-04-11 |
Björn Ricks |
Remove whitespace
|
2013-04-11 |
Björn Ricks |
Ignore urwid subdirs in getan
|
2013-04-11 |
Björn Ricks |
Allow to set focus to the project or entry list in getan view via strings
|
2013-04-11 |
Björn Ricks |
Fix compatibility with urwid 1.1
|
2013-04-11 |
Björn Ricks |
Fix: Don't crash when the console window is resized
|
2013-04-11 |
Björn Ricks |
Ignore mouse events for the moment
|
2013-04-11 |
Björn Ricks |
Remove unnecessary import and varibale
|
2013-04-11 |
Björn Ricks |
Show version number in getan header
|
2013-04-11 |
Björn Ricks |
Increment version to 1.1.dev1
|
2013-04-09 |
Björn Ricks |
Set focus to GetanView frame footer when changing to DescriptionProjectsState
|
2013-04-09 |
Björn Ricks |
Use better kwarg when setting footer text to edit mode
|
2013-04-09 |
Björn Ricks |
Set focus to GetanView frame body when changing to PausedProjectsState
|
2013-04-09 |
Björn Ricks |
Return True here instead of self
|
2013-04-09 |
Björn Ricks |
Redirect key event to GetanView Frame in DescriptionProjectsState
|
2013-04-09 |
Björn Ricks |
Allow to set focus on column or frame element in GetanView set_focus
|
2013-04-09 |
Björn Ricks |
Rename GetanView member variable view to frame
|
2013-04-09 |
Björn Ricks |
Add newline
|
2013-04-09 |
Björn Ricks |
Improve debug output when selecting a node
|
2013-04-09 |
Björn Ricks |
Don't select node again
|
2013-04-09 |
Björn Ricks |
Refactor controller move_selected_entries method to use move_entries
|
2013-04-09 |
Björn Ricks |
Add method to move one entry to another project
|
2013-04-09 |
Björn Ricks |
Add controller move_entries method
|
2013-04-09 |
Björn Ricks |
Fix crash when all entries are moved from entry list
|
2013-04-09 |
Björn Ricks |
Reset focus to project list when pressing escape in entry list
|
2013-04-09 |
Björn Ricks |
Fix crash when deleting an entry
|
2013-04-09 |
Björn Ricks |
Fix crash: project_view update doesn't exist anymore
|
2013-04-09 |
Björn Ricks |
Add new get_focus_pos method to ListView
|
2013-04-09 |
Björn Ricks |
Remove own handling of keys for editing entry text
|
2013-04-08 |
Björn Ricks |
Reset footer after project is selected instead of clearing the footer
|
2013-04-08 |
Björn Ricks |
Lower debug output
|
2013-04-05 |
Björn Ricks |
Set GetanView as main widget for MainLoop
|
2013-04-05 |
Björn Ricks |
Invalidate view to redraw it when time is changed
|
2013-04-05 |
Björn Ricks |
Use ListWidget for EntryList and ProjectList
|
2013-04-05 |
Björn Ricks |
Move ProjectNode and EntryNode to its own module
|
2013-04-05 |
Björn Ricks |
Implement an own ListWalker class
|
2013-04-05 |
Björn Ricks |
Implement a more generalized ListWidget
|
2013-04-05 |
Björn Ricks |
Fix setting the focus in the ProjectList
|
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
|