Module implementing a dialog to show the output of the Mercurial status command.
HgStatusDialog | Module implementing a dialog to show the output of the Mercurial status command. |
None |
Module implementing a dialog to show the output of the Mercurial status command.
HgStatusDialog | Constructor |
debug | Public method to output a debug message. |
edit | Public method to enter some text. |
getAddedItems | Private method to retrieve all entries, that have an adedd status. |
getModifiedItems | Private method to retrieve all entries, that have a modified status. |
getUnversionedItems | Private method to retrieve all entries, that have an unversioned status. |
handleAdd | Private slot to handle the Add context menu entry. |
handleCommit | Private slot to handle the Commit context menu entry. |
handleContextMenu | Private slot to show the context menu of the listview. |
handleForget | Private slot to handle the Forget context menu entry. |
note | Public method to output a note. |
prompt | Public method to prompt the user for some input. |
refreshStatus | Private slot to refresh the status display. |
start | Public slot to start the hg status 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 method to retrieve all entries, that have an adedd status.
Private method to retrieve all entries, that have a modified status.
Private method to retrieve all entries, that have an unversioned status.
Private slot to handle the Add context menu entry.
Private slot to handle the Commit context menu entry.
Private slot to show the context menu of the listview.
Private slot to handle the Forget context menu entry.
Public method to output a note.
Public method to prompt the user for some input.
Private slot to refresh the status display.
Public slot to start the hg status 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.