Module implementing a dialog to browse the log history.
None |
SvnLogBrowserDialog | Class implementing a dialog to browse the log history. |
None |
Class implementing a dialog to browse the log history.
None |
None |
SvnLogBrowserDialog | Constructor |
__diffRevisions | Private method to do a diff of two revisions. |
__filterLogs | Private method to filter the log entries. |
__finish | Private slot called when the user pressed the button. |
__generateFileItem | Private method to generate a changed files tree entry. |
__generateLogItem | Private method to generate a log tree entry. |
__getLogEntries | Private method to retrieve log entries from the repository. |
__initData | Private method to (re-)initialize some data. |
__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. |
__resortLog | Private method to resort the log tree. |
__showError | Private slot to show an error message. |
_reset | Protected method to reset the internal state of the dialog. |
closeEvent | Protected slot implementing a close event handler. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_diffPreviousButton_clicked | Private slot to handle the Diff to Previous button. |
on_diffRevisionsButton_clicked | Private slot to handle the Compare Revisions button. |
on_downButton_clicked | Private slot to move the current item down one entry. |
on_fieldCombo_activated | Private slot called, when a new filter field is selected. |
on_fromDate_dateChanged | Private slot called, when the from date changes. |
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_nextButton_clicked | Private slot to handle the Next button. |
on_rxEdit_textChanged | Private slot called, when a filter expression is entered. |
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. |
on_upButton_clicked | Private slot to move the current item up one entry. |
show | Public slot to show the dialog. |
start | Public slot to start the svn log command. |
None |
Constructor
Private method to do a diff of two revisions.
Private method to filter the log entries.
Private slot called when the user pressed the button.
Private method to generate a changed files tree entry.
Private method to generate a log tree entry.
Private method to retrieve log entries from the repository.
Private method to (re-)initialize some data.
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 method to resort the log tree.
Private slot to show an error message.
Protected method to reset the internal state of the dialog.
Protected slot implementing a close event handler.
Private slot called by a button of the button box clicked.
Private slot to handle the Diff to Previous button.
Private slot to handle the Compare Revisions button.
Private slot to move the current item down one entry.
Private slot called, when a new filter field is selected.
Private slot called, when the from date changes.
Private slot called, when the current item of the log tree changes.
Private slot called, when the selection has changed.
Private slot to handle the Next button.
Private slot called, when a filter expression is entered.
Private slot called, when the stop on copy/move checkbox is clicked.
Private slot called, when the from date changes.
Private slot to move the current item up one entry.
Public slot to show the dialog.
Public slot to start the svn log command.