Module implementing a dialog for the Mercurial server.
None |
HgServeDialog | Class implementing a dialog for the Mercurial server. |
None |
Class implementing a dialog for the Mercurial server.
None |
None |
HgServeDialog | Constructor |
__appendText | Private method to append text to the end. |
__procFinished | Private slot connected to the finished signal. |
__readStderr | Private slot to handle the readyReadStandardError signal. |
__readStdout | Private slot to handle the readyReadStandardOutput signal. |
__startBrowser | Private slot to start a browser for the served repository. |
__startServer | Private slot to start the Mercurial server. |
__stopServer | Private slot to stop the Mercurial server. |
closeEvent | Protected slot implementing a close event handler. |
None |
Constructor
Private method to append text to the end.
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 log.
Private slot to handle the readyReadStandardOutput signal.
It reads the output of the process and inserts it into the log.
Private slot to start a browser for the served repository.
Private slot to start the Mercurial server.
Private slot to stop the Mercurial server.
Protected slot implementing a close event handler.