src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 9236
db53a9efe7ef
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog</h1>
10
11 <p>
12 Module implementing a dialog to show the output of the svn status command
13 process.
14 </p>
15 <h3>Global Attributes</h3>
16
17 <table>
18 <tr><td>None</td></tr>
19 </table>
20 <h3>Classes</h3>
21
22 <table>
23
24 <tr>
25 <td><a href="#SvnStatusDialog">SvnStatusDialog</a></td>
26 <td>Class implementing a dialog to show the output of the svn status command process.</td>
27 </tr>
28 </table>
29 <h3>Functions</h3>
30
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <hr />
35 <hr />
36 <a NAME="SvnStatusDialog" ID="SvnStatusDialog"></a>
37 <h2>SvnStatusDialog</h2>
38
39 <p>
40 Class implementing a dialog to show the output of the svn status command
41 process.
42 </p>
43 <h3>Derived from</h3>
44 QWidget, Ui_SvnStatusDialog
45 <h3>Class Attributes</h3>
46
47 <table>
48 <tr><td>None</td></tr>
49 </table>
50 <h3>Class Methods</h3>
51
52 <table>
53 <tr><td>None</td></tr>
54 </table>
55 <h3>Methods</h3>
56
57 <table>
58
59 <tr>
60 <td><a href="#SvnStatusDialog.__init__">SvnStatusDialog</a></td>
61 <td>Constructor</td>
62 </tr>
63 <tr>
64 <td><a href="#SvnStatusDialog.__add">__add</a></td>
65 <td>Private slot to handle the Add context menu entry.</td>
66 </tr>
67 <tr>
68 <td><a href="#SvnStatusDialog.__addToChangelist">__addToChangelist</a></td>
69 <td>Private slot to add entries to a changelist.</td>
70 </tr>
71 <tr>
72 <td><a href="#SvnStatusDialog.__breakLock">__breakLock</a></td>
73 <td>Private slot to handle the Break Lock context menu entry.</td>
74 </tr>
75 <tr>
76 <td><a href="#SvnStatusDialog.__commit">__commit</a></td>
77 <td>Private slot to handle the Commit context menu entry.</td>
78 </tr>
79 <tr>
80 <td><a href="#SvnStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td>
81 <td>Private slot to deselect all entries from commit.</td>
82 </tr>
83 <tr>
84 <td><a href="#SvnStatusDialog.__commitSelect">__commitSelect</a></td>
85 <td>Private slot to select or deselect all entries.</td>
86 </tr>
87 <tr>
88 <td><a href="#SvnStatusDialog.__commitSelectAll">__commitSelectAll</a></td>
89 <td>Private slot to select all entries for commit.</td>
90 </tr>
91 <tr>
92 <td><a href="#SvnStatusDialog.__committed">__committed</a></td>
93 <td>Private slot called after the commit has finished.</td>
94 </tr>
95 <tr>
96 <td><a href="#SvnStatusDialog.__diff">__diff</a></td>
97 <td>Private slot to handle the Diff context menu entry.</td>
98 </tr>
99 <tr>
100 <td><a href="#SvnStatusDialog.__finish">__finish</a></td>
101 <td>Private slot called when the process finished or the user pressed the button.</td>
102 </tr>
103 <tr>
104 <td><a href="#SvnStatusDialog.__generateItem">__generateItem</a></td>
105 <td>Private method to generate a status item in the status list.</td>
106 </tr>
107 <tr>
108 <td><a href="#SvnStatusDialog.__getChangelistItems">__getChangelistItems</a></td>
109 <td>Private method to retrieve all entries, that are members of a changelist.</td>
110 </tr>
111 <tr>
112 <td><a href="#SvnStatusDialog.__getCommitableItems">__getCommitableItems</a></td>
113 <td>Private method to retrieve all entries the user wants to commit.</td>
114 </tr>
115 <tr>
116 <td><a href="#SvnStatusDialog.__getLockActionItems">__getLockActionItems</a></td>
117 <td>Private method to retrieve all emtries, that have a locked status.</td>
118 </tr>
119 <tr>
120 <td><a href="#SvnStatusDialog.__getMissingItems">__getMissingItems</a></td>
121 <td>Private method to retrieve all entries, that have a missing status.</td>
122 </tr>
123 <tr>
124 <td><a href="#SvnStatusDialog.__getModifiedItems">__getModifiedItems</a></td>
125 <td>Private method to retrieve all entries, that have a modified status.</td>
126 </tr>
127 <tr>
128 <td><a href="#SvnStatusDialog.__getNonChangelistItems">__getNonChangelistItems</a></td>
129 <td>Private method to retrieve all entries, that are not members of a changelist.</td>
130 </tr>
131 <tr>
132 <td><a href="#SvnStatusDialog.__getUnversionedItems">__getUnversionedItems</a></td>
133 <td>Private method to retrieve all entries, that have an unversioned status.</td>
134 </tr>
135 <tr>
136 <td><a href="#SvnStatusDialog.__lock">__lock</a></td>
137 <td>Private slot to handle the Lock context menu entry.</td>
138 </tr>
139 <tr>
140 <td><a href="#SvnStatusDialog.__procFinished">__procFinished</a></td>
141 <td>Private slot connected to the finished signal.</td>
142 </tr>
143 <tr>
144 <td><a href="#SvnStatusDialog.__readStderr">__readStderr</a></td>
145 <td>Private slot to handle the readyReadStandardError signal.</td>
146 </tr>
147 <tr>
148 <td><a href="#SvnStatusDialog.__readStdout">__readStdout</a></td>
149 <td>Private slot to handle the readyReadStandardOutput signal.</td>
150 </tr>
151 <tr>
152 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td>
153 <td>Private slot to remove entries from their changelists.</td>
154 </tr>
155 <tr>
156 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td>
157 <td>Private method to resize the list columns.</td>
158 </tr>
159 <tr>
160 <td><a href="#SvnStatusDialog.__resort">__resort</a></td>
161 <td>Private method to resort the tree.</td>
162 </tr>
163 <tr>
164 <td><a href="#SvnStatusDialog.__restoreMissing">__restoreMissing</a></td>
165 <td>Private slot to handle the Restore Missing context menu entry.</td>
166 </tr>
167 <tr>
168 <td><a href="#SvnStatusDialog.__revert">__revert</a></td>
169 <td>Private slot to handle the Revert context menu entry.</td>
170 </tr>
171 <tr>
172 <td><a href="#SvnStatusDialog.__sbsDiff">__sbsDiff</a></td>
173 <td>Private slot to handle the Side-by-Side Diff context menu entry.</td>
174 </tr>
175 <tr>
176 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td>
177 <td>Private slot to show the context menu of the status list.</td>
178 </tr>
179 <tr>
180 <td><a href="#SvnStatusDialog.__stealLock">__stealLock</a></td>
181 <td>Private slot to handle the Break Lock context menu entry.</td>
182 </tr>
183 <tr>
184 <td><a href="#SvnStatusDialog.__unlock">__unlock</a></td>
185 <td>Private slot to handle the Unlock context menu entry.</td>
186 </tr>
187 <tr>
188 <td><a href="#SvnStatusDialog.__updateButtons">__updateButtons</a></td>
189 <td>Private method to update the VCS buttons status.</td>
190 </tr>
191 <tr>
192 <td><a href="#SvnStatusDialog.__updateCommitButton">__updateCommitButton</a></td>
193 <td>Private method to update the Commit button status.</td>
194 </tr>
195 <tr>
196 <td><a href="#SvnStatusDialog.closeEvent">closeEvent</a></td>
197 <td>Protected slot implementing a close event handler.</td>
198 </tr>
199 <tr>
200 <td><a href="#SvnStatusDialog.keyPressEvent">keyPressEvent</a></td>
201 <td>Protected slot to handle a key press event.</td>
202 </tr>
203 <tr>
204 <td><a href="#SvnStatusDialog.on_addButton_clicked">on_addButton_clicked</a></td>
205 <td>Private slot to handle the press of the Add button.</td>
206 </tr>
207 <tr>
208 <td><a href="#SvnStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
209 <td>Private slot called by a button of the button box clicked.</td>
210 </tr>
211 <tr>
212 <td><a href="#SvnStatusDialog.on_commitButton_clicked">on_commitButton_clicked</a></td>
213 <td>Private slot to handle the press of the Commit button.</td>
214 </tr>
215 <tr>
216 <td><a href="#SvnStatusDialog.on_diffButton_clicked">on_diffButton_clicked</a></td>
217 <td>Private slot to handle the press of the Differences button.</td>
218 </tr>
219 <tr>
220 <td><a href="#SvnStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td>
221 <td>Private slot to handle the press of the return key in the input field.</td>
222 </tr>
223 <tr>
224 <td><a href="#SvnStatusDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
225 <td>Private slot to handle the password checkbox toggled.</td>
226 </tr>
227 <tr>
228 <td><a href="#SvnStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
229 <td>Private slot to refresh the status display.</td>
230 </tr>
231 <tr>
232 <td><a href="#SvnStatusDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td>
233 <td>Private slot to handle the press of the Restore button.</td>
234 </tr>
235 <tr>
236 <td><a href="#SvnStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td>
237 <td>Private slot to handle the press of the Revert button.</td>
238 </tr>
239 <tr>
240 <td><a href="#SvnStatusDialog.on_sbsDiffButton_clicked">on_sbsDiffButton_clicked</a></td>
241 <td>Private slot to handle the press of the Side-by-Side Diff button.</td>
242 </tr>
243 <tr>
244 <td><a href="#SvnStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
245 <td>Private slot to send the input to the subversion process.</td>
246 </tr>
247 <tr>
248 <td><a href="#SvnStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td>
249 <td>Private slot to react to the selection of a status filter.</td>
250 </tr>
251 <tr>
252 <td><a href="#SvnStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td>
253 <td>Private slot to act upon item changes.</td>
254 </tr>
255 <tr>
256 <td><a href="#SvnStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td>
257 <td>Private slot to act upon changes of selected items.</td>
258 </tr>
259 <tr>
260 <td><a href="#SvnStatusDialog.start">start</a></td>
261 <td>Public slot to start the svn status command.</td>
262 </tr>
263 </table>
264 <h3>Static Methods</h3>
265
266 <table>
267 <tr><td>None</td></tr>
268 </table>
269
270 <a NAME="SvnStatusDialog.__init__" ID="SvnStatusDialog.__init__"></a>
271 <h4>SvnStatusDialog (Constructor)</h4>
272 <b>SvnStatusDialog</b>(<i>vcs, parent=None</i>)
273
274 <p>
275 Constructor
276 </p>
277 <dl>
278
279 <dt><i>vcs</i></dt>
280 <dd>
281 reference to the vcs object
282 </dd>
283 <dt><i>parent</i></dt>
284 <dd>
285 parent widget (QWidget)
286 </dd>
287 </dl>
288 <a NAME="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a>
289 <h4>SvnStatusDialog.__add</h4>
290 <b>__add</b>(<i></i>)
291
292 <p>
293 Private slot to handle the Add context menu entry.
294 </p>
295 <a NAME="SvnStatusDialog.__addToChangelist" ID="SvnStatusDialog.__addToChangelist"></a>
296 <h4>SvnStatusDialog.__addToChangelist</h4>
297 <b>__addToChangelist</b>(<i></i>)
298
299 <p>
300 Private slot to add entries to a changelist.
301 </p>
302 <a NAME="SvnStatusDialog.__breakLock" ID="SvnStatusDialog.__breakLock"></a>
303 <h4>SvnStatusDialog.__breakLock</h4>
304 <b>__breakLock</b>(<i></i>)
305
306 <p>
307 Private slot to handle the Break Lock context menu entry.
308 </p>
309 <a NAME="SvnStatusDialog.__commit" ID="SvnStatusDialog.__commit"></a>
310 <h4>SvnStatusDialog.__commit</h4>
311 <b>__commit</b>(<i></i>)
312
313 <p>
314 Private slot to handle the Commit context menu entry.
315 </p>
316 <a NAME="SvnStatusDialog.__commitDeselectAll" ID="SvnStatusDialog.__commitDeselectAll"></a>
317 <h4>SvnStatusDialog.__commitDeselectAll</h4>
318 <b>__commitDeselectAll</b>(<i></i>)
319
320 <p>
321 Private slot to deselect all entries from commit.
322 </p>
323 <a NAME="SvnStatusDialog.__commitSelect" ID="SvnStatusDialog.__commitSelect"></a>
324 <h4>SvnStatusDialog.__commitSelect</h4>
325 <b>__commitSelect</b>(<i>selected</i>)
326
327 <p>
328 Private slot to select or deselect all entries.
329 </p>
330 <dl>
331
332 <dt><i>selected</i></dt>
333 <dd>
334 commit selection state to be set (boolean)
335 </dd>
336 </dl>
337 <a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a>
338 <h4>SvnStatusDialog.__commitSelectAll</h4>
339 <b>__commitSelectAll</b>(<i></i>)
340
341 <p>
342 Private slot to select all entries for commit.
343 </p>
344 <a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a>
345 <h4>SvnStatusDialog.__committed</h4>
346 <b>__committed</b>(<i></i>)
347
348 <p>
349 Private slot called after the commit has finished.
350 </p>
351 <a NAME="SvnStatusDialog.__diff" ID="SvnStatusDialog.__diff"></a>
352 <h4>SvnStatusDialog.__diff</h4>
353 <b>__diff</b>(<i></i>)
354
355 <p>
356 Private slot to handle the Diff context menu entry.
357 </p>
358 <a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a>
359 <h4>SvnStatusDialog.__finish</h4>
360 <b>__finish</b>(<i></i>)
361
362 <p>
363 Private slot called when the process finished or the user pressed
364 the button.
365 </p>
366 <a NAME="SvnStatusDialog.__generateItem" ID="SvnStatusDialog.__generateItem"></a>
367 <h4>SvnStatusDialog.__generateItem</h4>
368 <b>__generateItem</b>(<i>status, propStatus, locked, history, switched, lockinfo, uptodate, revision, change, author, path</i>)
369
370 <p>
371 Private method to generate a status item in the status list.
372 </p>
373 <dl>
374
375 <dt><i>status</i></dt>
376 <dd>
377 status indicator (string)
378 </dd>
379 <dt><i>propStatus</i></dt>
380 <dd>
381 property status indicator (string)
382 </dd>
383 <dt><i>locked</i></dt>
384 <dd>
385 locked indicator (string)
386 </dd>
387 <dt><i>history</i></dt>
388 <dd>
389 history indicator (string)
390 </dd>
391 <dt><i>switched</i></dt>
392 <dd>
393 switched indicator (string)
394 </dd>
395 <dt><i>lockinfo</i></dt>
396 <dd>
397 lock indicator (string)
398 </dd>
399 <dt><i>uptodate</i></dt>
400 <dd>
401 up to date indicator (string)
402 </dd>
403 <dt><i>revision</i></dt>
404 <dd>
405 revision string (string)
406 </dd>
407 <dt><i>change</i></dt>
408 <dd>
409 revision of last change (string)
410 </dd>
411 <dt><i>author</i></dt>
412 <dd>
413 author of the last change (string)
414 </dd>
415 <dt><i>path</i></dt>
416 <dd>
417 path of the file or directory (string)
418 </dd>
419 </dl>
420 <a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a>
421 <h4>SvnStatusDialog.__getChangelistItems</h4>
422 <b>__getChangelistItems</b>(<i></i>)
423
424 <p>
425 Private method to retrieve all entries, that are members of
426 a changelist.
427 </p>
428 <dl>
429 <dt>Return:</dt>
430 <dd>
431 list of all items belonging to a changelist
432 </dd>
433 </dl>
434 <a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a>
435 <h4>SvnStatusDialog.__getCommitableItems</h4>
436 <b>__getCommitableItems</b>(<i></i>)
437
438 <p>
439 Private method to retrieve all entries the user wants to commit.
440 </p>
441 <dl>
442 <dt>Return:</dt>
443 <dd>
444 list of all items, the user has checked
445 </dd>
446 </dl>
447 <a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a>
448 <h4>SvnStatusDialog.__getLockActionItems</h4>
449 <b>__getLockActionItems</b>(<i>indicators</i>)
450
451 <p>
452 Private method to retrieve all emtries, that have a locked status.
453 </p>
454 <dl>
455
456 <dt><i>indicators</i></dt>
457 <dd>
458 list of indicators to check against (list of strings)
459 </dd>
460 </dl>
461 <dl>
462 <dt>Return:</dt>
463 <dd>
464 list of all items with a locked status
465 </dd>
466 </dl>
467 <a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a>
468 <h4>SvnStatusDialog.__getMissingItems</h4>
469 <b>__getMissingItems</b>(<i></i>)
470
471 <p>
472 Private method to retrieve all entries, that have a missing status.
473 </p>
474 <dl>
475 <dt>Return:</dt>
476 <dd>
477 list of all items with a missing status
478 </dd>
479 </dl>
480 <a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a>
481 <h4>SvnStatusDialog.__getModifiedItems</h4>
482 <b>__getModifiedItems</b>(<i></i>)
483
484 <p>
485 Private method to retrieve all entries, that have a modified status.
486 </p>
487 <dl>
488 <dt>Return:</dt>
489 <dd>
490 list of all items with a modified status
491 </dd>
492 </dl>
493 <a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a>
494 <h4>SvnStatusDialog.__getNonChangelistItems</h4>
495 <b>__getNonChangelistItems</b>(<i></i>)
496
497 <p>
498 Private method to retrieve all entries, that are not members of
499 a changelist.
500 </p>
501 <dl>
502 <dt>Return:</dt>
503 <dd>
504 list of all items not belonging to a changelist
505 </dd>
506 </dl>
507 <a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a>
508 <h4>SvnStatusDialog.__getUnversionedItems</h4>
509 <b>__getUnversionedItems</b>(<i></i>)
510
511 <p>
512 Private method to retrieve all entries, that have an unversioned
513 status.
514 </p>
515 <dl>
516 <dt>Return:</dt>
517 <dd>
518 list of all items with an unversioned status
519 </dd>
520 </dl>
521 <a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a>
522 <h4>SvnStatusDialog.__lock</h4>
523 <b>__lock</b>(<i></i>)
524
525 <p>
526 Private slot to handle the Lock context menu entry.
527 </p>
528 <a NAME="SvnStatusDialog.__procFinished" ID="SvnStatusDialog.__procFinished"></a>
529 <h4>SvnStatusDialog.__procFinished</h4>
530 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
531
532 <p>
533 Private slot connected to the finished signal.
534 </p>
535 <dl>
536
537 <dt><i>exitCode</i></dt>
538 <dd>
539 exit code of the process (integer)
540 </dd>
541 <dt><i>exitStatus</i></dt>
542 <dd>
543 exit status of the process (QProcess.ExitStatus)
544 </dd>
545 </dl>
546 <a NAME="SvnStatusDialog.__readStderr" ID="SvnStatusDialog.__readStderr"></a>
547 <h4>SvnStatusDialog.__readStderr</h4>
548 <b>__readStderr</b>(<i></i>)
549
550 <p>
551 Private slot to handle the readyReadStandardError signal.
552 </p>
553 <p>
554 It reads the error output of the process and inserts it into the
555 error pane.
556 </p>
557 <a NAME="SvnStatusDialog.__readStdout" ID="SvnStatusDialog.__readStdout"></a>
558 <h4>SvnStatusDialog.__readStdout</h4>
559 <b>__readStdout</b>(<i></i>)
560
561 <p>
562 Private slot to handle the readyReadStandardOutput signal.
563 </p>
564 <p>
565 It reads the output of the process, formats it and inserts it into
566 the contents pane.
567 </p>
568 <a NAME="SvnStatusDialog.__removeFromChangelist" ID="SvnStatusDialog.__removeFromChangelist"></a>
569 <h4>SvnStatusDialog.__removeFromChangelist</h4>
570 <b>__removeFromChangelist</b>(<i></i>)
571
572 <p>
573 Private slot to remove entries from their changelists.
574 </p>
575 <a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a>
576 <h4>SvnStatusDialog.__resizeColumns</h4>
577 <b>__resizeColumns</b>(<i></i>)
578
579 <p>
580 Private method to resize the list columns.
581 </p>
582 <a NAME="SvnStatusDialog.__resort" ID="SvnStatusDialog.__resort"></a>
583 <h4>SvnStatusDialog.__resort</h4>
584 <b>__resort</b>(<i></i>)
585
586 <p>
587 Private method to resort the tree.
588 </p>
589 <a NAME="SvnStatusDialog.__restoreMissing" ID="SvnStatusDialog.__restoreMissing"></a>
590 <h4>SvnStatusDialog.__restoreMissing</h4>
591 <b>__restoreMissing</b>(<i></i>)
592
593 <p>
594 Private slot to handle the Restore Missing context menu entry.
595 </p>
596 <a NAME="SvnStatusDialog.__revert" ID="SvnStatusDialog.__revert"></a>
597 <h4>SvnStatusDialog.__revert</h4>
598 <b>__revert</b>(<i></i>)
599
600 <p>
601 Private slot to handle the Revert context menu entry.
602 </p>
603 <a NAME="SvnStatusDialog.__sbsDiff" ID="SvnStatusDialog.__sbsDiff"></a>
604 <h4>SvnStatusDialog.__sbsDiff</h4>
605 <b>__sbsDiff</b>(<i></i>)
606
607 <p>
608 Private slot to handle the Side-by-Side Diff context menu entry.
609 </p>
610 <a NAME="SvnStatusDialog.__showContextMenu" ID="SvnStatusDialog.__showContextMenu"></a>
611 <h4>SvnStatusDialog.__showContextMenu</h4>
612 <b>__showContextMenu</b>(<i>coord</i>)
613
614 <p>
615 Private slot to show the context menu of the status list.
616 </p>
617 <dl>
618
619 <dt><i>coord</i></dt>
620 <dd>
621 the position of the mouse pointer (QPoint)
622 </dd>
623 </dl>
624 <a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a>
625 <h4>SvnStatusDialog.__stealLock</h4>
626 <b>__stealLock</b>(<i></i>)
627
628 <p>
629 Private slot to handle the Break Lock context menu entry.
630 </p>
631 <a NAME="SvnStatusDialog.__unlock" ID="SvnStatusDialog.__unlock"></a>
632 <h4>SvnStatusDialog.__unlock</h4>
633 <b>__unlock</b>(<i></i>)
634
635 <p>
636 Private slot to handle the Unlock context menu entry.
637 </p>
638 <a NAME="SvnStatusDialog.__updateButtons" ID="SvnStatusDialog.__updateButtons"></a>
639 <h4>SvnStatusDialog.__updateButtons</h4>
640 <b>__updateButtons</b>(<i></i>)
641
642 <p>
643 Private method to update the VCS buttons status.
644 </p>
645 <a NAME="SvnStatusDialog.__updateCommitButton" ID="SvnStatusDialog.__updateCommitButton"></a>
646 <h4>SvnStatusDialog.__updateCommitButton</h4>
647 <b>__updateCommitButton</b>(<i></i>)
648
649 <p>
650 Private method to update the Commit button status.
651 </p>
652 <a NAME="SvnStatusDialog.closeEvent" ID="SvnStatusDialog.closeEvent"></a>
653 <h4>SvnStatusDialog.closeEvent</h4>
654 <b>closeEvent</b>(<i>e</i>)
655
656 <p>
657 Protected slot implementing a close event handler.
658 </p>
659 <dl>
660
661 <dt><i>e</i></dt>
662 <dd>
663 close event (QCloseEvent)
664 </dd>
665 </dl>
666 <a NAME="SvnStatusDialog.keyPressEvent" ID="SvnStatusDialog.keyPressEvent"></a>
667 <h4>SvnStatusDialog.keyPressEvent</h4>
668 <b>keyPressEvent</b>(<i>evt</i>)
669
670 <p>
671 Protected slot to handle a key press event.
672 </p>
673 <dl>
674
675 <dt><i>evt</i></dt>
676 <dd>
677 the key press event (QKeyEvent)
678 </dd>
679 </dl>
680 <a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a>
681 <h4>SvnStatusDialog.on_addButton_clicked</h4>
682 <b>on_addButton_clicked</b>(<i></i>)
683
684 <p>
685 Private slot to handle the press of the Add button.
686 </p>
687 <a NAME="SvnStatusDialog.on_buttonBox_clicked" ID="SvnStatusDialog.on_buttonBox_clicked"></a>
688 <h4>SvnStatusDialog.on_buttonBox_clicked</h4>
689 <b>on_buttonBox_clicked</b>(<i>button</i>)
690
691 <p>
692 Private slot called by a button of the button box clicked.
693 </p>
694 <dl>
695
696 <dt><i>button</i></dt>
697 <dd>
698 button that was clicked (QAbstractButton)
699 </dd>
700 </dl>
701 <a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a>
702 <h4>SvnStatusDialog.on_commitButton_clicked</h4>
703 <b>on_commitButton_clicked</b>(<i></i>)
704
705 <p>
706 Private slot to handle the press of the Commit button.
707 </p>
708 <a NAME="SvnStatusDialog.on_diffButton_clicked" ID="SvnStatusDialog.on_diffButton_clicked"></a>
709 <h4>SvnStatusDialog.on_diffButton_clicked</h4>
710 <b>on_diffButton_clicked</b>(<i></i>)
711
712 <p>
713 Private slot to handle the press of the Differences button.
714 </p>
715 <a NAME="SvnStatusDialog.on_input_returnPressed" ID="SvnStatusDialog.on_input_returnPressed"></a>
716 <h4>SvnStatusDialog.on_input_returnPressed</h4>
717 <b>on_input_returnPressed</b>(<i></i>)
718
719 <p>
720 Private slot to handle the press of the return key in the input field.
721 </p>
722 <a NAME="SvnStatusDialog.on_passwordCheckBox_toggled" ID="SvnStatusDialog.on_passwordCheckBox_toggled"></a>
723 <h4>SvnStatusDialog.on_passwordCheckBox_toggled</h4>
724 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
725
726 <p>
727 Private slot to handle the password checkbox toggled.
728 </p>
729 <dl>
730
731 <dt><i>isOn</i></dt>
732 <dd>
733 flag indicating the status of the check box (boolean)
734 </dd>
735 </dl>
736 <a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a>
737 <h4>SvnStatusDialog.on_refreshButton_clicked</h4>
738 <b>on_refreshButton_clicked</b>(<i></i>)
739
740 <p>
741 Private slot to refresh the status display.
742 </p>
743 <a NAME="SvnStatusDialog.on_restoreButton_clicked" ID="SvnStatusDialog.on_restoreButton_clicked"></a>
744 <h4>SvnStatusDialog.on_restoreButton_clicked</h4>
745 <b>on_restoreButton_clicked</b>(<i></i>)
746
747 <p>
748 Private slot to handle the press of the Restore button.
749 </p>
750 <a NAME="SvnStatusDialog.on_revertButton_clicked" ID="SvnStatusDialog.on_revertButton_clicked"></a>
751 <h4>SvnStatusDialog.on_revertButton_clicked</h4>
752 <b>on_revertButton_clicked</b>(<i></i>)
753
754 <p>
755 Private slot to handle the press of the Revert button.
756 </p>
757 <a NAME="SvnStatusDialog.on_sbsDiffButton_clicked" ID="SvnStatusDialog.on_sbsDiffButton_clicked"></a>
758 <h4>SvnStatusDialog.on_sbsDiffButton_clicked</h4>
759 <b>on_sbsDiffButton_clicked</b>(<i></i>)
760
761 <p>
762 Private slot to handle the press of the Side-by-Side Diff button.
763 </p>
764 <a NAME="SvnStatusDialog.on_sendButton_clicked" ID="SvnStatusDialog.on_sendButton_clicked"></a>
765 <h4>SvnStatusDialog.on_sendButton_clicked</h4>
766 <b>on_sendButton_clicked</b>(<i></i>)
767
768 <p>
769 Private slot to send the input to the subversion process.
770 </p>
771 <a NAME="SvnStatusDialog.on_statusFilterCombo_activated" ID="SvnStatusDialog.on_statusFilterCombo_activated"></a>
772 <h4>SvnStatusDialog.on_statusFilterCombo_activated</h4>
773 <b>on_statusFilterCombo_activated</b>(<i>index</i>)
774
775 <p>
776 Private slot to react to the selection of a status filter.
777 </p>
778 <dl>
779
780 <dt><i>index</i> (int)</dt>
781 <dd>
782 index of the selected entry
783 </dd>
784 </dl>
785 <a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a>
786 <h4>SvnStatusDialog.on_statusList_itemChanged</h4>
787 <b>on_statusList_itemChanged</b>(<i>item, column</i>)
788
789 <p>
790 Private slot to act upon item changes.
791 </p>
792 <dl>
793
794 <dt><i>item</i></dt>
795 <dd>
796 reference to the changed item (QTreeWidgetItem)
797 </dd>
798 <dt><i>column</i></dt>
799 <dd>
800 index of column that changed (integer)
801 </dd>
802 </dl>
803 <a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a>
804 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4>
805 <b>on_statusList_itemSelectionChanged</b>(<i></i>)
806
807 <p>
808 Private slot to act upon changes of selected items.
809 </p>
810 <a NAME="SvnStatusDialog.start" ID="SvnStatusDialog.start"></a>
811 <h4>SvnStatusDialog.start</h4>
812 <b>start</b>(<i>fn</i>)
813
814 <p>
815 Public slot to start the svn status command.
816 </p>
817 <dl>
818
819 <dt><i>fn</i></dt>
820 <dd>
821 filename(s)/directoryname(s) to show the status of
822 (string or list of strings)
823 </dd>
824 </dl>
825 <div align="right"><a href="#top">Up</a></div>
826 <hr />
827 </body></html>

eric ide

mercurial