log

age author description
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
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
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
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
2012-10-31 Björn Ricks Remove whitespace
2012-10-31 Björn Ricks Put return statement on the next line
2012-02-13 Björn Ricks Add copyright statement
2012-02-13 Björn Ricks Set default encoding
2012-01-16 Thomas Arendsen Hein Replace hack to find last week of the previous year.
2012-01-16 Thomas Arendsen Hein nicer version of 5447fbf86c49 (two-digit lastweek string)
2012-01-16 Björn Ricks Lastweek < 10 must have a zero as prefix
2012-01-16 Björn Ricks Remove comment
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)