Module implementing the subversion repository browser dialog.
None |
SvnRepoBrowserDialog | Class implementing the subversion repository browser dialog. |
None |
Class implementing the subversion repository browser dialog.
None |
None |
SvnRepoBrowserDialog | Constructor |
__finish | Private slot called when the process finished or the user pressed the button. |
__generateItem | Private method to generate a tree item in the repository tree. |
__listRepo | Private method to perform the svn list command. |
__normalizeUrl | Private method to normalite the url. |
__procFinished | Private slot connected to the finished signal. |
__readStderr | Private slot to handle the readyReadStandardError signal. |
__readStdout | Private slot to handle the readyReadStandardOutput signal. |
__repoRoot | Private method to get the repository root using the svn info command. |
__resizeColumns | Private method to resize the tree columns. |
__resort | Private method to resort the tree. |
accept | Public slot called when the dialog is accepted. |
closeEvent | Protected slot implementing a close event handler. |
getSelectedUrl | Public method to retrieve the selected repository URL. |
keyPressEvent | Protected slot to handle a key press event. |
on_input_returnPressed | Private slot to handle the press of the return key in the input field. |
on_passwordCheckBox_toggled | Private slot to handle the password checkbox toggled. |
on_repoTree_itemCollapsed | Private slot called when an item is collapsed. |
on_repoTree_itemExpanded | Private slot called when an item is expanded. |
on_repoTree_itemSelectionChanged | Private slot called when the selection changes. |
on_sendButton_clicked | Private slot to send the input to the subversion process. |
on_urlCombo_currentIndexChanged | Private slot called, when a new repository URL is entered or selected. |
start | Public slot to start the svn info command. |
None |
Constructor
Private slot called when the process finished or the user pressed the button.
Private method to generate a tree item in the repository tree.
Private method to perform the svn list command.
Private method to normalite the url.
Private slot connected to the finished signal.
Private slot to handle the readyReadStandardError signal.
It reads the error output of the process and inserts it into the error pane.
Private slot to handle the readyReadStandardOutput signal.
It reads the output of the process, formats it and inserts it into the contents pane.
Private method to get the repository root using the svn info command.
Private method to resize the tree columns.
Private method to resort the tree.
Public slot called when the dialog is accepted.
Protected slot implementing a close event handler.
Public method to retrieve the selected repository URL.
Protected slot to handle a key press event.
Private slot to handle the press of the return key in the input field.
Private slot to handle the password checkbox toggled.
Private slot called when an item is collapsed.
Private slot called when an item is expanded.
Private slot called when the selection changes.
Private slot to send the input to the subversion process.
Private slot called, when a new repository URL is entered or selected.
Public slot to start the svn info command.