100 <td><a href="#HgStatusDialog.__finish">__finish</a></td> |
100 <td><a href="#HgStatusDialog.__finish">__finish</a></td> |
101 <td>Private slot called when the process finished or the user pressed the button.</td> |
101 <td>Private slot called when the process finished or the user pressed the button.</td> |
102 </tr> |
102 </tr> |
103 <tr> |
103 <tr> |
104 <td><a href="#HgStatusDialog.__forget">__forget</a></td> |
104 <td><a href="#HgStatusDialog.__forget">__forget</a></td> |
105 <td>Private slot to handle the Remove context menu entry.</td> |
105 <td>Private slot to handle the Forget Missing context menu entry.</td> |
106 </tr> |
106 </tr> |
107 <tr> |
107 <tr> |
108 <td><a href="#HgStatusDialog.__generateDiffs">__generateDiffs</a></td> |
108 <td><a href="#HgStatusDialog.__generateDiffs">__generateDiffs</a></td> |
109 <td>Private slot to generate diff outputs for the selected item.</td> |
109 <td>Private slot to generate diff outputs for the selected item.</td> |
110 </tr> |
110 </tr> |
168 <td><a href="#HgStatusDialog.__revert">__revert</a></td> |
168 <td><a href="#HgStatusDialog.__revert">__revert</a></td> |
169 <td>Private slot to handle the Revert context menu entry.</td> |
169 <td>Private slot to handle the Revert context menu entry.</td> |
170 </tr> |
170 </tr> |
171 <tr> |
171 <tr> |
172 <td><a href="#HgStatusDialog.__sbsDiff">__sbsDiff</a></td> |
172 <td><a href="#HgStatusDialog.__sbsDiff">__sbsDiff</a></td> |
173 <td>Private slot to handle the Diff context menu entry.</td> |
173 <td>Private slot to handle the Side-By-Side Diff context menu entry.</td> |
174 </tr> |
174 </tr> |
175 <tr> |
175 <tr> |
176 <td><a href="#HgStatusDialog.__showActionsMenu">__showActionsMenu</a></td> |
176 <td><a href="#HgStatusDialog.__showActionsMenu">__showActionsMenu</a></td> |
177 <td>Private slot to prepare the actions button menu before it is shown.</td> |
177 <td>Private slot to prepare the actions button menu before it is shown.</td> |
178 </tr> |
178 </tr> |
318 <a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a> |
318 <a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a> |
319 <h4>HgStatusDialog.__forget</h4> |
319 <h4>HgStatusDialog.__forget</h4> |
320 <b>__forget</b>(<i></i>) |
320 <b>__forget</b>(<i></i>) |
321 |
321 |
322 <p> |
322 <p> |
323 Private slot to handle the Remove context menu entry. |
323 Private slot to handle the Forget Missing context menu entry. |
324 </p> |
324 </p> |
325 <a NAME="HgStatusDialog.__generateDiffs" ID="HgStatusDialog.__generateDiffs"></a> |
325 <a NAME="HgStatusDialog.__generateDiffs" ID="HgStatusDialog.__generateDiffs"></a> |
326 <h4>HgStatusDialog.__generateDiffs</h4> |
326 <h4>HgStatusDialog.__generateDiffs</h4> |
327 <b>__generateDiffs</b>(<i></i>) |
327 <b>__generateDiffs</b>(<i></i>) |
328 |
328 |
494 <a NAME="HgStatusDialog.__sbsDiff" ID="HgStatusDialog.__sbsDiff"></a> |
494 <a NAME="HgStatusDialog.__sbsDiff" ID="HgStatusDialog.__sbsDiff"></a> |
495 <h4>HgStatusDialog.__sbsDiff</h4> |
495 <h4>HgStatusDialog.__sbsDiff</h4> |
496 <b>__sbsDiff</b>(<i></i>) |
496 <b>__sbsDiff</b>(<i></i>) |
497 |
497 |
498 <p> |
498 <p> |
499 Private slot to handle the Diff context menu entry. |
499 Private slot to handle the Side-By-Side Diff context menu entry. |
500 </p> |
500 </p> |
501 <a NAME="HgStatusDialog.__showActionsMenu" ID="HgStatusDialog.__showActionsMenu"></a> |
501 <a NAME="HgStatusDialog.__showActionsMenu" ID="HgStatusDialog.__showActionsMenu"></a> |
502 <h4>HgStatusDialog.__showActionsMenu</h4> |
502 <h4>HgStatusDialog.__showActionsMenu</h4> |
503 <b>__showActionsMenu</b>(<i></i>) |
503 <b>__showActionsMenu</b>(<i></i>) |
504 |
504 |