Module implementing a dialog to show the output of the hg log command.
HgLogDialog | Module implementing a dialog to show the output of the hg log command. |
None |
Module implementing a dialog to show the output of the hg log command.
The dialog is nonmodal. Clicking a link in the upper text pane shows a diff of the versions.
HgLogDialog | Constructor |
debug | Public method to output a debug message. |
edit | Public method to enter some text. |
handleAnchorClicked | Private slot to handle the anchorClicked signal of the contents pane. |
handleLinkClicked | Private slot to handle the linkClicked signal of the contents pane. |
note | Public method to output a note. |
processBuffer | Private method to process and display the buffer. |
prompt | Public method to prompt the user for some input. |
start | Public slot to start the cvs log command. |
status | Public method to output a status message. |
warn | Public method to output a warning message. |
write | Public method to write something to the output of the dialog. |
write_err | Public method to write something to the errors output of the dialog. |
Constructor
Public method to output a debug message.
Public method to enter some text.
Private slot to handle the anchorClicked signal of the contents pane.
Private slot to handle the linkClicked signal of the contents pane.
Public method to output a note.
Private method to process and display the buffer.
After the hg log command has finished, diff links are inserted into the contents pane.
Public method to prompt the user for some input.
Public slot to start the cvs log command.
Public method to output a status message.
Public method to output a warning message.
Public method to write something to the output of the dialog.
Public method to write something to the errors output of the dialog.