Module implementing a dialog to show some summary information of the working directory state.
None |
HgSummaryDialog | Class implementing a dialog to show some summary information of the working directory state. |
None |
Class implementing a dialog to show some summary information of the working directory state.
None |
None |
HgSummaryDialog | Constructor |
__committed | Private slot called after the commit has finished. |
__finish | Private slot called when the process finished or the user pressed the button. |
__procFinished | Private slot connected to the finished signal. |
__processOutput | Private method to process the output into nice readable text. |
__readStderr | Private slot to handle the readyReadStandardError signal. |
__readStdout | Private slot to handle the readyReadStandardOutput signal. |
__showError | Private slot to show some error. |
closeEvent | Protected slot implementing a close event handler. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_refreshButton_clicked | Private slot to refresh the status display. |
start | Public slot to start the hg summary command. |
None |
Constructor
Private slot called after the commit has finished.
Private slot called when the process finished or the user pressed the button.
Private slot connected to the finished signal.
Private method to process the output into nice readable text.
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 slot to show some error.
Protected slot implementing a close event handler.
Private slot called by a button of the button box clicked.
Private slot to refresh the status display.
Public slot to start the hg summary command.