Part of GTG.taskbrowser.browser View In Hierarchy
Method | __init__ | Undocumented |
Method | on_move | Undocumented |
Method | on_size_allocate | Undocumented |
Method | on_delete | Undocumented |
Method | main | Undocumented |
Method | on_about_clicked | Undocumented |
Method | on_about_close | Undocumented |
Method | on_colorchooser_activate | Undocumented |
Method | on_color_response | Undocumented |
Method | on_workview_toggled | Undocumented |
Method | do_toggle_workview | Undocumented |
Method | on_sidebar_toggled | Undocumented |
Method | on_note_toggled | Undocumented |
Method | on_closed_toggled | Undocumented |
Method | on_bg_color_toggled | Undocumented |
Method | on_toolbar_toggled | Undocumented |
Method | toggle_quickadd | Undocumented |
Method | canonical_date | Transform "arg" in a valid yyyy-mm-dd date or return None. |
Method | is_date_valid | Return True if the date exists. False else. |
Method | quickadd | Undocumented |
Method | select_task | Select a task with tid 'id_toselect'. |
Method | do_refresh | Undocumented |
Method | refresh_tb | Refresh the task browser. |
Method | refresh_tags | Refresh the tag list. |
Method | tag_separator_filter | Undocumented |
Method | update_collapsed_row | Build a list of task that must showed as collapsed in Treeview |
Method | restore_collapsed | Undocumented |
Method | refresh_list | Refresh or build the TreeStore of tasks. |
Method | refresh_closed | Refresh the closed tasks pane. |
Method | refresh_note | Refresh the notes pane. |
Method | add_task_tree_to_list | Add tasks to a treeview. |
Method | taskdone_cursor_changed | Called when selection changes in closed task view. |
Method | task_cursor_changed | Called when selection changes in the active task view. |
Method | note_cursor_changed | Undocumented |
Method | open_task | Open the task identified by 'uid'. |
Method | get_tasktitle | Undocumented |
Method | close_task | Undocumented |
Method | on_tag_treeview_button_press_event | Undocumented |
Method | on_nonworkviewtag_toggled | Undocumented |
Method | on_task_treeview_button_press_event | Undocumented |
Method | on_task_treeview_key_press_event | Undocumented |
Method | on_closed_task_treeview_button_press_event | Undocumented |
Method | on_closed_task_treeview_key_press_event | Undocumented |
Method | on_add_task | Undocumented |
Method | on_add_subtask | Undocumented |
Method | get_selected_task | Return the 'uid' of the selected task |
Method | get_selected_tags | Undocumented |
Method | row_dragndrop | Drag and drop support. |
Method | on_edit_active_task | Undocumented |
Method | on_edit_done_task | Undocumented |
Method | on_edit_note | Undocumented |
Method | on_delete_confirm | Undocumented |
Method | on_delete_task | Undocumented |
Method | on_mark_as_done | Undocumented |
Method | on_dismiss_task | Undocumented |
Method | on_select_tag | Undocumented |
Method | cmp_duedate_str | Undocumented |
Method | sort_tasklist_rows | Sort the rows based on the given column |
Method | close | Closing the window. |
Method | __restore_state_from_conf | Undocumented |
Method | __count_tasks_rec | Undocumented |
Method | __build_task_title | Undocumented |
Method | __create_tags_tview | Undocumented |
Method | __create_task_tview | Undocumented |
Method | __create_closed_tasks_tview | Undocumented |
Method | __create_note_tview | Undocumented |
This works only in the main task_tview. If it cannot find the requested task, nothing is selected.
If a task asked for the refresh, we don't refresh it to avoid a loop New use refresh_tb directly, use "do_refresh".
If 'treeview' is False, it becomes a flat list.
Changes the way the selected task is displayed.
Changes the way the selected task is displayed.
If a Task editor is already opened for a given task, we present it. Else, we create a new one.