diff -r c1e052773c08 -r 746c54b643eb Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html Sat Feb 26 14:28:21 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html Sat Feb 26 18:14:12 2011 +0100 @@ -66,6 +66,9 @@ <td><a href="#HgStatusDialog.__committed">__committed</a></td> <td>Private slot called after the commit has finished.</td> </tr><tr> +<td><a href="#HgStatusDialog.__diff">__diff</a></td> +<td>Private slot to handle the Diff context menu entry.</td> +</tr><tr> <td><a href="#HgStatusDialog.__finish">__finish</a></td> <td>Private slot called when the process finished or the user pressed the button.</td> </tr><tr> @@ -75,6 +78,9 @@ <td><a href="#HgStatusDialog.__generateItem">__generateItem</a></td> <td>Private method to generate a status item in the status list.</td> </tr><tr> +<td><a href="#HgStatusDialog.__getCommitableItems">__getCommitableItems</a></td> +<td>Private method to retrieve all entries the user wants to commit.</td> +</tr><tr> <td><a href="#HgStatusDialog.__getMissingItems">__getMissingItems</a></td> <td>Private method to retrieve all entries, that have a missing status.</td> </tr><tr> @@ -99,21 +105,42 @@ <td><a href="#HgStatusDialog.__resort">__resort</a></td> <td>Private method to resort the tree.</td> </tr><tr> +<td><a href="#HgStatusDialog.__restoreMissing">__restoreMissing</a></td> +<td>Private slot to handle the Restore Missing context menu entry.</td> +</tr><tr> <td><a href="#HgStatusDialog.__revert">__revert</a></td> <td>Private slot to handle the Revert context menu entry.</td> </tr><tr> <td><a href="#HgStatusDialog.__showContextMenu">__showContextMenu</a></td> <td>Protected slot to show the context menu of the status list.</td> </tr><tr> +<td><a href="#HgStatusDialog.__updateButtons">__updateButtons</a></td> +<td>Private method to update the VCS buttons status.</td> +</tr><tr> +<td><a href="#HgStatusDialog.__updateCommitButton">__updateCommitButton</a></td> +<td>Private method to update the Commit button status.</td> +</tr><tr> <td><a href="#HgStatusDialog.closeEvent">closeEvent</a></td> <td>Private slot implementing a close event handler.</td> </tr><tr> <td><a href="#HgStatusDialog.keyPressEvent">keyPressEvent</a></td> <td>Protected slot to handle a key press event.</td> </tr><tr> +<td><a href="#HgStatusDialog.on_addButton_clicked">on_addButton_clicked</a></td> +<td>Private slot to handle the press of the Add button.</td> +</tr><tr> <td><a href="#HgStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr><tr> +<td><a href="#HgStatusDialog.on_commitButton_clicked">on_commitButton_clicked</a></td> +<td>Private slot to handle the press of the Commit button.</td> +</tr><tr> +<td><a href="#HgStatusDialog.on_diffButton_clicked">on_diffButton_clicked</a></td> +<td>Private slot to handle the press of the Differences button.</td> +</tr><tr> +<td><a href="#HgStatusDialog.on_forgetButton_clicked">on_forgetButton_clicked</a></td> +<td>Private slot to handle the press of the Forget button.</td> +</tr><tr> <td><a href="#HgStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td> <td>Private slot to handle the press of the return key in the input field.</td> </tr><tr> @@ -123,9 +150,24 @@ <td><a href="#HgStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> <td>Private slot to refresh the status display.</td> </tr><tr> +<td><a href="#HgStatusDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td> +<td>Private slot to handle the press of the Restore button.</td> +</tr><tr> +<td><a href="#HgStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td> +<td>Private slot to handle the press of the Revert button.</td> +</tr><tr> <td><a href="#HgStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> <td>Private slot to send the input to the subversion process.</td> </tr><tr> +<td><a href="#HgStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td> +<td>Private slot to react to the selection of a status filter.</td> +</tr><tr> +<td><a href="#HgStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td> +<td>Private slot to act upon item changes.</td> +</tr><tr> +<td><a href="#HgStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td> +<td>Private slot to act upon changes of selected items.</td> +</tr><tr> <td><a href="#HgStatusDialog.start">start</a></td> <td>Public slot to start the hg status command.</td> </tr> @@ -158,6 +200,11 @@ <b>__committed</b>(<i></i>) <p> Private slot called after the commit has finished. +</p><a NAME="HgStatusDialog.__diff" ID="HgStatusDialog.__diff"></a> +<h4>HgStatusDialog.__diff</h4> +<b>__diff</b>(<i></i>) +<p> + Private slot to handle the Diff context menu entry. </p><a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a> <h4>HgStatusDialog.__finish</h4> <b>__finish</b>(<i></i>) @@ -181,6 +228,16 @@ <dd> path of the file or directory (string) </dd> +</dl><a NAME="HgStatusDialog.__getCommitableItems" ID="HgStatusDialog.__getCommitableItems"></a> +<h4>HgStatusDialog.__getCommitableItems</h4> +<b>__getCommitableItems</b>(<i></i>) +<p> + Private method to retrieve all entries the user wants to commit. +</p><dl> +<dt>Returns:</dt> +<dd> +list of all items, the user has checked +</dd> </dl><a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a> <h4>HgStatusDialog.__getMissingItems</h4> <b>__getMissingItems</b>(<i></i>) @@ -250,6 +307,11 @@ <b>__resort</b>(<i></i>) <p> Private method to resort the tree. +</p><a NAME="HgStatusDialog.__restoreMissing" ID="HgStatusDialog.__restoreMissing"></a> +<h4>HgStatusDialog.__restoreMissing</h4> +<b>__restoreMissing</b>(<i></i>) +<p> + Private slot to handle the Restore Missing context menu entry. </p><a NAME="HgStatusDialog.__revert" ID="HgStatusDialog.__revert"></a> <h4>HgStatusDialog.__revert</h4> <b>__revert</b>(<i></i>) @@ -265,7 +327,17 @@ <dd> the position of the mouse pointer (QPoint) </dd> -</dl><a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a> +</dl><a NAME="HgStatusDialog.__updateButtons" ID="HgStatusDialog.__updateButtons"></a> +<h4>HgStatusDialog.__updateButtons</h4> +<b>__updateButtons</b>(<i></i>) +<p> + Private method to update the VCS buttons status. +</p><a NAME="HgStatusDialog.__updateCommitButton" ID="HgStatusDialog.__updateCommitButton"></a> +<h4>HgStatusDialog.__updateCommitButton</h4> +<b>__updateCommitButton</b>(<i></i>) +<p> + Private method to update the Commit button status. +</p><a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a> <h4>HgStatusDialog.closeEvent</h4> <b>closeEvent</b>(<i>e</i>) <p> @@ -285,7 +357,12 @@ <dd> the key press event (QKeyEvent) </dd> -</dl><a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a> +</dl><a NAME="HgStatusDialog.on_addButton_clicked" ID="HgStatusDialog.on_addButton_clicked"></a> +<h4>HgStatusDialog.on_addButton_clicked</h4> +<b>on_addButton_clicked</b>(<i></i>) +<p> + Private slot to handle the press of the Add button. +</p><a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a> <h4>HgStatusDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) <p> @@ -295,7 +372,22 @@ <dd> button that was clicked (QAbstractButton) </dd> -</dl><a NAME="HgStatusDialog.on_input_returnPressed" ID="HgStatusDialog.on_input_returnPressed"></a> +</dl><a NAME="HgStatusDialog.on_commitButton_clicked" ID="HgStatusDialog.on_commitButton_clicked"></a> +<h4>HgStatusDialog.on_commitButton_clicked</h4> +<b>on_commitButton_clicked</b>(<i></i>) +<p> + Private slot to handle the press of the Commit button. +</p><a NAME="HgStatusDialog.on_diffButton_clicked" ID="HgStatusDialog.on_diffButton_clicked"></a> +<h4>HgStatusDialog.on_diffButton_clicked</h4> +<b>on_diffButton_clicked</b>(<i></i>) +<p> + Private slot to handle the press of the Differences button. +</p><a NAME="HgStatusDialog.on_forgetButton_clicked" ID="HgStatusDialog.on_forgetButton_clicked"></a> +<h4>HgStatusDialog.on_forgetButton_clicked</h4> +<b>on_forgetButton_clicked</b>(<i></i>) +<p> + Private slot to handle the press of the Forget button. +</p><a NAME="HgStatusDialog.on_input_returnPressed" ID="HgStatusDialog.on_input_returnPressed"></a> <h4>HgStatusDialog.on_input_returnPressed</h4> <b>on_input_returnPressed</b>(<i></i>) <p> @@ -315,11 +407,49 @@ <b>on_refreshButton_clicked</b>(<i></i>) <p> Private slot to refresh the status display. +</p><a NAME="HgStatusDialog.on_restoreButton_clicked" ID="HgStatusDialog.on_restoreButton_clicked"></a> +<h4>HgStatusDialog.on_restoreButton_clicked</h4> +<b>on_restoreButton_clicked</b>(<i></i>) +<p> + Private slot to handle the press of the Restore button. +</p><a NAME="HgStatusDialog.on_revertButton_clicked" ID="HgStatusDialog.on_revertButton_clicked"></a> +<h4>HgStatusDialog.on_revertButton_clicked</h4> +<b>on_revertButton_clicked</b>(<i></i>) +<p> + Private slot to handle the press of the Revert button. </p><a NAME="HgStatusDialog.on_sendButton_clicked" ID="HgStatusDialog.on_sendButton_clicked"></a> <h4>HgStatusDialog.on_sendButton_clicked</h4> <b>on_sendButton_clicked</b>(<i></i>) <p> Private slot to send the input to the subversion process. +</p><a NAME="HgStatusDialog.on_statusFilterCombo_activated" ID="HgStatusDialog.on_statusFilterCombo_activated"></a> +<h4>HgStatusDialog.on_statusFilterCombo_activated</h4> +<b>on_statusFilterCombo_activated</b>(<i>txt</i>) +<p> + Private slot to react to the selection of a status filter. +</p><dl> +<dt><i>txt</i></dt> +<dd> +selected status filter (string) +</dd> +</dl><a NAME="HgStatusDialog.on_statusList_itemChanged" ID="HgStatusDialog.on_statusList_itemChanged"></a> +<h4>HgStatusDialog.on_statusList_itemChanged</h4> +<b>on_statusList_itemChanged</b>(<i>item, column</i>) +<p> + Private slot to act upon item changes. +</p><dl> +<dt><i>item</i></dt> +<dd> +reference to the changed item (QTreeWidgetItem) +</dd><dt><i>column</i></dt> +<dd> +index of column that changed (integer) +</dd> +</dl><a NAME="HgStatusDialog.on_statusList_itemSelectionChanged" ID="HgStatusDialog.on_statusList_itemSelectionChanged"></a> +<h4>HgStatusDialog.on_statusList_itemSelectionChanged</h4> +<b>on_statusList_itemSelectionChanged</b>(<i></i>) +<p> + Private slot to act upon changes of selected items. </p><a NAME="HgStatusDialog.start" ID="HgStatusDialog.start"></a> <h4>HgStatusDialog.start</h4> <b>start</b>(<i>fn</i>)