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 emtries, that have a locked status.</td> |
93 <td>Private method to retrieve all emtries, 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> |
114 <td>Private method to resize the list columns.</td> |
123 <td>Private method to resize the list columns.</td> |
115 </tr><tr> |
124 </tr><tr> |
116 <td><a href="#SvnStatusDialog.__resort">__resort</a></td> |
125 <td><a href="#SvnStatusDialog.__resort">__resort</a></td> |
117 <td>Private method to resort the tree.</td> |
126 <td>Private method to resort the tree.</td> |
118 </tr><tr> |
127 </tr><tr> |
|
128 <td><a href="#SvnStatusDialog.__restoreMissing">__restoreMissing</a></td> |
|
129 <td>Private slot to handle the Restore Missing context menu entry.</td> |
|
130 </tr><tr> |
119 <td><a href="#SvnStatusDialog.__revert">__revert</a></td> |
131 <td><a href="#SvnStatusDialog.__revert">__revert</a></td> |
120 <td>Private slot to handle the Revert context menu entry.</td> |
132 <td>Private slot to handle the Revert context menu entry.</td> |
121 </tr><tr> |
133 </tr><tr> |
122 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td> |
134 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td> |
123 <td>Protected slot to show the context menu of the status list.</td> |
135 <td>Protected slot to show the context menu of the status list.</td> |
126 <td>Private slot to handle the Break Lock context menu entry.</td> |
138 <td>Private slot to handle the Break Lock context menu entry.</td> |
127 </tr><tr> |
139 </tr><tr> |
128 <td><a href="#SvnStatusDialog.__unlock">__unlock</a></td> |
140 <td><a href="#SvnStatusDialog.__unlock">__unlock</a></td> |
129 <td>Private slot to handle the Unlock context menu entry.</td> |
141 <td>Private slot to handle the Unlock context menu entry.</td> |
130 </tr><tr> |
142 </tr><tr> |
|
143 <td><a href="#SvnStatusDialog.__updateButtons">__updateButtons</a></td> |
|
144 <td>Private method to update the VCS buttons status.</td> |
|
145 </tr><tr> |
|
146 <td><a href="#SvnStatusDialog.__updateCommitButton">__updateCommitButton</a></td> |
|
147 <td>Private method to update the Commit button status.</td> |
|
148 </tr><tr> |
131 <td><a href="#SvnStatusDialog.closeEvent">closeEvent</a></td> |
149 <td><a href="#SvnStatusDialog.closeEvent">closeEvent</a></td> |
132 <td>Private slot implementing a close event handler.</td> |
150 <td>Private slot implementing a close event handler.</td> |
133 </tr><tr> |
151 </tr><tr> |
134 <td><a href="#SvnStatusDialog.keyPressEvent">keyPressEvent</a></td> |
152 <td><a href="#SvnStatusDialog.keyPressEvent">keyPressEvent</a></td> |
135 <td>Protected slot to handle a key press event.</td> |
153 <td>Protected slot to handle a key press event.</td> |
136 </tr><tr> |
154 </tr><tr> |
|
155 <td><a href="#SvnStatusDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
|
156 <td>Private slot to handle the press of the Add button.</td> |
|
157 </tr><tr> |
137 <td><a href="#SvnStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
158 <td><a href="#SvnStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
138 <td>Private slot called by a button of the button box clicked.</td> |
159 <td>Private slot called by a button of the button box clicked.</td> |
139 </tr><tr> |
160 </tr><tr> |
|
161 <td><a href="#SvnStatusDialog.on_commitButton_clicked">on_commitButton_clicked</a></td> |
|
162 <td>Private slot to handle the press of the Commit button.</td> |
|
163 </tr><tr> |
|
164 <td><a href="#SvnStatusDialog.on_diffButton_clicked">on_diffButton_clicked</a></td> |
|
165 <td>Private slot to handle the press of the Differences button.</td> |
|
166 </tr><tr> |
140 <td><a href="#SvnStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
167 <td><a href="#SvnStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
141 <td>Private slot to handle the press of the return key in the input field.</td> |
168 <td>Private slot to handle the press of the return key in the input field.</td> |
142 </tr><tr> |
169 </tr><tr> |
143 <td><a href="#SvnStatusDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
170 <td><a href="#SvnStatusDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
144 <td>Private slot to handle the password checkbox toggled.</td> |
171 <td>Private slot to handle the password checkbox toggled.</td> |
145 </tr><tr> |
172 </tr><tr> |
146 <td><a href="#SvnStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
173 <td><a href="#SvnStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
147 <td>Private slot to refresh the status display.</td> |
174 <td>Private slot to refresh the status display.</td> |
148 </tr><tr> |
175 </tr><tr> |
|
176 <td><a href="#SvnStatusDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td> |
|
177 <td>Private slot to handle the press of the Restore button.</td> |
|
178 </tr><tr> |
|
179 <td><a href="#SvnStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td> |
|
180 <td>Private slot to handle the press of the Revert button.</td> |
|
181 </tr><tr> |
149 <td><a href="#SvnStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
182 <td><a href="#SvnStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
150 <td>Private slot to send the input to the subversion process.</td> |
183 <td>Private slot to send the input to the subversion process.</td> |
|
184 </tr><tr> |
|
185 <td><a href="#SvnStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td> |
|
186 <td>Private slot to react to the selection of a status filter.</td> |
|
187 </tr><tr> |
|
188 <td><a href="#SvnStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td> |
|
189 <td>Private slot to act upon item changes.</td> |
|
190 </tr><tr> |
|
191 <td><a href="#SvnStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td> |
|
192 <td>Private slot to act upon changes of selected items.</td> |
151 </tr><tr> |
193 </tr><tr> |
152 <td><a href="#SvnStatusDialog.start">start</a></td> |
194 <td><a href="#SvnStatusDialog.start">start</a></td> |
153 <td>Public slot to start the svn status command.</td> |
195 <td>Public slot to start the svn status command.</td> |
154 </tr> |
196 </tr> |
155 </table> |
197 </table> |
189 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> |
231 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> |
190 <h4>SvnStatusDialog.__committed</h4> |
232 <h4>SvnStatusDialog.__committed</h4> |
191 <b>__committed</b>(<i></i>) |
233 <b>__committed</b>(<i></i>) |
192 <p> |
234 <p> |
193 Private slot called after the commit has finished. |
235 Private slot called after the commit has finished. |
|
236 </p><a NAME="SvnStatusDialog.__diff" ID="SvnStatusDialog.__diff"></a> |
|
237 <h4>SvnStatusDialog.__diff</h4> |
|
238 <b>__diff</b>(<i></i>) |
|
239 <p> |
|
240 Private slot to handle the Diff context menu entry. |
194 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a> |
241 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a> |
195 <h4>SvnStatusDialog.__finish</h4> |
242 <h4>SvnStatusDialog.__finish</h4> |
196 <b>__finish</b>(<i></i>) |
243 <b>__finish</b>(<i></i>) |
197 <p> |
244 <p> |
198 Private slot called when the process finished or the user pressed |
245 Private slot called when the process finished or the user pressed |
246 </p><dl> |
293 </p><dl> |
247 <dt>Returns:</dt> |
294 <dt>Returns:</dt> |
248 <dd> |
295 <dd> |
249 list of all items belonging to a changelist |
296 list of all items belonging to a changelist |
250 </dd> |
297 </dd> |
|
298 </dl><a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a> |
|
299 <h4>SvnStatusDialog.__getCommitableItems</h4> |
|
300 <b>__getCommitableItems</b>(<i></i>) |
|
301 <p> |
|
302 Private method to retrieve all entries the user wants to commit. |
|
303 </p><dl> |
|
304 <dt>Returns:</dt> |
|
305 <dd> |
|
306 list of all items, the user has checked |
|
307 </dd> |
251 </dl><a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a> |
308 </dl><a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a> |
252 <h4>SvnStatusDialog.__getLockActionItems</h4> |
309 <h4>SvnStatusDialog.__getLockActionItems</h4> |
253 <b>__getLockActionItems</b>(<i>indicators</i>) |
310 <b>__getLockActionItems</b>(<i>indicators</i>) |
254 <p> |
311 <p> |
255 Private method to retrieve all emtries, that have a locked status. |
312 Private method to retrieve all emtries, that have a locked status. |
256 </p><dl> |
313 </p><dl> |
257 <dt>Returns:</dt> |
314 <dt>Returns:</dt> |
258 <dd> |
315 <dd> |
259 list of all items with a locked status |
316 list of all items with a locked status |
|
317 </dd> |
|
318 </dl><a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a> |
|
319 <h4>SvnStatusDialog.__getMissingItems</h4> |
|
320 <b>__getMissingItems</b>(<i></i>) |
|
321 <p> |
|
322 Private method to retrieve all entries, that have a missing status. |
|
323 </p><dl> |
|
324 <dt>Returns:</dt> |
|
325 <dd> |
|
326 list of all items with a missing status |
260 </dd> |
327 </dd> |
261 </dl><a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a> |
328 </dl><a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a> |
262 <h4>SvnStatusDialog.__getModifiedItems</h4> |
329 <h4>SvnStatusDialog.__getModifiedItems</h4> |
263 <b>__getModifiedItems</b>(<i></i>) |
330 <b>__getModifiedItems</b>(<i></i>) |
264 <p> |
331 <p> |
337 </p><a NAME="SvnStatusDialog.__resort" ID="SvnStatusDialog.__resort"></a> |
404 </p><a NAME="SvnStatusDialog.__resort" ID="SvnStatusDialog.__resort"></a> |
338 <h4>SvnStatusDialog.__resort</h4> |
405 <h4>SvnStatusDialog.__resort</h4> |
339 <b>__resort</b>(<i></i>) |
406 <b>__resort</b>(<i></i>) |
340 <p> |
407 <p> |
341 Private method to resort the tree. |
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. |
342 </p><a NAME="SvnStatusDialog.__revert" ID="SvnStatusDialog.__revert"></a> |
414 </p><a NAME="SvnStatusDialog.__revert" ID="SvnStatusDialog.__revert"></a> |
343 <h4>SvnStatusDialog.__revert</h4> |
415 <h4>SvnStatusDialog.__revert</h4> |
344 <b>__revert</b>(<i></i>) |
416 <b>__revert</b>(<i></i>) |
345 <p> |
417 <p> |
346 Private slot to handle the Revert context menu entry. |
418 Private slot to handle the Revert context menu entry. |
362 </p><a NAME="SvnStatusDialog.__unlock" ID="SvnStatusDialog.__unlock"></a> |
434 </p><a NAME="SvnStatusDialog.__unlock" ID="SvnStatusDialog.__unlock"></a> |
363 <h4>SvnStatusDialog.__unlock</h4> |
435 <h4>SvnStatusDialog.__unlock</h4> |
364 <b>__unlock</b>(<i></i>) |
436 <b>__unlock</b>(<i></i>) |
365 <p> |
437 <p> |
366 Private slot to handle the Unlock context menu entry. |
438 Private slot to handle the Unlock context menu entry. |
|
439 </p><a NAME="SvnStatusDialog.__updateButtons" ID="SvnStatusDialog.__updateButtons"></a> |
|
440 <h4>SvnStatusDialog.__updateButtons</h4> |
|
441 <b>__updateButtons</b>(<i></i>) |
|
442 <p> |
|
443 Private method to update the VCS buttons status. |
|
444 </p><a NAME="SvnStatusDialog.__updateCommitButton" ID="SvnStatusDialog.__updateCommitButton"></a> |
|
445 <h4>SvnStatusDialog.__updateCommitButton</h4> |
|
446 <b>__updateCommitButton</b>(<i></i>) |
|
447 <p> |
|
448 Private method to update the Commit button status. |
367 </p><a NAME="SvnStatusDialog.closeEvent" ID="SvnStatusDialog.closeEvent"></a> |
449 </p><a NAME="SvnStatusDialog.closeEvent" ID="SvnStatusDialog.closeEvent"></a> |
368 <h4>SvnStatusDialog.closeEvent</h4> |
450 <h4>SvnStatusDialog.closeEvent</h4> |
369 <b>closeEvent</b>(<i>e</i>) |
451 <b>closeEvent</b>(<i>e</i>) |
370 <p> |
452 <p> |
371 Private slot implementing a close event handler. |
453 Private slot implementing a close event handler. |
382 </p><dl> |
464 </p><dl> |
383 <dt><i>evt</i></dt> |
465 <dt><i>evt</i></dt> |
384 <dd> |
466 <dd> |
385 the key press event (QKeyEvent) |
467 the key press event (QKeyEvent) |
386 </dd> |
468 </dd> |
387 </dl><a NAME="SvnStatusDialog.on_buttonBox_clicked" ID="SvnStatusDialog.on_buttonBox_clicked"></a> |
469 </dl><a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a> |
|
470 <h4>SvnStatusDialog.on_addButton_clicked</h4> |
|
471 <b>on_addButton_clicked</b>(<i></i>) |
|
472 <p> |
|
473 Private slot to handle the press of the Add button. |
|
474 </p><a NAME="SvnStatusDialog.on_buttonBox_clicked" ID="SvnStatusDialog.on_buttonBox_clicked"></a> |
388 <h4>SvnStatusDialog.on_buttonBox_clicked</h4> |
475 <h4>SvnStatusDialog.on_buttonBox_clicked</h4> |
389 <b>on_buttonBox_clicked</b>(<i>button</i>) |
476 <b>on_buttonBox_clicked</b>(<i>button</i>) |
390 <p> |
477 <p> |
391 Private slot called by a button of the button box clicked. |
478 Private slot called by a button of the button box clicked. |
392 </p><dl> |
479 </p><dl> |
393 <dt><i>button</i></dt> |
480 <dt><i>button</i></dt> |
394 <dd> |
481 <dd> |
395 button that was clicked (QAbstractButton) |
482 button that was clicked (QAbstractButton) |
396 </dd> |
483 </dd> |
397 </dl><a NAME="SvnStatusDialog.on_input_returnPressed" ID="SvnStatusDialog.on_input_returnPressed"></a> |
484 </dl><a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a> |
|
485 <h4>SvnStatusDialog.on_commitButton_clicked</h4> |
|
486 <b>on_commitButton_clicked</b>(<i></i>) |
|
487 <p> |
|
488 Private slot to handle the press of the Commit button. |
|
489 </p><a NAME="SvnStatusDialog.on_diffButton_clicked" ID="SvnStatusDialog.on_diffButton_clicked"></a> |
|
490 <h4>SvnStatusDialog.on_diffButton_clicked</h4> |
|
491 <b>on_diffButton_clicked</b>(<i></i>) |
|
492 <p> |
|
493 Private slot to handle the press of the Differences button. |
|
494 </p><a NAME="SvnStatusDialog.on_input_returnPressed" ID="SvnStatusDialog.on_input_returnPressed"></a> |
398 <h4>SvnStatusDialog.on_input_returnPressed</h4> |
495 <h4>SvnStatusDialog.on_input_returnPressed</h4> |
399 <b>on_input_returnPressed</b>(<i></i>) |
496 <b>on_input_returnPressed</b>(<i></i>) |
400 <p> |
497 <p> |
401 Private slot to handle the press of the return key in the input field. |
498 Private slot to handle the press of the return key in the input field. |
402 </p><a NAME="SvnStatusDialog.on_passwordCheckBox_toggled" ID="SvnStatusDialog.on_passwordCheckBox_toggled"></a> |
499 </p><a NAME="SvnStatusDialog.on_passwordCheckBox_toggled" ID="SvnStatusDialog.on_passwordCheckBox_toggled"></a> |
412 </dl><a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a> |
509 </dl><a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a> |
413 <h4>SvnStatusDialog.on_refreshButton_clicked</h4> |
510 <h4>SvnStatusDialog.on_refreshButton_clicked</h4> |
414 <b>on_refreshButton_clicked</b>(<i></i>) |
511 <b>on_refreshButton_clicked</b>(<i></i>) |
415 <p> |
512 <p> |
416 Private slot to refresh the status display. |
513 Private slot to refresh the status display. |
|
514 </p><a NAME="SvnStatusDialog.on_restoreButton_clicked" ID="SvnStatusDialog.on_restoreButton_clicked"></a> |
|
515 <h4>SvnStatusDialog.on_restoreButton_clicked</h4> |
|
516 <b>on_restoreButton_clicked</b>(<i></i>) |
|
517 <p> |
|
518 Private slot to handle the press of the Restore button. |
|
519 </p><a NAME="SvnStatusDialog.on_revertButton_clicked" ID="SvnStatusDialog.on_revertButton_clicked"></a> |
|
520 <h4>SvnStatusDialog.on_revertButton_clicked</h4> |
|
521 <b>on_revertButton_clicked</b>(<i></i>) |
|
522 <p> |
|
523 Private slot to handle the press of the Revert button. |
417 </p><a NAME="SvnStatusDialog.on_sendButton_clicked" ID="SvnStatusDialog.on_sendButton_clicked"></a> |
524 </p><a NAME="SvnStatusDialog.on_sendButton_clicked" ID="SvnStatusDialog.on_sendButton_clicked"></a> |
418 <h4>SvnStatusDialog.on_sendButton_clicked</h4> |
525 <h4>SvnStatusDialog.on_sendButton_clicked</h4> |
419 <b>on_sendButton_clicked</b>(<i></i>) |
526 <b>on_sendButton_clicked</b>(<i></i>) |
420 <p> |
527 <p> |
421 Private slot to send the input to the subversion process. |
528 Private slot to send the input to the subversion process. |
|
529 </p><a NAME="SvnStatusDialog.on_statusFilterCombo_activated" ID="SvnStatusDialog.on_statusFilterCombo_activated"></a> |
|
530 <h4>SvnStatusDialog.on_statusFilterCombo_activated</h4> |
|
531 <b>on_statusFilterCombo_activated</b>(<i>txt</i>) |
|
532 <p> |
|
533 Private slot to react to the selection of a status filter. |
|
534 </p><dl> |
|
535 <dt><i>txt</i></dt> |
|
536 <dd> |
|
537 selected status filter (string) |
|
538 </dd> |
|
539 </dl><a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a> |
|
540 <h4>SvnStatusDialog.on_statusList_itemChanged</h4> |
|
541 <b>on_statusList_itemChanged</b>(<i>item, column</i>) |
|
542 <p> |
|
543 Private slot to act upon item changes. |
|
544 </p><dl> |
|
545 <dt><i>item</i></dt> |
|
546 <dd> |
|
547 reference to the changed item (QTreeWidgetItem) |
|
548 </dd><dt><i>column</i></dt> |
|
549 <dd> |
|
550 index of column that changed (integer) |
|
551 </dd> |
|
552 </dl><a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a> |
|
553 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4> |
|
554 <b>on_statusList_itemSelectionChanged</b>(<i></i>) |
|
555 <p> |
|
556 Private slot to act upon changes of selected items. |
422 </p><a NAME="SvnStatusDialog.start" ID="SvnStatusDialog.start"></a> |
557 </p><a NAME="SvnStatusDialog.start" ID="SvnStatusDialog.start"></a> |
423 <h4>SvnStatusDialog.start</h4> |
558 <h4>SvnStatusDialog.start</h4> |
424 <b>start</b>(<i>fn</i>) |
559 <b>start</b>(<i>fn</i>) |
425 <p> |
560 <p> |
426 Public slot to start the svn status command. |
561 Public slot to start the svn status command. |