87 <td>Private slot called when the process finished or the user pressed the button.</td> |
87 <td>Private slot called when the process finished or the user pressed the button.</td> |
88 </tr><tr> |
88 </tr><tr> |
89 <td><a href="#HgStatusDialog.__forget">__forget</a></td> |
89 <td><a href="#HgStatusDialog.__forget">__forget</a></td> |
90 <td>Private slot to handle the Remove context menu entry.</td> |
90 <td>Private slot to handle the Remove context menu entry.</td> |
91 </tr><tr> |
91 </tr><tr> |
|
92 <td><a href="#HgStatusDialog.__generateDiffs">__generateDiffs</a></td> |
|
93 <td>Private slot to generate diff outputs for the selected item.</td> |
|
94 </tr><tr> |
92 <td><a href="#HgStatusDialog.__generateItem">__generateItem</a></td> |
95 <td><a href="#HgStatusDialog.__generateItem">__generateItem</a></td> |
93 <td>Private method to generate a status item in the status list.</td> |
96 <td>Private method to generate a status item in the status list.</td> |
94 </tr><tr> |
97 </tr><tr> |
|
98 <td><a href="#HgStatusDialog.__generatorFinished">__generatorFinished</a></td> |
|
99 <td>Private slot connected to the finished signal of the diff generator.</td> |
|
100 </tr><tr> |
95 <td><a href="#HgStatusDialog.__getCommitableItems">__getCommitableItems</a></td> |
101 <td><a href="#HgStatusDialog.__getCommitableItems">__getCommitableItems</a></td> |
96 <td>Private method to retrieve all entries the user wants to commit.</td> |
102 <td>Private method to retrieve all entries the user wants to commit.</td> |
97 </tr><tr> |
103 </tr><tr> |
98 <td><a href="#HgStatusDialog.__getMissingItems">__getMissingItems</a></td> |
104 <td><a href="#HgStatusDialog.__getMissingItems">__getMissingItems</a></td> |
99 <td>Private method to retrieve all entries, that have a missing status.</td> |
105 <td>Private method to retrieve all entries, that have a missing status.</td> |
117 <td>Private slot to handle the readyReadStandardError signal.</td> |
123 <td>Private slot to handle the readyReadStandardError signal.</td> |
118 </tr><tr> |
124 </tr><tr> |
119 <td><a href="#HgStatusDialog.__readStdout">__readStdout</a></td> |
125 <td><a href="#HgStatusDialog.__readStdout">__readStdout</a></td> |
120 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
126 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
121 </tr><tr> |
127 </tr><tr> |
|
128 <td><a href="#HgStatusDialog.__refreshDiff">__refreshDiff</a></td> |
|
129 <td>Private method to refresh the diff output after a refresh.</td> |
|
130 </tr><tr> |
122 <td><a href="#HgStatusDialog.__resizeColumns">__resizeColumns</a></td> |
131 <td><a href="#HgStatusDialog.__resizeColumns">__resizeColumns</a></td> |
123 <td>Private method to resize the list columns.</td> |
132 <td>Private method to resize the list columns.</td> |
124 </tr><tr> |
133 </tr><tr> |
125 <td><a href="#HgStatusDialog.__resort">__resort</a></td> |
134 <td><a href="#HgStatusDialog.__resort">__resort</a></td> |
126 <td>Private method to resort the tree.</td> |
135 <td>Private method to resort the tree.</td> |
197 <td><a href="#HgStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td> |
206 <td><a href="#HgStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td> |
198 <td>Private slot to act upon item changes.</td> |
207 <td>Private slot to act upon item changes.</td> |
199 </tr><tr> |
208 </tr><tr> |
200 <td><a href="#HgStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td> |
209 <td><a href="#HgStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td> |
201 <td>Private slot to act upon changes of selected items.</td> |
210 <td>Private slot to act upon changes of selected items.</td> |
|
211 </tr><tr> |
|
212 <td><a href="#HgStatusDialog.show">show</a></td> |
|
213 <td>Public slot to show the dialog.</td> |
202 </tr><tr> |
214 </tr><tr> |
203 <td><a href="#HgStatusDialog.start">start</a></td> |
215 <td><a href="#HgStatusDialog.start">start</a></td> |
204 <td>Public slot to start the hg status command.</td> |
216 <td>Public slot to start the hg status command.</td> |
205 </tr> |
217 </tr> |
206 </table> |
218 </table> |
273 </p><a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a> |
285 </p><a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a> |
274 <h4>HgStatusDialog.__forget</h4> |
286 <h4>HgStatusDialog.__forget</h4> |
275 <b>__forget</b>(<i></i>) |
287 <b>__forget</b>(<i></i>) |
276 <p> |
288 <p> |
277 Private slot to handle the Remove context menu entry. |
289 Private slot to handle the Remove context menu entry. |
|
290 </p><a NAME="HgStatusDialog.__generateDiffs" ID="HgStatusDialog.__generateDiffs"></a> |
|
291 <h4>HgStatusDialog.__generateDiffs</h4> |
|
292 <b>__generateDiffs</b>(<i></i>) |
|
293 <p> |
|
294 Private slot to generate diff outputs for the selected item. |
278 </p><a NAME="HgStatusDialog.__generateItem" ID="HgStatusDialog.__generateItem"></a> |
295 </p><a NAME="HgStatusDialog.__generateItem" ID="HgStatusDialog.__generateItem"></a> |
279 <h4>HgStatusDialog.__generateItem</h4> |
296 <h4>HgStatusDialog.__generateItem</h4> |
280 <b>__generateItem</b>(<i>status, path</i>) |
297 <b>__generateItem</b>(<i>status, path</i>) |
281 <p> |
298 <p> |
282 Private method to generate a status item in the status list. |
299 Private method to generate a status item in the status list. |
286 status indicator (string) |
303 status indicator (string) |
287 </dd><dt><i>path</i></dt> |
304 </dd><dt><i>path</i></dt> |
288 <dd> |
305 <dd> |
289 path of the file or directory (string) |
306 path of the file or directory (string) |
290 </dd> |
307 </dd> |
291 </dl><a NAME="HgStatusDialog.__getCommitableItems" ID="HgStatusDialog.__getCommitableItems"></a> |
308 </dl><a NAME="HgStatusDialog.__generatorFinished" ID="HgStatusDialog.__generatorFinished"></a> |
|
309 <h4>HgStatusDialog.__generatorFinished</h4> |
|
310 <b>__generatorFinished</b>(<i></i>) |
|
311 <p> |
|
312 Private slot connected to the finished signal of the diff generator. |
|
313 </p><a NAME="HgStatusDialog.__getCommitableItems" ID="HgStatusDialog.__getCommitableItems"></a> |
292 <h4>HgStatusDialog.__getCommitableItems</h4> |
314 <h4>HgStatusDialog.__getCommitableItems</h4> |
293 <b>__getCommitableItems</b>(<i></i>) |
315 <b>__getCommitableItems</b>(<i></i>) |
294 <p> |
316 <p> |
295 Private method to retrieve all entries the user wants to commit. |
317 Private method to retrieve all entries the user wants to commit. |
296 </p><dl> |
318 </p><dl> |
376 <p> |
398 <p> |
377 Private slot to handle the readyReadStandardOutput signal. |
399 Private slot to handle the readyReadStandardOutput signal. |
378 </p><p> |
400 </p><p> |
379 It reads the output of the process, formats it and inserts it into |
401 It reads the output of the process, formats it and inserts it into |
380 the contents pane. |
402 the contents pane. |
|
403 </p><a NAME="HgStatusDialog.__refreshDiff" ID="HgStatusDialog.__refreshDiff"></a> |
|
404 <h4>HgStatusDialog.__refreshDiff</h4> |
|
405 <b>__refreshDiff</b>(<i></i>) |
|
406 <p> |
|
407 Private method to refresh the diff output after a refresh. |
381 </p><a NAME="HgStatusDialog.__resizeColumns" ID="HgStatusDialog.__resizeColumns"></a> |
408 </p><a NAME="HgStatusDialog.__resizeColumns" ID="HgStatusDialog.__resizeColumns"></a> |
382 <h4>HgStatusDialog.__resizeColumns</h4> |
409 <h4>HgStatusDialog.__resizeColumns</h4> |
383 <b>__resizeColumns</b>(<i></i>) |
410 <b>__resizeColumns</b>(<i></i>) |
384 <p> |
411 <p> |
385 Private method to resize the list columns. |
412 Private method to resize the list columns. |
554 </dl><a NAME="HgStatusDialog.on_statusList_itemSelectionChanged" ID="HgStatusDialog.on_statusList_itemSelectionChanged"></a> |
581 </dl><a NAME="HgStatusDialog.on_statusList_itemSelectionChanged" ID="HgStatusDialog.on_statusList_itemSelectionChanged"></a> |
555 <h4>HgStatusDialog.on_statusList_itemSelectionChanged</h4> |
582 <h4>HgStatusDialog.on_statusList_itemSelectionChanged</h4> |
556 <b>on_statusList_itemSelectionChanged</b>(<i></i>) |
583 <b>on_statusList_itemSelectionChanged</b>(<i></i>) |
557 <p> |
584 <p> |
558 Private slot to act upon changes of selected items. |
585 Private slot to act upon changes of selected items. |
|
586 </p><a NAME="HgStatusDialog.show" ID="HgStatusDialog.show"></a> |
|
587 <h4>HgStatusDialog.show</h4> |
|
588 <b>show</b>(<i></i>) |
|
589 <p> |
|
590 Public slot to show the dialog. |
559 </p><a NAME="HgStatusDialog.start" ID="HgStatusDialog.start"></a> |
591 </p><a NAME="HgStatusDialog.start" ID="HgStatusDialog.start"></a> |
560 <h4>HgStatusDialog.start</h4> |
592 <h4>HgStatusDialog.start</h4> |
561 <b>start</b>(<i>fn</i>) |
593 <b>start</b>(<i>fn</i>) |
562 <p> |
594 <p> |
563 Public slot to start the hg status command. |
595 Public slot to start the hg status command. |