Module implementing a dialog to show available remote repositories.
None |
GitRemoteRepositoriesDialog | Class implementing a dialog to show available remote repositories. |
None |
Class implementing a dialog to show available remote repositories.
None |
None |
GitRemoteRepositoriesDialog | Constructor |
__finish | Private slot called when the process finished or the user pressed the button. |
__generateItem | Private method to generate a status item in the status list. |
__procFinished | Private slot connected to the finished signal. |
__readStderr | Private slot to handle the readyReadStandardError signal. |
__readStdout | Private slot to handle the readyReadStandardOutput signal. |
__resizeColumns | Private method to resize the list columns. |
__resort | Private method to resort the list. |
__updateButtons | Private method to update the buttons status. |
closeEvent | Protected slot implementing a close event handler. |
keyPressEvent | Protected slot to handle a key press event. |
on_addButton_clicked | Private slot to add a remote repository. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_changeUrlButton_clicked | Private slot to change the URL of a remote repository. |
on_credentialsButton_clicked | Private slot to change the credentials of a remote repository. |
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_pruneButton_clicked | Private slot to prune all stale remote-tracking branches. |
on_refreshButton_clicked | Private slot to refresh the status display. |
on_removeButton_clicked | Private slot to remove a remote repository. |
on_renameButton_clicked | Private slot to rename a remote repository. |
on_repolist_itemSelectionChanged | Private slot to act upon changes of selected items. |
on_sendButton_clicked | Private slot to send the input to the git process. |
on_showInfoButton_clicked | Private slot to show information about a remote repository. |
start | Public slot to start the git remote command. |
None |
Constructor
Private slot called when the process finished or the user pressed the button.
Private method to generate a status item in the status list.
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 resize the list columns.
Private method to resort the list.
Private method to update the buttons status.
Protected slot implementing a close event handler.
Protected slot to handle a key press event.
Private slot to add a remote repository.
Private slot called by a button of the button box clicked.
Private slot to change the URL of a remote repository.
Private slot to change the credentials of a remote repository.
Private slot to handle the press of the return key in the input field.
Private slot to handle the password checkbox toggled.
Private slot to prune all stale remote-tracking branches.
Private slot to refresh the status display.
Private slot to remove a remote repository.
Private slot to rename a remote repository.
Private slot to act upon changes of selected items.
Private slot to send the input to the git process.
Private slot to show information about a remote repository.
Public slot to start the git remote command.