Module implementing a dialog to browse the log history.
COLORNAMES |
COLORS |
HgLogBrowserDialog | Class implementing a dialog to browse the log history. |
None |
Class implementing a dialog to browse the log history.
AuthorColumn |
BookmarksColumn |
BranchColumn |
ClosedIndicator |
DateColumn |
IconColumn |
LargefilesCacheL |
LargefilesCacheW |
MessageColumn |
PathSeparatorRe |
PhaseColumn |
RevisionColumn |
TagsColumn |
None |
HgLogBrowserDialog | Constructor |
__actionMode | Private method to get the selected action mode. |
__bookmarkActTriggered | Private slot to bookmark the selected revision. |
__bookmarkMoveActTriggered | Private slot to move a bookmark to the selected revision. |
__branchColor | Private method to calculate a color for a given branch name. |
__diffRevisions | Private method to do a diff of two revisions. |
__fetchActTriggered | Private slot to fetch changes from a remote repository. |
__filterLogs | Private method to filter the log entries. |
__findItem | Private slot to find an item matching the entered criteria. |
__finish | Private slot called when the process finished or the user pressed the button. |
__generateEdges | Private method to generate edge info for the give data. |
__generateFileItem | Private method to generate a changed files tree entry. |
__generateIcon | Private method to generate an icon containing the revision tree for the given data. |
__generateLogItem | Private method to generate a log tree entry. |
__getClosedBranches | Private method to get the list of closed branches. |
__getColor | Private method to get the (rotating) name of the color given an index. |
__getLogEntries | Private method to retrieve log entries from the repository. |
__getParents | Private method to get the parents of the currently viewed file/directory. |
__graftActTriggered | Private slot to handle the Copy Changesets action. |
__identifyProject | Private method to determine the revision of the project directory. |
__initActionsMenu | Private method to initialize the actions menu. |
__initData | Private method to (re-)initialize some data. |
__lfPullActTriggered | Private slot to pull large files of selected revisions. |
__modifyForLargeFiles | Private method to convert the displayed file name for a large file. |
__phaseActTriggered | Private slot to handle the Change Phase action. |
__prepareFieldSearch | Private slot to prepare the filed search data. |
__procFinished | Private slot connected to the finished signal. |
__processBuffer | Private method to process the buffered output of the hg log command. |
__pullActTriggered | Private slot to pull changes from a remote repository. |
__pushActTriggered | Private slot to push changes to a remote repository up to a selected changeset. |
__pushAllActTriggered | Private slot to push all changes to a remote repository. |
__readStderr | Private slot to handle the readyReadStandardError signal. |
__readStdout | Private slot to handle the readyReadStandardOutput signal. |
__resetUI | Private method to reset the user interface. |
__resizeColumnsFiles | Private method to resize the changed files tree columns. |
__resizeColumnsLog | Private method to resize the log tree columns. |
__resortFiles | Private method to resort the changed files tree. |
__showError | Private slot to show some error. |
__stripActTriggered | Private slot to strip changesets from the repository. |
__switchActTriggered | Private slot to switch the working directory to the selected revision. |
__tagActTriggered | Private slot to tag the selected revision. |
__updateDiffButtons | Private slot to update the enabled status of the diff buttons. |
__updateGui | Private slot to update GUI elements except tool menu actions. |
__updateToolMenuActions | Private slot to update the status of the tool menu actions and the tool menu button. |
closeEvent | Protected slot implementing a close event handler. |
col2x | Local function to calculate a x-position for a column. |
keyPressEvent | Protected slot to handle a key press event. |
on_branchCombo_activated | Private slot called, when a new branch is selected. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_diffP1Button_clicked | Private slot to handle the Diff to Parent 1 button. |
on_diffP2Button_clicked | Private slot to handle the Diff to Parent 2 button. |
on_diffRevisionsButton_clicked | Private slot to handle the Compare Revisions button. |
on_fieldCombo_activated | Private slot called, when a new filter field is selected. |
on_findNextButton_clicked | Private slot to find the next item matching the entered criteria. |
on_findPrevButton_clicked | Private slot to find the previous item matching the entered criteria. |
on_fromDate_dateChanged | Private slot called, when the from date changes. |
on_input_returnPressed | Private slot to handle the press of the return key in the input field. |
on_logTree_currentItemChanged | Private slot called, when the current item of the log tree changes. |
on_logTree_itemSelectionChanged | Private slot called, when the selection has changed. |
on_modeComboBox_currentIndexChanged | Private slot to react on mode changes. |
on_nextButton_clicked | Private slot to handle the Next button. |
on_passwordCheckBox_toggled | Private slot to handle the password checkbox toggled. |
on_refreshButton_clicked | Private slot to refresh the log. |
on_rxEdit_returnPressed | Private slot handling a press of the Return key in the rxEdit input. |
on_rxEdit_textChanged | Private slot called, when a filter expression is entered. |
on_sendButton_clicked | Private slot to send the input to the mercurial process. |
on_stopCheckBox_clicked | Private slot called, when the stop on copy/move checkbox is clicked. |
on_toDate_dateChanged | Private slot called, when the from date changes. |
show | Public slot to show the dialog. |
start | Public slot to start the hg log command. |
None |
Constructor
Private method to get the selected action mode.
Private slot to bookmark the selected revision.
Private slot to move a bookmark to the selected revision.
Private method to calculate a color for a given branch name.
Private method to do a diff of two revisions.
Private slot to fetch changes from a remote repository.
Private method to filter the log entries.
Private slot to find an item matching the entered criteria.
Private slot called when the process finished or the user pressed the button.
Private method to generate edge info for the give data.
Private method to generate a changed files tree entry.
Private method to generate an icon containing the revision tree for the given data.
Private method to generate a log tree entry.
Private method to get the list of closed branches.
Private method to get the (rotating) name of the color given an index.
Private method to retrieve log entries from the repository.
Private method to get the parents of the currently viewed file/directory.
Private slot to handle the Copy Changesets action.
Private method to determine the revision of the project directory.
Private method to initialize the actions menu.
Private method to (re-)initialize some data.
Private slot to pull large files of selected revisions.
Private method to convert the displayed file name for a large file.
Private slot to handle the Change Phase action.
Private slot to prepare the filed search data.
Private slot connected to the finished signal.
Private method to process the buffered output of the hg log command.
Private slot to pull changes from a remote repository.
Private slot to push changes to a remote repository up to a selected changeset.
Private slot to push all changes to a remote repository.
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 and inserts it into a buffer.
Private method to reset the user interface.
Private method to resize the changed files tree columns.
Private method to resize the log tree columns.
Private method to resort the changed files tree.
Private slot to show some error.
Private slot to strip changesets from the repository.
Private slot to switch the working directory to the selected revision.
Private slot to tag the selected revision.
Private slot to update the enabled status of the diff buttons.
Private slot to update GUI elements except tool menu actions.
Private slot to update the status of the tool menu actions and the tool menu button.
Protected slot implementing a close event handler.
Local function to calculate a x-position for a column.
Protected slot to handle a key press event.
Private slot called, when a new branch is selected.
Private slot called by a button of the button box clicked.
Private slot to handle the Diff to Parent 1 button.
Private slot to handle the Diff to Parent 2 button.
Private slot to handle the Compare Revisions button.
Private slot called, when a new filter field is selected.
Private slot to find the next item matching the entered criteria.
Private slot to find the previous item matching the entered criteria.
Private slot called, when the from date changes.
Private slot to handle the press of the return key in the input field.
Private slot called, when the current item of the log tree changes.
Private slot called, when the selection has changed.
Private slot to react on mode changes.
Private slot to handle the Next button.
Private slot to handle the password checkbox toggled.
Private slot to refresh the log.
Private slot handling a press of the Return key in the rxEdit input.
Private slot called, when a filter expression is entered.
Private slot to send the input to the mercurial process.
Private slot called, when the stop on copy/move checkbox is clicked.
Private slot called, when the from date changes.
Public slot to show the dialog.
Public slot to start the hg log command.