5.1.1.4.4.2. LogBrowserApplication

class CodeReview.GUI.LogBrowser.LogBrowserApplication.LogBrowserApplication(args)[source]

Bases: CodeReview.GUI.Base.GuiApplicationBase.GuiApplicationBase, CodeReview.Application.ApplicationBase.ApplicationBase

_init_actions()[source]
_init_file_system_watcher()[source]
_init_repository()[source]
_logger = <Logger CodeReview.GUI.LogBrowser.LogBrowserApplication (NOTSET)>
_setup_file_system_watcher()[source]
_unwatch_paths(paths)[source]
directory_changed
file_changed
post_init()[source]
reload_repository()[source]
repository
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.

unwatch(path)[source]
unwatch_directories()[source]
unwatch_files()[source]
watch(path)[source]
watch_directories()[source]