64 <td>Private slot to handle the Commit context menu entry.</td> |
64 <td>Private slot to handle the Commit context menu entry.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#HgStatusDialog.__committed">__committed</a></td> |
66 <td><a href="#HgStatusDialog.__committed">__committed</a></td> |
67 <td>Private slot called after the commit has finished.</td> |
67 <td>Private slot called after the commit has finished.</td> |
68 </tr><tr> |
68 </tr><tr> |
|
69 <td><a href="#HgStatusDialog.__diff">__diff</a></td> |
|
70 <td>Private slot to handle the Diff context menu entry.</td> |
|
71 </tr><tr> |
69 <td><a href="#HgStatusDialog.__finish">__finish</a></td> |
72 <td><a href="#HgStatusDialog.__finish">__finish</a></td> |
70 <td>Private slot called when the process finished or the user pressed the button.</td> |
73 <td>Private slot called when the process finished or the user pressed the button.</td> |
71 </tr><tr> |
74 </tr><tr> |
72 <td><a href="#HgStatusDialog.__forget">__forget</a></td> |
75 <td><a href="#HgStatusDialog.__forget">__forget</a></td> |
73 <td>Private slot to handle the Remove context menu entry.</td> |
76 <td>Private slot to handle the Remove context menu entry.</td> |
74 </tr><tr> |
77 </tr><tr> |
75 <td><a href="#HgStatusDialog.__generateItem">__generateItem</a></td> |
78 <td><a href="#HgStatusDialog.__generateItem">__generateItem</a></td> |
76 <td>Private method to generate a status item in the status list.</td> |
79 <td>Private method to generate a status item in the status list.</td> |
77 </tr><tr> |
80 </tr><tr> |
|
81 <td><a href="#HgStatusDialog.__getCommitableItems">__getCommitableItems</a></td> |
|
82 <td>Private method to retrieve all entries the user wants to commit.</td> |
|
83 </tr><tr> |
78 <td><a href="#HgStatusDialog.__getMissingItems">__getMissingItems</a></td> |
84 <td><a href="#HgStatusDialog.__getMissingItems">__getMissingItems</a></td> |
79 <td>Private method to retrieve all entries, that have a missing status.</td> |
85 <td>Private method to retrieve all entries, that have a missing status.</td> |
80 </tr><tr> |
86 </tr><tr> |
81 <td><a href="#HgStatusDialog.__getModifiedItems">__getModifiedItems</a></td> |
87 <td><a href="#HgStatusDialog.__getModifiedItems">__getModifiedItems</a></td> |
82 <td>Private method to retrieve all entries, that have a modified status.</td> |
88 <td>Private method to retrieve all entries, that have a modified status.</td> |
97 <td>Private method to resize the list columns.</td> |
103 <td>Private method to resize the list columns.</td> |
98 </tr><tr> |
104 </tr><tr> |
99 <td><a href="#HgStatusDialog.__resort">__resort</a></td> |
105 <td><a href="#HgStatusDialog.__resort">__resort</a></td> |
100 <td>Private method to resort the tree.</td> |
106 <td>Private method to resort the tree.</td> |
101 </tr><tr> |
107 </tr><tr> |
|
108 <td><a href="#HgStatusDialog.__restoreMissing">__restoreMissing</a></td> |
|
109 <td>Private slot to handle the Restore Missing context menu entry.</td> |
|
110 </tr><tr> |
102 <td><a href="#HgStatusDialog.__revert">__revert</a></td> |
111 <td><a href="#HgStatusDialog.__revert">__revert</a></td> |
103 <td>Private slot to handle the Revert context menu entry.</td> |
112 <td>Private slot to handle the Revert context menu entry.</td> |
104 </tr><tr> |
113 </tr><tr> |
105 <td><a href="#HgStatusDialog.__showContextMenu">__showContextMenu</a></td> |
114 <td><a href="#HgStatusDialog.__showContextMenu">__showContextMenu</a></td> |
106 <td>Protected slot to show the context menu of the status list.</td> |
115 <td>Protected slot to show the context menu of the status list.</td> |
107 </tr><tr> |
116 </tr><tr> |
|
117 <td><a href="#HgStatusDialog.__updateButtons">__updateButtons</a></td> |
|
118 <td>Private method to update the VCS buttons status.</td> |
|
119 </tr><tr> |
|
120 <td><a href="#HgStatusDialog.__updateCommitButton">__updateCommitButton</a></td> |
|
121 <td>Private method to update the Commit button status.</td> |
|
122 </tr><tr> |
108 <td><a href="#HgStatusDialog.closeEvent">closeEvent</a></td> |
123 <td><a href="#HgStatusDialog.closeEvent">closeEvent</a></td> |
109 <td>Private slot implementing a close event handler.</td> |
124 <td>Private slot implementing a close event handler.</td> |
110 </tr><tr> |
125 </tr><tr> |
111 <td><a href="#HgStatusDialog.keyPressEvent">keyPressEvent</a></td> |
126 <td><a href="#HgStatusDialog.keyPressEvent">keyPressEvent</a></td> |
112 <td>Protected slot to handle a key press event.</td> |
127 <td>Protected slot to handle a key press event.</td> |
113 </tr><tr> |
128 </tr><tr> |
|
129 <td><a href="#HgStatusDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
|
130 <td>Private slot to handle the press of the Add button.</td> |
|
131 </tr><tr> |
114 <td><a href="#HgStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
132 <td><a href="#HgStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
115 <td>Private slot called by a button of the button box clicked.</td> |
133 <td>Private slot called by a button of the button box clicked.</td> |
116 </tr><tr> |
134 </tr><tr> |
|
135 <td><a href="#HgStatusDialog.on_commitButton_clicked">on_commitButton_clicked</a></td> |
|
136 <td>Private slot to handle the press of the Commit button.</td> |
|
137 </tr><tr> |
|
138 <td><a href="#HgStatusDialog.on_diffButton_clicked">on_diffButton_clicked</a></td> |
|
139 <td>Private slot to handle the press of the Differences button.</td> |
|
140 </tr><tr> |
|
141 <td><a href="#HgStatusDialog.on_forgetButton_clicked">on_forgetButton_clicked</a></td> |
|
142 <td>Private slot to handle the press of the Forget button.</td> |
|
143 </tr><tr> |
117 <td><a href="#HgStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
144 <td><a href="#HgStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
118 <td>Private slot to handle the press of the return key in the input field.</td> |
145 <td>Private slot to handle the press of the return key in the input field.</td> |
119 </tr><tr> |
146 </tr><tr> |
120 <td><a href="#HgStatusDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
147 <td><a href="#HgStatusDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
121 <td>Private slot to handle the password checkbox toggled.</td> |
148 <td>Private slot to handle the password checkbox toggled.</td> |
122 </tr><tr> |
149 </tr><tr> |
123 <td><a href="#HgStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
150 <td><a href="#HgStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
124 <td>Private slot to refresh the status display.</td> |
151 <td>Private slot to refresh the status display.</td> |
125 </tr><tr> |
152 </tr><tr> |
|
153 <td><a href="#HgStatusDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td> |
|
154 <td>Private slot to handle the press of the Restore button.</td> |
|
155 </tr><tr> |
|
156 <td><a href="#HgStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td> |
|
157 <td>Private slot to handle the press of the Revert button.</td> |
|
158 </tr><tr> |
126 <td><a href="#HgStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
159 <td><a href="#HgStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
127 <td>Private slot to send the input to the subversion process.</td> |
160 <td>Private slot to send the input to the subversion process.</td> |
|
161 </tr><tr> |
|
162 <td><a href="#HgStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td> |
|
163 <td>Private slot to react to the selection of a status filter.</td> |
|
164 </tr><tr> |
|
165 <td><a href="#HgStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td> |
|
166 <td>Private slot to act upon item changes.</td> |
|
167 </tr><tr> |
|
168 <td><a href="#HgStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td> |
|
169 <td>Private slot to act upon changes of selected items.</td> |
128 </tr><tr> |
170 </tr><tr> |
129 <td><a href="#HgStatusDialog.start">start</a></td> |
171 <td><a href="#HgStatusDialog.start">start</a></td> |
130 <td>Public slot to start the hg status command.</td> |
172 <td>Public slot to start the hg status command.</td> |
131 </tr> |
173 </tr> |
132 </table> |
174 </table> |
156 </p><a NAME="HgStatusDialog.__committed" ID="HgStatusDialog.__committed"></a> |
198 </p><a NAME="HgStatusDialog.__committed" ID="HgStatusDialog.__committed"></a> |
157 <h4>HgStatusDialog.__committed</h4> |
199 <h4>HgStatusDialog.__committed</h4> |
158 <b>__committed</b>(<i></i>) |
200 <b>__committed</b>(<i></i>) |
159 <p> |
201 <p> |
160 Private slot called after the commit has finished. |
202 Private slot called after the commit has finished. |
|
203 </p><a NAME="HgStatusDialog.__diff" ID="HgStatusDialog.__diff"></a> |
|
204 <h4>HgStatusDialog.__diff</h4> |
|
205 <b>__diff</b>(<i></i>) |
|
206 <p> |
|
207 Private slot to handle the Diff context menu entry. |
161 </p><a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a> |
208 </p><a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a> |
162 <h4>HgStatusDialog.__finish</h4> |
209 <h4>HgStatusDialog.__finish</h4> |
163 <b>__finish</b>(<i></i>) |
210 <b>__finish</b>(<i></i>) |
164 <p> |
211 <p> |
165 Private slot called when the process finished or the user pressed the button. |
212 Private slot called when the process finished or the user pressed the button. |
178 <dd> |
225 <dd> |
179 status indicator (string) |
226 status indicator (string) |
180 </dd><dt><i>path</i></dt> |
227 </dd><dt><i>path</i></dt> |
181 <dd> |
228 <dd> |
182 path of the file or directory (string) |
229 path of the file or directory (string) |
|
230 </dd> |
|
231 </dl><a NAME="HgStatusDialog.__getCommitableItems" ID="HgStatusDialog.__getCommitableItems"></a> |
|
232 <h4>HgStatusDialog.__getCommitableItems</h4> |
|
233 <b>__getCommitableItems</b>(<i></i>) |
|
234 <p> |
|
235 Private method to retrieve all entries the user wants to commit. |
|
236 </p><dl> |
|
237 <dt>Returns:</dt> |
|
238 <dd> |
|
239 list of all items, the user has checked |
183 </dd> |
240 </dd> |
184 </dl><a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a> |
241 </dl><a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a> |
185 <h4>HgStatusDialog.__getMissingItems</h4> |
242 <h4>HgStatusDialog.__getMissingItems</h4> |
186 <b>__getMissingItems</b>(<i></i>) |
243 <b>__getMissingItems</b>(<i></i>) |
187 <p> |
244 <p> |
248 </p><a NAME="HgStatusDialog.__resort" ID="HgStatusDialog.__resort"></a> |
305 </p><a NAME="HgStatusDialog.__resort" ID="HgStatusDialog.__resort"></a> |
249 <h4>HgStatusDialog.__resort</h4> |
306 <h4>HgStatusDialog.__resort</h4> |
250 <b>__resort</b>(<i></i>) |
307 <b>__resort</b>(<i></i>) |
251 <p> |
308 <p> |
252 Private method to resort the tree. |
309 Private method to resort the tree. |
|
310 </p><a NAME="HgStatusDialog.__restoreMissing" ID="HgStatusDialog.__restoreMissing"></a> |
|
311 <h4>HgStatusDialog.__restoreMissing</h4> |
|
312 <b>__restoreMissing</b>(<i></i>) |
|
313 <p> |
|
314 Private slot to handle the Restore Missing context menu entry. |
253 </p><a NAME="HgStatusDialog.__revert" ID="HgStatusDialog.__revert"></a> |
315 </p><a NAME="HgStatusDialog.__revert" ID="HgStatusDialog.__revert"></a> |
254 <h4>HgStatusDialog.__revert</h4> |
316 <h4>HgStatusDialog.__revert</h4> |
255 <b>__revert</b>(<i></i>) |
317 <b>__revert</b>(<i></i>) |
256 <p> |
318 <p> |
257 Private slot to handle the Revert context menu entry. |
319 Private slot to handle the Revert context menu entry. |
263 </p><dl> |
325 </p><dl> |
264 <dt><i>coord</i></dt> |
326 <dt><i>coord</i></dt> |
265 <dd> |
327 <dd> |
266 the position of the mouse pointer (QPoint) |
328 the position of the mouse pointer (QPoint) |
267 </dd> |
329 </dd> |
268 </dl><a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a> |
330 </dl><a NAME="HgStatusDialog.__updateButtons" ID="HgStatusDialog.__updateButtons"></a> |
|
331 <h4>HgStatusDialog.__updateButtons</h4> |
|
332 <b>__updateButtons</b>(<i></i>) |
|
333 <p> |
|
334 Private method to update the VCS buttons status. |
|
335 </p><a NAME="HgStatusDialog.__updateCommitButton" ID="HgStatusDialog.__updateCommitButton"></a> |
|
336 <h4>HgStatusDialog.__updateCommitButton</h4> |
|
337 <b>__updateCommitButton</b>(<i></i>) |
|
338 <p> |
|
339 Private method to update the Commit button status. |
|
340 </p><a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a> |
269 <h4>HgStatusDialog.closeEvent</h4> |
341 <h4>HgStatusDialog.closeEvent</h4> |
270 <b>closeEvent</b>(<i>e</i>) |
342 <b>closeEvent</b>(<i>e</i>) |
271 <p> |
343 <p> |
272 Private slot implementing a close event handler. |
344 Private slot implementing a close event handler. |
273 </p><dl> |
345 </p><dl> |
283 </p><dl> |
355 </p><dl> |
284 <dt><i>evt</i></dt> |
356 <dt><i>evt</i></dt> |
285 <dd> |
357 <dd> |
286 the key press event (QKeyEvent) |
358 the key press event (QKeyEvent) |
287 </dd> |
359 </dd> |
288 </dl><a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a> |
360 </dl><a NAME="HgStatusDialog.on_addButton_clicked" ID="HgStatusDialog.on_addButton_clicked"></a> |
|
361 <h4>HgStatusDialog.on_addButton_clicked</h4> |
|
362 <b>on_addButton_clicked</b>(<i></i>) |
|
363 <p> |
|
364 Private slot to handle the press of the Add button. |
|
365 </p><a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a> |
289 <h4>HgStatusDialog.on_buttonBox_clicked</h4> |
366 <h4>HgStatusDialog.on_buttonBox_clicked</h4> |
290 <b>on_buttonBox_clicked</b>(<i>button</i>) |
367 <b>on_buttonBox_clicked</b>(<i>button</i>) |
291 <p> |
368 <p> |
292 Private slot called by a button of the button box clicked. |
369 Private slot called by a button of the button box clicked. |
293 </p><dl> |
370 </p><dl> |
294 <dt><i>button</i></dt> |
371 <dt><i>button</i></dt> |
295 <dd> |
372 <dd> |
296 button that was clicked (QAbstractButton) |
373 button that was clicked (QAbstractButton) |
297 </dd> |
374 </dd> |
298 </dl><a NAME="HgStatusDialog.on_input_returnPressed" ID="HgStatusDialog.on_input_returnPressed"></a> |
375 </dl><a NAME="HgStatusDialog.on_commitButton_clicked" ID="HgStatusDialog.on_commitButton_clicked"></a> |
|
376 <h4>HgStatusDialog.on_commitButton_clicked</h4> |
|
377 <b>on_commitButton_clicked</b>(<i></i>) |
|
378 <p> |
|
379 Private slot to handle the press of the Commit button. |
|
380 </p><a NAME="HgStatusDialog.on_diffButton_clicked" ID="HgStatusDialog.on_diffButton_clicked"></a> |
|
381 <h4>HgStatusDialog.on_diffButton_clicked</h4> |
|
382 <b>on_diffButton_clicked</b>(<i></i>) |
|
383 <p> |
|
384 Private slot to handle the press of the Differences button. |
|
385 </p><a NAME="HgStatusDialog.on_forgetButton_clicked" ID="HgStatusDialog.on_forgetButton_clicked"></a> |
|
386 <h4>HgStatusDialog.on_forgetButton_clicked</h4> |
|
387 <b>on_forgetButton_clicked</b>(<i></i>) |
|
388 <p> |
|
389 Private slot to handle the press of the Forget button. |
|
390 </p><a NAME="HgStatusDialog.on_input_returnPressed" ID="HgStatusDialog.on_input_returnPressed"></a> |
299 <h4>HgStatusDialog.on_input_returnPressed</h4> |
391 <h4>HgStatusDialog.on_input_returnPressed</h4> |
300 <b>on_input_returnPressed</b>(<i></i>) |
392 <b>on_input_returnPressed</b>(<i></i>) |
301 <p> |
393 <p> |
302 Private slot to handle the press of the return key in the input field. |
394 Private slot to handle the press of the return key in the input field. |
303 </p><a NAME="HgStatusDialog.on_passwordCheckBox_toggled" ID="HgStatusDialog.on_passwordCheckBox_toggled"></a> |
395 </p><a NAME="HgStatusDialog.on_passwordCheckBox_toggled" ID="HgStatusDialog.on_passwordCheckBox_toggled"></a> |
313 </dl><a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a> |
405 </dl><a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a> |
314 <h4>HgStatusDialog.on_refreshButton_clicked</h4> |
406 <h4>HgStatusDialog.on_refreshButton_clicked</h4> |
315 <b>on_refreshButton_clicked</b>(<i></i>) |
407 <b>on_refreshButton_clicked</b>(<i></i>) |
316 <p> |
408 <p> |
317 Private slot to refresh the status display. |
409 Private slot to refresh the status display. |
|
410 </p><a NAME="HgStatusDialog.on_restoreButton_clicked" ID="HgStatusDialog.on_restoreButton_clicked"></a> |
|
411 <h4>HgStatusDialog.on_restoreButton_clicked</h4> |
|
412 <b>on_restoreButton_clicked</b>(<i></i>) |
|
413 <p> |
|
414 Private slot to handle the press of the Restore button. |
|
415 </p><a NAME="HgStatusDialog.on_revertButton_clicked" ID="HgStatusDialog.on_revertButton_clicked"></a> |
|
416 <h4>HgStatusDialog.on_revertButton_clicked</h4> |
|
417 <b>on_revertButton_clicked</b>(<i></i>) |
|
418 <p> |
|
419 Private slot to handle the press of the Revert button. |
318 </p><a NAME="HgStatusDialog.on_sendButton_clicked" ID="HgStatusDialog.on_sendButton_clicked"></a> |
420 </p><a NAME="HgStatusDialog.on_sendButton_clicked" ID="HgStatusDialog.on_sendButton_clicked"></a> |
319 <h4>HgStatusDialog.on_sendButton_clicked</h4> |
421 <h4>HgStatusDialog.on_sendButton_clicked</h4> |
320 <b>on_sendButton_clicked</b>(<i></i>) |
422 <b>on_sendButton_clicked</b>(<i></i>) |
321 <p> |
423 <p> |
322 Private slot to send the input to the subversion process. |
424 Private slot to send the input to the subversion process. |
|
425 </p><a NAME="HgStatusDialog.on_statusFilterCombo_activated" ID="HgStatusDialog.on_statusFilterCombo_activated"></a> |
|
426 <h4>HgStatusDialog.on_statusFilterCombo_activated</h4> |
|
427 <b>on_statusFilterCombo_activated</b>(<i>txt</i>) |
|
428 <p> |
|
429 Private slot to react to the selection of a status filter. |
|
430 </p><dl> |
|
431 <dt><i>txt</i></dt> |
|
432 <dd> |
|
433 selected status filter (string) |
|
434 </dd> |
|
435 </dl><a NAME="HgStatusDialog.on_statusList_itemChanged" ID="HgStatusDialog.on_statusList_itemChanged"></a> |
|
436 <h4>HgStatusDialog.on_statusList_itemChanged</h4> |
|
437 <b>on_statusList_itemChanged</b>(<i>item, column</i>) |
|
438 <p> |
|
439 Private slot to act upon item changes. |
|
440 </p><dl> |
|
441 <dt><i>item</i></dt> |
|
442 <dd> |
|
443 reference to the changed item (QTreeWidgetItem) |
|
444 </dd><dt><i>column</i></dt> |
|
445 <dd> |
|
446 index of column that changed (integer) |
|
447 </dd> |
|
448 </dl><a NAME="HgStatusDialog.on_statusList_itemSelectionChanged" ID="HgStatusDialog.on_statusList_itemSelectionChanged"></a> |
|
449 <h4>HgStatusDialog.on_statusList_itemSelectionChanged</h4> |
|
450 <b>on_statusList_itemSelectionChanged</b>(<i></i>) |
|
451 <p> |
|
452 Private slot to act upon changes of selected items. |
323 </p><a NAME="HgStatusDialog.start" ID="HgStatusDialog.start"></a> |
453 </p><a NAME="HgStatusDialog.start" ID="HgStatusDialog.start"></a> |
324 <h4>HgStatusDialog.start</h4> |
454 <h4>HgStatusDialog.start</h4> |
325 <b>start</b>(<i>fn</i>) |
455 <b>start</b>(<i>fn</i>) |
326 <p> |
456 <p> |
327 Public slot to start the hg status command. |
457 Public slot to start the hg status command. |