src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to show the output of the hg status command 11 Module implementing a dialog to show the output of the hg status command
13 process. 12 process.
14 </p> 13 </p>
14
15 <h3>Global Attributes</h3> 15 <h3>Global Attributes</h3>
16
17 <table> 16 <table>
18 <tr><td>None</td></tr> 17 <tr><td>None</td></tr>
19 </table> 18 </table>
19
20 <h3>Classes</h3> 20 <h3>Classes</h3>
21
22 <table> 21 <table>
23
24 <tr> 22 <tr>
25 <td><a href="#HgStatusDialog">HgStatusDialog</a></td> 23 <td><a href="#HgStatusDialog">HgStatusDialog</a></td>
26 <td>Class implementing a dialog to show the output of the hg status command process.</td> 24 <td>Class implementing a dialog to show the output of the hg status command process.</td>
27 </tr> 25 </tr>
28 </table> 26 </table>
27
29 <h3>Functions</h3> 28 <h3>Functions</h3>
30
31 <table> 29 <table>
32 <tr><td>None</td></tr> 30 <tr><td>None</td></tr>
33 </table> 31 </table>
32
34 <hr /> 33 <hr />
35 <hr /> 34 <hr />
36 <a NAME="HgStatusDialog" ID="HgStatusDialog"></a> 35 <a NAME="HgStatusDialog" ID="HgStatusDialog"></a>
37 <h2>HgStatusDialog</h2> 36 <h2>HgStatusDialog</h2>
38
39 <p> 37 <p>
40 Class implementing a dialog to show the output of the hg status command 38 Class implementing a dialog to show the output of the hg status command
41 process. 39 process.
42 </p> 40 </p>
41
43 <h3>Derived from</h3> 42 <h3>Derived from</h3>
44 QWidget, Ui_HgStatusDialog 43 QWidget, Ui_HgStatusDialog
45 <h3>Class Attributes</h3> 44 <h3>Class Attributes</h3>
46
47 <table> 45 <table>
48 <tr><td>None</td></tr> 46 <tr><td>None</td></tr>
49 </table> 47 </table>
48
50 <h3>Class Methods</h3> 49 <h3>Class Methods</h3>
51
52 <table> 50 <table>
53 <tr><td>None</td></tr> 51 <tr><td>None</td></tr>
54 </table> 52 </table>
53
55 <h3>Methods</h3> 54 <h3>Methods</h3>
56
57 <table> 55 <table>
58
59 <tr> 56 <tr>
60 <td><a href="#HgStatusDialog.__init__">HgStatusDialog</a></td> 57 <td><a href="#HgStatusDialog.__init__">HgStatusDialog</a></td>
61 <td>Constructor</td> 58 <td>Constructor</td>
62 </tr> 59 </tr>
63 <tr> 60 <tr>
207 <tr> 204 <tr>
208 <td><a href="#HgStatusDialog.start">start</a></td> 205 <td><a href="#HgStatusDialog.start">start</a></td>
209 <td>Public slot to start the hg status command.</td> 206 <td>Public slot to start the hg status command.</td>
210 </tr> 207 </tr>
211 </table> 208 </table>
209
212 <h3>Static Methods</h3> 210 <h3>Static Methods</h3>
213
214 <table> 211 <table>
215 <tr><td>None</td></tr> 212 <tr><td>None</td></tr>
216 </table> 213 </table>
217 214
215
218 <a NAME="HgStatusDialog.__init__" ID="HgStatusDialog.__init__"></a> 216 <a NAME="HgStatusDialog.__init__" ID="HgStatusDialog.__init__"></a>
219 <h4>HgStatusDialog (Constructor)</h4> 217 <h4>HgStatusDialog (Constructor)</h4>
220 <b>HgStatusDialog</b>(<i>vcs, mq=False, parent=None</i>) 218 <b>HgStatusDialog</b>(<i>vcs, mq=False, parent=None</i>)
221
222 <p> 219 <p>
223 Constructor 220 Constructor
224 </p> 221 </p>
222
225 <dl> 223 <dl>
226 224
227 <dt><i>vcs</i> (Hg)</dt> 225 <dt><i>vcs</i> (Hg)</dt>
228 <dd> 226 <dd>
229 reference to the vcs object 227 reference to the vcs object
238 </dd> 236 </dd>
239 </dl> 237 </dl>
240 <a NAME="HgStatusDialog.__abortMerge" ID="HgStatusDialog.__abortMerge"></a> 238 <a NAME="HgStatusDialog.__abortMerge" ID="HgStatusDialog.__abortMerge"></a>
241 <h4>HgStatusDialog.__abortMerge</h4> 239 <h4>HgStatusDialog.__abortMerge</h4>
242 <b>__abortMerge</b>(<i></i>) 240 <b>__abortMerge</b>(<i></i>)
243
244 <p> 241 <p>
245 Private slot used to abort an uncommitted merge. 242 Private slot used to abort an uncommitted merge.
246 </p> 243 </p>
244
247 <a NAME="HgStatusDialog.__add" ID="HgStatusDialog.__add"></a> 245 <a NAME="HgStatusDialog.__add" ID="HgStatusDialog.__add"></a>
248 <h4>HgStatusDialog.__add</h4> 246 <h4>HgStatusDialog.__add</h4>
249 <b>__add</b>(<i></i>) 247 <b>__add</b>(<i></i>)
250
251 <p> 248 <p>
252 Private slot to handle the Add context menu entry. 249 Private slot to handle the Add context menu entry.
253 </p> 250 </p>
251
254 <a NAME="HgStatusDialog.__commit" ID="HgStatusDialog.__commit"></a> 252 <a NAME="HgStatusDialog.__commit" ID="HgStatusDialog.__commit"></a>
255 <h4>HgStatusDialog.__commit</h4> 253 <h4>HgStatusDialog.__commit</h4>
256 <b>__commit</b>(<i></i>) 254 <b>__commit</b>(<i></i>)
257
258 <p> 255 <p>
259 Private slot to handle the Commit context menu entry. 256 Private slot to handle the Commit context menu entry.
260 </p> 257 </p>
258
261 <a NAME="HgStatusDialog.__commitDeselectAll" ID="HgStatusDialog.__commitDeselectAll"></a> 259 <a NAME="HgStatusDialog.__commitDeselectAll" ID="HgStatusDialog.__commitDeselectAll"></a>
262 <h4>HgStatusDialog.__commitDeselectAll</h4> 260 <h4>HgStatusDialog.__commitDeselectAll</h4>
263 <b>__commitDeselectAll</b>(<i></i>) 261 <b>__commitDeselectAll</b>(<i></i>)
264
265 <p> 262 <p>
266 Private slot to deselect all entries from commit. 263 Private slot to deselect all entries from commit.
267 </p> 264 </p>
265
268 <a NAME="HgStatusDialog.__commitMerge" ID="HgStatusDialog.__commitMerge"></a> 266 <a NAME="HgStatusDialog.__commitMerge" ID="HgStatusDialog.__commitMerge"></a>
269 <h4>HgStatusDialog.__commitMerge</h4> 267 <h4>HgStatusDialog.__commitMerge</h4>
270 <b>__commitMerge</b>(<i></i>) 268 <b>__commitMerge</b>(<i></i>)
271
272 <p> 269 <p>
273 Private slot to handle the Commit Merge context menu entry. 270 Private slot to handle the Commit Merge context menu entry.
274 </p> 271 </p>
272
275 <a NAME="HgStatusDialog.__commitSelect" ID="HgStatusDialog.__commitSelect"></a> 273 <a NAME="HgStatusDialog.__commitSelect" ID="HgStatusDialog.__commitSelect"></a>
276 <h4>HgStatusDialog.__commitSelect</h4> 274 <h4>HgStatusDialog.__commitSelect</h4>
277 <b>__commitSelect</b>(<i>selected</i>) 275 <b>__commitSelect</b>(<i>selected</i>)
278
279 <p> 276 <p>
280 Private slot to select or deselect all entries. 277 Private slot to select or deselect all entries.
281 </p> 278 </p>
279
282 <dl> 280 <dl>
283 281
284 <dt><i>selected</i> (bool)</dt> 282 <dt><i>selected</i> (bool)</dt>
285 <dd> 283 <dd>
286 commit selection state to be set 284 commit selection state to be set
287 </dd> 285 </dd>
288 </dl> 286 </dl>
289 <a NAME="HgStatusDialog.__commitSelectAll" ID="HgStatusDialog.__commitSelectAll"></a> 287 <a NAME="HgStatusDialog.__commitSelectAll" ID="HgStatusDialog.__commitSelectAll"></a>
290 <h4>HgStatusDialog.__commitSelectAll</h4> 288 <h4>HgStatusDialog.__commitSelectAll</h4>
291 <b>__commitSelectAll</b>(<i></i>) 289 <b>__commitSelectAll</b>(<i></i>)
292
293 <p> 290 <p>
294 Private slot to select all entries for commit. 291 Private slot to select all entries for commit.
295 </p> 292 </p>
293
296 <a NAME="HgStatusDialog.__committed" ID="HgStatusDialog.__committed"></a> 294 <a NAME="HgStatusDialog.__committed" ID="HgStatusDialog.__committed"></a>
297 <h4>HgStatusDialog.__committed</h4> 295 <h4>HgStatusDialog.__committed</h4>
298 <b>__committed</b>(<i></i>) 296 <b>__committed</b>(<i></i>)
299
300 <p> 297 <p>
301 Private slot called after the commit has finished. 298 Private slot called after the commit has finished.
302 </p> 299 </p>
300
303 <a NAME="HgStatusDialog.__diff" ID="HgStatusDialog.__diff"></a> 301 <a NAME="HgStatusDialog.__diff" ID="HgStatusDialog.__diff"></a>
304 <h4>HgStatusDialog.__diff</h4> 302 <h4>HgStatusDialog.__diff</h4>
305 <b>__diff</b>(<i></i>) 303 <b>__diff</b>(<i></i>)
306
307 <p> 304 <p>
308 Private slot to handle the Diff context menu entry. 305 Private slot to handle the Diff context menu entry.
309 </p> 306 </p>
307
310 <a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a> 308 <a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a>
311 <h4>HgStatusDialog.__finish</h4> 309 <h4>HgStatusDialog.__finish</h4>
312 <b>__finish</b>(<i></i>) 310 <b>__finish</b>(<i></i>)
313
314 <p> 311 <p>
315 Private slot called when the process finished or the user pressed 312 Private slot called when the process finished or the user pressed
316 the button. 313 the button.
317 </p> 314 </p>
315
318 <a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a> 316 <a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a>
319 <h4>HgStatusDialog.__forget</h4> 317 <h4>HgStatusDialog.__forget</h4>
320 <b>__forget</b>(<i></i>) 318 <b>__forget</b>(<i></i>)
321
322 <p> 319 <p>
323 Private slot to handle the Forget Missing context menu entry. 320 Private slot to handle the Forget Missing context menu entry.
324 </p> 321 </p>
322
325 <a NAME="HgStatusDialog.__generateDiffs" ID="HgStatusDialog.__generateDiffs"></a> 323 <a NAME="HgStatusDialog.__generateDiffs" ID="HgStatusDialog.__generateDiffs"></a>
326 <h4>HgStatusDialog.__generateDiffs</h4> 324 <h4>HgStatusDialog.__generateDiffs</h4>
327 <b>__generateDiffs</b>(<i></i>) 325 <b>__generateDiffs</b>(<i></i>)
328
329 <p> 326 <p>
330 Private slot to generate diff outputs for the selected item. 327 Private slot to generate diff outputs for the selected item.
331 </p> 328 </p>
329
332 <a NAME="HgStatusDialog.__generateItem" ID="HgStatusDialog.__generateItem"></a> 330 <a NAME="HgStatusDialog.__generateItem" ID="HgStatusDialog.__generateItem"></a>
333 <h4>HgStatusDialog.__generateItem</h4> 331 <h4>HgStatusDialog.__generateItem</h4>
334 <b>__generateItem</b>(<i>status, path</i>) 332 <b>__generateItem</b>(<i>status, path</i>)
335
336 <p> 333 <p>
337 Private method to generate a status item in the status list. 334 Private method to generate a status item in the status list.
338 </p> 335 </p>
336
339 <dl> 337 <dl>
340 338
341 <dt><i>status</i> (str)</dt> 339 <dt><i>status</i> (str)</dt>
342 <dd> 340 <dd>
343 status indicator 341 status indicator
348 </dd> 346 </dd>
349 </dl> 347 </dl>
350 <a NAME="HgStatusDialog.__generatorFinished" ID="HgStatusDialog.__generatorFinished"></a> 348 <a NAME="HgStatusDialog.__generatorFinished" ID="HgStatusDialog.__generatorFinished"></a>
351 <h4>HgStatusDialog.__generatorFinished</h4> 349 <h4>HgStatusDialog.__generatorFinished</h4>
352 <b>__generatorFinished</b>(<i></i>) 350 <b>__generatorFinished</b>(<i></i>)
353
354 <p> 351 <p>
355 Private slot connected to the finished signal of the diff generator. 352 Private slot connected to the finished signal of the diff generator.
356 </p> 353 </p>
354
357 <a NAME="HgStatusDialog.__getCommitableItems" ID="HgStatusDialog.__getCommitableItems"></a> 355 <a NAME="HgStatusDialog.__getCommitableItems" ID="HgStatusDialog.__getCommitableItems"></a>
358 <h4>HgStatusDialog.__getCommitableItems</h4> 356 <h4>HgStatusDialog.__getCommitableItems</h4>
359 <b>__getCommitableItems</b>(<i></i>) 357 <b>__getCommitableItems</b>(<i></i>)
360
361 <p> 358 <p>
362 Private method to retrieve all entries the user wants to commit. 359 Private method to retrieve all entries the user wants to commit.
363 </p> 360 </p>
361
364 <dl> 362 <dl>
365 <dt>Return:</dt> 363 <dt>Return:</dt>
366 <dd> 364 <dd>
367 list of all items, the user has checked 365 list of all items, the user has checked
368 </dd> 366 </dd>
374 </dd> 372 </dd>
375 </dl> 373 </dl>
376 <a NAME="HgStatusDialog.__getCommitableUnselectedItems" ID="HgStatusDialog.__getCommitableUnselectedItems"></a> 374 <a NAME="HgStatusDialog.__getCommitableUnselectedItems" ID="HgStatusDialog.__getCommitableUnselectedItems"></a>
377 <h4>HgStatusDialog.__getCommitableUnselectedItems</h4> 375 <h4>HgStatusDialog.__getCommitableUnselectedItems</h4>
378 <b>__getCommitableUnselectedItems</b>(<i></i>) 376 <b>__getCommitableUnselectedItems</b>(<i></i>)
379
380 <p> 377 <p>
381 Private method to retrieve all entries the user may commit but hasn't 378 Private method to retrieve all entries the user may commit but hasn't
382 selected. 379 selected.
383 </p> 380 </p>
381
384 <dl> 382 <dl>
385 <dt>Return:</dt> 383 <dt>Return:</dt>
386 <dd> 384 <dd>
387 list of all items, the user has checked 385 list of all items, the user has checked
388 </dd> 386 </dd>
394 </dd> 392 </dd>
395 </dl> 393 </dl>
396 <a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a> 394 <a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a>
397 <h4>HgStatusDialog.__getMissingItems</h4> 395 <h4>HgStatusDialog.__getMissingItems</h4>
398 <b>__getMissingItems</b>(<i></i>) 396 <b>__getMissingItems</b>(<i></i>)
399
400 <p> 397 <p>
401 Private method to retrieve all entries, that have a missing status. 398 Private method to retrieve all entries, that have a missing status.
402 </p> 399 </p>
400
403 <dl> 401 <dl>
404 <dt>Return:</dt> 402 <dt>Return:</dt>
405 <dd> 403 <dd>
406 list of all items with a missing status 404 list of all items with a missing status
407 </dd> 405 </dd>
413 </dd> 411 </dd>
414 </dl> 412 </dl>
415 <a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a> 413 <a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a>
416 <h4>HgStatusDialog.__getModifiedItems</h4> 414 <h4>HgStatusDialog.__getModifiedItems</h4>
417 <b>__getModifiedItems</b>(<i></i>) 415 <b>__getModifiedItems</b>(<i></i>)
418
419 <p> 416 <p>
420 Private method to retrieve all entries, that have a modified status. 417 Private method to retrieve all entries, that have a modified status.
421 </p> 418 </p>
419
422 <dl> 420 <dl>
423 <dt>Return:</dt> 421 <dt>Return:</dt>
424 <dd> 422 <dd>
425 list of all items with a modified status 423 list of all items with a modified status
426 </dd> 424 </dd>
432 </dd> 430 </dd>
433 </dl> 431 </dl>
434 <a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a> 432 <a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a>
435 <h4>HgStatusDialog.__getUnversionedItems</h4> 433 <h4>HgStatusDialog.__getUnversionedItems</h4>
436 <b>__getUnversionedItems</b>(<i></i>) 434 <b>__getUnversionedItems</b>(<i></i>)
437
438 <p> 435 <p>
439 Private method to retrieve all entries, that have an unversioned 436 Private method to retrieve all entries, that have an unversioned
440 status. 437 status.
441 </p> 438 </p>
439
442 <dl> 440 <dl>
443 <dt>Return:</dt> 441 <dt>Return:</dt>
444 <dd> 442 <dd>
445 list of all items with an unversioned status 443 list of all items with an unversioned status
446 </dd> 444 </dd>
452 </dd> 450 </dd>
453 </dl> 451 </dl>
454 <a NAME="HgStatusDialog.__initActionsMenu" ID="HgStatusDialog.__initActionsMenu"></a> 452 <a NAME="HgStatusDialog.__initActionsMenu" ID="HgStatusDialog.__initActionsMenu"></a>
455 <h4>HgStatusDialog.__initActionsMenu</h4> 453 <h4>HgStatusDialog.__initActionsMenu</h4>
456 <b>__initActionsMenu</b>(<i></i>) 454 <b>__initActionsMenu</b>(<i></i>)
457
458 <p> 455 <p>
459 Private method to initialize the actions menu. 456 Private method to initialize the actions menu.
460 </p> 457 </p>
458
461 <a NAME="HgStatusDialog.__lfAdd" ID="HgStatusDialog.__lfAdd"></a> 459 <a NAME="HgStatusDialog.__lfAdd" ID="HgStatusDialog.__lfAdd"></a>
462 <h4>HgStatusDialog.__lfAdd</h4> 460 <h4>HgStatusDialog.__lfAdd</h4>
463 <b>__lfAdd</b>(<i>mode</i>) 461 <b>__lfAdd</b>(<i>mode</i>)
464
465 <p> 462 <p>
466 Private slot to add a file to the repository. 463 Private slot to add a file to the repository.
467 </p> 464 </p>
465
468 <dl> 466 <dl>
469 467
470 <dt><i>mode</i> (str)</dt> 468 <dt><i>mode</i> (str)</dt>
471 <dd> 469 <dd>
472 add mode (one of 'normal' or 'large') 470 add mode (one of 'normal' or 'large')
473 </dd> 471 </dd>
474 </dl> 472 </dl>
475 <a NAME="HgStatusDialog.__processOutputLine" ID="HgStatusDialog.__processOutputLine"></a> 473 <a NAME="HgStatusDialog.__processOutputLine" ID="HgStatusDialog.__processOutputLine"></a>
476 <h4>HgStatusDialog.__processOutputLine</h4> 474 <h4>HgStatusDialog.__processOutputLine</h4>
477 <b>__processOutputLine</b>(<i>line</i>) 475 <b>__processOutputLine</b>(<i>line</i>)
478
479 <p> 476 <p>
480 Private method to process the lines of output. 477 Private method to process the lines of output.
481 </p> 478 </p>
479
482 <dl> 480 <dl>
483 481
484 <dt><i>line</i> (str)</dt> 482 <dt><i>line</i> (str)</dt>
485 <dd> 483 <dd>
486 output line to be processed 484 output line to be processed
487 </dd> 485 </dd>
488 </dl> 486 </dl>
489 <a NAME="HgStatusDialog.__refreshDiff" ID="HgStatusDialog.__refreshDiff"></a> 487 <a NAME="HgStatusDialog.__refreshDiff" ID="HgStatusDialog.__refreshDiff"></a>
490 <h4>HgStatusDialog.__refreshDiff</h4> 488 <h4>HgStatusDialog.__refreshDiff</h4>
491 <b>__refreshDiff</b>(<i></i>) 489 <b>__refreshDiff</b>(<i></i>)
492
493 <p> 490 <p>
494 Private method to refresh the diff output after a refresh. 491 Private method to refresh the diff output after a refresh.
495 </p> 492 </p>
493
496 <a NAME="HgStatusDialog.__resizeColumns" ID="HgStatusDialog.__resizeColumns"></a> 494 <a NAME="HgStatusDialog.__resizeColumns" ID="HgStatusDialog.__resizeColumns"></a>
497 <h4>HgStatusDialog.__resizeColumns</h4> 495 <h4>HgStatusDialog.__resizeColumns</h4>
498 <b>__resizeColumns</b>(<i></i>) 496 <b>__resizeColumns</b>(<i></i>)
499
500 <p> 497 <p>
501 Private method to resize the list columns. 498 Private method to resize the list columns.
502 </p> 499 </p>
500
503 <a NAME="HgStatusDialog.__resort" ID="HgStatusDialog.__resort"></a> 501 <a NAME="HgStatusDialog.__resort" ID="HgStatusDialog.__resort"></a>
504 <h4>HgStatusDialog.__resort</h4> 502 <h4>HgStatusDialog.__resort</h4>
505 <b>__resort</b>(<i></i>) 503 <b>__resort</b>(<i></i>)
506
507 <p> 504 <p>
508 Private method to resort the tree. 505 Private method to resort the tree.
509 </p> 506 </p>
507
510 <a NAME="HgStatusDialog.__restoreMissing" ID="HgStatusDialog.__restoreMissing"></a> 508 <a NAME="HgStatusDialog.__restoreMissing" ID="HgStatusDialog.__restoreMissing"></a>
511 <h4>HgStatusDialog.__restoreMissing</h4> 509 <h4>HgStatusDialog.__restoreMissing</h4>
512 <b>__restoreMissing</b>(<i></i>) 510 <b>__restoreMissing</b>(<i></i>)
513
514 <p> 511 <p>
515 Private slot to handle the Restore Missing context menu entry. 512 Private slot to handle the Restore Missing context menu entry.
516 </p> 513 </p>
514
517 <a NAME="HgStatusDialog.__revert" ID="HgStatusDialog.__revert"></a> 515 <a NAME="HgStatusDialog.__revert" ID="HgStatusDialog.__revert"></a>
518 <h4>HgStatusDialog.__revert</h4> 516 <h4>HgStatusDialog.__revert</h4>
519 <b>__revert</b>(<i></i>) 517 <b>__revert</b>(<i></i>)
520
521 <p> 518 <p>
522 Private slot to handle the Revert context menu entry. 519 Private slot to handle the Revert context menu entry.
523 </p> 520 </p>
521
524 <a NAME="HgStatusDialog.__sbsDiff" ID="HgStatusDialog.__sbsDiff"></a> 522 <a NAME="HgStatusDialog.__sbsDiff" ID="HgStatusDialog.__sbsDiff"></a>
525 <h4>HgStatusDialog.__sbsDiff</h4> 523 <h4>HgStatusDialog.__sbsDiff</h4>
526 <b>__sbsDiff</b>(<i></i>) 524 <b>__sbsDiff</b>(<i></i>)
527
528 <p> 525 <p>
529 Private slot to handle the Side-By-Side Diff context menu entry. 526 Private slot to handle the Side-By-Side Diff context menu entry.
530 </p> 527 </p>
528
531 <a NAME="HgStatusDialog.__showActionsMenu" ID="HgStatusDialog.__showActionsMenu"></a> 529 <a NAME="HgStatusDialog.__showActionsMenu" ID="HgStatusDialog.__showActionsMenu"></a>
532 <h4>HgStatusDialog.__showActionsMenu</h4> 530 <h4>HgStatusDialog.__showActionsMenu</h4>
533 <b>__showActionsMenu</b>(<i></i>) 531 <b>__showActionsMenu</b>(<i></i>)
534
535 <p> 532 <p>
536 Private slot to prepare the actions button menu before it is shown. 533 Private slot to prepare the actions button menu before it is shown.
537 </p> 534 </p>
535
538 <a NAME="HgStatusDialog.__showError" ID="HgStatusDialog.__showError"></a> 536 <a NAME="HgStatusDialog.__showError" ID="HgStatusDialog.__showError"></a>
539 <h4>HgStatusDialog.__showError</h4> 537 <h4>HgStatusDialog.__showError</h4>
540 <b>__showError</b>(<i>out</i>) 538 <b>__showError</b>(<i>out</i>)
541
542 <p> 539 <p>
543 Private slot to show some error. 540 Private slot to show some error.
544 </p> 541 </p>
542
545 <dl> 543 <dl>
546 544
547 <dt><i>out</i> (str)</dt> 545 <dt><i>out</i> (str)</dt>
548 <dd> 546 <dd>
549 error to be shown 547 error to be shown
550 </dd> 548 </dd>
551 </dl> 549 </dl>
552 <a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a> 550 <a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a>
553 <h4>HgStatusDialog.closeEvent</h4> 551 <h4>HgStatusDialog.closeEvent</h4>
554 <b>closeEvent</b>(<i>e</i>) 552 <b>closeEvent</b>(<i>e</i>)
555
556 <p> 553 <p>
557 Protected slot implementing a close event handler. 554 Protected slot implementing a close event handler.
558 </p> 555 </p>
556
559 <dl> 557 <dl>
560 558
561 <dt><i>e</i> (QCloseEvent)</dt> 559 <dt><i>e</i> (QCloseEvent)</dt>
562 <dd> 560 <dd>
563 close event 561 close event
564 </dd> 562 </dd>
565 </dl> 563 </dl>
566 <a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a> 564 <a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a>
567 <h4>HgStatusDialog.on_buttonBox_clicked</h4> 565 <h4>HgStatusDialog.on_buttonBox_clicked</h4>
568 <b>on_buttonBox_clicked</b>(<i>button</i>) 566 <b>on_buttonBox_clicked</b>(<i>button</i>)
569
570 <p> 567 <p>
571 Private slot called by a button of the button box clicked. 568 Private slot called by a button of the button box clicked.
572 </p> 569 </p>
570
573 <dl> 571 <dl>
574 572
575 <dt><i>button</i> (QAbstractButton)</dt> 573 <dt><i>button</i> (QAbstractButton)</dt>
576 <dd> 574 <dd>
577 button that was clicked 575 button that was clicked
578 </dd> 576 </dd>
579 </dl> 577 </dl>
580 <a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a> 578 <a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a>
581 <h4>HgStatusDialog.on_refreshButton_clicked</h4> 579 <h4>HgStatusDialog.on_refreshButton_clicked</h4>
582 <b>on_refreshButton_clicked</b>(<i></i>) 580 <b>on_refreshButton_clicked</b>(<i></i>)
583
584 <p> 581 <p>
585 Private slot to refresh the status display. 582 Private slot to refresh the status display.
586 </p> 583 </p>
584
587 <a NAME="HgStatusDialog.on_statusFilterCombo_activated" ID="HgStatusDialog.on_statusFilterCombo_activated"></a> 585 <a NAME="HgStatusDialog.on_statusFilterCombo_activated" ID="HgStatusDialog.on_statusFilterCombo_activated"></a>
588 <h4>HgStatusDialog.on_statusFilterCombo_activated</h4> 586 <h4>HgStatusDialog.on_statusFilterCombo_activated</h4>
589 <b>on_statusFilterCombo_activated</b>(<i>index</i>) 587 <b>on_statusFilterCombo_activated</b>(<i>index</i>)
590
591 <p> 588 <p>
592 Private slot to react to the selection of a status filter. 589 Private slot to react to the selection of a status filter.
593 </p> 590 </p>
591
594 <dl> 592 <dl>
595 593
596 <dt><i>index</i> (int)</dt> 594 <dt><i>index</i> (int)</dt>
597 <dd> 595 <dd>
598 index of the selected entry 596 index of the selected entry
599 </dd> 597 </dd>
600 </dl> 598 </dl>
601 <a NAME="HgStatusDialog.on_statusList_itemSelectionChanged" ID="HgStatusDialog.on_statusList_itemSelectionChanged"></a> 599 <a NAME="HgStatusDialog.on_statusList_itemSelectionChanged" ID="HgStatusDialog.on_statusList_itemSelectionChanged"></a>
602 <h4>HgStatusDialog.on_statusList_itemSelectionChanged</h4> 600 <h4>HgStatusDialog.on_statusList_itemSelectionChanged</h4>
603 <b>on_statusList_itemSelectionChanged</b>(<i></i>) 601 <b>on_statusList_itemSelectionChanged</b>(<i></i>)
604
605 <p> 602 <p>
606 Private slot to act upon changes of selected items. 603 Private slot to act upon changes of selected items.
607 </p> 604 </p>
605
608 <a NAME="HgStatusDialog.show" ID="HgStatusDialog.show"></a> 606 <a NAME="HgStatusDialog.show" ID="HgStatusDialog.show"></a>
609 <h4>HgStatusDialog.show</h4> 607 <h4>HgStatusDialog.show</h4>
610 <b>show</b>(<i></i>) 608 <b>show</b>(<i></i>)
611
612 <p> 609 <p>
613 Public slot to show the dialog. 610 Public slot to show the dialog.
614 </p> 611 </p>
612
615 <a NAME="HgStatusDialog.start" ID="HgStatusDialog.start"></a> 613 <a NAME="HgStatusDialog.start" ID="HgStatusDialog.start"></a>
616 <h4>HgStatusDialog.start</h4> 614 <h4>HgStatusDialog.start</h4>
617 <b>start</b>(<i>fn</i>) 615 <b>start</b>(<i>fn</i>)
618
619 <p> 616 <p>
620 Public slot to start the hg status command. 617 Public slot to start the hg status command.
621 </p> 618 </p>
619
622 <dl> 620 <dl>
623 621
624 <dt><i>fn</i> (str or list of str)</dt> 622 <dt><i>fn</i> (str or list of str)</dt>
625 <dd> 623 <dd>
626 filename(s)/directoryname(s) to show the status of 624 filename(s)/directoryname(s) to show the status of

eric ide

mercurial