eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html

changeset 6942
2602857055c5
parent 5522
e07d1df4c64a
child 7204
cbf6d88004ce
child 7205
f1ee707adc0b
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog</h1>
23 <p>
24 Module implementing a dialog to show the output of the hg status command
25 process.
26 </p>
27 <h3>Global Attributes</h3>
28 <table>
29 <tr><td>None</td></tr>
30 </table>
31 <h3>Classes</h3>
32 <table>
33 <tr>
34 <td><a href="#HgStatusDialog">HgStatusDialog</a></td>
35 <td>Class implementing a dialog to show the output of the hg status command process.</td>
36 </tr>
37 </table>
38 <h3>Functions</h3>
39 <table>
40 <tr><td>None</td></tr>
41 </table>
42 <hr /><hr />
43 <a NAME="HgStatusDialog" ID="HgStatusDialog"></a>
44 <h2>HgStatusDialog</h2>
45 <p>
46 Class implementing a dialog to show the output of the hg status command
47 process.
48 </p>
49 <h3>Derived from</h3>
50 QWidget, Ui_HgStatusDialog
51 <h3>Class Attributes</h3>
52 <table>
53 <tr><td>None</td></tr>
54 </table>
55 <h3>Class Methods</h3>
56 <table>
57 <tr><td>None</td></tr>
58 </table>
59 <h3>Methods</h3>
60 <table>
61 <tr>
62 <td><a href="#HgStatusDialog.__init__">HgStatusDialog</a></td>
63 <td>Constructor</td>
64 </tr><tr>
65 <td><a href="#HgStatusDialog.__actionsMenuHovered">__actionsMenuHovered</a></td>
66 <td>Private slot to show the tooltip for an action menu entry.</td>
67 </tr><tr>
68 <td><a href="#HgStatusDialog.__add">__add</a></td>
69 <td>Private slot to handle the Add context menu entry.</td>
70 </tr><tr>
71 <td><a href="#HgStatusDialog.__commit">__commit</a></td>
72 <td>Private slot to handle the Commit context menu entry.</td>
73 </tr><tr>
74 <td><a href="#HgStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td>
75 <td>Private slot to deselect all entries from commit.</td>
76 </tr><tr>
77 <td><a href="#HgStatusDialog.__commitSelect">__commitSelect</a></td>
78 <td>Private slot to select or deselect all entries.</td>
79 </tr><tr>
80 <td><a href="#HgStatusDialog.__commitSelectAll">__commitSelectAll</a></td>
81 <td>Private slot to select all entries for commit.</td>
82 </tr><tr>
83 <td><a href="#HgStatusDialog.__committed">__committed</a></td>
84 <td>Private slot called after the commit has finished.</td>
85 </tr><tr>
86 <td><a href="#HgStatusDialog.__diff">__diff</a></td>
87 <td>Private slot to handle the Diff context menu entry.</td>
88 </tr><tr>
89 <td><a href="#HgStatusDialog.__finish">__finish</a></td>
90 <td>Private slot called when the process finished or the user pressed the button.</td>
91 </tr><tr>
92 <td><a href="#HgStatusDialog.__forget">__forget</a></td>
93 <td>Private slot to handle the Remove context menu entry.</td>
94 </tr><tr>
95 <td><a href="#HgStatusDialog.__generateDiffs">__generateDiffs</a></td>
96 <td>Private slot to generate diff outputs for the selected item.</td>
97 </tr><tr>
98 <td><a href="#HgStatusDialog.__generateItem">__generateItem</a></td>
99 <td>Private method to generate a status item in the status list.</td>
100 </tr><tr>
101 <td><a href="#HgStatusDialog.__generatorFinished">__generatorFinished</a></td>
102 <td>Private slot connected to the finished signal of the diff generator.</td>
103 </tr><tr>
104 <td><a href="#HgStatusDialog.__getCommitableItems">__getCommitableItems</a></td>
105 <td>Private method to retrieve all entries the user wants to commit.</td>
106 </tr><tr>
107 <td><a href="#HgStatusDialog.__getCommitableUnselectedItems">__getCommitableUnselectedItems</a></td>
108 <td>Private method to retrieve all entries the user may commit but hasn't selected.</td>
109 </tr><tr>
110 <td><a href="#HgStatusDialog.__getMissingItems">__getMissingItems</a></td>
111 <td>Private method to retrieve all entries, that have a missing status.</td>
112 </tr><tr>
113 <td><a href="#HgStatusDialog.__getModifiedItems">__getModifiedItems</a></td>
114 <td>Private method to retrieve all entries, that have a modified status.</td>
115 </tr><tr>
116 <td><a href="#HgStatusDialog.__getUnversionedItems">__getUnversionedItems</a></td>
117 <td>Private method to retrieve all entries, that have an unversioned status.</td>
118 </tr><tr>
119 <td><a href="#HgStatusDialog.__initActionsMenu">__initActionsMenu</a></td>
120 <td>Private method to initialize the actions menu.</td>
121 </tr><tr>
122 <td><a href="#HgStatusDialog.__lfAdd">__lfAdd</a></td>
123 <td>Private slot to add a file to the repository.</td>
124 </tr><tr>
125 <td><a href="#HgStatusDialog.__procFinished">__procFinished</a></td>
126 <td>Private slot connected to the finished signal.</td>
127 </tr><tr>
128 <td><a href="#HgStatusDialog.__processOutputLine">__processOutputLine</a></td>
129 <td>Private method to process the lines of output.</td>
130 </tr><tr>
131 <td><a href="#HgStatusDialog.__readStderr">__readStderr</a></td>
132 <td>Private slot to handle the readyReadStandardError signal.</td>
133 </tr><tr>
134 <td><a href="#HgStatusDialog.__readStdout">__readStdout</a></td>
135 <td>Private slot to handle the readyReadStandardOutput signal.</td>
136 </tr><tr>
137 <td><a href="#HgStatusDialog.__refreshDiff">__refreshDiff</a></td>
138 <td>Private method to refresh the diff output after a refresh.</td>
139 </tr><tr>
140 <td><a href="#HgStatusDialog.__resizeColumns">__resizeColumns</a></td>
141 <td>Private method to resize the list columns.</td>
142 </tr><tr>
143 <td><a href="#HgStatusDialog.__resort">__resort</a></td>
144 <td>Private method to resort the tree.</td>
145 </tr><tr>
146 <td><a href="#HgStatusDialog.__restoreMissing">__restoreMissing</a></td>
147 <td>Private slot to handle the Restore Missing context menu entry.</td>
148 </tr><tr>
149 <td><a href="#HgStatusDialog.__revert">__revert</a></td>
150 <td>Private slot to handle the Revert context menu entry.</td>
151 </tr><tr>
152 <td><a href="#HgStatusDialog.__sbsDiff">__sbsDiff</a></td>
153 <td>Private slot to handle the Diff context menu entry.</td>
154 </tr><tr>
155 <td><a href="#HgStatusDialog.__showActionsMenu">__showActionsMenu</a></td>
156 <td>Private slot to prepare the actions button menu before it is shown.</td>
157 </tr><tr>
158 <td><a href="#HgStatusDialog.__showError">__showError</a></td>
159 <td>Private slot to show some error.</td>
160 </tr><tr>
161 <td><a href="#HgStatusDialog.closeEvent">closeEvent</a></td>
162 <td>Protected slot implementing a close event handler.</td>
163 </tr><tr>
164 <td><a href="#HgStatusDialog.keyPressEvent">keyPressEvent</a></td>
165 <td>Protected slot to handle a key press event.</td>
166 </tr><tr>
167 <td><a href="#HgStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
168 <td>Private slot called by a button of the button box clicked.</td>
169 </tr><tr>
170 <td><a href="#HgStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td>
171 <td>Private slot to handle the press of the return key in the input field.</td>
172 </tr><tr>
173 <td><a href="#HgStatusDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
174 <td>Private slot to handle the password checkbox toggled.</td>
175 </tr><tr>
176 <td><a href="#HgStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
177 <td>Private slot to refresh the status display.</td>
178 </tr><tr>
179 <td><a href="#HgStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
180 <td>Private slot to send the input to the subversion process.</td>
181 </tr><tr>
182 <td><a href="#HgStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td>
183 <td>Private slot to react to the selection of a status filter.</td>
184 </tr><tr>
185 <td><a href="#HgStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td>
186 <td>Private slot to act upon changes of selected items.</td>
187 </tr><tr>
188 <td><a href="#HgStatusDialog.show">show</a></td>
189 <td>Public slot to show the dialog.</td>
190 </tr><tr>
191 <td><a href="#HgStatusDialog.start">start</a></td>
192 <td>Public slot to start the hg status command.</td>
193 </tr>
194 </table>
195 <h3>Static Methods</h3>
196 <table>
197 <tr><td>None</td></tr>
198 </table>
199 <a NAME="HgStatusDialog.__init__" ID="HgStatusDialog.__init__"></a>
200 <h4>HgStatusDialog (Constructor)</h4>
201 <b>HgStatusDialog</b>(<i>vcs, mq=False, parent=None</i>)
202 <p>
203 Constructor
204 </p><dl>
205 <dt><i>vcs</i></dt>
206 <dd>
207 reference to the vcs object
208 </dd><dt><i>mq</i></dt>
209 <dd>
210 flag indicating to show a queue repo status (boolean)
211 </dd><dt><i>parent</i></dt>
212 <dd>
213 parent widget (QWidget)
214 </dd>
215 </dl><a NAME="HgStatusDialog.__actionsMenuHovered" ID="HgStatusDialog.__actionsMenuHovered"></a>
216 <h4>HgStatusDialog.__actionsMenuHovered</h4>
217 <b>__actionsMenuHovered</b>(<i>action</i>)
218 <p>
219 Private slot to show the tooltip for an action menu entry.
220 </p><dl>
221 <dt><i>action</i> (QAction)</dt>
222 <dd>
223 action to show tooltip for
224 </dd>
225 </dl><a NAME="HgStatusDialog.__add" ID="HgStatusDialog.__add"></a>
226 <h4>HgStatusDialog.__add</h4>
227 <b>__add</b>(<i></i>)
228 <p>
229 Private slot to handle the Add context menu entry.
230 </p><a NAME="HgStatusDialog.__commit" ID="HgStatusDialog.__commit"></a>
231 <h4>HgStatusDialog.__commit</h4>
232 <b>__commit</b>(<i></i>)
233 <p>
234 Private slot to handle the Commit context menu entry.
235 </p><a NAME="HgStatusDialog.__commitDeselectAll" ID="HgStatusDialog.__commitDeselectAll"></a>
236 <h4>HgStatusDialog.__commitDeselectAll</h4>
237 <b>__commitDeselectAll</b>(<i></i>)
238 <p>
239 Private slot to deselect all entries from commit.
240 </p><a NAME="HgStatusDialog.__commitSelect" ID="HgStatusDialog.__commitSelect"></a>
241 <h4>HgStatusDialog.__commitSelect</h4>
242 <b>__commitSelect</b>(<i>selected</i>)
243 <p>
244 Private slot to select or deselect all entries.
245 </p><dl>
246 <dt><i>selected</i></dt>
247 <dd>
248 commit selection state to be set (boolean)
249 </dd>
250 </dl><a NAME="HgStatusDialog.__commitSelectAll" ID="HgStatusDialog.__commitSelectAll"></a>
251 <h4>HgStatusDialog.__commitSelectAll</h4>
252 <b>__commitSelectAll</b>(<i></i>)
253 <p>
254 Private slot to select all entries for commit.
255 </p><a NAME="HgStatusDialog.__committed" ID="HgStatusDialog.__committed"></a>
256 <h4>HgStatusDialog.__committed</h4>
257 <b>__committed</b>(<i></i>)
258 <p>
259 Private slot called after the commit has finished.
260 </p><a NAME="HgStatusDialog.__diff" ID="HgStatusDialog.__diff"></a>
261 <h4>HgStatusDialog.__diff</h4>
262 <b>__diff</b>(<i></i>)
263 <p>
264 Private slot to handle the Diff context menu entry.
265 </p><a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a>
266 <h4>HgStatusDialog.__finish</h4>
267 <b>__finish</b>(<i></i>)
268 <p>
269 Private slot called when the process finished or the user pressed
270 the button.
271 </p><a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a>
272 <h4>HgStatusDialog.__forget</h4>
273 <b>__forget</b>(<i></i>)
274 <p>
275 Private slot to handle the Remove context menu entry.
276 </p><a NAME="HgStatusDialog.__generateDiffs" ID="HgStatusDialog.__generateDiffs"></a>
277 <h4>HgStatusDialog.__generateDiffs</h4>
278 <b>__generateDiffs</b>(<i></i>)
279 <p>
280 Private slot to generate diff outputs for the selected item.
281 </p><a NAME="HgStatusDialog.__generateItem" ID="HgStatusDialog.__generateItem"></a>
282 <h4>HgStatusDialog.__generateItem</h4>
283 <b>__generateItem</b>(<i>status, path</i>)
284 <p>
285 Private method to generate a status item in the status list.
286 </p><dl>
287 <dt><i>status</i></dt>
288 <dd>
289 status indicator (string)
290 </dd><dt><i>path</i></dt>
291 <dd>
292 path of the file or directory (string)
293 </dd>
294 </dl><a NAME="HgStatusDialog.__generatorFinished" ID="HgStatusDialog.__generatorFinished"></a>
295 <h4>HgStatusDialog.__generatorFinished</h4>
296 <b>__generatorFinished</b>(<i></i>)
297 <p>
298 Private slot connected to the finished signal of the diff generator.
299 </p><a NAME="HgStatusDialog.__getCommitableItems" ID="HgStatusDialog.__getCommitableItems"></a>
300 <h4>HgStatusDialog.__getCommitableItems</h4>
301 <b>__getCommitableItems</b>(<i></i>)
302 <p>
303 Private method to retrieve all entries the user wants to commit.
304 </p><dl>
305 <dt>Returns:</dt>
306 <dd>
307 list of all items, the user has checked
308 </dd>
309 </dl><a NAME="HgStatusDialog.__getCommitableUnselectedItems" ID="HgStatusDialog.__getCommitableUnselectedItems"></a>
310 <h4>HgStatusDialog.__getCommitableUnselectedItems</h4>
311 <b>__getCommitableUnselectedItems</b>(<i></i>)
312 <p>
313 Private method to retrieve all entries the user may commit but hasn't
314 selected.
315 </p><dl>
316 <dt>Returns:</dt>
317 <dd>
318 list of all items, the user has checked
319 </dd>
320 </dl><a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a>
321 <h4>HgStatusDialog.__getMissingItems</h4>
322 <b>__getMissingItems</b>(<i></i>)
323 <p>
324 Private method to retrieve all entries, that have a missing status.
325 </p><dl>
326 <dt>Returns:</dt>
327 <dd>
328 list of all items with a missing status
329 </dd>
330 </dl><a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a>
331 <h4>HgStatusDialog.__getModifiedItems</h4>
332 <b>__getModifiedItems</b>(<i></i>)
333 <p>
334 Private method to retrieve all entries, that have a modified status.
335 </p><dl>
336 <dt>Returns:</dt>
337 <dd>
338 list of all items with a modified status
339 </dd>
340 </dl><a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a>
341 <h4>HgStatusDialog.__getUnversionedItems</h4>
342 <b>__getUnversionedItems</b>(<i></i>)
343 <p>
344 Private method to retrieve all entries, that have an unversioned
345 status.
346 </p><dl>
347 <dt>Returns:</dt>
348 <dd>
349 list of all items with an unversioned status
350 </dd>
351 </dl><a NAME="HgStatusDialog.__initActionsMenu" ID="HgStatusDialog.__initActionsMenu"></a>
352 <h4>HgStatusDialog.__initActionsMenu</h4>
353 <b>__initActionsMenu</b>(<i></i>)
354 <p>
355 Private method to initialize the actions menu.
356 </p><a NAME="HgStatusDialog.__lfAdd" ID="HgStatusDialog.__lfAdd"></a>
357 <h4>HgStatusDialog.__lfAdd</h4>
358 <b>__lfAdd</b>(<i>mode</i>)
359 <p>
360 Private slot to add a file to the repository.
361 </p><dl>
362 <dt><i>mode</i></dt>
363 <dd>
364 add mode (string one of 'normal' or 'large')
365 </dd>
366 </dl><a NAME="HgStatusDialog.__procFinished" ID="HgStatusDialog.__procFinished"></a>
367 <h4>HgStatusDialog.__procFinished</h4>
368 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
369 <p>
370 Private slot connected to the finished signal.
371 </p><dl>
372 <dt><i>exitCode</i></dt>
373 <dd>
374 exit code of the process (integer)
375 </dd><dt><i>exitStatus</i></dt>
376 <dd>
377 exit status of the process (QProcess.ExitStatus)
378 </dd>
379 </dl><a NAME="HgStatusDialog.__processOutputLine" ID="HgStatusDialog.__processOutputLine"></a>
380 <h4>HgStatusDialog.__processOutputLine</h4>
381 <b>__processOutputLine</b>(<i>line</i>)
382 <p>
383 Private method to process the lines of output.
384 </p><dl>
385 <dt><i>line</i></dt>
386 <dd>
387 output line to be processed (string)
388 </dd>
389 </dl><a NAME="HgStatusDialog.__readStderr" ID="HgStatusDialog.__readStderr"></a>
390 <h4>HgStatusDialog.__readStderr</h4>
391 <b>__readStderr</b>(<i></i>)
392 <p>
393 Private slot to handle the readyReadStandardError signal.
394 </p><p>
395 It reads the error output of the process and inserts it into the
396 error pane.
397 </p><a NAME="HgStatusDialog.__readStdout" ID="HgStatusDialog.__readStdout"></a>
398 <h4>HgStatusDialog.__readStdout</h4>
399 <b>__readStdout</b>(<i></i>)
400 <p>
401 Private slot to handle the readyReadStandardOutput signal.
402 </p><p>
403 It reads the output of the process, formats it and inserts it into
404 the contents pane.
405 </p><a NAME="HgStatusDialog.__refreshDiff" ID="HgStatusDialog.__refreshDiff"></a>
406 <h4>HgStatusDialog.__refreshDiff</h4>
407 <b>__refreshDiff</b>(<i></i>)
408 <p>
409 Private method to refresh the diff output after a refresh.
410 </p><a NAME="HgStatusDialog.__resizeColumns" ID="HgStatusDialog.__resizeColumns"></a>
411 <h4>HgStatusDialog.__resizeColumns</h4>
412 <b>__resizeColumns</b>(<i></i>)
413 <p>
414 Private method to resize the list columns.
415 </p><a NAME="HgStatusDialog.__resort" ID="HgStatusDialog.__resort"></a>
416 <h4>HgStatusDialog.__resort</h4>
417 <b>__resort</b>(<i></i>)
418 <p>
419 Private method to resort the tree.
420 </p><a NAME="HgStatusDialog.__restoreMissing" ID="HgStatusDialog.__restoreMissing"></a>
421 <h4>HgStatusDialog.__restoreMissing</h4>
422 <b>__restoreMissing</b>(<i></i>)
423 <p>
424 Private slot to handle the Restore Missing context menu entry.
425 </p><a NAME="HgStatusDialog.__revert" ID="HgStatusDialog.__revert"></a>
426 <h4>HgStatusDialog.__revert</h4>
427 <b>__revert</b>(<i></i>)
428 <p>
429 Private slot to handle the Revert context menu entry.
430 </p><a NAME="HgStatusDialog.__sbsDiff" ID="HgStatusDialog.__sbsDiff"></a>
431 <h4>HgStatusDialog.__sbsDiff</h4>
432 <b>__sbsDiff</b>(<i></i>)
433 <p>
434 Private slot to handle the Diff context menu entry.
435 </p><a NAME="HgStatusDialog.__showActionsMenu" ID="HgStatusDialog.__showActionsMenu"></a>
436 <h4>HgStatusDialog.__showActionsMenu</h4>
437 <b>__showActionsMenu</b>(<i></i>)
438 <p>
439 Private slot to prepare the actions button menu before it is shown.
440 </p><a NAME="HgStatusDialog.__showError" ID="HgStatusDialog.__showError"></a>
441 <h4>HgStatusDialog.__showError</h4>
442 <b>__showError</b>(<i>out</i>)
443 <p>
444 Private slot to show some error.
445 </p><dl>
446 <dt><i>out</i></dt>
447 <dd>
448 error to be shown (string)
449 </dd>
450 </dl><a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a>
451 <h4>HgStatusDialog.closeEvent</h4>
452 <b>closeEvent</b>(<i>e</i>)
453 <p>
454 Protected slot implementing a close event handler.
455 </p><dl>
456 <dt><i>e</i></dt>
457 <dd>
458 close event (QCloseEvent)
459 </dd>
460 </dl><a NAME="HgStatusDialog.keyPressEvent" ID="HgStatusDialog.keyPressEvent"></a>
461 <h4>HgStatusDialog.keyPressEvent</h4>
462 <b>keyPressEvent</b>(<i>evt</i>)
463 <p>
464 Protected slot to handle a key press event.
465 </p><dl>
466 <dt><i>evt</i></dt>
467 <dd>
468 the key press event (QKeyEvent)
469 </dd>
470 </dl><a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a>
471 <h4>HgStatusDialog.on_buttonBox_clicked</h4>
472 <b>on_buttonBox_clicked</b>(<i>button</i>)
473 <p>
474 Private slot called by a button of the button box clicked.
475 </p><dl>
476 <dt><i>button</i></dt>
477 <dd>
478 button that was clicked (QAbstractButton)
479 </dd>
480 </dl><a NAME="HgStatusDialog.on_input_returnPressed" ID="HgStatusDialog.on_input_returnPressed"></a>
481 <h4>HgStatusDialog.on_input_returnPressed</h4>
482 <b>on_input_returnPressed</b>(<i></i>)
483 <p>
484 Private slot to handle the press of the return key in the input field.
485 </p><a NAME="HgStatusDialog.on_passwordCheckBox_toggled" ID="HgStatusDialog.on_passwordCheckBox_toggled"></a>
486 <h4>HgStatusDialog.on_passwordCheckBox_toggled</h4>
487 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
488 <p>
489 Private slot to handle the password checkbox toggled.
490 </p><dl>
491 <dt><i>isOn</i></dt>
492 <dd>
493 flag indicating the status of the check box (boolean)
494 </dd>
495 </dl><a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a>
496 <h4>HgStatusDialog.on_refreshButton_clicked</h4>
497 <b>on_refreshButton_clicked</b>(<i></i>)
498 <p>
499 Private slot to refresh the status display.
500 </p><a NAME="HgStatusDialog.on_sendButton_clicked" ID="HgStatusDialog.on_sendButton_clicked"></a>
501 <h4>HgStatusDialog.on_sendButton_clicked</h4>
502 <b>on_sendButton_clicked</b>(<i></i>)
503 <p>
504 Private slot to send the input to the subversion process.
505 </p><a NAME="HgStatusDialog.on_statusFilterCombo_activated" ID="HgStatusDialog.on_statusFilterCombo_activated"></a>
506 <h4>HgStatusDialog.on_statusFilterCombo_activated</h4>
507 <b>on_statusFilterCombo_activated</b>(<i>txt</i>)
508 <p>
509 Private slot to react to the selection of a status filter.
510 </p><dl>
511 <dt><i>txt</i></dt>
512 <dd>
513 selected status filter (string)
514 </dd>
515 </dl><a NAME="HgStatusDialog.on_statusList_itemSelectionChanged" ID="HgStatusDialog.on_statusList_itemSelectionChanged"></a>
516 <h4>HgStatusDialog.on_statusList_itemSelectionChanged</h4>
517 <b>on_statusList_itemSelectionChanged</b>(<i></i>)
518 <p>
519 Private slot to act upon changes of selected items.
520 </p><a NAME="HgStatusDialog.show" ID="HgStatusDialog.show"></a>
521 <h4>HgStatusDialog.show</h4>
522 <b>show</b>(<i></i>)
523 <p>
524 Public slot to show the dialog.
525 </p><a NAME="HgStatusDialog.start" ID="HgStatusDialog.start"></a>
526 <h4>HgStatusDialog.start</h4>
527 <b>start</b>(<i>fn</i>)
528 <p>
529 Public slot to start the hg status command.
530 </p><dl>
531 <dt><i>fn</i></dt>
532 <dd>
533 filename(s)/directoryname(s) to show the status of
534 (string or list of strings)
535 </dd>
536 </dl>
537 <div align="right"><a href="#top">Up</a></div>
538 <hr />
539 </body></html>

eric ide

mercurial