|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog</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.vcsPySvn.SvnStatusDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to show the output of the svn 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="#SvnStatusDialog">SvnStatusDialog</a></td> |
|
35 <td>Class implementing a dialog to show the output of the svn 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="SvnStatusDialog" ID="SvnStatusDialog"></a> |
|
44 <h2>SvnStatusDialog</h2> |
|
45 <p> |
|
46 Class implementing a dialog to show the output of the svn status command |
|
47 process. |
|
48 </p> |
|
49 <h3>Derived from</h3> |
|
50 QWidget, SvnDialogMixin, Ui_SvnStatusDialog |
|
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="#SvnStatusDialog.__init__">SvnStatusDialog</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr><tr> |
|
65 <td><a href="#SvnStatusDialog.__add">__add</a></td> |
|
66 <td>Private slot to handle the Add context menu entry.</td> |
|
67 </tr><tr> |
|
68 <td><a href="#SvnStatusDialog.__addToChangelist">__addToChangelist</a></td> |
|
69 <td>Private slot to add entries to a changelist.</td> |
|
70 </tr><tr> |
|
71 <td><a href="#SvnStatusDialog.__breakLock">__breakLock</a></td> |
|
72 <td>Private slot to handle the Break Lock context menu entry.</td> |
|
73 </tr><tr> |
|
74 <td><a href="#SvnStatusDialog.__commit">__commit</a></td> |
|
75 <td>Private slot to handle the Commit context menu entry.</td> |
|
76 </tr><tr> |
|
77 <td><a href="#SvnStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td> |
|
78 <td>Private slot to deselect all entries from commit.</td> |
|
79 </tr><tr> |
|
80 <td><a href="#SvnStatusDialog.__commitSelect">__commitSelect</a></td> |
|
81 <td>Private slot to select or deselect all entries.</td> |
|
82 </tr><tr> |
|
83 <td><a href="#SvnStatusDialog.__commitSelectAll">__commitSelectAll</a></td> |
|
84 <td>Private slot to select all entries for commit.</td> |
|
85 </tr><tr> |
|
86 <td><a href="#SvnStatusDialog.__committed">__committed</a></td> |
|
87 <td>Private slot called after the commit has finished.</td> |
|
88 </tr><tr> |
|
89 <td><a href="#SvnStatusDialog.__diff">__diff</a></td> |
|
90 <td>Private slot to handle the Diff context menu entry.</td> |
|
91 </tr><tr> |
|
92 <td><a href="#SvnStatusDialog.__finish">__finish</a></td> |
|
93 <td>Private slot called when the process finished or the user pressed the button.</td> |
|
94 </tr><tr> |
|
95 <td><a href="#SvnStatusDialog.__generateItem">__generateItem</a></td> |
|
96 <td>Private method to generate a status item in the status list.</td> |
|
97 </tr><tr> |
|
98 <td><a href="#SvnStatusDialog.__getChangelistItems">__getChangelistItems</a></td> |
|
99 <td>Private method to retrieve all entries, that are members of a changelist.</td> |
|
100 </tr><tr> |
|
101 <td><a href="#SvnStatusDialog.__getCommitableItems">__getCommitableItems</a></td> |
|
102 <td>Private method to retrieve all entries the user wants to commit.</td> |
|
103 </tr><tr> |
|
104 <td><a href="#SvnStatusDialog.__getLockActionItems">__getLockActionItems</a></td> |
|
105 <td>Private method to retrieve all entries, that have a locked status.</td> |
|
106 </tr><tr> |
|
107 <td><a href="#SvnStatusDialog.__getMissingItems">__getMissingItems</a></td> |
|
108 <td>Private method to retrieve all entries, that have a missing status.</td> |
|
109 </tr><tr> |
|
110 <td><a href="#SvnStatusDialog.__getModifiedItems">__getModifiedItems</a></td> |
|
111 <td>Private method to retrieve all entries, that have a modified status.</td> |
|
112 </tr><tr> |
|
113 <td><a href="#SvnStatusDialog.__getNonChangelistItems">__getNonChangelistItems</a></td> |
|
114 <td>Private method to retrieve all entries, that are not members of a changelist.</td> |
|
115 </tr><tr> |
|
116 <td><a href="#SvnStatusDialog.__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="#SvnStatusDialog.__lock">__lock</a></td> |
|
120 <td>Private slot to handle the Lock context menu entry.</td> |
|
121 </tr><tr> |
|
122 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td> |
|
123 <td>Private slot to remove entries from their changelists.</td> |
|
124 </tr><tr> |
|
125 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td> |
|
126 <td>Private method to resize the list columns.</td> |
|
127 </tr><tr> |
|
128 <td><a href="#SvnStatusDialog.__resort">__resort</a></td> |
|
129 <td>Private method to resort the tree.</td> |
|
130 </tr><tr> |
|
131 <td><a href="#SvnStatusDialog.__restoreMissing">__restoreMissing</a></td> |
|
132 <td>Private slot to handle the Restore Missing context menu entry.</td> |
|
133 </tr><tr> |
|
134 <td><a href="#SvnStatusDialog.__revert">__revert</a></td> |
|
135 <td>Private slot to handle the Revert context menu entry.</td> |
|
136 </tr><tr> |
|
137 <td><a href="#SvnStatusDialog.__sbsDiff">__sbsDiff</a></td> |
|
138 <td>Private slot to handle the Side-by-Side Diff context menu entry.</td> |
|
139 </tr><tr> |
|
140 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td> |
|
141 <td>Private slot to show the context menu of the status list.</td> |
|
142 </tr><tr> |
|
143 <td><a href="#SvnStatusDialog.__showError">__showError</a></td> |
|
144 <td>Private slot to show an error message.</td> |
|
145 </tr><tr> |
|
146 <td><a href="#SvnStatusDialog.__stealLock">__stealLock</a></td> |
|
147 <td>Private slot to handle the Break Lock context menu entry.</td> |
|
148 </tr><tr> |
|
149 <td><a href="#SvnStatusDialog.__unlock">__unlock</a></td> |
|
150 <td>Private slot to handle the Unlock context menu entry.</td> |
|
151 </tr><tr> |
|
152 <td><a href="#SvnStatusDialog.__updateButtons">__updateButtons</a></td> |
|
153 <td>Private method to update the VCS buttons status.</td> |
|
154 </tr><tr> |
|
155 <td><a href="#SvnStatusDialog.__updateCommitButton">__updateCommitButton</a></td> |
|
156 <td>Private method to update the Commit button status.</td> |
|
157 </tr><tr> |
|
158 <td><a href="#SvnStatusDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
|
159 <td>Private slot to handle the press of the Add button.</td> |
|
160 </tr><tr> |
|
161 <td><a href="#SvnStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
162 <td>Private slot called by a button of the button box clicked.</td> |
|
163 </tr><tr> |
|
164 <td><a href="#SvnStatusDialog.on_commitButton_clicked">on_commitButton_clicked</a></td> |
|
165 <td>Private slot to handle the press of the Commit button.</td> |
|
166 </tr><tr> |
|
167 <td><a href="#SvnStatusDialog.on_diffButton_clicked">on_diffButton_clicked</a></td> |
|
168 <td>Private slot to handle the press of the Differences button.</td> |
|
169 </tr><tr> |
|
170 <td><a href="#SvnStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
|
171 <td>Private slot to refresh the status display.</td> |
|
172 </tr><tr> |
|
173 <td><a href="#SvnStatusDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td> |
|
174 <td>Private slot to handle the press of the Restore button.</td> |
|
175 </tr><tr> |
|
176 <td><a href="#SvnStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td> |
|
177 <td>Private slot to handle the press of the Revert button.</td> |
|
178 </tr><tr> |
|
179 <td><a href="#SvnStatusDialog.on_sbsDiffButton_clicked">on_sbsDiffButton_clicked</a></td> |
|
180 <td>Private slot to handle the press of the Side-by-Side Diff button.</td> |
|
181 </tr><tr> |
|
182 <td><a href="#SvnStatusDialog.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="#SvnStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td> |
|
186 <td>Private slot to act upon item changes.</td> |
|
187 </tr><tr> |
|
188 <td><a href="#SvnStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td> |
|
189 <td>Private slot to act upon changes of selected items.</td> |
|
190 </tr><tr> |
|
191 <td><a href="#SvnStatusDialog.start">start</a></td> |
|
192 <td>Public slot to start the svn 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="SvnStatusDialog.__init__" ID="SvnStatusDialog.__init__"></a> |
|
200 <h4>SvnStatusDialog (Constructor)</h4> |
|
201 <b>SvnStatusDialog</b>(<i>vcs, 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>parent</i></dt> |
|
209 <dd> |
|
210 parent widget (QWidget) |
|
211 </dd> |
|
212 </dl><a NAME="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a> |
|
213 <h4>SvnStatusDialog.__add</h4> |
|
214 <b>__add</b>(<i></i>) |
|
215 <p> |
|
216 Private slot to handle the Add context menu entry. |
|
217 </p><a NAME="SvnStatusDialog.__addToChangelist" ID="SvnStatusDialog.__addToChangelist"></a> |
|
218 <h4>SvnStatusDialog.__addToChangelist</h4> |
|
219 <b>__addToChangelist</b>(<i></i>) |
|
220 <p> |
|
221 Private slot to add entries to a changelist. |
|
222 </p><a NAME="SvnStatusDialog.__breakLock" ID="SvnStatusDialog.__breakLock"></a> |
|
223 <h4>SvnStatusDialog.__breakLock</h4> |
|
224 <b>__breakLock</b>(<i></i>) |
|
225 <p> |
|
226 Private slot to handle the Break Lock context menu entry. |
|
227 </p><a NAME="SvnStatusDialog.__commit" ID="SvnStatusDialog.__commit"></a> |
|
228 <h4>SvnStatusDialog.__commit</h4> |
|
229 <b>__commit</b>(<i></i>) |
|
230 <p> |
|
231 Private slot to handle the Commit context menu entry. |
|
232 </p><a NAME="SvnStatusDialog.__commitDeselectAll" ID="SvnStatusDialog.__commitDeselectAll"></a> |
|
233 <h4>SvnStatusDialog.__commitDeselectAll</h4> |
|
234 <b>__commitDeselectAll</b>(<i></i>) |
|
235 <p> |
|
236 Private slot to deselect all entries from commit. |
|
237 </p><a NAME="SvnStatusDialog.__commitSelect" ID="SvnStatusDialog.__commitSelect"></a> |
|
238 <h4>SvnStatusDialog.__commitSelect</h4> |
|
239 <b>__commitSelect</b>(<i>selected</i>) |
|
240 <p> |
|
241 Private slot to select or deselect all entries. |
|
242 </p><dl> |
|
243 <dt><i>selected</i></dt> |
|
244 <dd> |
|
245 commit selection state to be set (boolean) |
|
246 </dd> |
|
247 </dl><a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a> |
|
248 <h4>SvnStatusDialog.__commitSelectAll</h4> |
|
249 <b>__commitSelectAll</b>(<i></i>) |
|
250 <p> |
|
251 Private slot to select all entries for commit. |
|
252 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> |
|
253 <h4>SvnStatusDialog.__committed</h4> |
|
254 <b>__committed</b>(<i></i>) |
|
255 <p> |
|
256 Private slot called after the commit has finished. |
|
257 </p><a NAME="SvnStatusDialog.__diff" ID="SvnStatusDialog.__diff"></a> |
|
258 <h4>SvnStatusDialog.__diff</h4> |
|
259 <b>__diff</b>(<i></i>) |
|
260 <p> |
|
261 Private slot to handle the Diff context menu entry. |
|
262 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a> |
|
263 <h4>SvnStatusDialog.__finish</h4> |
|
264 <b>__finish</b>(<i></i>) |
|
265 <p> |
|
266 Private slot called when the process finished or the user pressed |
|
267 the button. |
|
268 </p><a NAME="SvnStatusDialog.__generateItem" ID="SvnStatusDialog.__generateItem"></a> |
|
269 <h4>SvnStatusDialog.__generateItem</h4> |
|
270 <b>__generateItem</b>(<i>changelist, status, propStatus, locked, history, switched, lockinfo, uptodate, revision, change, author, path</i>) |
|
271 <p> |
|
272 Private method to generate a status item in the status list. |
|
273 </p><dl> |
|
274 <dt><i>changelist</i></dt> |
|
275 <dd> |
|
276 name of the changelist (string) |
|
277 </dd><dt><i>status</i></dt> |
|
278 <dd> |
|
279 text status (pysvn.wc_status_kind) |
|
280 </dd><dt><i>propStatus</i></dt> |
|
281 <dd> |
|
282 property status (pysvn.wc_status_kind) |
|
283 </dd><dt><i>locked</i></dt> |
|
284 <dd> |
|
285 locked flag (boolean) |
|
286 </dd><dt><i>history</i></dt> |
|
287 <dd> |
|
288 history flag (boolean) |
|
289 </dd><dt><i>switched</i></dt> |
|
290 <dd> |
|
291 switched flag (boolean) |
|
292 </dd><dt><i>lockinfo</i></dt> |
|
293 <dd> |
|
294 lock indicator (string) |
|
295 </dd><dt><i>uptodate</i></dt> |
|
296 <dd> |
|
297 up to date flag (boolean) |
|
298 </dd><dt><i>revision</i></dt> |
|
299 <dd> |
|
300 revision (integer) |
|
301 </dd><dt><i>change</i></dt> |
|
302 <dd> |
|
303 revision of last change (integer) |
|
304 </dd><dt><i>author</i></dt> |
|
305 <dd> |
|
306 author of the last change (string) |
|
307 </dd><dt><i>path</i></dt> |
|
308 <dd> |
|
309 path of the file or directory (string) |
|
310 </dd> |
|
311 </dl><a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a> |
|
312 <h4>SvnStatusDialog.__getChangelistItems</h4> |
|
313 <b>__getChangelistItems</b>(<i></i>) |
|
314 <p> |
|
315 Private method to retrieve all entries, that are members of |
|
316 a changelist. |
|
317 </p><dl> |
|
318 <dt>Returns:</dt> |
|
319 <dd> |
|
320 list of all items belonging to a changelist |
|
321 </dd> |
|
322 </dl><a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a> |
|
323 <h4>SvnStatusDialog.__getCommitableItems</h4> |
|
324 <b>__getCommitableItems</b>(<i></i>) |
|
325 <p> |
|
326 Private method to retrieve all entries the user wants to commit. |
|
327 </p><dl> |
|
328 <dt>Returns:</dt> |
|
329 <dd> |
|
330 list of all items, the user has checked |
|
331 </dd> |
|
332 </dl><a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a> |
|
333 <h4>SvnStatusDialog.__getLockActionItems</h4> |
|
334 <b>__getLockActionItems</b>(<i>indicators</i>) |
|
335 <p> |
|
336 Private method to retrieve all entries, that have a locked status. |
|
337 </p><dl> |
|
338 <dt><i>indicators</i></dt> |
|
339 <dd> |
|
340 list of indicators to check against (list of strings) |
|
341 </dd> |
|
342 </dl><dl> |
|
343 <dt>Returns:</dt> |
|
344 <dd> |
|
345 list of all items with a locked status |
|
346 </dd> |
|
347 </dl><a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a> |
|
348 <h4>SvnStatusDialog.__getMissingItems</h4> |
|
349 <b>__getMissingItems</b>(<i></i>) |
|
350 <p> |
|
351 Private method to retrieve all entries, that have a missing status. |
|
352 </p><dl> |
|
353 <dt>Returns:</dt> |
|
354 <dd> |
|
355 list of all items with a missing status |
|
356 </dd> |
|
357 </dl><a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a> |
|
358 <h4>SvnStatusDialog.__getModifiedItems</h4> |
|
359 <b>__getModifiedItems</b>(<i></i>) |
|
360 <p> |
|
361 Private method to retrieve all entries, that have a modified status. |
|
362 </p><dl> |
|
363 <dt>Returns:</dt> |
|
364 <dd> |
|
365 list of all items with a modified status |
|
366 </dd> |
|
367 </dl><a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a> |
|
368 <h4>SvnStatusDialog.__getNonChangelistItems</h4> |
|
369 <b>__getNonChangelistItems</b>(<i></i>) |
|
370 <p> |
|
371 Private method to retrieve all entries, that are not members of |
|
372 a changelist. |
|
373 </p><dl> |
|
374 <dt>Returns:</dt> |
|
375 <dd> |
|
376 list of all items not belonging to a changelist |
|
377 </dd> |
|
378 </dl><a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a> |
|
379 <h4>SvnStatusDialog.__getUnversionedItems</h4> |
|
380 <b>__getUnversionedItems</b>(<i></i>) |
|
381 <p> |
|
382 Private method to retrieve all entries, that have an |
|
383 unversioned status. |
|
384 </p><dl> |
|
385 <dt>Returns:</dt> |
|
386 <dd> |
|
387 list of all items with an unversioned status |
|
388 </dd> |
|
389 </dl><a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a> |
|
390 <h4>SvnStatusDialog.__lock</h4> |
|
391 <b>__lock</b>(<i></i>) |
|
392 <p> |
|
393 Private slot to handle the Lock context menu entry. |
|
394 </p><a NAME="SvnStatusDialog.__removeFromChangelist" ID="SvnStatusDialog.__removeFromChangelist"></a> |
|
395 <h4>SvnStatusDialog.__removeFromChangelist</h4> |
|
396 <b>__removeFromChangelist</b>(<i></i>) |
|
397 <p> |
|
398 Private slot to remove entries from their changelists. |
|
399 </p><a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a> |
|
400 <h4>SvnStatusDialog.__resizeColumns</h4> |
|
401 <b>__resizeColumns</b>(<i></i>) |
|
402 <p> |
|
403 Private method to resize the list columns. |
|
404 </p><a NAME="SvnStatusDialog.__resort" ID="SvnStatusDialog.__resort"></a> |
|
405 <h4>SvnStatusDialog.__resort</h4> |
|
406 <b>__resort</b>(<i></i>) |
|
407 <p> |
|
408 Private method to resort the tree. |
|
409 </p><a NAME="SvnStatusDialog.__restoreMissing" ID="SvnStatusDialog.__restoreMissing"></a> |
|
410 <h4>SvnStatusDialog.__restoreMissing</h4> |
|
411 <b>__restoreMissing</b>(<i></i>) |
|
412 <p> |
|
413 Private slot to handle the Restore Missing context menu entry. |
|
414 </p><a NAME="SvnStatusDialog.__revert" ID="SvnStatusDialog.__revert"></a> |
|
415 <h4>SvnStatusDialog.__revert</h4> |
|
416 <b>__revert</b>(<i></i>) |
|
417 <p> |
|
418 Private slot to handle the Revert context menu entry. |
|
419 </p><a NAME="SvnStatusDialog.__sbsDiff" ID="SvnStatusDialog.__sbsDiff"></a> |
|
420 <h4>SvnStatusDialog.__sbsDiff</h4> |
|
421 <b>__sbsDiff</b>(<i></i>) |
|
422 <p> |
|
423 Private slot to handle the Side-by-Side Diff context menu entry. |
|
424 </p><a NAME="SvnStatusDialog.__showContextMenu" ID="SvnStatusDialog.__showContextMenu"></a> |
|
425 <h4>SvnStatusDialog.__showContextMenu</h4> |
|
426 <b>__showContextMenu</b>(<i>coord</i>) |
|
427 <p> |
|
428 Private slot to show the context menu of the status list. |
|
429 </p><dl> |
|
430 <dt><i>coord</i></dt> |
|
431 <dd> |
|
432 the position of the mouse pointer (QPoint) |
|
433 </dd> |
|
434 </dl><a NAME="SvnStatusDialog.__showError" ID="SvnStatusDialog.__showError"></a> |
|
435 <h4>SvnStatusDialog.__showError</h4> |
|
436 <b>__showError</b>(<i>msg</i>) |
|
437 <p> |
|
438 Private slot to show an error message. |
|
439 </p><dl> |
|
440 <dt><i>msg</i></dt> |
|
441 <dd> |
|
442 error message to show (string) |
|
443 </dd> |
|
444 </dl><a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a> |
|
445 <h4>SvnStatusDialog.__stealLock</h4> |
|
446 <b>__stealLock</b>(<i></i>) |
|
447 <p> |
|
448 Private slot to handle the Break Lock context menu entry. |
|
449 </p><a NAME="SvnStatusDialog.__unlock" ID="SvnStatusDialog.__unlock"></a> |
|
450 <h4>SvnStatusDialog.__unlock</h4> |
|
451 <b>__unlock</b>(<i></i>) |
|
452 <p> |
|
453 Private slot to handle the Unlock context menu entry. |
|
454 </p><a NAME="SvnStatusDialog.__updateButtons" ID="SvnStatusDialog.__updateButtons"></a> |
|
455 <h4>SvnStatusDialog.__updateButtons</h4> |
|
456 <b>__updateButtons</b>(<i></i>) |
|
457 <p> |
|
458 Private method to update the VCS buttons status. |
|
459 </p><a NAME="SvnStatusDialog.__updateCommitButton" ID="SvnStatusDialog.__updateCommitButton"></a> |
|
460 <h4>SvnStatusDialog.__updateCommitButton</h4> |
|
461 <b>__updateCommitButton</b>(<i></i>) |
|
462 <p> |
|
463 Private method to update the Commit button status. |
|
464 </p><a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a> |
|
465 <h4>SvnStatusDialog.on_addButton_clicked</h4> |
|
466 <b>on_addButton_clicked</b>(<i></i>) |
|
467 <p> |
|
468 Private slot to handle the press of the Add button. |
|
469 </p><a NAME="SvnStatusDialog.on_buttonBox_clicked" ID="SvnStatusDialog.on_buttonBox_clicked"></a> |
|
470 <h4>SvnStatusDialog.on_buttonBox_clicked</h4> |
|
471 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
472 <p> |
|
473 Private slot called by a button of the button box clicked. |
|
474 </p><dl> |
|
475 <dt><i>button</i></dt> |
|
476 <dd> |
|
477 button that was clicked (QAbstractButton) |
|
478 </dd> |
|
479 </dl><a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a> |
|
480 <h4>SvnStatusDialog.on_commitButton_clicked</h4> |
|
481 <b>on_commitButton_clicked</b>(<i></i>) |
|
482 <p> |
|
483 Private slot to handle the press of the Commit button. |
|
484 </p><a NAME="SvnStatusDialog.on_diffButton_clicked" ID="SvnStatusDialog.on_diffButton_clicked"></a> |
|
485 <h4>SvnStatusDialog.on_diffButton_clicked</h4> |
|
486 <b>on_diffButton_clicked</b>(<i></i>) |
|
487 <p> |
|
488 Private slot to handle the press of the Differences button. |
|
489 </p><a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a> |
|
490 <h4>SvnStatusDialog.on_refreshButton_clicked</h4> |
|
491 <b>on_refreshButton_clicked</b>(<i></i>) |
|
492 <p> |
|
493 Private slot to refresh the status display. |
|
494 </p><a NAME="SvnStatusDialog.on_restoreButton_clicked" ID="SvnStatusDialog.on_restoreButton_clicked"></a> |
|
495 <h4>SvnStatusDialog.on_restoreButton_clicked</h4> |
|
496 <b>on_restoreButton_clicked</b>(<i></i>) |
|
497 <p> |
|
498 Private slot to handle the press of the Restore button. |
|
499 </p><a NAME="SvnStatusDialog.on_revertButton_clicked" ID="SvnStatusDialog.on_revertButton_clicked"></a> |
|
500 <h4>SvnStatusDialog.on_revertButton_clicked</h4> |
|
501 <b>on_revertButton_clicked</b>(<i></i>) |
|
502 <p> |
|
503 Private slot to handle the press of the Revert button. |
|
504 </p><a NAME="SvnStatusDialog.on_sbsDiffButton_clicked" ID="SvnStatusDialog.on_sbsDiffButton_clicked"></a> |
|
505 <h4>SvnStatusDialog.on_sbsDiffButton_clicked</h4> |
|
506 <b>on_sbsDiffButton_clicked</b>(<i></i>) |
|
507 <p> |
|
508 Private slot to handle the press of the Side-by-Side Diff button. |
|
509 </p><a NAME="SvnStatusDialog.on_statusFilterCombo_activated" ID="SvnStatusDialog.on_statusFilterCombo_activated"></a> |
|
510 <h4>SvnStatusDialog.on_statusFilterCombo_activated</h4> |
|
511 <b>on_statusFilterCombo_activated</b>(<i>txt</i>) |
|
512 <p> |
|
513 Private slot to react to the selection of a status filter. |
|
514 </p><dl> |
|
515 <dt><i>txt</i></dt> |
|
516 <dd> |
|
517 selected status filter (string) |
|
518 </dd> |
|
519 </dl><a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a> |
|
520 <h4>SvnStatusDialog.on_statusList_itemChanged</h4> |
|
521 <b>on_statusList_itemChanged</b>(<i>item, column</i>) |
|
522 <p> |
|
523 Private slot to act upon item changes. |
|
524 </p><dl> |
|
525 <dt><i>item</i></dt> |
|
526 <dd> |
|
527 reference to the changed item (QTreeWidgetItem) |
|
528 </dd><dt><i>column</i></dt> |
|
529 <dd> |
|
530 index of column that changed (integer) |
|
531 </dd> |
|
532 </dl><a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a> |
|
533 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4> |
|
534 <b>on_statusList_itemSelectionChanged</b>(<i></i>) |
|
535 <p> |
|
536 Private slot to act upon changes of selected items. |
|
537 </p><a NAME="SvnStatusDialog.start" ID="SvnStatusDialog.start"></a> |
|
538 <h4>SvnStatusDialog.start</h4> |
|
539 <b>start</b>(<i>fn</i>) |
|
540 <p> |
|
541 Public slot to start the svn status command. |
|
542 </p><dl> |
|
543 <dt><i>fn</i></dt> |
|
544 <dd> |
|
545 filename(s)/directoryname(s) to show the status of |
|
546 (string or list of strings) |
|
547 </dd> |
|
548 </dl> |
|
549 <div align="right"><a href="#top">Up</a></div> |
|
550 <hr /> |
|
551 </body></html> |