Module implementing a dialog to show the output of the svn diff command process.
SvnDiffDialog | Class implementing a dialog to show the output of the svn diff command. |
None |
Class implementing a dialog to show the output of the svn diff command.
SvnDiffDialog | Constructor |
__appendText | Private method to append text to the end of the contents pane. |
__finish | Private slot called when the user pressed the button. |
__showError | Private slot to show an error message. |
on_closeButton_clicked | Private slot connected to the closeButton clicked signal. |
on_saveButton_clicked | Private slot to handle the Save button press. |
start | Public slot to start the svn diff command. |
Constructor
Private method to append text to the end of the contents pane.
Private slot called when the user pressed the button.
Private slot to show an error message.
Private slot connected to the closeButton clicked signal.
Private slot to handle the Save button press.
It saves the diff shown in the dialog to a file in the local filesystem.
Public slot to start the svn diff command.