|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Plugins.VcsPlugins.vcsSubversion.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.vcsSubversion.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, 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 emtries, 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.__procFinished">__procFinished</a></td> |
|
123 <td>Private slot connected to the finished signal.</td> |
|
124 </tr><tr> |
|
125 <td><a href="#SvnStatusDialog.__readStderr">__readStderr</a></td> |
|
126 <td>Private slot to handle the readyReadStandardError signal.</td> |
|
127 </tr><tr> |
|
128 <td><a href="#SvnStatusDialog.__readStdout">__readStdout</a></td> |
|
129 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
|
130 </tr><tr> |
|
131 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td> |
|
132 <td>Private slot to remove entries from their changelists.</td> |
|
133 </tr><tr> |
|
134 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td> |
|
135 <td>Private method to resize the list columns.</td> |
|
136 </tr><tr> |
|
137 <td><a href="#SvnStatusDialog.__resort">__resort</a></td> |
|
138 <td>Private method to resort the tree.</td> |
|
139 </tr><tr> |
|
140 <td><a href="#SvnStatusDialog.__restoreMissing">__restoreMissing</a></td> |
|
141 <td>Private slot to handle the Restore Missing context menu entry.</td> |
|
142 </tr><tr> |
|
143 <td><a href="#SvnStatusDialog.__revert">__revert</a></td> |
|
144 <td>Private slot to handle the Revert context menu entry.</td> |
|
145 </tr><tr> |
|
146 <td><a href="#SvnStatusDialog.__sbsDiff">__sbsDiff</a></td> |
|
147 <td>Private slot to handle the Side-by-Side Diff context menu entry.</td> |
|
148 </tr><tr> |
|
149 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td> |
|
150 <td>Private slot to show the context menu of the status list.</td> |
|
151 </tr><tr> |
|
152 <td><a href="#SvnStatusDialog.__stealLock">__stealLock</a></td> |
|
153 <td>Private slot to handle the Break Lock context menu entry.</td> |
|
154 </tr><tr> |
|
155 <td><a href="#SvnStatusDialog.__unlock">__unlock</a></td> |
|
156 <td>Private slot to handle the Unlock context menu entry.</td> |
|
157 </tr><tr> |
|
158 <td><a href="#SvnStatusDialog.__updateButtons">__updateButtons</a></td> |
|
159 <td>Private method to update the VCS buttons status.</td> |
|
160 </tr><tr> |
|
161 <td><a href="#SvnStatusDialog.__updateCommitButton">__updateCommitButton</a></td> |
|
162 <td>Private method to update the Commit button status.</td> |
|
163 </tr><tr> |
|
164 <td><a href="#SvnStatusDialog.closeEvent">closeEvent</a></td> |
|
165 <td>Protected slot implementing a close event handler.</td> |
|
166 </tr><tr> |
|
167 <td><a href="#SvnStatusDialog.keyPressEvent">keyPressEvent</a></td> |
|
168 <td>Protected slot to handle a key press event.</td> |
|
169 </tr><tr> |
|
170 <td><a href="#SvnStatusDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
|
171 <td>Private slot to handle the press of the Add button.</td> |
|
172 </tr><tr> |
|
173 <td><a href="#SvnStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
174 <td>Private slot called by a button of the button box clicked.</td> |
|
175 </tr><tr> |
|
176 <td><a href="#SvnStatusDialog.on_commitButton_clicked">on_commitButton_clicked</a></td> |
|
177 <td>Private slot to handle the press of the Commit button.</td> |
|
178 </tr><tr> |
|
179 <td><a href="#SvnStatusDialog.on_diffButton_clicked">on_diffButton_clicked</a></td> |
|
180 <td>Private slot to handle the press of the Differences button.</td> |
|
181 </tr><tr> |
|
182 <td><a href="#SvnStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
|
183 <td>Private slot to handle the press of the return key in the input field.</td> |
|
184 </tr><tr> |
|
185 <td><a href="#SvnStatusDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
|
186 <td>Private slot to handle the password checkbox toggled.</td> |
|
187 </tr><tr> |
|
188 <td><a href="#SvnStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
|
189 <td>Private slot to refresh the status display.</td> |
|
190 </tr><tr> |
|
191 <td><a href="#SvnStatusDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td> |
|
192 <td>Private slot to handle the press of the Restore button.</td> |
|
193 </tr><tr> |
|
194 <td><a href="#SvnStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td> |
|
195 <td>Private slot to handle the press of the Revert button.</td> |
|
196 </tr><tr> |
|
197 <td><a href="#SvnStatusDialog.on_sbsDiffButton_clicked">on_sbsDiffButton_clicked</a></td> |
|
198 <td>Private slot to handle the press of the Side-by-Side Diff button.</td> |
|
199 </tr><tr> |
|
200 <td><a href="#SvnStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
|
201 <td>Private slot to send the input to the subversion process.</td> |
|
202 </tr><tr> |
|
203 <td><a href="#SvnStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td> |
|
204 <td>Private slot to react to the selection of a status filter.</td> |
|
205 </tr><tr> |
|
206 <td><a href="#SvnStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td> |
|
207 <td>Private slot to act upon item changes.</td> |
|
208 </tr><tr> |
|
209 <td><a href="#SvnStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td> |
|
210 <td>Private slot to act upon changes of selected items.</td> |
|
211 </tr><tr> |
|
212 <td><a href="#SvnStatusDialog.start">start</a></td> |
|
213 <td>Public slot to start the svn status command.</td> |
|
214 </tr> |
|
215 </table> |
|
216 <h3>Static Methods</h3> |
|
217 <table> |
|
218 <tr><td>None</td></tr> |
|
219 </table> |
|
220 <a NAME="SvnStatusDialog.__init__" ID="SvnStatusDialog.__init__"></a> |
|
221 <h4>SvnStatusDialog (Constructor)</h4> |
|
222 <b>SvnStatusDialog</b>(<i>vcs, parent=None</i>) |
|
223 <p> |
|
224 Constructor |
|
225 </p><dl> |
|
226 <dt><i>vcs</i></dt> |
|
227 <dd> |
|
228 reference to the vcs object |
|
229 </dd><dt><i>parent</i></dt> |
|
230 <dd> |
|
231 parent widget (QWidget) |
|
232 </dd> |
|
233 </dl><a NAME="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a> |
|
234 <h4>SvnStatusDialog.__add</h4> |
|
235 <b>__add</b>(<i></i>) |
|
236 <p> |
|
237 Private slot to handle the Add context menu entry. |
|
238 </p><a NAME="SvnStatusDialog.__addToChangelist" ID="SvnStatusDialog.__addToChangelist"></a> |
|
239 <h4>SvnStatusDialog.__addToChangelist</h4> |
|
240 <b>__addToChangelist</b>(<i></i>) |
|
241 <p> |
|
242 Private slot to add entries to a changelist. |
|
243 </p><a NAME="SvnStatusDialog.__breakLock" ID="SvnStatusDialog.__breakLock"></a> |
|
244 <h4>SvnStatusDialog.__breakLock</h4> |
|
245 <b>__breakLock</b>(<i></i>) |
|
246 <p> |
|
247 Private slot to handle the Break Lock context menu entry. |
|
248 </p><a NAME="SvnStatusDialog.__commit" ID="SvnStatusDialog.__commit"></a> |
|
249 <h4>SvnStatusDialog.__commit</h4> |
|
250 <b>__commit</b>(<i></i>) |
|
251 <p> |
|
252 Private slot to handle the Commit context menu entry. |
|
253 </p><a NAME="SvnStatusDialog.__commitDeselectAll" ID="SvnStatusDialog.__commitDeselectAll"></a> |
|
254 <h4>SvnStatusDialog.__commitDeselectAll</h4> |
|
255 <b>__commitDeselectAll</b>(<i></i>) |
|
256 <p> |
|
257 Private slot to deselect all entries from commit. |
|
258 </p><a NAME="SvnStatusDialog.__commitSelect" ID="SvnStatusDialog.__commitSelect"></a> |
|
259 <h4>SvnStatusDialog.__commitSelect</h4> |
|
260 <b>__commitSelect</b>(<i>selected</i>) |
|
261 <p> |
|
262 Private slot to select or deselect all entries. |
|
263 </p><dl> |
|
264 <dt><i>selected</i></dt> |
|
265 <dd> |
|
266 commit selection state to be set (boolean) |
|
267 </dd> |
|
268 </dl><a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a> |
|
269 <h4>SvnStatusDialog.__commitSelectAll</h4> |
|
270 <b>__commitSelectAll</b>(<i></i>) |
|
271 <p> |
|
272 Private slot to select all entries for commit. |
|
273 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> |
|
274 <h4>SvnStatusDialog.__committed</h4> |
|
275 <b>__committed</b>(<i></i>) |
|
276 <p> |
|
277 Private slot called after the commit has finished. |
|
278 </p><a NAME="SvnStatusDialog.__diff" ID="SvnStatusDialog.__diff"></a> |
|
279 <h4>SvnStatusDialog.__diff</h4> |
|
280 <b>__diff</b>(<i></i>) |
|
281 <p> |
|
282 Private slot to handle the Diff context menu entry. |
|
283 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a> |
|
284 <h4>SvnStatusDialog.__finish</h4> |
|
285 <b>__finish</b>(<i></i>) |
|
286 <p> |
|
287 Private slot called when the process finished or the user pressed |
|
288 the button. |
|
289 </p><a NAME="SvnStatusDialog.__generateItem" ID="SvnStatusDialog.__generateItem"></a> |
|
290 <h4>SvnStatusDialog.__generateItem</h4> |
|
291 <b>__generateItem</b>(<i>status, propStatus, locked, history, switched, lockinfo, uptodate, revision, change, author, path</i>) |
|
292 <p> |
|
293 Private method to generate a status item in the status list. |
|
294 </p><dl> |
|
295 <dt><i>status</i></dt> |
|
296 <dd> |
|
297 status indicator (string) |
|
298 </dd><dt><i>propStatus</i></dt> |
|
299 <dd> |
|
300 property status indicator (string) |
|
301 </dd><dt><i>locked</i></dt> |
|
302 <dd> |
|
303 locked indicator (string) |
|
304 </dd><dt><i>history</i></dt> |
|
305 <dd> |
|
306 history indicator (string) |
|
307 </dd><dt><i>switched</i></dt> |
|
308 <dd> |
|
309 switched indicator (string) |
|
310 </dd><dt><i>lockinfo</i></dt> |
|
311 <dd> |
|
312 lock indicator (string) |
|
313 </dd><dt><i>uptodate</i></dt> |
|
314 <dd> |
|
315 up to date indicator (string) |
|
316 </dd><dt><i>revision</i></dt> |
|
317 <dd> |
|
318 revision string (string) |
|
319 </dd><dt><i>change</i></dt> |
|
320 <dd> |
|
321 revision of last change (string) |
|
322 </dd><dt><i>author</i></dt> |
|
323 <dd> |
|
324 author of the last change (string) |
|
325 </dd><dt><i>path</i></dt> |
|
326 <dd> |
|
327 path of the file or directory (string) |
|
328 </dd> |
|
329 </dl><a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a> |
|
330 <h4>SvnStatusDialog.__getChangelistItems</h4> |
|
331 <b>__getChangelistItems</b>(<i></i>) |
|
332 <p> |
|
333 Private method to retrieve all entries, that are members of |
|
334 a changelist. |
|
335 </p><dl> |
|
336 <dt>Returns:</dt> |
|
337 <dd> |
|
338 list of all items belonging to a changelist |
|
339 </dd> |
|
340 </dl><a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a> |
|
341 <h4>SvnStatusDialog.__getCommitableItems</h4> |
|
342 <b>__getCommitableItems</b>(<i></i>) |
|
343 <p> |
|
344 Private method to retrieve all entries the user wants to commit. |
|
345 </p><dl> |
|
346 <dt>Returns:</dt> |
|
347 <dd> |
|
348 list of all items, the user has checked |
|
349 </dd> |
|
350 </dl><a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a> |
|
351 <h4>SvnStatusDialog.__getLockActionItems</h4> |
|
352 <b>__getLockActionItems</b>(<i>indicators</i>) |
|
353 <p> |
|
354 Private method to retrieve all emtries, that have a locked status. |
|
355 </p><dl> |
|
356 <dt><i>indicators</i></dt> |
|
357 <dd> |
|
358 list of indicators to check against (list of strings) |
|
359 </dd> |
|
360 </dl><dl> |
|
361 <dt>Returns:</dt> |
|
362 <dd> |
|
363 list of all items with a locked status |
|
364 </dd> |
|
365 </dl><a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a> |
|
366 <h4>SvnStatusDialog.__getMissingItems</h4> |
|
367 <b>__getMissingItems</b>(<i></i>) |
|
368 <p> |
|
369 Private method to retrieve all entries, that have a missing status. |
|
370 </p><dl> |
|
371 <dt>Returns:</dt> |
|
372 <dd> |
|
373 list of all items with a missing status |
|
374 </dd> |
|
375 </dl><a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a> |
|
376 <h4>SvnStatusDialog.__getModifiedItems</h4> |
|
377 <b>__getModifiedItems</b>(<i></i>) |
|
378 <p> |
|
379 Private method to retrieve all entries, that have a modified status. |
|
380 </p><dl> |
|
381 <dt>Returns:</dt> |
|
382 <dd> |
|
383 list of all items with a modified status |
|
384 </dd> |
|
385 </dl><a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a> |
|
386 <h4>SvnStatusDialog.__getNonChangelistItems</h4> |
|
387 <b>__getNonChangelistItems</b>(<i></i>) |
|
388 <p> |
|
389 Private method to retrieve all entries, that are not members of |
|
390 a changelist. |
|
391 </p><dl> |
|
392 <dt>Returns:</dt> |
|
393 <dd> |
|
394 list of all items not belonging to a changelist |
|
395 </dd> |
|
396 </dl><a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a> |
|
397 <h4>SvnStatusDialog.__getUnversionedItems</h4> |
|
398 <b>__getUnversionedItems</b>(<i></i>) |
|
399 <p> |
|
400 Private method to retrieve all entries, that have an unversioned |
|
401 status. |
|
402 </p><dl> |
|
403 <dt>Returns:</dt> |
|
404 <dd> |
|
405 list of all items with an unversioned status |
|
406 </dd> |
|
407 </dl><a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a> |
|
408 <h4>SvnStatusDialog.__lock</h4> |
|
409 <b>__lock</b>(<i></i>) |
|
410 <p> |
|
411 Private slot to handle the Lock context menu entry. |
|
412 </p><a NAME="SvnStatusDialog.__procFinished" ID="SvnStatusDialog.__procFinished"></a> |
|
413 <h4>SvnStatusDialog.__procFinished</h4> |
|
414 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
|
415 <p> |
|
416 Private slot connected to the finished signal. |
|
417 </p><dl> |
|
418 <dt><i>exitCode</i></dt> |
|
419 <dd> |
|
420 exit code of the process (integer) |
|
421 </dd><dt><i>exitStatus</i></dt> |
|
422 <dd> |
|
423 exit status of the process (QProcess.ExitStatus) |
|
424 </dd> |
|
425 </dl><a NAME="SvnStatusDialog.__readStderr" ID="SvnStatusDialog.__readStderr"></a> |
|
426 <h4>SvnStatusDialog.__readStderr</h4> |
|
427 <b>__readStderr</b>(<i></i>) |
|
428 <p> |
|
429 Private slot to handle the readyReadStandardError signal. |
|
430 </p><p> |
|
431 It reads the error output of the process and inserts it into the |
|
432 error pane. |
|
433 </p><a NAME="SvnStatusDialog.__readStdout" ID="SvnStatusDialog.__readStdout"></a> |
|
434 <h4>SvnStatusDialog.__readStdout</h4> |
|
435 <b>__readStdout</b>(<i></i>) |
|
436 <p> |
|
437 Private slot to handle the readyReadStandardOutput signal. |
|
438 </p><p> |
|
439 It reads the output of the process, formats it and inserts it into |
|
440 the contents pane. |
|
441 </p><a NAME="SvnStatusDialog.__removeFromChangelist" ID="SvnStatusDialog.__removeFromChangelist"></a> |
|
442 <h4>SvnStatusDialog.__removeFromChangelist</h4> |
|
443 <b>__removeFromChangelist</b>(<i></i>) |
|
444 <p> |
|
445 Private slot to remove entries from their changelists. |
|
446 </p><a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a> |
|
447 <h4>SvnStatusDialog.__resizeColumns</h4> |
|
448 <b>__resizeColumns</b>(<i></i>) |
|
449 <p> |
|
450 Private method to resize the list columns. |
|
451 </p><a NAME="SvnStatusDialog.__resort" ID="SvnStatusDialog.__resort"></a> |
|
452 <h4>SvnStatusDialog.__resort</h4> |
|
453 <b>__resort</b>(<i></i>) |
|
454 <p> |
|
455 Private method to resort the tree. |
|
456 </p><a NAME="SvnStatusDialog.__restoreMissing" ID="SvnStatusDialog.__restoreMissing"></a> |
|
457 <h4>SvnStatusDialog.__restoreMissing</h4> |
|
458 <b>__restoreMissing</b>(<i></i>) |
|
459 <p> |
|
460 Private slot to handle the Restore Missing context menu entry. |
|
461 </p><a NAME="SvnStatusDialog.__revert" ID="SvnStatusDialog.__revert"></a> |
|
462 <h4>SvnStatusDialog.__revert</h4> |
|
463 <b>__revert</b>(<i></i>) |
|
464 <p> |
|
465 Private slot to handle the Revert context menu entry. |
|
466 </p><a NAME="SvnStatusDialog.__sbsDiff" ID="SvnStatusDialog.__sbsDiff"></a> |
|
467 <h4>SvnStatusDialog.__sbsDiff</h4> |
|
468 <b>__sbsDiff</b>(<i></i>) |
|
469 <p> |
|
470 Private slot to handle the Side-by-Side Diff context menu entry. |
|
471 </p><a NAME="SvnStatusDialog.__showContextMenu" ID="SvnStatusDialog.__showContextMenu"></a> |
|
472 <h4>SvnStatusDialog.__showContextMenu</h4> |
|
473 <b>__showContextMenu</b>(<i>coord</i>) |
|
474 <p> |
|
475 Private slot to show the context menu of the status list. |
|
476 </p><dl> |
|
477 <dt><i>coord</i></dt> |
|
478 <dd> |
|
479 the position of the mouse pointer (QPoint) |
|
480 </dd> |
|
481 </dl><a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a> |
|
482 <h4>SvnStatusDialog.__stealLock</h4> |
|
483 <b>__stealLock</b>(<i></i>) |
|
484 <p> |
|
485 Private slot to handle the Break Lock context menu entry. |
|
486 </p><a NAME="SvnStatusDialog.__unlock" ID="SvnStatusDialog.__unlock"></a> |
|
487 <h4>SvnStatusDialog.__unlock</h4> |
|
488 <b>__unlock</b>(<i></i>) |
|
489 <p> |
|
490 Private slot to handle the Unlock context menu entry. |
|
491 </p><a NAME="SvnStatusDialog.__updateButtons" ID="SvnStatusDialog.__updateButtons"></a> |
|
492 <h4>SvnStatusDialog.__updateButtons</h4> |
|
493 <b>__updateButtons</b>(<i></i>) |
|
494 <p> |
|
495 Private method to update the VCS buttons status. |
|
496 </p><a NAME="SvnStatusDialog.__updateCommitButton" ID="SvnStatusDialog.__updateCommitButton"></a> |
|
497 <h4>SvnStatusDialog.__updateCommitButton</h4> |
|
498 <b>__updateCommitButton</b>(<i></i>) |
|
499 <p> |
|
500 Private method to update the Commit button status. |
|
501 </p><a NAME="SvnStatusDialog.closeEvent" ID="SvnStatusDialog.closeEvent"></a> |
|
502 <h4>SvnStatusDialog.closeEvent</h4> |
|
503 <b>closeEvent</b>(<i>e</i>) |
|
504 <p> |
|
505 Protected slot implementing a close event handler. |
|
506 </p><dl> |
|
507 <dt><i>e</i></dt> |
|
508 <dd> |
|
509 close event (QCloseEvent) |
|
510 </dd> |
|
511 </dl><a NAME="SvnStatusDialog.keyPressEvent" ID="SvnStatusDialog.keyPressEvent"></a> |
|
512 <h4>SvnStatusDialog.keyPressEvent</h4> |
|
513 <b>keyPressEvent</b>(<i>evt</i>) |
|
514 <p> |
|
515 Protected slot to handle a key press event. |
|
516 </p><dl> |
|
517 <dt><i>evt</i></dt> |
|
518 <dd> |
|
519 the key press event (QKeyEvent) |
|
520 </dd> |
|
521 </dl><a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a> |
|
522 <h4>SvnStatusDialog.on_addButton_clicked</h4> |
|
523 <b>on_addButton_clicked</b>(<i></i>) |
|
524 <p> |
|
525 Private slot to handle the press of the Add button. |
|
526 </p><a NAME="SvnStatusDialog.on_buttonBox_clicked" ID="SvnStatusDialog.on_buttonBox_clicked"></a> |
|
527 <h4>SvnStatusDialog.on_buttonBox_clicked</h4> |
|
528 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
529 <p> |
|
530 Private slot called by a button of the button box clicked. |
|
531 </p><dl> |
|
532 <dt><i>button</i></dt> |
|
533 <dd> |
|
534 button that was clicked (QAbstractButton) |
|
535 </dd> |
|
536 </dl><a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a> |
|
537 <h4>SvnStatusDialog.on_commitButton_clicked</h4> |
|
538 <b>on_commitButton_clicked</b>(<i></i>) |
|
539 <p> |
|
540 Private slot to handle the press of the Commit button. |
|
541 </p><a NAME="SvnStatusDialog.on_diffButton_clicked" ID="SvnStatusDialog.on_diffButton_clicked"></a> |
|
542 <h4>SvnStatusDialog.on_diffButton_clicked</h4> |
|
543 <b>on_diffButton_clicked</b>(<i></i>) |
|
544 <p> |
|
545 Private slot to handle the press of the Differences button. |
|
546 </p><a NAME="SvnStatusDialog.on_input_returnPressed" ID="SvnStatusDialog.on_input_returnPressed"></a> |
|
547 <h4>SvnStatusDialog.on_input_returnPressed</h4> |
|
548 <b>on_input_returnPressed</b>(<i></i>) |
|
549 <p> |
|
550 Private slot to handle the press of the return key in the input field. |
|
551 </p><a NAME="SvnStatusDialog.on_passwordCheckBox_toggled" ID="SvnStatusDialog.on_passwordCheckBox_toggled"></a> |
|
552 <h4>SvnStatusDialog.on_passwordCheckBox_toggled</h4> |
|
553 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
|
554 <p> |
|
555 Private slot to handle the password checkbox toggled. |
|
556 </p><dl> |
|
557 <dt><i>isOn</i></dt> |
|
558 <dd> |
|
559 flag indicating the status of the check box (boolean) |
|
560 </dd> |
|
561 </dl><a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a> |
|
562 <h4>SvnStatusDialog.on_refreshButton_clicked</h4> |
|
563 <b>on_refreshButton_clicked</b>(<i></i>) |
|
564 <p> |
|
565 Private slot to refresh the status display. |
|
566 </p><a NAME="SvnStatusDialog.on_restoreButton_clicked" ID="SvnStatusDialog.on_restoreButton_clicked"></a> |
|
567 <h4>SvnStatusDialog.on_restoreButton_clicked</h4> |
|
568 <b>on_restoreButton_clicked</b>(<i></i>) |
|
569 <p> |
|
570 Private slot to handle the press of the Restore button. |
|
571 </p><a NAME="SvnStatusDialog.on_revertButton_clicked" ID="SvnStatusDialog.on_revertButton_clicked"></a> |
|
572 <h4>SvnStatusDialog.on_revertButton_clicked</h4> |
|
573 <b>on_revertButton_clicked</b>(<i></i>) |
|
574 <p> |
|
575 Private slot to handle the press of the Revert button. |
|
576 </p><a NAME="SvnStatusDialog.on_sbsDiffButton_clicked" ID="SvnStatusDialog.on_sbsDiffButton_clicked"></a> |
|
577 <h4>SvnStatusDialog.on_sbsDiffButton_clicked</h4> |
|
578 <b>on_sbsDiffButton_clicked</b>(<i></i>) |
|
579 <p> |
|
580 Private slot to handle the press of the Side-by-Side Diff button. |
|
581 </p><a NAME="SvnStatusDialog.on_sendButton_clicked" ID="SvnStatusDialog.on_sendButton_clicked"></a> |
|
582 <h4>SvnStatusDialog.on_sendButton_clicked</h4> |
|
583 <b>on_sendButton_clicked</b>(<i></i>) |
|
584 <p> |
|
585 Private slot to send the input to the subversion process. |
|
586 </p><a NAME="SvnStatusDialog.on_statusFilterCombo_activated" ID="SvnStatusDialog.on_statusFilterCombo_activated"></a> |
|
587 <h4>SvnStatusDialog.on_statusFilterCombo_activated</h4> |
|
588 <b>on_statusFilterCombo_activated</b>(<i>txt</i>) |
|
589 <p> |
|
590 Private slot to react to the selection of a status filter. |
|
591 </p><dl> |
|
592 <dt><i>txt</i></dt> |
|
593 <dd> |
|
594 selected status filter (string) |
|
595 </dd> |
|
596 </dl><a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a> |
|
597 <h4>SvnStatusDialog.on_statusList_itemChanged</h4> |
|
598 <b>on_statusList_itemChanged</b>(<i>item, column</i>) |
|
599 <p> |
|
600 Private slot to act upon item changes. |
|
601 </p><dl> |
|
602 <dt><i>item</i></dt> |
|
603 <dd> |
|
604 reference to the changed item (QTreeWidgetItem) |
|
605 </dd><dt><i>column</i></dt> |
|
606 <dd> |
|
607 index of column that changed (integer) |
|
608 </dd> |
|
609 </dl><a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a> |
|
610 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4> |
|
611 <b>on_statusList_itemSelectionChanged</b>(<i></i>) |
|
612 <p> |
|
613 Private slot to act upon changes of selected items. |
|
614 </p><a NAME="SvnStatusDialog.start" ID="SvnStatusDialog.start"></a> |
|
615 <h4>SvnStatusDialog.start</h4> |
|
616 <b>start</b>(<i>fn</i>) |
|
617 <p> |
|
618 Public slot to start the svn status command. |
|
619 </p><dl> |
|
620 <dt><i>fn</i></dt> |
|
621 <dd> |
|
622 filename(s)/directoryname(s) to show the status of |
|
623 (string or list of strings) |
|
624 </dd> |
|
625 </dl> |
|
626 <div align="right"><a href="#top">Up</a></div> |
|
627 <hr /> |
|
628 </body></html> |