Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html

changeset 917
746c54b643eb
parent 896
f855351d5e98
child 945
8cd4d08fa9f6
equal deleted inserted replaced
915:c1e052773c08 917:746c54b643eb
72 <td>Private slot to handle the Commit context menu entry.</td> 72 <td>Private slot to handle the Commit context menu entry.</td>
73 </tr><tr> 73 </tr><tr>
74 <td><a href="#SvnStatusDialog.__committed">__committed</a></td> 74 <td><a href="#SvnStatusDialog.__committed">__committed</a></td>
75 <td>Private slot called after the commit has finished.</td> 75 <td>Private slot called after the commit has finished.</td>
76 </tr><tr> 76 </tr><tr>
77 <td><a href="#SvnStatusDialog.__diff">__diff</a></td>
78 <td>Private slot to handle the Diff context menu entry.</td>
79 </tr><tr>
77 <td><a href="#SvnStatusDialog.__finish">__finish</a></td> 80 <td><a href="#SvnStatusDialog.__finish">__finish</a></td>
78 <td>Private slot called when the process finished or the user pressed the button.</td> 81 <td>Private slot called when the process finished or the user pressed the button.</td>
79 </tr><tr> 82 </tr><tr>
80 <td><a href="#SvnStatusDialog.__generateItem">__generateItem</a></td> 83 <td><a href="#SvnStatusDialog.__generateItem">__generateItem</a></td>
81 <td>Private method to generate a status item in the status list.</td> 84 <td>Private method to generate a status item in the status list.</td>
82 </tr><tr> 85 </tr><tr>
83 <td><a href="#SvnStatusDialog.__getChangelistItems">__getChangelistItems</a></td> 86 <td><a href="#SvnStatusDialog.__getChangelistItems">__getChangelistItems</a></td>
84 <td>Private method to retrieve all entries, that are members of a changelist.</td> 87 <td>Private method to retrieve all entries, that are members of a changelist.</td>
85 </tr><tr> 88 </tr><tr>
89 <td><a href="#SvnStatusDialog.__getCommitableItems">__getCommitableItems</a></td>
90 <td>Private method to retrieve all entries the user wants to commit.</td>
91 </tr><tr>
86 <td><a href="#SvnStatusDialog.__getLockActionItems">__getLockActionItems</a></td> 92 <td><a href="#SvnStatusDialog.__getLockActionItems">__getLockActionItems</a></td>
87 <td>Private method to retrieve all entries, that have a locked status.</td> 93 <td>Private method to retrieve all entries, that have a locked status.</td>
88 </tr><tr> 94 </tr><tr>
95 <td><a href="#SvnStatusDialog.__getMissingItems">__getMissingItems</a></td>
96 <td>Private method to retrieve all entries, that have a missing status.</td>
97 </tr><tr>
89 <td><a href="#SvnStatusDialog.__getModifiedItems">__getModifiedItems</a></td> 98 <td><a href="#SvnStatusDialog.__getModifiedItems">__getModifiedItems</a></td>
90 <td>Private method to retrieve all entries, that have a modified status.</td> 99 <td>Private method to retrieve all entries, that have a modified status.</td>
91 </tr><tr> 100 </tr><tr>
92 <td><a href="#SvnStatusDialog.__getNonChangelistItems">__getNonChangelistItems</a></td> 101 <td><a href="#SvnStatusDialog.__getNonChangelistItems">__getNonChangelistItems</a></td>
93 <td>Private method to retrieve all entries, that are not members of a changelist.</td> 102 <td>Private method to retrieve all entries, that are not members of a changelist.</td>
105 <td>Private method to resize the list columns.</td> 114 <td>Private method to resize the list columns.</td>
106 </tr><tr> 115 </tr><tr>
107 <td><a href="#SvnStatusDialog.__resort">__resort</a></td> 116 <td><a href="#SvnStatusDialog.__resort">__resort</a></td>
108 <td>Private method to resort the tree.</td> 117 <td>Private method to resort the tree.</td>
109 </tr><tr> 118 </tr><tr>
119 <td><a href="#SvnStatusDialog.__restoreMissing">__restoreMissing</a></td>
120 <td>Private slot to handle the Restore Missing context menu entry.</td>
121 </tr><tr>
110 <td><a href="#SvnStatusDialog.__revert">__revert</a></td> 122 <td><a href="#SvnStatusDialog.__revert">__revert</a></td>
111 <td>Private slot to handle the Revert context menu entry.</td> 123 <td>Private slot to handle the Revert context menu entry.</td>
112 </tr><tr> 124 </tr><tr>
113 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td> 125 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td>
114 <td>Protected slot to show the context menu of the status list.</td> 126 <td>Protected slot to show the context menu of the status list.</td>
120 <td>Private slot to handle the Break Lock context menu entry.</td> 132 <td>Private slot to handle the Break Lock context menu entry.</td>
121 </tr><tr> 133 </tr><tr>
122 <td><a href="#SvnStatusDialog.__unlock">__unlock</a></td> 134 <td><a href="#SvnStatusDialog.__unlock">__unlock</a></td>
123 <td>Private slot to handle the Unlock context menu entry.</td> 135 <td>Private slot to handle the Unlock context menu entry.</td>
124 </tr><tr> 136 </tr><tr>
137 <td><a href="#SvnStatusDialog.__updateButtons">__updateButtons</a></td>
138 <td>Private method to update the VCS buttons status.</td>
139 </tr><tr>
140 <td><a href="#SvnStatusDialog.__updateCommitButton">__updateCommitButton</a></td>
141 <td>Private method to update the Commit button status.</td>
142 </tr><tr>
143 <td><a href="#SvnStatusDialog.on_addButton_clicked">on_addButton_clicked</a></td>
144 <td>Private slot to handle the press of the Add button.</td>
145 </tr><tr>
125 <td><a href="#SvnStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 146 <td><a href="#SvnStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
126 <td>Private slot called by a button of the button box clicked.</td> 147 <td>Private slot called by a button of the button box clicked.</td>
127 </tr><tr> 148 </tr><tr>
149 <td><a href="#SvnStatusDialog.on_commitButton_clicked">on_commitButton_clicked</a></td>
150 <td>Private slot to handle the press of the Commit button.</td>
151 </tr><tr>
152 <td><a href="#SvnStatusDialog.on_diffButton_clicked">on_diffButton_clicked</a></td>
153 <td>Private slot to handle the press of the Differences button.</td>
154 </tr><tr>
128 <td><a href="#SvnStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> 155 <td><a href="#SvnStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
129 <td>Private slot to refresh the status display.</td> 156 <td>Private slot to refresh the status display.</td>
157 </tr><tr>
158 <td><a href="#SvnStatusDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td>
159 <td>Private slot to handle the press of the Restore button.</td>
160 </tr><tr>
161 <td><a href="#SvnStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td>
162 <td>Private slot to handle the press of the Revert button.</td>
163 </tr><tr>
164 <td><a href="#SvnStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td>
165 <td>Private slot to react to the selection of a status filter.</td>
166 </tr><tr>
167 <td><a href="#SvnStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td>
168 <td>Private slot to act upon item changes.</td>
169 </tr><tr>
170 <td><a href="#SvnStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td>
171 <td>Private slot to act upon changes of selected items.</td>
130 </tr><tr> 172 </tr><tr>
131 <td><a href="#SvnStatusDialog.start">start</a></td> 173 <td><a href="#SvnStatusDialog.start">start</a></td>
132 <td>Public slot to start the svn status command.</td> 174 <td>Public slot to start the svn status command.</td>
133 </tr> 175 </tr>
134 </table> 176 </table>
168 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> 210 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a>
169 <h4>SvnStatusDialog.__committed</h4> 211 <h4>SvnStatusDialog.__committed</h4>
170 <b>__committed</b>(<i></i>) 212 <b>__committed</b>(<i></i>)
171 <p> 213 <p>
172 Private slot called after the commit has finished. 214 Private slot called after the commit has finished.
215 </p><a NAME="SvnStatusDialog.__diff" ID="SvnStatusDialog.__diff"></a>
216 <h4>SvnStatusDialog.__diff</h4>
217 <b>__diff</b>(<i></i>)
218 <p>
219 Private slot to handle the Diff context menu entry.
173 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a> 220 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a>
174 <h4>SvnStatusDialog.__finish</h4> 221 <h4>SvnStatusDialog.__finish</h4>
175 <b>__finish</b>(<i></i>) 222 <b>__finish</b>(<i></i>)
176 <p> 223 <p>
177 Private slot called when the process finished or the user pressed 224 Private slot called when the process finished or the user pressed
228 </p><dl> 275 </p><dl>
229 <dt>Returns:</dt> 276 <dt>Returns:</dt>
230 <dd> 277 <dd>
231 list of all items belonging to a changelist 278 list of all items belonging to a changelist
232 </dd> 279 </dd>
280 </dl><a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a>
281 <h4>SvnStatusDialog.__getCommitableItems</h4>
282 <b>__getCommitableItems</b>(<i></i>)
283 <p>
284 Private method to retrieve all entries the user wants to commit.
285 </p><dl>
286 <dt>Returns:</dt>
287 <dd>
288 list of all items, the user has checked
289 </dd>
233 </dl><a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a> 290 </dl><a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a>
234 <h4>SvnStatusDialog.__getLockActionItems</h4> 291 <h4>SvnStatusDialog.__getLockActionItems</h4>
235 <b>__getLockActionItems</b>(<i>indicators</i>) 292 <b>__getLockActionItems</b>(<i>indicators</i>)
236 <p> 293 <p>
237 Private method to retrieve all entries, that have a locked status. 294 Private method to retrieve all entries, that have a locked status.
238 </p><dl> 295 </p><dl>
239 <dt>Returns:</dt> 296 <dt>Returns:</dt>
240 <dd> 297 <dd>
241 list of all items with a locked status 298 list of all items with a locked status
299 </dd>
300 </dl><a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a>
301 <h4>SvnStatusDialog.__getMissingItems</h4>
302 <b>__getMissingItems</b>(<i></i>)
303 <p>
304 Private method to retrieve all entries, that have a missing status.
305 </p><dl>
306 <dt>Returns:</dt>
307 <dd>
308 list of all items with a missing status
242 </dd> 309 </dd>
243 </dl><a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a> 310 </dl><a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a>
244 <h4>SvnStatusDialog.__getModifiedItems</h4> 311 <h4>SvnStatusDialog.__getModifiedItems</h4>
245 <b>__getModifiedItems</b>(<i></i>) 312 <b>__getModifiedItems</b>(<i></i>)
246 <p> 313 <p>
290 </p><a NAME="SvnStatusDialog.__resort" ID="SvnStatusDialog.__resort"></a> 357 </p><a NAME="SvnStatusDialog.__resort" ID="SvnStatusDialog.__resort"></a>
291 <h4>SvnStatusDialog.__resort</h4> 358 <h4>SvnStatusDialog.__resort</h4>
292 <b>__resort</b>(<i></i>) 359 <b>__resort</b>(<i></i>)
293 <p> 360 <p>
294 Private method to resort the tree. 361 Private method to resort the tree.
362 </p><a NAME="SvnStatusDialog.__restoreMissing" ID="SvnStatusDialog.__restoreMissing"></a>
363 <h4>SvnStatusDialog.__restoreMissing</h4>
364 <b>__restoreMissing</b>(<i></i>)
365 <p>
366 Private slot to handle the Restore Missing context menu entry.
295 </p><a NAME="SvnStatusDialog.__revert" ID="SvnStatusDialog.__revert"></a> 367 </p><a NAME="SvnStatusDialog.__revert" ID="SvnStatusDialog.__revert"></a>
296 <h4>SvnStatusDialog.__revert</h4> 368 <h4>SvnStatusDialog.__revert</h4>
297 <b>__revert</b>(<i></i>) 369 <b>__revert</b>(<i></i>)
298 <p> 370 <p>
299 Private slot to handle the Revert context menu entry. 371 Private slot to handle the Revert context menu entry.
325 </p><a NAME="SvnStatusDialog.__unlock" ID="SvnStatusDialog.__unlock"></a> 397 </p><a NAME="SvnStatusDialog.__unlock" ID="SvnStatusDialog.__unlock"></a>
326 <h4>SvnStatusDialog.__unlock</h4> 398 <h4>SvnStatusDialog.__unlock</h4>
327 <b>__unlock</b>(<i></i>) 399 <b>__unlock</b>(<i></i>)
328 <p> 400 <p>
329 Private slot to handle the Unlock context menu entry. 401 Private slot to handle the Unlock context menu entry.
402 </p><a NAME="SvnStatusDialog.__updateButtons" ID="SvnStatusDialog.__updateButtons"></a>
403 <h4>SvnStatusDialog.__updateButtons</h4>
404 <b>__updateButtons</b>(<i></i>)
405 <p>
406 Private method to update the VCS buttons status.
407 </p><a NAME="SvnStatusDialog.__updateCommitButton" ID="SvnStatusDialog.__updateCommitButton"></a>
408 <h4>SvnStatusDialog.__updateCommitButton</h4>
409 <b>__updateCommitButton</b>(<i></i>)
410 <p>
411 Private method to update the Commit button status.
412 </p><a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a>
413 <h4>SvnStatusDialog.on_addButton_clicked</h4>
414 <b>on_addButton_clicked</b>(<i></i>)
415 <p>
416 Private slot to handle the press of the Add button.
330 </p><a NAME="SvnStatusDialog.on_buttonBox_clicked" ID="SvnStatusDialog.on_buttonBox_clicked"></a> 417 </p><a NAME="SvnStatusDialog.on_buttonBox_clicked" ID="SvnStatusDialog.on_buttonBox_clicked"></a>
331 <h4>SvnStatusDialog.on_buttonBox_clicked</h4> 418 <h4>SvnStatusDialog.on_buttonBox_clicked</h4>
332 <b>on_buttonBox_clicked</b>(<i>button</i>) 419 <b>on_buttonBox_clicked</b>(<i>button</i>)
333 <p> 420 <p>
334 Private slot called by a button of the button box clicked. 421 Private slot called by a button of the button box clicked.
335 </p><dl> 422 </p><dl>
336 <dt><i>button</i></dt> 423 <dt><i>button</i></dt>
337 <dd> 424 <dd>
338 button that was clicked (QAbstractButton) 425 button that was clicked (QAbstractButton)
339 </dd> 426 </dd>
340 </dl><a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a> 427 </dl><a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a>
428 <h4>SvnStatusDialog.on_commitButton_clicked</h4>
429 <b>on_commitButton_clicked</b>(<i></i>)
430 <p>
431 Private slot to handle the press of the Commit button.
432 </p><a NAME="SvnStatusDialog.on_diffButton_clicked" ID="SvnStatusDialog.on_diffButton_clicked"></a>
433 <h4>SvnStatusDialog.on_diffButton_clicked</h4>
434 <b>on_diffButton_clicked</b>(<i></i>)
435 <p>
436 Private slot to handle the press of the Differences button.
437 </p><a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a>
341 <h4>SvnStatusDialog.on_refreshButton_clicked</h4> 438 <h4>SvnStatusDialog.on_refreshButton_clicked</h4>
342 <b>on_refreshButton_clicked</b>(<i></i>) 439 <b>on_refreshButton_clicked</b>(<i></i>)
343 <p> 440 <p>
344 Private slot to refresh the status display. 441 Private slot to refresh the status display.
442 </p><a NAME="SvnStatusDialog.on_restoreButton_clicked" ID="SvnStatusDialog.on_restoreButton_clicked"></a>
443 <h4>SvnStatusDialog.on_restoreButton_clicked</h4>
444 <b>on_restoreButton_clicked</b>(<i></i>)
445 <p>
446 Private slot to handle the press of the Restore button.
447 </p><a NAME="SvnStatusDialog.on_revertButton_clicked" ID="SvnStatusDialog.on_revertButton_clicked"></a>
448 <h4>SvnStatusDialog.on_revertButton_clicked</h4>
449 <b>on_revertButton_clicked</b>(<i></i>)
450 <p>
451 Private slot to handle the press of the Revert button.
452 </p><a NAME="SvnStatusDialog.on_statusFilterCombo_activated" ID="SvnStatusDialog.on_statusFilterCombo_activated"></a>
453 <h4>SvnStatusDialog.on_statusFilterCombo_activated</h4>
454 <b>on_statusFilterCombo_activated</b>(<i>txt</i>)
455 <p>
456 Private slot to react to the selection of a status filter.
457 </p><dl>
458 <dt><i>txt</i></dt>
459 <dd>
460 selected status filter (string)
461 </dd>
462 </dl><a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a>
463 <h4>SvnStatusDialog.on_statusList_itemChanged</h4>
464 <b>on_statusList_itemChanged</b>(<i>item, column</i>)
465 <p>
466 Private slot to act upon item changes.
467 </p><dl>
468 <dt><i>item</i></dt>
469 <dd>
470 reference to the changed item (QTreeWidgetItem)
471 </dd><dt><i>column</i></dt>
472 <dd>
473 index of column that changed (integer)
474 </dd>
475 </dl><a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a>
476 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4>
477 <b>on_statusList_itemSelectionChanged</b>(<i></i>)
478 <p>
479 Private slot to act upon changes of selected items.
345 </p><a NAME="SvnStatusDialog.start" ID="SvnStatusDialog.start"></a> 480 </p><a NAME="SvnStatusDialog.start" ID="SvnStatusDialog.start"></a>
346 <h4>SvnStatusDialog.start</h4> 481 <h4>SvnStatusDialog.start</h4>
347 <b>start</b>(<i>fn</i>) 482 <b>start</b>(<i>fn</i>)
348 <p> 483 <p>
349 Public slot to start the svn status command. 484 Public slot to start the svn status command.

eric ide

mercurial