5.1.1.4.4.3. LogBrowserMainWindow

class CodeReview.GUI.LogBrowser.LogBrowserMainWindow.LogBrowserMainWindow(parent=None)[source]

Bases: CodeReview.GUI.Base.MainWindowBase.MainWindowBase

_create_actions()[source]
_create_diff_viewer_window()[source]
_create_toolbar()[source]
_init_ui()[source]
_last_path_index
_logger = <Logger CodeReview.GUI.LogBrowser.LogBrowserMainWindow.LogBrowserMainWindow (NOTSET)>
_next_previous_patch(forward)[source]
_on_clicked_table(index)[source]
_on_diff_window_closed()[source]
_on_directory_changed(path)[source]
_on_file_changed(path)[source]
_reload_repository()[source]
_show_patch(patch)[source]
_update_commit_table(index=None)[source]
_update_working_tree_diff()[source]
current_patch_index
finish_table_connections()[source]
init_menu()[source]
next_patch()[source]
number_of_patches
previous_patch()[source]
reload_current_patch()[source]
show_message(message=None, timeout=0, warn=False)[source]

Hides the normal status indications and displays the given message for the specified number of milli-seconds (timeout). If timeout is 0 (default), the message remains displayed until the clearMessage() slot is called or until the showMessage() slot is called again to change the message.

Note that showMessage() is called to show temporary explanations of tool tip texts, so passing a timeout of 0 is not sufficient to display a permanent message.

show_working_tree_diff()[source]