src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
220 <p> 220 <p>
221 Constructor 221 Constructor
222 </p> 222 </p>
223 <dl> 223 <dl>
224 224
225 <dt><i>vcs</i></dt> 225 <dt><i>vcs</i> (Subversion)</dt>
226 <dd> 226 <dd>
227 reference to the vcs object 227 reference to the vcs object
228 </dd> 228 </dd>
229 <dt><i>parent</i></dt> 229 <dt><i>parent</i> (QWidget)</dt>
230 <dd> 230 <dd>
231 parent widget (QWidget) 231 parent widget
232 </dd> 232 </dd>
233 </dl> 233 </dl>
234 <a NAME="SvnLogBrowserDialog.__addFinishCallback" ID="SvnLogBrowserDialog.__addFinishCallback"></a> 234 <a NAME="SvnLogBrowserDialog.__addFinishCallback" ID="SvnLogBrowserDialog.__addFinishCallback"></a>
235 <h4>SvnLogBrowserDialog.__addFinishCallback</h4> 235 <h4>SvnLogBrowserDialog.__addFinishCallback</h4>
236 <b>__addFinishCallback</b>(<i>callback</i>) 236 <b>__addFinishCallback</b>(<i>callback</i>)
256 <p> 256 <p>
257 Private method to do a diff of two revisions. 257 Private method to do a diff of two revisions.
258 </p> 258 </p>
259 <dl> 259 <dl>
260 260
261 <dt><i>rev1</i></dt> 261 <dt><i>rev1</i> (int)</dt>
262 <dd> 262 <dd>
263 first revision number (integer) 263 first revision number
264 </dd> 264 </dd>
265 <dt><i>rev2</i></dt> 265 <dt><i>rev2</i> (int)</dt>
266 <dd> 266 <dd>
267 second revision number (integer) 267 second revision number
268 </dd> 268 </dd>
269 </dl> 269 </dl>
270 <a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a> 270 <a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a>
271 <h4>SvnLogBrowserDialog.__filterLogs</h4> 271 <h4>SvnLogBrowserDialog.__filterLogs</h4>
272 <b>__filterLogs</b>(<i></i>) 272 <b>__filterLogs</b>(<i></i>)
289 <p> 289 <p>
290 Private method to generate a changed files tree entry. 290 Private method to generate a changed files tree entry.
291 </p> 291 </p>
292 <dl> 292 <dl>
293 293
294 <dt><i>action</i></dt> 294 <dt><i>action</i> (str)</dt>
295 <dd> 295 <dd>
296 indicator for the change action ("A", "D" or "M") 296 indicator for the change action ("A", "D" or "M")
297 </dd> 297 </dd>
298 <dt><i>path</i></dt> 298 <dt><i>path</i> (str)</dt>
299 <dd> 299 <dd>
300 path of the file in the repository (string) 300 path of the file in the repository
301 </dd> 301 </dd>
302 <dt><i>copyFrom</i></dt> 302 <dt><i>copyFrom</i> (str)</dt>
303 <dd> 303 <dd>
304 path the file was copied from (None, string) 304 path the file was copied from
305 </dd> 305 </dd>
306 <dt><i>copyRev</i></dt> 306 <dt><i>copyRev</i> (str)</dt>
307 <dd> 307 <dd>
308 revision the file was copied from (None, string) 308 revision the file was copied from
309 </dd> 309 </dd>
310 </dl> 310 </dl>
311 <dl> 311 <dl>
312 <dt>Return:</dt> 312 <dt>Return:</dt>
313 <dd> 313 <dd>
314 reference to the generated item (QTreeWidgetItem) 314 reference to the generated item
315 </dd>
316 </dl>
317 <dl>
318 <dt>Return Type:</dt>
319 <dd>
320 QTreeWidgetItem
315 </dd> 321 </dd>
316 </dl> 322 </dl>
317 <a NAME="SvnLogBrowserDialog.__generateLogItem" ID="SvnLogBrowserDialog.__generateLogItem"></a> 323 <a NAME="SvnLogBrowserDialog.__generateLogItem" ID="SvnLogBrowserDialog.__generateLogItem"></a>
318 <h4>SvnLogBrowserDialog.__generateLogItem</h4> 324 <h4>SvnLogBrowserDialog.__generateLogItem</h4>
319 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths</i>) 325 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths</i>)
321 <p> 327 <p>
322 Private method to generate a log tree entry. 328 Private method to generate a log tree entry.
323 </p> 329 </p>
324 <dl> 330 <dl>
325 331
326 <dt><i>author</i></dt> 332 <dt><i>author</i> (str)</dt>
327 <dd> 333 <dd>
328 author info (string) 334 author info
329 </dd> 335 </dd>
330 <dt><i>date</i></dt> 336 <dt><i>date</i> (str)</dt>
331 <dd> 337 <dd>
332 date info (string) 338 date info
333 </dd> 339 </dd>
334 <dt><i>message</i></dt> 340 <dt><i>message</i> (list of str)</dt>
335 <dd> 341 <dd>
336 text of the log message (list of strings) 342 text of the log message
337 </dd> 343 </dd>
338 <dt><i>revision</i></dt> 344 <dt><i>revision</i> (str)</dt>
339 <dd> 345 <dd>
340 revision info (string) 346 revision info
341 </dd> 347 </dd>
342 <dt><i>changedPaths</i></dt> 348 <dt><i>changedPaths</i> (dict)</dt>
343 <dd> 349 <dd>
344 list of dictionary objects containing 350 list of dictionary objects containing
345 info about the changed files/directories 351 info about the changed files/directories
346 </dd> 352 </dd>
347 </dl> 353 </dl>
348 <dl> 354 <dl>
349 <dt>Return:</dt> 355 <dt>Return:</dt>
350 <dd> 356 <dd>
351 reference to the generated item (QTreeWidgetItem) 357 reference to the generated item
358 </dd>
359 </dl>
360 <dl>
361 <dt>Return Type:</dt>
362 <dd>
363 QTreeWidgetItem
352 </dd> 364 </dd>
353 </dl> 365 </dl>
354 <a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a> 366 <a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a>
355 <h4>SvnLogBrowserDialog.__getLogEntries</h4> 367 <h4>SvnLogBrowserDialog.__getLogEntries</h4>
356 <b>__getLogEntries</b>(<i>startRev=None</i>) 368 <b>__getLogEntries</b>(<i>startRev=None</i>)
358 <p> 370 <p>
359 Private method to retrieve log entries from the repository. 371 Private method to retrieve log entries from the repository.
360 </p> 372 </p>
361 <dl> 373 <dl>
362 374
363 <dt><i>startRev</i></dt> 375 <dt><i>startRev</i> (int or str)</dt>
364 <dd> 376 <dd>
365 revision number to start from (integer, string) 377 revision number to start from
366 </dd> 378 </dd>
367 </dl> 379 </dl>
368 <a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a> 380 <a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a>
369 <h4>SvnLogBrowserDialog.__initData</h4> 381 <h4>SvnLogBrowserDialog.__initData</h4>
370 <b>__initData</b>(<i></i>) 382 <b>__initData</b>(<i></i>)
379 <p> 391 <p>
380 Private slot connected to the finished signal. 392 Private slot connected to the finished signal.
381 </p> 393 </p>
382 <dl> 394 <dl>
383 395
384 <dt><i>exitCode</i></dt> 396 <dt><i>exitCode</i> (int)</dt>
385 <dd> 397 <dd>
386 exit code of the process (integer) 398 exit code of the process
387 </dd> 399 </dd>
388 <dt><i>exitStatus</i></dt> 400 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt>
389 <dd> 401 <dd>
390 exit status of the process (QProcess.ExitStatus) 402 exit status of the process
391 </dd> 403 </dd>
392 </dl> 404 </dl>
393 <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> 405 <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a>
394 <h4>SvnLogBrowserDialog.__processBuffer</h4> 406 <h4>SvnLogBrowserDialog.__processBuffer</h4>
395 <b>__processBuffer</b>(<i></i>) 407 <b>__processBuffer</b>(<i></i>)
460 <p> 472 <p>
461 Protected slot implementing a close event handler. 473 Protected slot implementing a close event handler.
462 </p> 474 </p>
463 <dl> 475 <dl>
464 476
465 <dt><i>e</i></dt> 477 <dt><i>e</i> (QCloseEvent)</dt>
466 <dd> 478 <dd>
467 close event (QCloseEvent) 479 close event
468 </dd> 480 </dd>
469 </dl> 481 </dl>
470 <a NAME="SvnLogBrowserDialog.keyPressEvent" ID="SvnLogBrowserDialog.keyPressEvent"></a> 482 <a NAME="SvnLogBrowserDialog.keyPressEvent" ID="SvnLogBrowserDialog.keyPressEvent"></a>
471 <h4>SvnLogBrowserDialog.keyPressEvent</h4> 483 <h4>SvnLogBrowserDialog.keyPressEvent</h4>
472 <b>keyPressEvent</b>(<i>evt</i>) 484 <b>keyPressEvent</b>(<i>evt</i>)
474 <p> 486 <p>
475 Protected slot to handle a key press event. 487 Protected slot to handle a key press event.
476 </p> 488 </p>
477 <dl> 489 <dl>
478 490
479 <dt><i>evt</i></dt> 491 <dt><i>evt</i> (QKeyEvent)</dt>
480 <dd> 492 <dd>
481 the key press event (QKeyEvent) 493 the key press event
482 </dd> 494 </dd>
483 </dl> 495 </dl>
484 <a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> 496 <a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a>
485 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4> 497 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4>
486 <b>on_buttonBox_clicked</b>(<i>button</i>) 498 <b>on_buttonBox_clicked</b>(<i>button</i>)
488 <p> 500 <p>
489 Private slot called by a button of the button box clicked. 501 Private slot called by a button of the button box clicked.
490 </p> 502 </p>
491 <dl> 503 <dl>
492 504
493 <dt><i>button</i></dt> 505 <dt><i>button</i> (QAbstractButton)</dt>
494 <dd> 506 <dd>
495 button that was clicked (QAbstractButton) 507 button that was clicked
496 </dd> 508 </dd>
497 </dl> 509 </dl>
498 <a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a> 510 <a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a>
499 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4> 511 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4>
500 <b>on_diffPreviousButton_clicked</b>(<i></i>) 512 <b>on_diffPreviousButton_clicked</b>(<i></i>)
537 <p> 549 <p>
538 Private slot called, when the from date changes. 550 Private slot called, when the from date changes.
539 </p> 551 </p>
540 <dl> 552 <dl>
541 553
542 <dt><i>date</i></dt> 554 <dt><i>date</i> (QDate)</dt>
543 <dd> 555 <dd>
544 new date (QDate) 556 new date
545 </dd> 557 </dd>
546 </dl> 558 </dl>
547 <a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a> 559 <a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a>
548 <h4>SvnLogBrowserDialog.on_input_returnPressed</h4> 560 <h4>SvnLogBrowserDialog.on_input_returnPressed</h4>
549 <b>on_input_returnPressed</b>(<i></i>) 561 <b>on_input_returnPressed</b>(<i></i>)
558 <p> 570 <p>
559 Private slot called, when the current item of the log tree changes. 571 Private slot called, when the current item of the log tree changes.
560 </p> 572 </p>
561 <dl> 573 <dl>
562 574
563 <dt><i>current</i></dt> 575 <dt><i>current</i> (QTreeWidgetItem)</dt>
564 <dd> 576 <dd>
565 reference to the new current item (QTreeWidgetItem) 577 reference to the new current item
566 </dd> 578 </dd>
567 <dt><i>previous</i></dt> 579 <dt><i>previous</i> (QTreeWidgetItem)</dt>
568 <dd> 580 <dd>
569 reference to the old current item (QTreeWidgetItem) 581 reference to the old current item
570 </dd> 582 </dd>
571 </dl> 583 </dl>
572 <a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a> 584 <a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a>
573 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4> 585 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4>
574 <b>on_logTree_itemSelectionChanged</b>(<i></i>) 586 <b>on_logTree_itemSelectionChanged</b>(<i></i>)
590 <p> 602 <p>
591 Private slot to handle the password checkbox toggled. 603 Private slot to handle the password checkbox toggled.
592 </p> 604 </p>
593 <dl> 605 <dl>
594 606
595 <dt><i>isOn</i></dt> 607 <dt><i>isOn</i> (bool)</dt>
596 <dd> 608 <dd>
597 flag indicating the status of the check box (boolean) 609 flag indicating the status of the check box
598 </dd> 610 </dd>
599 </dl> 611 </dl>
600 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> 612 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a>
601 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> 613 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4>
602 <b>on_rxEdit_textChanged</b>(<i>txt</i>) 614 <b>on_rxEdit_textChanged</b>(<i>txt</i>)
604 <p> 616 <p>
605 Private slot called, when a filter expression is entered. 617 Private slot called, when a filter expression is entered.
606 </p> 618 </p>
607 <dl> 619 <dl>
608 620
609 <dt><i>txt</i></dt> 621 <dt><i>txt</i> (str)</dt>
610 <dd> 622 <dd>
611 filter expression (string) 623 filter expression
612 </dd> 624 </dd>
613 </dl> 625 </dl>
614 <a NAME="SvnLogBrowserDialog.on_sendButton_clicked" ID="SvnLogBrowserDialog.on_sendButton_clicked"></a> 626 <a NAME="SvnLogBrowserDialog.on_sendButton_clicked" ID="SvnLogBrowserDialog.on_sendButton_clicked"></a>
615 <h4>SvnLogBrowserDialog.on_sendButton_clicked</h4> 627 <h4>SvnLogBrowserDialog.on_sendButton_clicked</h4>
616 <b>on_sendButton_clicked</b>(<i></i>) 628 <b>on_sendButton_clicked</b>(<i></i>)
625 <p> 637 <p>
626 Private slot called, when the stop on copy/move checkbox is clicked. 638 Private slot called, when the stop on copy/move checkbox is clicked.
627 </p> 639 </p>
628 <dl> 640 <dl>
629 641
630 <dt><i>checked</i></dt> 642 <dt><i>checked</i> (bool)</dt>
631 <dd> 643 <dd>
632 flag indicating the checked state (boolean) 644 flag indicating the checked state
633 </dd> 645 </dd>
634 </dl> 646 </dl>
635 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> 647 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a>
636 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> 648 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4>
637 <b>on_toDate_dateChanged</b>(<i>date</i>) 649 <b>on_toDate_dateChanged</b>(<i>date</i>)
639 <p> 651 <p>
640 Private slot called, when the from date changes. 652 Private slot called, when the from date changes.
641 </p> 653 </p>
642 <dl> 654 <dl>
643 655
644 <dt><i>date</i></dt> 656 <dt><i>date</i> (QDate)</dt>
645 <dd> 657 <dd>
646 new date (QDate) 658 new date
647 </dd> 659 </dd>
648 </dl> 660 </dl>
649 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a> 661 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a>
650 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4> 662 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4>
651 <b>on_upButton_clicked</b>(<i></i>) 663 <b>on_upButton_clicked</b>(<i></i>)
667 <p> 679 <p>
668 Public slot to start the svn log command. 680 Public slot to start the svn log command.
669 </p> 681 </p>
670 <dl> 682 <dl>
671 683
672 <dt><i>fn</i></dt> 684 <dt><i>fn</i> (str)</dt>
673 <dd> 685 <dd>
674 filename to show the log for (string) 686 filename to show the log for
675 </dd> 687 </dd>
676 <dt><i>isFile</i></dt> 688 <dt><i>isFile</i> (bool)</dt>
677 <dd> 689 <dd>
678 flag indicating log for a file is to be shown 690 flag indicating log for a file is to be shown
679 (boolean)
680 </dd> 691 </dd>
681 </dl> 692 </dl>
682 <div align="right"><a href="#top">Up</a></div> 693 <div align="right"><a href="#top">Up</a></div>
683 <hr /> 694 <hr />
684 </body></html> 695 </body></html>

eric ide

mercurial