src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,60 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog</h1>
-
 <p>
 Module implementing a dialog to browse the log history.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>COLORNAMES</td></tr><tr><td>COLORS</td></tr><tr><td>LIGHTCOLORS</td></tr>
+<tr><td>COLORNAMES</td></tr>
+<tr><td>COLORS</td></tr>
+<tr><td>LIGHTCOLORS</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#GitLogBrowserDialog">GitLogBrowserDialog</a></td>
 <td>Class implementing a dialog to browse the log history.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="GitLogBrowserDialog" ID="GitLogBrowserDialog"></a>
 <h2>GitLogBrowserDialog</h2>
-
 <p>
     Class implementing a dialog to browse the log history.
 </p>
+
 <h3>Derived from</h3>
 QWidget, Ui_GitLogBrowserDialog
 <h3>Class Attributes</h3>
+<table>
+<tr><td>AuthorColumn</td></tr>
+<tr><td>BranchColumn</td></tr>
+<tr><td>CommitDateColumn</td></tr>
+<tr><td>CommitIdColumn</td></tr>
+<tr><td>CommitterColumn</td></tr>
+<tr><td>DateColumn</td></tr>
+<tr><td>IconColumn</td></tr>
+<tr><td>SubjectColumn</td></tr>
+<tr><td>TagsColumn</td></tr>
+</table>
 
-<table>
-<tr><td>AuthorColumn</td></tr><tr><td>BranchColumn</td></tr><tr><td>CommitDateColumn</td></tr><tr><td>CommitIdColumn</td></tr><tr><td>CommitterColumn</td></tr><tr><td>DateColumn</td></tr><tr><td>IconColumn</td></tr><tr><td>SubjectColumn</td></tr><tr><td>TagsColumn</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#GitLogBrowserDialog.__init__">GitLogBrowserDialog</a></td>
 <td>Constructor</td>
@@ -383,19 +390,20 @@
 <td>Public slot to start the git log command.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="GitLogBrowserDialog.__init__" ID="GitLogBrowserDialog.__init__"></a>
 <h4>GitLogBrowserDialog (Constructor)</h4>
 <b>GitLogBrowserDialog</b>(<i>vcs, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>vcs</i> (Git)</dt>
@@ -410,10 +418,10 @@
 <a NAME="GitLogBrowserDialog.__actionMode" ID="GitLogBrowserDialog.__actionMode"></a>
 <h4>GitLogBrowserDialog.__actionMode</h4>
 <b>__actionMode</b>(<i></i>)
-
 <p>
         Private method to get the selected action mode.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -429,7 +437,6 @@
 <a NAME="GitLogBrowserDialog.__addFinishCallback" ID="GitLogBrowserDialog.__addFinishCallback"></a>
 <h4>GitLogBrowserDialog.__addFinishCallback</h4>
 <b>__addFinishCallback</b>(<i>callback</i>)
-
 <p>
         Private method to add a method to be called once the process finished.
 </p>
@@ -437,6 +444,7 @@
         The callback methods are invoke in a FIFO style and are consumed. If
         a callback method needs to be called again, it must be added again.
 </p>
+
 <dl>
 
 <dt><i>callback</i> (function)</dt>
@@ -447,33 +455,33 @@
 <a NAME="GitLogBrowserDialog.__branchActTriggered" ID="GitLogBrowserDialog.__branchActTriggered"></a>
 <h4>GitLogBrowserDialog.__branchActTriggered</h4>
 <b>__branchActTriggered</b>(<i></i>)
-
 <p>
         Private slot to create a new branch starting at the selected commit.
 </p>
+
 <a NAME="GitLogBrowserDialog.__branchSwitchActTriggered" ID="GitLogBrowserDialog.__branchSwitchActTriggered"></a>
 <h4>GitLogBrowserDialog.__branchSwitchActTriggered</h4>
 <b>__branchSwitchActTriggered</b>(<i></i>)
-
 <p>
         Private slot to create a new branch starting at the selected commit
         and switch the work tree to it.
 </p>
+
 <a NAME="GitLogBrowserDialog.__cherryActTriggered" ID="GitLogBrowserDialog.__cherryActTriggered"></a>
 <h4>GitLogBrowserDialog.__cherryActTriggered</h4>
 <b>__cherryActTriggered</b>(<i></i>)
-
 <p>
         Private slot to handle the Copy Commits action.
 </p>
+
 <a NAME="GitLogBrowserDialog.__commitIdClicked" ID="GitLogBrowserDialog.__commitIdClicked"></a>
 <h4>GitLogBrowserDialog.__commitIdClicked</h4>
 <b>__commitIdClicked</b>(<i>url</i>)
-
 <p>
         Private slot to handle the anchorClicked signal of the changeset
         details pane.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -484,24 +492,24 @@
 <a NAME="GitLogBrowserDialog.__describeActTriggered" ID="GitLogBrowserDialog.__describeActTriggered"></a>
 <h4>GitLogBrowserDialog.__describeActTriggered</h4>
 <b>__describeActTriggered</b>(<i></i>)
-
 <p>
         Private slot to show the most recent tag reachable from a commit.
 </p>
+
 <a NAME="GitLogBrowserDialog.__filterLogs" ID="GitLogBrowserDialog.__filterLogs"></a>
 <h4>GitLogBrowserDialog.__filterLogs</h4>
 <b>__filterLogs</b>(<i></i>)
-
 <p>
         Private method to filter the log entries.
 </p>
+
 <a NAME="GitLogBrowserDialog.__findItem" ID="GitLogBrowserDialog.__findItem"></a>
 <h4>GitLogBrowserDialog.__findItem</h4>
 <b>__findItem</b>(<i>backwards=False, interactive=False</i>)
-
 <p>
         Private slot to find an item matching the entered criteria.
 </p>
+
 <dl>
 
 <dt><i>backwards</i> (bool)</dt>
@@ -516,19 +524,19 @@
 <a NAME="GitLogBrowserDialog.__finish" ID="GitLogBrowserDialog.__finish"></a>
 <h4>GitLogBrowserDialog.__finish</h4>
 <b>__finish</b>(<i></i>)
-
 <p>
         Private slot called when the process finished or the user pressed
         the button.
 </p>
+
 <a NAME="GitLogBrowserDialog.__generateDetailsTableText" ID="GitLogBrowserDialog.__generateDetailsTableText"></a>
 <h4>GitLogBrowserDialog.__generateDetailsTableText</h4>
 <b>__generateDetailsTableText</b>(<i>itm</i>)
-
 <p>
         Private method to generate an HTML table with the details of the given
         changeset.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (QTreeWidgetItem)</dt>
@@ -551,10 +559,10 @@
 <a NAME="GitLogBrowserDialog.__generateDiffs" ID="GitLogBrowserDialog.__generateDiffs"></a>
 <h4>GitLogBrowserDialog.__generateDiffs</h4>
 <b>__generateDiffs</b>(<i>parent=1</i>)
-
 <p>
         Private slot to generate diff outputs for the selected item.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (int)</dt>
@@ -565,10 +573,10 @@
 <a NAME="GitLogBrowserDialog.__generateEdges" ID="GitLogBrowserDialog.__generateEdges"></a>
 <h4>GitLogBrowserDialog.__generateEdges</h4>
 <b>__generateEdges</b>(<i>commitId, parents</i>)
-
 <p>
         Private method to generate edge info for the give data.
 </p>
+
 <dl>
 
 <dt><i>commitId</i> (str)</dt>
@@ -597,10 +605,10 @@
 <a NAME="GitLogBrowserDialog.__generateFileItem" ID="GitLogBrowserDialog.__generateFileItem"></a>
 <h4>GitLogBrowserDialog.__generateFileItem</h4>
 <b>__generateFileItem</b>(<i>action, path, copyfrom, additions, deletions</i>)
-
 <p>
         Private method to generate a changed files tree entry.
 </p>
+
 <dl>
 
 <dt><i>action</i> (str)</dt>
@@ -640,11 +648,11 @@
 <a NAME="GitLogBrowserDialog.__generateIcon" ID="GitLogBrowserDialog.__generateIcon"></a>
 <h4>GitLogBrowserDialog.__generateIcon</h4>
 <b>__generateIcon</b>(<i>column, bottomedges, topedges, dotColor, currentCommit</i>)
-
 <p>
         Private method to generate an icon containing the revision tree for the
         given data.
 </p>
+
 <dl>
 
 <dt><i>column</i> (int)</dt>
@@ -684,10 +692,10 @@
 <a NAME="GitLogBrowserDialog.__generateLogItem" ID="GitLogBrowserDialog.__generateLogItem"></a>
 <h4>GitLogBrowserDialog.__generateLogItem</h4>
 <b>__generateLogItem</b>(<i>author, date, committer, commitDate, subject, message, commitId, fullCommitId, changedPaths, parents, refnames, authorMail, committerMail, </i>)
-
 <p>
         Private method to generate a log tree entry.
 </p>
+
 <dl>
 
 <dt><i>author</i> (str)</dt>
@@ -759,17 +767,17 @@
 <a NAME="GitLogBrowserDialog.__generatorFinished" ID="GitLogBrowserDialog.__generatorFinished"></a>
 <h4>GitLogBrowserDialog.__generatorFinished</h4>
 <b>__generatorFinished</b>(<i></i>)
-
 <p>
         Private slot connected to the finished signal of the diff generator.
 </p>
+
 <a NAME="GitLogBrowserDialog.__getBranchesForCommit" ID="GitLogBrowserDialog.__getBranchesForCommit"></a>
 <h4>GitLogBrowserDialog.__getBranchesForCommit</h4>
 <b>__getBranchesForCommit</b>(<i>commitId</i>)
-
 <p>
         Private method to get all branches reachable from a commit ID.
 </p>
+
 <dl>
 
 <dt><i>commitId</i> (str)</dt>
@@ -793,10 +801,10 @@
 <a NAME="GitLogBrowserDialog.__getColor" ID="GitLogBrowserDialog.__getColor"></a>
 <h4>GitLogBrowserDialog.__getColor</h4>
 <b>__getColor</b>(<i>n</i>)
-
 <p>
         Private method to get the (rotating) name of the color given an index.
 </p>
+
 <dl>
 
 <dt><i>n</i> (int)</dt>
@@ -819,10 +827,10 @@
 <a NAME="GitLogBrowserDialog.__getCommitForTag" ID="GitLogBrowserDialog.__getCommitForTag"></a>
 <h4>GitLogBrowserDialog.__getCommitForTag</h4>
 <b>__getCommitForTag</b>(<i>tag</i>)
-
 <p>
         Private method to get the commit id for a tag.
 </p>
+
 <dl>
 
 <dt><i>tag</i> (str)</dt>
@@ -845,10 +853,10 @@
 <a NAME="GitLogBrowserDialog.__getLogEntries" ID="GitLogBrowserDialog.__getLogEntries"></a>
 <h4>GitLogBrowserDialog.__getLogEntries</h4>
 <b>__getLogEntries</b>(<i>skip=0, noEntries=0</i>)
-
 <p>
         Private method to retrieve log entries from the repository.
 </p>
+
 <dl>
 
 <dt><i>skip</i> (int)</dt>
@@ -863,10 +871,10 @@
 <a NAME="GitLogBrowserDialog.__getTagsForCommit" ID="GitLogBrowserDialog.__getTagsForCommit"></a>
 <h4>GitLogBrowserDialog.__getTagsForCommit</h4>
 <b>__getTagsForCommit</b>(<i>commitId</i>)
-
 <p>
         Private method to get all tags reachable from a commit ID.
 </p>
+
 <dl>
 
 <dt><i>commitId</i> (str)</dt>
@@ -890,38 +898,38 @@
 <a NAME="GitLogBrowserDialog.__identifyProject" ID="GitLogBrowserDialog.__identifyProject"></a>
 <h4>GitLogBrowserDialog.__identifyProject</h4>
 <b>__identifyProject</b>(<i></i>)
-
 <p>
         Private method to determine the revision of the project directory.
 </p>
+
 <a NAME="GitLogBrowserDialog.__initActionsMenu" ID="GitLogBrowserDialog.__initActionsMenu"></a>
 <h4>GitLogBrowserDialog.__initActionsMenu</h4>
 <b>__initActionsMenu</b>(<i></i>)
-
 <p>
         Private method to initialize the actions menu.
 </p>
+
 <a NAME="GitLogBrowserDialog.__initData" ID="GitLogBrowserDialog.__initData"></a>
 <h4>GitLogBrowserDialog.__initData</h4>
 <b>__initData</b>(<i></i>)
-
 <p>
         Private method to (re-)initialize some data.
 </p>
+
 <a NAME="GitLogBrowserDialog.__initLogTreeContextMenu" ID="GitLogBrowserDialog.__initLogTreeContextMenu"></a>
 <h4>GitLogBrowserDialog.__initLogTreeContextMenu</h4>
 <b>__initLogTreeContextMenu</b>(<i></i>)
-
 <p>
         Private method to initialize the log tree context menu.
 </p>
+
 <a NAME="GitLogBrowserDialog.__mergeFileSeparators" ID="GitLogBrowserDialog.__mergeFileSeparators"></a>
 <h4>GitLogBrowserDialog.__mergeFileSeparators</h4>
 <b>__mergeFileSeparators</b>(<i>fileSeparators</i>)
-
 <p>
         Private method to merge the file separator entries.
 </p>
+
 <dl>
 
 <dt><i>fileSeparators</i> (list of str)</dt>
@@ -944,10 +952,10 @@
 <a NAME="GitLogBrowserDialog.__prepareFieldSearch" ID="GitLogBrowserDialog.__prepareFieldSearch"></a>
 <h4>GitLogBrowserDialog.__prepareFieldSearch</h4>
 <b>__prepareFieldSearch</b>(<i></i>)
-
 <p>
         Private slot to prepare the filed search data.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -964,10 +972,10 @@
 <a NAME="GitLogBrowserDialog.__procFinished" ID="GitLogBrowserDialog.__procFinished"></a>
 <h4>GitLogBrowserDialog.__procFinished</h4>
 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
-
 <p>
         Private slot connected to the finished signal.
 </p>
+
 <dl>
 
 <dt><i>exitCode</i> (int)</dt>
@@ -982,17 +990,17 @@
 <a NAME="GitLogBrowserDialog.__processBuffer" ID="GitLogBrowserDialog.__processBuffer"></a>
 <h4>GitLogBrowserDialog.__processBuffer</h4>
 <b>__processBuffer</b>(<i></i>)
-
 <p>
         Private method to process the buffered output of the git log command.
 </p>
+
 <a NAME="GitLogBrowserDialog.__processBufferItem" ID="GitLogBrowserDialog.__processBufferItem"></a>
 <h4>GitLogBrowserDialog.__processBufferItem</h4>
 <b>__processBufferItem</b>(<i>logEntry</i>)
-
 <p>
         Private method to process a log entry.
 </p>
+
 <dl>
 
 <dt><i>logEntry</i> (dict)</dt>
@@ -1003,7 +1011,6 @@
 <a NAME="GitLogBrowserDialog.__readStderr" ID="GitLogBrowserDialog.__readStderr"></a>
 <h4>GitLogBrowserDialog.__readStderr</h4>
 <b>__readStderr</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardError signal.
 </p>
@@ -1011,72 +1018,73 @@
         It reads the error output of the process and inserts it into the
         error pane.
 </p>
+
 <a NAME="GitLogBrowserDialog.__readStdout" ID="GitLogBrowserDialog.__readStdout"></a>
 <h4>GitLogBrowserDialog.__readStdout</h4>
 <b>__readStdout</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardOutput signal.
 </p>
 <p>
         It reads the output of the process and inserts it into a buffer.
 </p>
+
 <a NAME="GitLogBrowserDialog.__reloadGeometry" ID="GitLogBrowserDialog.__reloadGeometry"></a>
 <h4>GitLogBrowserDialog.__reloadGeometry</h4>
 <b>__reloadGeometry</b>(<i></i>)
-
 <p>
         Private method to restore the geometry.
 </p>
+
 <a NAME="GitLogBrowserDialog.__resetUI" ID="GitLogBrowserDialog.__resetUI"></a>
 <h4>GitLogBrowserDialog.__resetUI</h4>
 <b>__resetUI</b>(<i></i>)
-
 <p>
         Private method to reset the user interface.
 </p>
+
 <a NAME="GitLogBrowserDialog.__resizeColumnsFiles" ID="GitLogBrowserDialog.__resizeColumnsFiles"></a>
 <h4>GitLogBrowserDialog.__resizeColumnsFiles</h4>
 <b>__resizeColumnsFiles</b>(<i></i>)
-
 <p>
         Private method to resize the changed files tree columns.
 </p>
+
 <a NAME="GitLogBrowserDialog.__resizeColumnsLog" ID="GitLogBrowserDialog.__resizeColumnsLog"></a>
 <h4>GitLogBrowserDialog.__resizeColumnsLog</h4>
 <b>__resizeColumnsLog</b>(<i></i>)
-
 <p>
         Private method to resize the log tree columns.
 </p>
+
 <a NAME="GitLogBrowserDialog.__resortFiles" ID="GitLogBrowserDialog.__resortFiles"></a>
 <h4>GitLogBrowserDialog.__resortFiles</h4>
 <b>__resortFiles</b>(<i></i>)
-
 <p>
         Private method to resort the changed files tree.
 </p>
+
 <a NAME="GitLogBrowserDialog.__restoreSplitterStates" ID="GitLogBrowserDialog.__restoreSplitterStates"></a>
 <h4>GitLogBrowserDialog.__restoreSplitterStates</h4>
 <b>__restoreSplitterStates</b>(<i></i>)
-
 <p>
         Private method to restore the state of the various splitters.
 </p>
+
 <a NAME="GitLogBrowserDialog.__shortlogActTriggered" ID="GitLogBrowserDialog.__shortlogActTriggered"></a>
 <h4>GitLogBrowserDialog.__shortlogActTriggered</h4>
 <b>__shortlogActTriggered</b>(<i></i>)
-
 <p>
         Private slot to show a short log suitable for release announcements.
 </p>
+
 <a NAME="GitLogBrowserDialog.__showAuthorColumns" ID="GitLogBrowserDialog.__showAuthorColumns"></a>
 <h4>GitLogBrowserDialog.__showAuthorColumns</h4>
 <b>__showAuthorColumns</b>(<i>on</i>)
-
 <p>
         Private slot to show/hide the committer columns.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -1087,10 +1095,10 @@
 <a NAME="GitLogBrowserDialog.__showBranchesColumn" ID="GitLogBrowserDialog.__showBranchesColumn"></a>
 <h4>GitLogBrowserDialog.__showBranchesColumn</h4>
 <b>__showBranchesColumn</b>(<i>on</i>)
-
 <p>
         Private slot to show/hide the branches column.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -1101,10 +1109,10 @@
 <a NAME="GitLogBrowserDialog.__showCommitIdColumn" ID="GitLogBrowserDialog.__showCommitIdColumn"></a>
 <h4>GitLogBrowserDialog.__showCommitIdColumn</h4>
 <b>__showCommitIdColumn</b>(<i>on</i>)
-
 <p>
         Private slot to show/hide the commit ID column.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -1115,10 +1123,10 @@
 <a NAME="GitLogBrowserDialog.__showCommitterColumns" ID="GitLogBrowserDialog.__showCommitterColumns"></a>
 <h4>GitLogBrowserDialog.__showCommitterColumns</h4>
 <b>__showCommitterColumns</b>(<i>on</i>)
-
 <p>
         Private slot to show/hide the committer columns.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -1129,10 +1137,10 @@
 <a NAME="GitLogBrowserDialog.__showError" ID="GitLogBrowserDialog.__showError"></a>
 <h4>GitLogBrowserDialog.__showError</h4>
 <b>__showError</b>(<i>out</i>)
-
 <p>
         Private slot to show some error.
 </p>
+
 <dl>
 
 <dt><i>out</i> (str)</dt>
@@ -1143,10 +1151,10 @@
 <a NAME="GitLogBrowserDialog.__showTagsColumn" ID="GitLogBrowserDialog.__showTagsColumn"></a>
 <h4>GitLogBrowserDialog.__showTagsColumn</h4>
 <b>__showTagsColumn</b>(<i>on</i>)
-
 <p>
         Private slot to show/hide the tags column.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -1157,32 +1165,32 @@
 <a NAME="GitLogBrowserDialog.__switchActTriggered" ID="GitLogBrowserDialog.__switchActTriggered"></a>
 <h4>GitLogBrowserDialog.__switchActTriggered</h4>
 <b>__switchActTriggered</b>(<i></i>)
-
 <p>
         Private slot to switch the working directory to the
         selected commit.
 </p>
+
 <a NAME="GitLogBrowserDialog.__tagActTriggered" ID="GitLogBrowserDialog.__tagActTriggered"></a>
 <h4>GitLogBrowserDialog.__tagActTriggered</h4>
 <b>__tagActTriggered</b>(<i></i>)
-
 <p>
         Private slot to tag the selected commit.
 </p>
+
 <a NAME="GitLogBrowserDialog.__updateDetailsAndFiles" ID="GitLogBrowserDialog.__updateDetailsAndFiles"></a>
 <h4>GitLogBrowserDialog.__updateDetailsAndFiles</h4>
 <b>__updateDetailsAndFiles</b>(<i></i>)
-
 <p>
         Private slot to update the details and file changes panes.
 </p>
+
 <a NAME="GitLogBrowserDialog.__updateFilesTree" ID="GitLogBrowserDialog.__updateFilesTree"></a>
 <h4>GitLogBrowserDialog.__updateFilesTree</h4>
 <b>__updateFilesTree</b>(<i>itm</i>)
-
 <p>
         Private method to update the files tree with changes of the given item.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (QTreeWidgetItem)</dt>
@@ -1193,25 +1201,25 @@
 <a NAME="GitLogBrowserDialog.__updateSbsSelectLabel" ID="GitLogBrowserDialog.__updateSbsSelectLabel"></a>
 <h4>GitLogBrowserDialog.__updateSbsSelectLabel</h4>
 <b>__updateSbsSelectLabel</b>(<i></i>)
-
 <p>
         Private slot to update the enabled status of the diff buttons.
 </p>
+
 <a NAME="GitLogBrowserDialog.__updateToolMenuActions" ID="GitLogBrowserDialog.__updateToolMenuActions"></a>
 <h4>GitLogBrowserDialog.__updateToolMenuActions</h4>
 <b>__updateToolMenuActions</b>(<i></i>)
-
 <p>
         Private slot to update the status of the tool menu actions and
         the tool menu button.
 </p>
+
 <a NAME="GitLogBrowserDialog.closeEvent" ID="GitLogBrowserDialog.closeEvent"></a>
 <h4>GitLogBrowserDialog.closeEvent</h4>
 <b>closeEvent</b>(<i>e</i>)
-
 <p>
         Protected slot implementing a close event handler.
 </p>
+
 <dl>
 
 <dt><i>e</i> (QCloseEvent)</dt>
@@ -1222,10 +1230,10 @@
 <a NAME="GitLogBrowserDialog.col2x" ID="GitLogBrowserDialog.col2x"></a>
 <h4>GitLogBrowserDialog.col2x</h4>
 <b>col2x</b>(<i>radius</i>)
-
 <p>
             Local function to calculate a x-position for a column.
 </p>
+
 <dl>
 
 <dt><i>col</i> (int)</dt>
@@ -1240,10 +1248,10 @@
 <a NAME="GitLogBrowserDialog.keyPressEvent" ID="GitLogBrowserDialog.keyPressEvent"></a>
 <h4>GitLogBrowserDialog.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>evt</i>)
-
 <p>
         Protected slot to handle a key press event.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QKeyEvent)</dt>
@@ -1254,10 +1262,10 @@
 <a NAME="GitLogBrowserDialog.on_buttonBox_clicked" ID="GitLogBrowserDialog.on_buttonBox_clicked"></a>
 <h4>GitLogBrowserDialog.on_buttonBox_clicked</h4>
 <b>on_buttonBox_clicked</b>(<i>button</i>)
-
 <p>
         Private slot called by a button of the button box clicked.
 </p>
+
 <dl>
 
 <dt><i>button</i> (QAbstractButton)</dt>
@@ -1268,10 +1276,10 @@
 <a NAME="GitLogBrowserDialog.on_diffSelectLabel_linkActivated" ID="GitLogBrowserDialog.on_diffSelectLabel_linkActivated"></a>
 <h4>GitLogBrowserDialog.on_diffSelectLabel_linkActivated</h4>
 <b>on_diffSelectLabel_linkActivated</b>(<i>link</i>)
-
 <p>
         Private slot to handle the selection of a diff target.
 </p>
+
 <dl>
 
 <dt><i>link</i> (str)</dt>
@@ -1282,17 +1290,17 @@
 <a NAME="GitLogBrowserDialog.on_downButton_clicked" ID="GitLogBrowserDialog.on_downButton_clicked"></a>
 <h4>GitLogBrowserDialog.on_downButton_clicked</h4>
 <b>on_downButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to move the current item down one entry.
 </p>
+
 <a NAME="GitLogBrowserDialog.on_fieldCombo_activated" ID="GitLogBrowserDialog.on_fieldCombo_activated"></a>
 <h4>GitLogBrowserDialog.on_fieldCombo_activated</h4>
 <b>on_fieldCombo_activated</b>(<i>index</i>)
-
 <p>
         Private slot called, when a new filter field is selected.
 </p>
+
 <dl>
 
 <dt><i>index</i> (int)</dt>
@@ -1303,10 +1311,10 @@
 <a NAME="GitLogBrowserDialog.on_filesTree_currentItemChanged" ID="GitLogBrowserDialog.on_filesTree_currentItemChanged"></a>
 <h4>GitLogBrowserDialog.on_filesTree_currentItemChanged</h4>
 <b>on_filesTree_currentItemChanged</b>(<i>current, previous</i>)
-
 <p>
         Private slot called, when the current item of the files tree changes.
 </p>
+
 <dl>
 
 <dt><i>current</i> (QTreeWidgetItem)</dt>
@@ -1321,24 +1329,24 @@
 <a NAME="GitLogBrowserDialog.on_findNextButton_clicked" ID="GitLogBrowserDialog.on_findNextButton_clicked"></a>
 <h4>GitLogBrowserDialog.on_findNextButton_clicked</h4>
 <b>on_findNextButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to find the next item matching the entered criteria.
 </p>
+
 <a NAME="GitLogBrowserDialog.on_findPrevButton_clicked" ID="GitLogBrowserDialog.on_findPrevButton_clicked"></a>
 <h4>GitLogBrowserDialog.on_findPrevButton_clicked</h4>
 <b>on_findPrevButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to find the previous item matching the entered criteria.
 </p>
+
 <a NAME="GitLogBrowserDialog.on_fromDate_dateChanged" ID="GitLogBrowserDialog.on_fromDate_dateChanged"></a>
 <h4>GitLogBrowserDialog.on_fromDate_dateChanged</h4>
 <b>on_fromDate_dateChanged</b>(<i>date</i>)
-
 <p>
         Private slot called, when the from date changes.
 </p>
+
 <dl>
 
 <dt><i>date</i> (QDate)</dt>
@@ -1349,17 +1357,17 @@
 <a NAME="GitLogBrowserDialog.on_input_returnPressed" ID="GitLogBrowserDialog.on_input_returnPressed"></a>
 <h4>GitLogBrowserDialog.on_input_returnPressed</h4>
 <b>on_input_returnPressed</b>(<i></i>)
-
 <p>
         Private slot to handle the press of the return key in the input field.
 </p>
+
 <a NAME="GitLogBrowserDialog.on_logTree_currentItemChanged" ID="GitLogBrowserDialog.on_logTree_currentItemChanged"></a>
 <h4>GitLogBrowserDialog.on_logTree_currentItemChanged</h4>
 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>)
-
 <p>
         Private slot called, when the current item of the log tree changes.
 </p>
+
 <dl>
 
 <dt><i>current</i> (QTreeWidgetItem)</dt>
@@ -1374,10 +1382,10 @@
 <a NAME="GitLogBrowserDialog.on_logTree_customContextMenuRequested" ID="GitLogBrowserDialog.on_logTree_customContextMenuRequested"></a>
 <h4>GitLogBrowserDialog.on_logTree_customContextMenuRequested</h4>
 <b>on_logTree_customContextMenuRequested</b>(<i>pos</i>)
-
 <p>
         Private slot to show the context menu of the log tree.
 </p>
+
 <dl>
 
 <dt><i>pos</i> (QPoint)</dt>
@@ -1388,17 +1396,17 @@
 <a NAME="GitLogBrowserDialog.on_logTree_itemSelectionChanged" ID="GitLogBrowserDialog.on_logTree_itemSelectionChanged"></a>
 <h4>GitLogBrowserDialog.on_logTree_itemSelectionChanged</h4>
 <b>on_logTree_itemSelectionChanged</b>(<i></i>)
-
 <p>
         Private slot called, when the selection has changed.
 </p>
+
 <a NAME="GitLogBrowserDialog.on_modeComboBox_currentIndexChanged" ID="GitLogBrowserDialog.on_modeComboBox_currentIndexChanged"></a>
 <h4>GitLogBrowserDialog.on_modeComboBox_currentIndexChanged</h4>
 <b>on_modeComboBox_currentIndexChanged</b>(<i>index</i>)
-
 <p>
         Private slot to react on mode changes.
 </p>
+
 <dl>
 
 <dt><i>index</i> (int)</dt>
@@ -1409,17 +1417,17 @@
 <a NAME="GitLogBrowserDialog.on_nextButton_clicked" ID="GitLogBrowserDialog.on_nextButton_clicked"></a>
 <h4>GitLogBrowserDialog.on_nextButton_clicked</h4>
 <b>on_nextButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the Next button.
 </p>
+
 <a NAME="GitLogBrowserDialog.on_passwordCheckBox_toggled" ID="GitLogBrowserDialog.on_passwordCheckBox_toggled"></a>
 <h4>GitLogBrowserDialog.on_passwordCheckBox_toggled</h4>
 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
-
 <p>
         Private slot to handle the password checkbox toggled.
 </p>
+
 <dl>
 
 <dt><i>isOn</i> (bool)</dt>
@@ -1430,24 +1438,24 @@
 <a NAME="GitLogBrowserDialog.on_refreshButton_clicked" ID="GitLogBrowserDialog.on_refreshButton_clicked"></a>
 <h4>GitLogBrowserDialog.on_refreshButton_clicked</h4>
 <b>on_refreshButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to refresh the log.
 </p>
+
 <a NAME="GitLogBrowserDialog.on_rxEdit_returnPressed" ID="GitLogBrowserDialog.on_rxEdit_returnPressed"></a>
 <h4>GitLogBrowserDialog.on_rxEdit_returnPressed</h4>
 <b>on_rxEdit_returnPressed</b>(<i></i>)
-
 <p>
         Private slot handling a press of the Return key in the rxEdit input.
 </p>
+
 <a NAME="GitLogBrowserDialog.on_rxEdit_textChanged" ID="GitLogBrowserDialog.on_rxEdit_textChanged"></a>
 <h4>GitLogBrowserDialog.on_rxEdit_textChanged</h4>
 <b>on_rxEdit_textChanged</b>(<i>txt</i>)
-
 <p>
         Private slot called, when a filter expression is entered.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -1458,10 +1466,10 @@
 <a NAME="GitLogBrowserDialog.on_saveLabel_linkActivated" ID="GitLogBrowserDialog.on_saveLabel_linkActivated"></a>
 <h4>GitLogBrowserDialog.on_saveLabel_linkActivated</h4>
 <b>on_saveLabel_linkActivated</b>(<i>link</i>)
-
 <p>
         Private slot to handle the selection of the save link.
 </p>
+
 <dl>
 
 <dt><i>link</i> (str)</dt>
@@ -1472,10 +1480,10 @@
 <a NAME="GitLogBrowserDialog.on_sbsSelectLabel_linkActivated" ID="GitLogBrowserDialog.on_sbsSelectLabel_linkActivated"></a>
 <h4>GitLogBrowserDialog.on_sbsSelectLabel_linkActivated</h4>
 <b>on_sbsSelectLabel_linkActivated</b>(<i>link</i>)
-
 <p>
         Private slot to handle selection of a side-by-side link.
 </p>
+
 <dl>
 
 <dt><i>link</i> (str)</dt>
@@ -1486,17 +1494,17 @@
 <a NAME="GitLogBrowserDialog.on_sendButton_clicked" ID="GitLogBrowserDialog.on_sendButton_clicked"></a>
 <h4>GitLogBrowserDialog.on_sendButton_clicked</h4>
 <b>on_sendButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to send the input to the git process.
 </p>
+
 <a NAME="GitLogBrowserDialog.on_stopCheckBox_clicked" ID="GitLogBrowserDialog.on_stopCheckBox_clicked"></a>
 <h4>GitLogBrowserDialog.on_stopCheckBox_clicked</h4>
 <b>on_stopCheckBox_clicked</b>(<i>checked</i>)
-
 <p>
         Private slot called, when the stop on copy/move checkbox is clicked.
 </p>
+
 <dl>
 
 <dt><i>checked</i> (bool)</dt>
@@ -1507,10 +1515,10 @@
 <a NAME="GitLogBrowserDialog.on_toDate_dateChanged" ID="GitLogBrowserDialog.on_toDate_dateChanged"></a>
 <h4>GitLogBrowserDialog.on_toDate_dateChanged</h4>
 <b>on_toDate_dateChanged</b>(<i>date</i>)
-
 <p>
         Private slot called, when the from date changes.
 </p>
+
 <dl>
 
 <dt><i>date</i> (QDate)</dt>
@@ -1521,24 +1529,24 @@
 <a NAME="GitLogBrowserDialog.on_upButton_clicked" ID="GitLogBrowserDialog.on_upButton_clicked"></a>
 <h4>GitLogBrowserDialog.on_upButton_clicked</h4>
 <b>on_upButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to move the current item up one entry.
 </p>
+
 <a NAME="GitLogBrowserDialog.show" ID="GitLogBrowserDialog.show"></a>
 <h4>GitLogBrowserDialog.show</h4>
 <b>show</b>(<i></i>)
-
 <p>
         Public slot to show the dialog.
 </p>
+
 <a NAME="GitLogBrowserDialog.start" ID="GitLogBrowserDialog.start"></a>
 <h4>GitLogBrowserDialog.start</h4>
 <b>start</b>(<i>fn, isFile=False, noEntries=0</i>)
-
 <p>
         Public slot to start the git log command.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -1556,4 +1564,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial