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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 10215
d476667171a1
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
415 Private method to get the selected action mode. 415 Private method to get the selected action mode.
416 </p> 416 </p>
417 <dl> 417 <dl>
418 <dt>Return:</dt> 418 <dt>Return:</dt>
419 <dd> 419 <dd>
420 selected action mode (string, one of filter or find) 420 selected action mode (one of 'filter' or 'find')
421 </dd>
422 </dl>
423 <dl>
424 <dt>Return Type:</dt>
425 <dd>
426 str
421 </dd> 427 </dd>
422 </dl> 428 </dl>
423 <a NAME="HgLogBrowserDialog.__addFinishCallback" ID="HgLogBrowserDialog.__addFinishCallback"></a> 429 <a NAME="HgLogBrowserDialog.__addFinishCallback" ID="HgLogBrowserDialog.__addFinishCallback"></a>
424 <h4>HgLogBrowserDialog.__addFinishCallback</h4> 430 <h4>HgLogBrowserDialog.__addFinishCallback</h4>
425 <b>__addFinishCallback</b>(<i>callback</i>) 431 <b>__addFinishCallback</b>(<i>callback</i>)
459 <p> 465 <p>
460 Private method to calculate a color for a given branch name. 466 Private method to calculate a color for a given branch name.
461 </p> 467 </p>
462 <dl> 468 <dl>
463 469
464 <dt><i>branchName</i></dt> 470 <dt><i>branchName</i> (str)</dt>
465 <dd> 471 <dd>
466 name of the branch (string) 472 name of the branch
467 </dd> 473 </dd>
468 </dl> 474 </dl>
469 <dl> 475 <dl>
470 <dt>Return:</dt> 476 <dt>Return:</dt>
471 <dd> 477 <dd>
472 name of the color to use (string) 478 name of the color to use
479 </dd>
480 </dl>
481 <dl>
482 <dt>Return Type:</dt>
483 <dd>
484 str
473 </dd> 485 </dd>
474 </dl> 486 </dl>
475 <a NAME="HgLogBrowserDialog.__bundleActTriggered" ID="HgLogBrowserDialog.__bundleActTriggered"></a> 487 <a NAME="HgLogBrowserDialog.__bundleActTriggered" ID="HgLogBrowserDialog.__bundleActTriggered"></a>
476 <h4>HgLogBrowserDialog.__bundleActTriggered</h4> 488 <h4>HgLogBrowserDialog.__bundleActTriggered</h4>
477 <b>__bundleActTriggered</b>(<i></i>) 489 <b>__bundleActTriggered</b>(<i></i>)
500 <p> 512 <p>
501 Private slot to find an item matching the entered criteria. 513 Private slot to find an item matching the entered criteria.
502 </p> 514 </p>
503 <dl> 515 <dl>
504 516
505 <dt><i>backwards</i></dt> 517 <dt><i>backwards</i> (bool)</dt>
506 <dd> 518 <dd>
507 flag indicating to search backwards (boolean) 519 flag indicating to search backwards
508 </dd> 520 </dd>
509 <dt><i>interactive</i></dt> 521 <dt><i>interactive</i> (bool)</dt>
510 <dd> 522 <dd>
511 flag indicating an interactive search (boolean) 523 flag indicating an interactive search
512 </dd> 524 </dd>
513 </dl> 525 </dl>
514 <a NAME="HgLogBrowserDialog.__finish" ID="HgLogBrowserDialog.__finish"></a> 526 <a NAME="HgLogBrowserDialog.__finish" ID="HgLogBrowserDialog.__finish"></a>
515 <h4>HgLogBrowserDialog.__finish</h4> 527 <h4>HgLogBrowserDialog.__finish</h4>
516 <b>__finish</b>(<i></i>) 528 <b>__finish</b>(<i></i>)
567 <p> 579 <p>
568 Private method to generate edge info for the give data. 580 Private method to generate edge info for the give data.
569 </p> 581 </p>
570 <dl> 582 <dl>
571 583
572 <dt><i>rev</i></dt> 584 <dt><i>rev</i> (int)</dt>
573 <dd> 585 <dd>
574 revision to calculate edge info for (integer) 586 revision to calculate edge info for
575 </dd> 587 </dd>
576 <dt><i>parents</i></dt> 588 <dt><i>parents</i> (list of int)</dt>
577 <dd> 589 <dd>
578 list of parent revisions (list of integers) 590 list of parent revisions
579 </dd> 591 </dd>
580 </dl> 592 </dl>
581 <dl> 593 <dl>
582 <dt>Return:</dt> 594 <dt>Return:</dt>
583 <dd> 595 <dd>
584 tuple containing the column and color index for 596 tuple containing the column and color index for
585 the given node and a list of tuples indicating the edges 597 the given node and a list of tuples indicating the edges
586 between the given node and its parents 598 between the given node and its parents
587 (integer, integer, [(integer, integer, integer), ...]) 599 </dd>
600 </dl>
601 <dl>
602 <dt>Return Type:</dt>
603 <dd>
604 tuple of (int, int, [(int, int, int), ...])
588 </dd> 605 </dd>
589 </dl> 606 </dl>
590 <a NAME="HgLogBrowserDialog.__generateIcon" ID="HgLogBrowserDialog.__generateIcon"></a> 607 <a NAME="HgLogBrowserDialog.__generateIcon" ID="HgLogBrowserDialog.__generateIcon"></a>
591 <h4>HgLogBrowserDialog.__generateIcon</h4> 608 <h4>HgLogBrowserDialog.__generateIcon</h4>
592 <b>__generateIcon</b>(<i>column, bottomedges, topedges, dotColor, currentRev, closed, isPushableDraft, </i>) 609 <b>__generateIcon</b>(<i>column, bottomedges, topedges, dotColor, currentRev, closed, isPushableDraft, </i>)
766 <p> 783 <p>
767 Private method to retrieve log entries from the repository. 784 Private method to retrieve log entries from the repository.
768 </p> 785 </p>
769 <dl> 786 <dl>
770 787
771 <dt><i>startRev</i></dt> 788 <dt><i>startRev</i> (int or str)</dt>
772 <dd> 789 <dd>
773 revision number to start from (integer, string) 790 revision number to start from
774 </dd> 791 </dd>
775 <dt><i>noEntries</i></dt> 792 <dt><i>noEntries</i> (int)</dt>
776 <dd> 793 <dd>
777 number of entries to get (0 = default) (int) 794 number of entries to get (0 = default)
778 </dd> 795 </dd>
779 </dl> 796 </dl>
780 <a NAME="HgLogBrowserDialog.__getParents" ID="HgLogBrowserDialog.__getParents"></a> 797 <a NAME="HgLogBrowserDialog.__getParents" ID="HgLogBrowserDialog.__getParents"></a>
781 <h4>HgLogBrowserDialog.__getParents</h4> 798 <h4>HgLogBrowserDialog.__getParents</h4>
782 <b>__getParents</b>(<i>rev</i>) 799 <b>__getParents</b>(<i>rev</i>)
785 Private method to get the parents of the currently viewed 802 Private method to get the parents of the currently viewed
786 file/directory. 803 file/directory.
787 </p> 804 </p>
788 <dl> 805 <dl>
789 806
790 <dt><i>rev</i></dt> 807 <dt><i>rev</i> (str)</dt>
791 <dd> 808 <dd>
792 revision number to get parents for (string) 809 revision number to get parents for
793 </dd> 810 </dd>
794 </dl> 811 </dl>
795 <dl> 812 <dl>
796 <dt>Return:</dt> 813 <dt>Return:</dt>
797 <dd> 814 <dd>
798 list of parent revisions (list of integers) 815 list of parent revisions
816 </dd>
817 </dl>
818 <dl>
819 <dt>Return Type:</dt>
820 <dd>
821 list of int
799 </dd> 822 </dd>
800 </dl> 823 </dl>
801 <a NAME="HgLogBrowserDialog.__getRevisionOfTag" ID="HgLogBrowserDialog.__getRevisionOfTag"></a> 824 <a NAME="HgLogBrowserDialog.__getRevisionOfTag" ID="HgLogBrowserDialog.__getRevisionOfTag"></a>
802 <h4>HgLogBrowserDialog.__getRevisionOfTag</h4> 825 <h4>HgLogBrowserDialog.__getRevisionOfTag</h4>
803 <b>__getRevisionOfTag</b>(<i>tag</i>) 826 <b>__getRevisionOfTag</b>(<i>tag</i>)
888 <p> 911 <p>
889 Private method to convert the displayed file name for a large file. 912 Private method to convert the displayed file name for a large file.
890 </p> 913 </p>
891 <dl> 914 <dl>
892 915
893 <dt><i>filename</i></dt> 916 <dt><i>filename</i> (str)</dt>
894 <dd> 917 <dd>
895 file name to be processed (string) 918 file name to be processed
896 </dd> 919 </dd>
897 </dl> 920 </dl>
898 <dl> 921 <dl>
899 <dt>Return:</dt> 922 <dt>Return:</dt>
900 <dd> 923 <dd>
901 processed file name (string) 924 processed file name
925 </dd>
926 </dl>
927 <dl>
928 <dt>Return Type:</dt>
929 <dd>
930 str
902 </dd> 931 </dd>
903 </dl> 932 </dl>
904 <a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a> 933 <a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a>
905 <h4>HgLogBrowserDialog.__phaseActTriggered</h4> 934 <h4>HgLogBrowserDialog.__phaseActTriggered</h4>
906 <b>__phaseActTriggered</b>(<i></i>) 935 <b>__phaseActTriggered</b>(<i></i>)
917 </p> 946 </p>
918 <dl> 947 <dl>
919 <dt>Return:</dt> 948 <dt>Return:</dt>
920 <dd> 949 <dd>
921 tuple of field index, search expression and flag indicating 950 tuple of field index, search expression and flag indicating
922 that the field index is a data role (integer, string, boolean) 951 that the field index is a data role
952 </dd>
953 </dl>
954 <dl>
955 <dt>Return Type:</dt>
956 <dd>
957 tuple of (int, str, bool)
923 </dd> 958 </dd>
924 </dl> 959 </dl>
925 <a NAME="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a> 960 <a NAME="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a>
926 <h4>HgLogBrowserDialog.__processBuffer</h4> 961 <h4>HgLogBrowserDialog.__processBuffer</h4>
927 <b>__processBuffer</b>(<i></i>) 962 <b>__processBuffer</b>(<i></i>)
1044 <p> 1079 <p>
1045 Private slot to show some error. 1080 Private slot to show some error.
1046 </p> 1081 </p>
1047 <dl> 1082 <dl>
1048 1083
1049 <dt><i>out</i></dt> 1084 <dt><i>out</i> (str)</dt>
1050 <dd> 1085 <dd>
1051 error to be shown (string) 1086 error to be shown
1052 </dd> 1087 </dd>
1053 </dl> 1088 </dl>
1054 <a NAME="HgLogBrowserDialog.__stripActTriggered" ID="HgLogBrowserDialog.__stripActTriggered"></a> 1089 <a NAME="HgLogBrowserDialog.__stripActTriggered" ID="HgLogBrowserDialog.__stripActTriggered"></a>
1055 <h4>HgLogBrowserDialog.__stripActTriggered</h4> 1090 <h4>HgLogBrowserDialog.__stripActTriggered</h4>
1056 <b>__stripActTriggered</b>(<i></i>) 1091 <b>__stripActTriggered</b>(<i></i>)
1127 <p> 1162 <p>
1128 Protected slot implementing a close event handler. 1163 Protected slot implementing a close event handler.
1129 </p> 1164 </p>
1130 <dl> 1165 <dl>
1131 1166
1132 <dt><i>e</i></dt> 1167 <dt><i>e</i> (QCloseEvent)</dt>
1133 <dd> 1168 <dd>
1134 close event (QCloseEvent) 1169 close event
1135 </dd> 1170 </dd>
1136 </dl> 1171 </dl>
1137 <a NAME="HgLogBrowserDialog.col2x" ID="HgLogBrowserDialog.col2x"></a> 1172 <a NAME="HgLogBrowserDialog.col2x" ID="HgLogBrowserDialog.col2x"></a>
1138 <h4>HgLogBrowserDialog.col2x</h4> 1173 <h4>HgLogBrowserDialog.col2x</h4>
1139 <b>col2x</b>(<i>radius</i>) 1174 <b>col2x</b>(<i>radius</i>)
1141 <p> 1176 <p>
1142 Local function to calculate a x-position for a column. 1177 Local function to calculate a x-position for a column.
1143 </p> 1178 </p>
1144 <dl> 1179 <dl>
1145 1180
1146 <dt><i>col</i></dt> 1181 <dt><i>col</i> (int)</dt>
1147 <dd> 1182 <dd>
1148 column number (integer) 1183 column number
1149 </dd> 1184 </dd>
1150 <dt><i>radius</i></dt> 1185 <dt><i>radius</i> (int)</dt>
1151 <dd> 1186 <dd>
1152 radius of the indicator circle (integer) 1187 radius of the indicator circle
1153 </dd> 1188 </dd>
1154 </dl> 1189 </dl>
1155 <a NAME="HgLogBrowserDialog.on_branchCombo_activated" ID="HgLogBrowserDialog.on_branchCombo_activated"></a> 1190 <a NAME="HgLogBrowserDialog.on_branchCombo_activated" ID="HgLogBrowserDialog.on_branchCombo_activated"></a>
1156 <h4>HgLogBrowserDialog.on_branchCombo_activated</h4> 1191 <h4>HgLogBrowserDialog.on_branchCombo_activated</h4>
1157 <b>on_branchCombo_activated</b>(<i>index</i>) 1192 <b>on_branchCombo_activated</b>(<i>index</i>)
1173 <p> 1208 <p>
1174 Private slot called by a button of the button box clicked. 1209 Private slot called by a button of the button box clicked.
1175 </p> 1210 </p>
1176 <dl> 1211 <dl>
1177 1212
1178 <dt><i>button</i></dt> 1213 <dt><i>button</i> (QAbstractButton)</dt>
1179 <dd> 1214 <dd>
1180 button that was clicked (QAbstractButton) 1215 button that was clicked
1181 </dd> 1216 </dd>
1182 </dl> 1217 </dl>
1183 <a NAME="HgLogBrowserDialog.on_diffSelectLabel_linkActivated" ID="HgLogBrowserDialog.on_diffSelectLabel_linkActivated"></a> 1218 <a NAME="HgLogBrowserDialog.on_diffSelectLabel_linkActivated" ID="HgLogBrowserDialog.on_diffSelectLabel_linkActivated"></a>
1184 <h4>HgLogBrowserDialog.on_diffSelectLabel_linkActivated</h4> 1219 <h4>HgLogBrowserDialog.on_diffSelectLabel_linkActivated</h4>
1185 <b>on_diffSelectLabel_linkActivated</b>(<i>link</i>) 1220 <b>on_diffSelectLabel_linkActivated</b>(<i>link</i>)
1222 <p> 1257 <p>
1223 Private slot called, when the current item of the files tree changes. 1258 Private slot called, when the current item of the files tree changes.
1224 </p> 1259 </p>
1225 <dl> 1260 <dl>
1226 1261
1227 <dt><i>current</i></dt> 1262 <dt><i>current</i> (QTreeWidgetItem)</dt>
1228 <dd> 1263 <dd>
1229 reference to the new current item (QTreeWidgetItem) 1264 reference to the new current item
1230 </dd> 1265 </dd>
1231 <dt><i>previous</i></dt> 1266 <dt><i>previous</i> (QTreeWidgetItem)</dt>
1232 <dd> 1267 <dd>
1233 reference to the old current item (QTreeWidgetItem) 1268 reference to the old current item
1234 </dd> 1269 </dd>
1235 </dl> 1270 </dl>
1236 <a NAME="HgLogBrowserDialog.on_findNextButton_clicked" ID="HgLogBrowserDialog.on_findNextButton_clicked"></a> 1271 <a NAME="HgLogBrowserDialog.on_findNextButton_clicked" ID="HgLogBrowserDialog.on_findNextButton_clicked"></a>
1237 <h4>HgLogBrowserDialog.on_findNextButton_clicked</h4> 1272 <h4>HgLogBrowserDialog.on_findNextButton_clicked</h4>
1238 <b>on_findNextButton_clicked</b>(<i></i>) 1273 <b>on_findNextButton_clicked</b>(<i></i>)
1254 <p> 1289 <p>
1255 Private slot called, when the from date changes. 1290 Private slot called, when the from date changes.
1256 </p> 1291 </p>
1257 <dl> 1292 <dl>
1258 1293
1259 <dt><i>date</i></dt> 1294 <dt><i>date</i> (QDate)</dt>
1260 <dd> 1295 <dd>
1261 new date (QDate) 1296 new date
1262 </dd> 1297 </dd>
1263 </dl> 1298 </dl>
1264 <a NAME="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a> 1299 <a NAME="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a>
1265 <h4>HgLogBrowserDialog.on_logTree_currentItemChanged</h4> 1300 <h4>HgLogBrowserDialog.on_logTree_currentItemChanged</h4>
1266 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) 1301 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>)
1268 <p> 1303 <p>
1269 Private slot called, when the current item of the log tree changes. 1304 Private slot called, when the current item of the log tree changes.
1270 </p> 1305 </p>
1271 <dl> 1306 <dl>
1272 1307
1273 <dt><i>current</i></dt> 1308 <dt><i>current</i> (QTreeWidgetItem)</dt>
1274 <dd> 1309 <dd>
1275 reference to the new current item (QTreeWidgetItem) 1310 reference to the new current item
1276 </dd> 1311 </dd>
1277 <dt><i>previous</i></dt> 1312 <dt><i>previous</i> (QTreeWidgetItem)</dt>
1278 <dd> 1313 <dd>
1279 reference to the old current item (QTreeWidgetItem) 1314 reference to the old current item
1280 </dd> 1315 </dd>
1281 </dl> 1316 </dl>
1282 <a NAME="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ID="HgLogBrowserDialog.on_logTree_itemSelectionChanged"></a> 1317 <a NAME="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ID="HgLogBrowserDialog.on_logTree_itemSelectionChanged"></a>
1283 <h4>HgLogBrowserDialog.on_logTree_itemSelectionChanged</h4> 1318 <h4>HgLogBrowserDialog.on_logTree_itemSelectionChanged</h4>
1284 <b>on_logTree_itemSelectionChanged</b>(<i></i>) 1319 <b>on_logTree_itemSelectionChanged</b>(<i></i>)
1293 <p> 1328 <p>
1294 Private slot to react on mode changes. 1329 Private slot to react on mode changes.
1295 </p> 1330 </p>
1296 <dl> 1331 <dl>
1297 1332
1298 <dt><i>index</i></dt> 1333 <dt><i>index</i> (int)</dt>
1299 <dd> 1334 <dd>
1300 index of the selected entry (integer) 1335 index of the selected entry
1301 </dd> 1336 </dd>
1302 </dl> 1337 </dl>
1303 <a NAME="HgLogBrowserDialog.on_nextButton_clicked" ID="HgLogBrowserDialog.on_nextButton_clicked"></a> 1338 <a NAME="HgLogBrowserDialog.on_nextButton_clicked" ID="HgLogBrowserDialog.on_nextButton_clicked"></a>
1304 <h4>HgLogBrowserDialog.on_nextButton_clicked</h4> 1339 <h4>HgLogBrowserDialog.on_nextButton_clicked</h4>
1305 <b>on_nextButton_clicked</b>(<i></i>) 1340 <b>on_nextButton_clicked</b>(<i></i>)
1336 <p> 1371 <p>
1337 Private slot called, when a filter expression is entered. 1372 Private slot called, when a filter expression is entered.
1338 </p> 1373 </p>
1339 <dl> 1374 <dl>
1340 1375
1341 <dt><i>txt</i></dt> 1376 <dt><i>txt</i> (str)</dt>
1342 <dd> 1377 <dd>
1343 filter expression (string) 1378 filter expression
1344 </dd> 1379 </dd>
1345 </dl> 1380 </dl>
1346 <a NAME="HgLogBrowserDialog.on_saveLabel_linkActivated" ID="HgLogBrowserDialog.on_saveLabel_linkActivated"></a> 1381 <a NAME="HgLogBrowserDialog.on_saveLabel_linkActivated" ID="HgLogBrowserDialog.on_saveLabel_linkActivated"></a>
1347 <h4>HgLogBrowserDialog.on_saveLabel_linkActivated</h4> 1382 <h4>HgLogBrowserDialog.on_saveLabel_linkActivated</h4>
1348 <b>on_saveLabel_linkActivated</b>(<i>link</i>) 1383 <b>on_saveLabel_linkActivated</b>(<i>link</i>)
1378 <p> 1413 <p>
1379 Private slot called, when the stop on copy/move checkbox is clicked. 1414 Private slot called, when the stop on copy/move checkbox is clicked.
1380 </p> 1415 </p>
1381 <dl> 1416 <dl>
1382 1417
1383 <dt><i>checked</i></dt> 1418 <dt><i>checked</i> (bool)</dt>
1384 <dd> 1419 <dd>
1385 flag indicating the state of the check box (boolean) 1420 flag indicating the state of the check box
1386 </dd> 1421 </dd>
1387 </dl> 1422 </dl>
1388 <a NAME="HgLogBrowserDialog.on_toDate_dateChanged" ID="HgLogBrowserDialog.on_toDate_dateChanged"></a> 1423 <a NAME="HgLogBrowserDialog.on_toDate_dateChanged" ID="HgLogBrowserDialog.on_toDate_dateChanged"></a>
1389 <h4>HgLogBrowserDialog.on_toDate_dateChanged</h4> 1424 <h4>HgLogBrowserDialog.on_toDate_dateChanged</h4>
1390 <b>on_toDate_dateChanged</b>(<i>date</i>) 1425 <b>on_toDate_dateChanged</b>(<i>date</i>)
1392 <p> 1427 <p>
1393 Private slot called, when the from date changes. 1428 Private slot called, when the from date changes.
1394 </p> 1429 </p>
1395 <dl> 1430 <dl>
1396 1431
1397 <dt><i>date</i></dt> 1432 <dt><i>date</i> (QDate)</dt>
1398 <dd> 1433 <dd>
1399 new date (QDate) 1434 new date
1400 </dd> 1435 </dd>
1401 </dl> 1436 </dl>
1402 <a NAME="HgLogBrowserDialog.on_upButton_clicked" ID="HgLogBrowserDialog.on_upButton_clicked"></a> 1437 <a NAME="HgLogBrowserDialog.on_upButton_clicked" ID="HgLogBrowserDialog.on_upButton_clicked"></a>
1403 <h4>HgLogBrowserDialog.on_upButton_clicked</h4> 1438 <h4>HgLogBrowserDialog.on_upButton_clicked</h4>
1404 <b>on_upButton_clicked</b>(<i></i>) 1439 <b>on_upButton_clicked</b>(<i></i>)

eric ide

mercurial