--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,66 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog</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="#HgLogBrowserDialog">HgLogBrowserDialog</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="HgLogBrowserDialog" ID="HgLogBrowserDialog"></a> <h2>HgLogBrowserDialog</h2> - <p> Class implementing a dialog to browse the log history. </p> + <h3>Derived from</h3> QWidget, Ui_HgLogBrowserDialog <h3>Class Attributes</h3> +<table> +<tr><td>AuthorColumn</td></tr> +<tr><td>BookmarksColumn</td></tr> +<tr><td>BranchColumn</td></tr> +<tr><td>ClosedIndicator</td></tr> +<tr><td>DateColumn</td></tr> +<tr><td>GraftedRe</td></tr> +<tr><td>GraftedTemplate</td></tr> +<tr><td>IconColumn</td></tr> +<tr><td>LargefilesCacheL</td></tr> +<tr><td>LargefilesCacheW</td></tr> +<tr><td>MessageColumn</td></tr> +<tr><td>PathSeparatorRe</td></tr> +<tr><td>PhaseColumn</td></tr> +<tr><td>RevisionColumn</td></tr> +<tr><td>TagsColumn</td></tr> +</table> -<table> -<tr><td>AuthorColumn</td></tr><tr><td>BookmarksColumn</td></tr><tr><td>BranchColumn</td></tr><tr><td>ClosedIndicator</td></tr><tr><td>DateColumn</td></tr><tr><td>GraftedRe</td></tr><tr><td>GraftedTemplate</td></tr><tr><td>IconColumn</td></tr><tr><td>LargefilesCacheL</td></tr><tr><td>LargefilesCacheW</td></tr><tr><td>MessageColumn</td></tr><tr><td>PathSeparatorRe</td></tr><tr><td>PhaseColumn</td></tr><tr><td>RevisionColumn</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="#HgLogBrowserDialog.__init__">HgLogBrowserDialog</a></td> <td>Constructor</td> @@ -379,19 +392,20 @@ <td>Public slot to start the hg log command.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="HgLogBrowserDialog.__init__" ID="HgLogBrowserDialog.__init__"></a> <h4>HgLogBrowserDialog (Constructor)</h4> <b>HgLogBrowserDialog</b>(<i>vcs, mode="", parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>vcs</i> (Hg)</dt> @@ -410,10 +424,10 @@ <a NAME="HgLogBrowserDialog.__actionMode" ID="HgLogBrowserDialog.__actionMode"></a> <h4>HgLogBrowserDialog.__actionMode</h4> <b>__actionMode</b>(<i></i>) - <p> Private method to get the selected action mode. </p> + <dl> <dt>Return:</dt> <dd> @@ -429,7 +443,6 @@ <a NAME="HgLogBrowserDialog.__addFinishCallback" ID="HgLogBrowserDialog.__addFinishCallback"></a> <h4>HgLogBrowserDialog.__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 +450,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,24 +461,24 @@ <a NAME="HgLogBrowserDialog.__bookmarkActTriggered" ID="HgLogBrowserDialog.__bookmarkActTriggered"></a> <h4>HgLogBrowserDialog.__bookmarkActTriggered</h4> <b>__bookmarkActTriggered</b>(<i></i>) - <p> Private slot to bookmark the selected revision. </p> + <a NAME="HgLogBrowserDialog.__bookmarkMoveActTriggered" ID="HgLogBrowserDialog.__bookmarkMoveActTriggered"></a> <h4>HgLogBrowserDialog.__bookmarkMoveActTriggered</h4> <b>__bookmarkMoveActTriggered</b>(<i></i>) - <p> Private slot to move a bookmark to the selected revision. </p> + <a NAME="HgLogBrowserDialog.__branchColor" ID="HgLogBrowserDialog.__branchColor"></a> <h4>HgLogBrowserDialog.__branchColor</h4> <b>__branchColor</b>(<i>branchName</i>) - <p> Private method to calculate a color for a given branch name. </p> + <dl> <dt><i>branchName</i> (str)</dt> @@ -487,31 +501,31 @@ <a NAME="HgLogBrowserDialog.__bundleActTriggered" ID="HgLogBrowserDialog.__bundleActTriggered"></a> <h4>HgLogBrowserDialog.__bundleActTriggered</h4> <b>__bundleActTriggered</b>(<i></i>) - <p> Private slot to create a changegroup file. </p> + <a NAME="HgLogBrowserDialog.__closeHeadsActTriggered" ID="HgLogBrowserDialog.__closeHeadsActTriggered"></a> <h4>HgLogBrowserDialog.__closeHeadsActTriggered</h4> <b>__closeHeadsActTriggered</b>(<i></i>) - <p> Private slot to close the selected head revisions. </p> + <a NAME="HgLogBrowserDialog.__filterLogs" ID="HgLogBrowserDialog.__filterLogs"></a> <h4>HgLogBrowserDialog.__filterLogs</h4> <b>__filterLogs</b>(<i></i>) - <p> Private method to filter the log entries. </p> + <a NAME="HgLogBrowserDialog.__findItem" ID="HgLogBrowserDialog.__findItem"></a> <h4>HgLogBrowserDialog.__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> @@ -526,19 +540,19 @@ <a NAME="HgLogBrowserDialog.__finish" ID="HgLogBrowserDialog.__finish"></a> <h4>HgLogBrowserDialog.__finish</h4> <b>__finish</b>(<i></i>) - <p> Private slot called when the process finished or the user pressed the button. </p> + <a NAME="HgLogBrowserDialog.__generateDetailsTableText" ID="HgLogBrowserDialog.__generateDetailsTableText"></a> <h4>HgLogBrowserDialog.__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> @@ -561,10 +575,10 @@ <a NAME="HgLogBrowserDialog.__generateDiffs" ID="HgLogBrowserDialog.__generateDiffs"></a> <h4>HgLogBrowserDialog.__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> @@ -575,10 +589,10 @@ <a NAME="HgLogBrowserDialog.__generateEdges" ID="HgLogBrowserDialog.__generateEdges"></a> <h4>HgLogBrowserDialog.__generateEdges</h4> <b>__generateEdges</b>(<i>rev, parents</i>) - <p> Private method to generate edge info for the give data. </p> + <dl> <dt><i>rev</i> (int)</dt> @@ -607,11 +621,11 @@ <a NAME="HgLogBrowserDialog.__generateIcon" ID="HgLogBrowserDialog.__generateIcon"></a> <h4>HgLogBrowserDialog.__generateIcon</h4> <b>__generateIcon</b>(<i>column, bottomedges, topedges, dotColor, currentRev, closed, isPushableDraft, </i>) - <p> Private method to generate an icon containing the revision tree for the given data. </p> + <dl> <dt><i>column</i> (int)</dt> @@ -661,10 +675,10 @@ <a NAME="HgLogBrowserDialog.__generateLogItem" ID="HgLogBrowserDialog.__generateLogItem"></a> <h4>HgLogBrowserDialog.__generateLogItem</h4> <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths, parents, branches, tags, phase, bookmarks, latestTag, canPush=False, </i>) - <p> Private method to generate a log tree entry. </p> + <dl> <dt><i>author</i> (str)</dt> @@ -732,24 +746,24 @@ <a NAME="HgLogBrowserDialog.__generatorFinished" ID="HgLogBrowserDialog.__generatorFinished"></a> <h4>HgLogBrowserDialog.__generatorFinished</h4> <b>__generatorFinished</b>(<i></i>) - <p> Private slot connected to the finished signal of the diff generator. </p> + <a NAME="HgLogBrowserDialog.__getClosedBranches" ID="HgLogBrowserDialog.__getClosedBranches"></a> <h4>HgLogBrowserDialog.__getClosedBranches</h4> <b>__getClosedBranches</b>(<i></i>) - <p> Private method to get the list of closed branches. </p> + <a NAME="HgLogBrowserDialog.__getColor" ID="HgLogBrowserDialog.__getColor"></a> <h4>HgLogBrowserDialog.__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> @@ -772,17 +786,17 @@ <a NAME="HgLogBrowserDialog.__getHeads" ID="HgLogBrowserDialog.__getHeads"></a> <h4>HgLogBrowserDialog.__getHeads</h4> <b>__getHeads</b>(<i></i>) - <p> Private method to get the list of all heads. </p> + <a NAME="HgLogBrowserDialog.__getLogEntries" ID="HgLogBrowserDialog.__getLogEntries"></a> <h4>HgLogBrowserDialog.__getLogEntries</h4> <b>__getLogEntries</b>(<i>startRev=None, noEntries=0</i>) - <p> Private method to retrieve log entries from the repository. </p> + <dl> <dt><i>startRev</i> (int or str)</dt> @@ -797,11 +811,11 @@ <a NAME="HgLogBrowserDialog.__getParents" ID="HgLogBrowserDialog.__getParents"></a> <h4>HgLogBrowserDialog.__getParents</h4> <b>__getParents</b>(<i>rev</i>) - <p> Private method to get the parents of the currently viewed file/directory. </p> + <dl> <dt><i>rev</i> (str)</dt> @@ -824,10 +838,10 @@ <a NAME="HgLogBrowserDialog.__getRevisionOfTag" ID="HgLogBrowserDialog.__getRevisionOfTag"></a> <h4>HgLogBrowserDialog.__getRevisionOfTag</h4> <b>__getRevisionOfTag</b>(<i>tag</i>) - <p> Private method to get the revision of a tag. </p> + <dl> <dt><i>tag</i> (str)</dt> @@ -850,67 +864,67 @@ <a NAME="HgLogBrowserDialog.__gpgSignActTriggered" ID="HgLogBrowserDialog.__gpgSignActTriggered"></a> <h4>HgLogBrowserDialog.__gpgSignActTriggered</h4> <b>__gpgSignActTriggered</b>(<i></i>) - <p> Private slot to sign the selected revisions. </p> + <a NAME="HgLogBrowserDialog.__gpgVerifyActTriggered" ID="HgLogBrowserDialog.__gpgVerifyActTriggered"></a> <h4>HgLogBrowserDialog.__gpgVerifyActTriggered</h4> <b>__gpgVerifyActTriggered</b>(<i></i>) - <p> Private slot to verify the signatures of a selected revisions. </p> + <a NAME="HgLogBrowserDialog.__graftActTriggered" ID="HgLogBrowserDialog.__graftActTriggered"></a> <h4>HgLogBrowserDialog.__graftActTriggered</h4> <b>__graftActTriggered</b>(<i></i>) - <p> Private slot to handle the Copy Changesets action. </p> + <a NAME="HgLogBrowserDialog.__identifyProject" ID="HgLogBrowserDialog.__identifyProject"></a> <h4>HgLogBrowserDialog.__identifyProject</h4> <b>__identifyProject</b>(<i></i>) - <p> Private method to determine the revision of the project directory. </p> + <a NAME="HgLogBrowserDialog.__initActionsMenu" ID="HgLogBrowserDialog.__initActionsMenu"></a> <h4>HgLogBrowserDialog.__initActionsMenu</h4> <b>__initActionsMenu</b>(<i></i>) - <p> Private method to initialize the actions menu. </p> + <a NAME="HgLogBrowserDialog.__initData" ID="HgLogBrowserDialog.__initData"></a> <h4>HgLogBrowserDialog.__initData</h4> <b>__initData</b>(<i></i>) - <p> Private method to (re-)initialize some data. </p> + <a NAME="HgLogBrowserDialog.__lfPullActTriggered" ID="HgLogBrowserDialog.__lfPullActTriggered"></a> <h4>HgLogBrowserDialog.__lfPullActTriggered</h4> <b>__lfPullActTriggered</b>(<i></i>) - <p> Private slot to pull large files of selected revisions. </p> + <a NAME="HgLogBrowserDialog.__mergeActTriggered" ID="HgLogBrowserDialog.__mergeActTriggered"></a> <h4>HgLogBrowserDialog.__mergeActTriggered</h4> <b>__mergeActTriggered</b>(<i></i>) - <p> Private slot to merge the working directory with the selected changeset. </p> + <a NAME="HgLogBrowserDialog.__modifyForLargeFiles" ID="HgLogBrowserDialog.__modifyForLargeFiles"></a> <h4>HgLogBrowserDialog.__modifyForLargeFiles</h4> <b>__modifyForLargeFiles</b>(<i>filename</i>) - <p> Private method to convert the displayed file name for a large file. </p> + <dl> <dt><i>filename</i> (str)</dt> @@ -933,17 +947,17 @@ <a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a> <h4>HgLogBrowserDialog.__phaseActTriggered</h4> <b>__phaseActTriggered</b>(<i></i>) - <p> Private slot to handle the Change Phase action. </p> + <a NAME="HgLogBrowserDialog.__prepareFieldSearch" ID="HgLogBrowserDialog.__prepareFieldSearch"></a> <h4>HgLogBrowserDialog.__prepareFieldSearch</h4> <b>__prepareFieldSearch</b>(<i></i>) - <p> Private slot to prepare the filed search data. </p> + <dl> <dt>Return:</dt> <dd> @@ -960,82 +974,82 @@ <a NAME="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a> <h4>HgLogBrowserDialog.__processBuffer</h4> <b>__processBuffer</b>(<i></i>) - <p> Private method to process the buffered output of the hg log command. </p> + <a NAME="HgLogBrowserDialog.__pullActTriggered" ID="HgLogBrowserDialog.__pullActTriggered"></a> <h4>HgLogBrowserDialog.__pullActTriggered</h4> <b>__pullActTriggered</b>(<i></i>) - <p> Private slot to pull changes from a remote repository. </p> + <a NAME="HgLogBrowserDialog.__pushActTriggered" ID="HgLogBrowserDialog.__pushActTriggered"></a> <h4>HgLogBrowserDialog.__pushActTriggered</h4> <b>__pushActTriggered</b>(<i></i>) - <p> Private slot to push changes to a remote repository up to a selected changeset. </p> + <a NAME="HgLogBrowserDialog.__pushAllActTriggered" ID="HgLogBrowserDialog.__pushAllActTriggered"></a> <h4>HgLogBrowserDialog.__pushAllActTriggered</h4> <b>__pushAllActTriggered</b>(<i></i>) - <p> Private slot to push all changes to a remote repository. </p> + <a NAME="HgLogBrowserDialog.__reloadGeometry" ID="HgLogBrowserDialog.__reloadGeometry"></a> <h4>HgLogBrowserDialog.__reloadGeometry</h4> <b>__reloadGeometry</b>(<i></i>) - <p> Private method to restore the geometry. </p> + <a NAME="HgLogBrowserDialog.__resetUI" ID="HgLogBrowserDialog.__resetUI"></a> <h4>HgLogBrowserDialog.__resetUI</h4> <b>__resetUI</b>(<i></i>) - <p> Private method to reset the user interface. </p> + <a NAME="HgLogBrowserDialog.__resizeColumnsFiles" ID="HgLogBrowserDialog.__resizeColumnsFiles"></a> <h4>HgLogBrowserDialog.__resizeColumnsFiles</h4> <b>__resizeColumnsFiles</b>(<i></i>) - <p> Private method to resize the changed files tree columns. </p> + <a NAME="HgLogBrowserDialog.__resizeColumnsLog" ID="HgLogBrowserDialog.__resizeColumnsLog"></a> <h4>HgLogBrowserDialog.__resizeColumnsLog</h4> <b>__resizeColumnsLog</b>(<i></i>) - <p> Private method to resize the log tree columns. </p> + <a NAME="HgLogBrowserDialog.__resortFiles" ID="HgLogBrowserDialog.__resortFiles"></a> <h4>HgLogBrowserDialog.__resortFiles</h4> <b>__resortFiles</b>(<i></i>) - <p> Private method to resort the changed files tree. </p> + <a NAME="HgLogBrowserDialog.__restoreSplitterStates" ID="HgLogBrowserDialog.__restoreSplitterStates"></a> <h4>HgLogBrowserDialog.__restoreSplitterStates</h4> <b>__restoreSplitterStates</b>(<i></i>) - <p> Private method to restore the state of the various splitters. </p> + <a NAME="HgLogBrowserDialog.__revisionClicked" ID="HgLogBrowserDialog.__revisionClicked"></a> <h4>HgLogBrowserDialog.__revisionClicked</h4> <b>__revisionClicked</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> @@ -1046,10 +1060,10 @@ <a NAME="HgLogBrowserDialog.__selectAllActTriggered" ID="HgLogBrowserDialog.__selectAllActTriggered"></a> <h4>HgLogBrowserDialog.__selectAllActTriggered</h4> <b>__selectAllActTriggered</b>(<i>select=True</i>) - <p> Private method to select or unselect all log entries. </p> + <dl> <dt><i>select</i> (bool)</dt> @@ -1060,10 +1074,10 @@ <a NAME="HgLogBrowserDialog.__selectBranches" ID="HgLogBrowserDialog.__selectBranches"></a> <h4>HgLogBrowserDialog.__selectBranches</h4> <b>__selectBranches</b>(<i>stateFilter=None</i>) - <p> Private slot to select the branches to be shown. </p> + <dl> <dt><i>stateFilter</i> (list of str (optional))</dt> @@ -1075,10 +1089,10 @@ <a NAME="HgLogBrowserDialog.__showError" ID="HgLogBrowserDialog.__showError"></a> <h4>HgLogBrowserDialog.__showError</h4> <b>__showError</b>(<i>out</i>) - <p> Private slot to show some error. </p> + <dl> <dt><i>out</i> (str)</dt> @@ -1089,46 +1103,46 @@ <a NAME="HgLogBrowserDialog.__stripActTriggered" ID="HgLogBrowserDialog.__stripActTriggered"></a> <h4>HgLogBrowserDialog.__stripActTriggered</h4> <b>__stripActTriggered</b>(<i></i>) - <p> Private slot to strip changesets from the repository. </p> + <a NAME="HgLogBrowserDialog.__switchActTriggered" ID="HgLogBrowserDialog.__switchActTriggered"></a> <h4>HgLogBrowserDialog.__switchActTriggered</h4> <b>__switchActTriggered</b>(<i></i>) - <p> Private slot to switch the working directory to the selected revision. </p> + <a NAME="HgLogBrowserDialog.__tagActTriggered" ID="HgLogBrowserDialog.__tagActTriggered"></a> <h4>HgLogBrowserDialog.__tagActTriggered</h4> <b>__tagActTriggered</b>(<i></i>) - <p> Private slot to tag the selected revision. </p> + <a NAME="HgLogBrowserDialog.__unbundleActTriggered" ID="HgLogBrowserDialog.__unbundleActTriggered"></a> <h4>HgLogBrowserDialog.__unbundleActTriggered</h4> <b>__unbundleActTriggered</b>(<i></i>) - <p> Private slot to apply the currently previewed bundle file. </p> + <a NAME="HgLogBrowserDialog.__updateDetailsAndFiles" ID="HgLogBrowserDialog.__updateDetailsAndFiles"></a> <h4>HgLogBrowserDialog.__updateDetailsAndFiles</h4> <b>__updateDetailsAndFiles</b>(<i></i>) - <p> Private slot to update the details and file changes panes. </p> + <a NAME="HgLogBrowserDialog.__updateFilesTree" ID="HgLogBrowserDialog.__updateFilesTree"></a> <h4>HgLogBrowserDialog.__updateFilesTree</h4> <b>__updateFilesTree</b>(<i>parent, itm</i>) - <p> Private method to update the files tree with changes of the given item. </p> + <dl> <dt><i>parent</i> (QTreeWidget or QTreeWidgetItem)</dt> @@ -1143,25 +1157,25 @@ <a NAME="HgLogBrowserDialog.__updateSbsSelectLabel" ID="HgLogBrowserDialog.__updateSbsSelectLabel"></a> <h4>HgLogBrowserDialog.__updateSbsSelectLabel</h4> <b>__updateSbsSelectLabel</b>(<i></i>) - <p> Private slot to update the enabled status of the diff buttons. </p> + <a NAME="HgLogBrowserDialog.__updateToolMenuActions" ID="HgLogBrowserDialog.__updateToolMenuActions"></a> <h4>HgLogBrowserDialog.__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="HgLogBrowserDialog.closeEvent" ID="HgLogBrowserDialog.closeEvent"></a> <h4>HgLogBrowserDialog.closeEvent</h4> <b>closeEvent</b>(<i>e</i>) - <p> Protected slot implementing a close event handler. </p> + <dl> <dt><i>e</i> (QCloseEvent)</dt> @@ -1172,10 +1186,10 @@ <a NAME="HgLogBrowserDialog.col2x" ID="HgLogBrowserDialog.col2x"></a> <h4>HgLogBrowserDialog.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> @@ -1190,10 +1204,10 @@ <a NAME="HgLogBrowserDialog.on_branchCombo_activated" ID="HgLogBrowserDialog.on_branchCombo_activated"></a> <h4>HgLogBrowserDialog.on_branchCombo_activated</h4> <b>on_branchCombo_activated</b>(<i>index</i>) - <p> Private slot called, when a new branch is selected. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -1204,10 +1218,10 @@ <a NAME="HgLogBrowserDialog.on_buttonBox_clicked" ID="HgLogBrowserDialog.on_buttonBox_clicked"></a> <h4>HgLogBrowserDialog.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> @@ -1218,10 +1232,10 @@ <a NAME="HgLogBrowserDialog.on_diffSelectLabel_linkActivated" ID="HgLogBrowserDialog.on_diffSelectLabel_linkActivated"></a> <h4>HgLogBrowserDialog.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> @@ -1232,17 +1246,17 @@ <a NAME="HgLogBrowserDialog.on_downButton_clicked" ID="HgLogBrowserDialog.on_downButton_clicked"></a> <h4>HgLogBrowserDialog.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="HgLogBrowserDialog.on_fieldCombo_activated" ID="HgLogBrowserDialog.on_fieldCombo_activated"></a> <h4>HgLogBrowserDialog.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> @@ -1253,10 +1267,10 @@ <a NAME="HgLogBrowserDialog.on_filesTree_currentItemChanged" ID="HgLogBrowserDialog.on_filesTree_currentItemChanged"></a> <h4>HgLogBrowserDialog.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> @@ -1271,24 +1285,24 @@ <a NAME="HgLogBrowserDialog.on_findNextButton_clicked" ID="HgLogBrowserDialog.on_findNextButton_clicked"></a> <h4>HgLogBrowserDialog.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="HgLogBrowserDialog.on_findPrevButton_clicked" ID="HgLogBrowserDialog.on_findPrevButton_clicked"></a> <h4>HgLogBrowserDialog.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="HgLogBrowserDialog.on_fromDate_dateChanged" ID="HgLogBrowserDialog.on_fromDate_dateChanged"></a> <h4>HgLogBrowserDialog.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> @@ -1299,10 +1313,10 @@ <a NAME="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a> <h4>HgLogBrowserDialog.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> @@ -1317,17 +1331,17 @@ <a NAME="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ID="HgLogBrowserDialog.on_logTree_itemSelectionChanged"></a> <h4>HgLogBrowserDialog.on_logTree_itemSelectionChanged</h4> <b>on_logTree_itemSelectionChanged</b>(<i></i>) - <p> Private slot called, when the selection has changed. </p> + <a NAME="HgLogBrowserDialog.on_modeComboBox_currentIndexChanged" ID="HgLogBrowserDialog.on_modeComboBox_currentIndexChanged"></a> <h4>HgLogBrowserDialog.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> @@ -1338,17 +1352,17 @@ <a NAME="HgLogBrowserDialog.on_nextButton_clicked" ID="HgLogBrowserDialog.on_nextButton_clicked"></a> <h4>HgLogBrowserDialog.on_nextButton_clicked</h4> <b>on_nextButton_clicked</b>(<i></i>) - <p> Private slot to handle the Next button. </p> + <a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a> <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4> <b>on_refreshButton_clicked</b>(<i>addNext=False</i>) - <p> Private slot to refresh the log. </p> + <dl> <dt><i>addNext</i> (bool)</dt> @@ -1360,17 +1374,17 @@ <a NAME="HgLogBrowserDialog.on_rxEdit_returnPressed" ID="HgLogBrowserDialog.on_rxEdit_returnPressed"></a> <h4>HgLogBrowserDialog.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="HgLogBrowserDialog.on_rxEdit_textChanged" ID="HgLogBrowserDialog.on_rxEdit_textChanged"></a> <h4>HgLogBrowserDialog.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> @@ -1381,10 +1395,10 @@ <a NAME="HgLogBrowserDialog.on_saveLabel_linkActivated" ID="HgLogBrowserDialog.on_saveLabel_linkActivated"></a> <h4>HgLogBrowserDialog.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> @@ -1395,10 +1409,10 @@ <a NAME="HgLogBrowserDialog.on_sbsSelectLabel_linkActivated" ID="HgLogBrowserDialog.on_sbsSelectLabel_linkActivated"></a> <h4>HgLogBrowserDialog.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> @@ -1409,10 +1423,10 @@ <a NAME="HgLogBrowserDialog.on_stopCheckBox_clicked" ID="HgLogBrowserDialog.on_stopCheckBox_clicked"></a> <h4>HgLogBrowserDialog.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> @@ -1423,10 +1437,10 @@ <a NAME="HgLogBrowserDialog.on_toDate_dateChanged" ID="HgLogBrowserDialog.on_toDate_dateChanged"></a> <h4>HgLogBrowserDialog.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> @@ -1437,24 +1451,24 @@ <a NAME="HgLogBrowserDialog.on_upButton_clicked" ID="HgLogBrowserDialog.on_upButton_clicked"></a> <h4>HgLogBrowserDialog.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="HgLogBrowserDialog.show" ID="HgLogBrowserDialog.show"></a> <h4>HgLogBrowserDialog.show</h4> <b>show</b>(<i></i>) - <p> Public slot to show the dialog. </p> + <a NAME="HgLogBrowserDialog.start" ID="HgLogBrowserDialog.start"></a> <h4>HgLogBrowserDialog.start</h4> <b>start</b>(<i>name=None, bundle=None, isFile=False, noEntries=0</i>) - <p> Public slot to start the hg log command. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1476,4 +1490,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>