427 </dd> |
435 </dd> |
428 </dl> |
436 </dl> |
429 <a NAME="GitLogBrowserDialog.__addFinishCallback" ID="GitLogBrowserDialog.__addFinishCallback"></a> |
437 <a NAME="GitLogBrowserDialog.__addFinishCallback" ID="GitLogBrowserDialog.__addFinishCallback"></a> |
430 <h4>GitLogBrowserDialog.__addFinishCallback</h4> |
438 <h4>GitLogBrowserDialog.__addFinishCallback</h4> |
431 <b>__addFinishCallback</b>(<i>callback</i>) |
439 <b>__addFinishCallback</b>(<i>callback</i>) |
432 |
|
433 <p> |
440 <p> |
434 Private method to add a method to be called once the process finished. |
441 Private method to add a method to be called once the process finished. |
435 </p> |
442 </p> |
436 <p> |
443 <p> |
437 The callback methods are invoke in a FIFO style and are consumed. If |
444 The callback methods are invoke in a FIFO style and are consumed. If |
438 a callback method needs to be called again, it must be added again. |
445 a callback method needs to be called again, it must be added again. |
439 </p> |
446 </p> |
|
447 |
440 <dl> |
448 <dl> |
441 |
449 |
442 <dt><i>callback</i> (function)</dt> |
450 <dt><i>callback</i> (function)</dt> |
443 <dd> |
451 <dd> |
444 callback method |
452 callback method |
445 </dd> |
453 </dd> |
446 </dl> |
454 </dl> |
447 <a NAME="GitLogBrowserDialog.__branchActTriggered" ID="GitLogBrowserDialog.__branchActTriggered"></a> |
455 <a NAME="GitLogBrowserDialog.__branchActTriggered" ID="GitLogBrowserDialog.__branchActTriggered"></a> |
448 <h4>GitLogBrowserDialog.__branchActTriggered</h4> |
456 <h4>GitLogBrowserDialog.__branchActTriggered</h4> |
449 <b>__branchActTriggered</b>(<i></i>) |
457 <b>__branchActTriggered</b>(<i></i>) |
450 |
|
451 <p> |
458 <p> |
452 Private slot to create a new branch starting at the selected commit. |
459 Private slot to create a new branch starting at the selected commit. |
453 </p> |
460 </p> |
|
461 |
454 <a NAME="GitLogBrowserDialog.__branchSwitchActTriggered" ID="GitLogBrowserDialog.__branchSwitchActTriggered"></a> |
462 <a NAME="GitLogBrowserDialog.__branchSwitchActTriggered" ID="GitLogBrowserDialog.__branchSwitchActTriggered"></a> |
455 <h4>GitLogBrowserDialog.__branchSwitchActTriggered</h4> |
463 <h4>GitLogBrowserDialog.__branchSwitchActTriggered</h4> |
456 <b>__branchSwitchActTriggered</b>(<i></i>) |
464 <b>__branchSwitchActTriggered</b>(<i></i>) |
457 |
|
458 <p> |
465 <p> |
459 Private slot to create a new branch starting at the selected commit |
466 Private slot to create a new branch starting at the selected commit |
460 and switch the work tree to it. |
467 and switch the work tree to it. |
461 </p> |
468 </p> |
|
469 |
462 <a NAME="GitLogBrowserDialog.__cherryActTriggered" ID="GitLogBrowserDialog.__cherryActTriggered"></a> |
470 <a NAME="GitLogBrowserDialog.__cherryActTriggered" ID="GitLogBrowserDialog.__cherryActTriggered"></a> |
463 <h4>GitLogBrowserDialog.__cherryActTriggered</h4> |
471 <h4>GitLogBrowserDialog.__cherryActTriggered</h4> |
464 <b>__cherryActTriggered</b>(<i></i>) |
472 <b>__cherryActTriggered</b>(<i></i>) |
465 |
|
466 <p> |
473 <p> |
467 Private slot to handle the Copy Commits action. |
474 Private slot to handle the Copy Commits action. |
468 </p> |
475 </p> |
|
476 |
469 <a NAME="GitLogBrowserDialog.__commitIdClicked" ID="GitLogBrowserDialog.__commitIdClicked"></a> |
477 <a NAME="GitLogBrowserDialog.__commitIdClicked" ID="GitLogBrowserDialog.__commitIdClicked"></a> |
470 <h4>GitLogBrowserDialog.__commitIdClicked</h4> |
478 <h4>GitLogBrowserDialog.__commitIdClicked</h4> |
471 <b>__commitIdClicked</b>(<i>url</i>) |
479 <b>__commitIdClicked</b>(<i>url</i>) |
472 |
|
473 <p> |
480 <p> |
474 Private slot to handle the anchorClicked signal of the changeset |
481 Private slot to handle the anchorClicked signal of the changeset |
475 details pane. |
482 details pane. |
476 </p> |
483 </p> |
|
484 |
477 <dl> |
485 <dl> |
478 |
486 |
479 <dt><i>url</i> (QUrl)</dt> |
487 <dt><i>url</i> (QUrl)</dt> |
480 <dd> |
488 <dd> |
481 URL that was clicked |
489 URL that was clicked |
482 </dd> |
490 </dd> |
483 </dl> |
491 </dl> |
484 <a NAME="GitLogBrowserDialog.__describeActTriggered" ID="GitLogBrowserDialog.__describeActTriggered"></a> |
492 <a NAME="GitLogBrowserDialog.__describeActTriggered" ID="GitLogBrowserDialog.__describeActTriggered"></a> |
485 <h4>GitLogBrowserDialog.__describeActTriggered</h4> |
493 <h4>GitLogBrowserDialog.__describeActTriggered</h4> |
486 <b>__describeActTriggered</b>(<i></i>) |
494 <b>__describeActTriggered</b>(<i></i>) |
487 |
|
488 <p> |
495 <p> |
489 Private slot to show the most recent tag reachable from a commit. |
496 Private slot to show the most recent tag reachable from a commit. |
490 </p> |
497 </p> |
|
498 |
491 <a NAME="GitLogBrowserDialog.__filterLogs" ID="GitLogBrowserDialog.__filterLogs"></a> |
499 <a NAME="GitLogBrowserDialog.__filterLogs" ID="GitLogBrowserDialog.__filterLogs"></a> |
492 <h4>GitLogBrowserDialog.__filterLogs</h4> |
500 <h4>GitLogBrowserDialog.__filterLogs</h4> |
493 <b>__filterLogs</b>(<i></i>) |
501 <b>__filterLogs</b>(<i></i>) |
494 |
|
495 <p> |
502 <p> |
496 Private method to filter the log entries. |
503 Private method to filter the log entries. |
497 </p> |
504 </p> |
|
505 |
498 <a NAME="GitLogBrowserDialog.__findItem" ID="GitLogBrowserDialog.__findItem"></a> |
506 <a NAME="GitLogBrowserDialog.__findItem" ID="GitLogBrowserDialog.__findItem"></a> |
499 <h4>GitLogBrowserDialog.__findItem</h4> |
507 <h4>GitLogBrowserDialog.__findItem</h4> |
500 <b>__findItem</b>(<i>backwards=False, interactive=False</i>) |
508 <b>__findItem</b>(<i>backwards=False, interactive=False</i>) |
501 |
|
502 <p> |
509 <p> |
503 Private slot to find an item matching the entered criteria. |
510 Private slot to find an item matching the entered criteria. |
504 </p> |
511 </p> |
|
512 |
505 <dl> |
513 <dl> |
506 |
514 |
507 <dt><i>backwards</i> (bool)</dt> |
515 <dt><i>backwards</i> (bool)</dt> |
508 <dd> |
516 <dd> |
509 flag indicating to search backwards |
517 flag indicating to search backwards |
980 </dd> |
988 </dd> |
981 </dl> |
989 </dl> |
982 <a NAME="GitLogBrowserDialog.__processBuffer" ID="GitLogBrowserDialog.__processBuffer"></a> |
990 <a NAME="GitLogBrowserDialog.__processBuffer" ID="GitLogBrowserDialog.__processBuffer"></a> |
983 <h4>GitLogBrowserDialog.__processBuffer</h4> |
991 <h4>GitLogBrowserDialog.__processBuffer</h4> |
984 <b>__processBuffer</b>(<i></i>) |
992 <b>__processBuffer</b>(<i></i>) |
985 |
|
986 <p> |
993 <p> |
987 Private method to process the buffered output of the git log command. |
994 Private method to process the buffered output of the git log command. |
988 </p> |
995 </p> |
|
996 |
989 <a NAME="GitLogBrowserDialog.__processBufferItem" ID="GitLogBrowserDialog.__processBufferItem"></a> |
997 <a NAME="GitLogBrowserDialog.__processBufferItem" ID="GitLogBrowserDialog.__processBufferItem"></a> |
990 <h4>GitLogBrowserDialog.__processBufferItem</h4> |
998 <h4>GitLogBrowserDialog.__processBufferItem</h4> |
991 <b>__processBufferItem</b>(<i>logEntry</i>) |
999 <b>__processBufferItem</b>(<i>logEntry</i>) |
992 |
|
993 <p> |
1000 <p> |
994 Private method to process a log entry. |
1001 Private method to process a log entry. |
995 </p> |
1002 </p> |
|
1003 |
996 <dl> |
1004 <dl> |
997 |
1005 |
998 <dt><i>logEntry</i> (dict)</dt> |
1006 <dt><i>logEntry</i> (dict)</dt> |
999 <dd> |
1007 <dd> |
1000 dictionary as generated by __processBuffer |
1008 dictionary as generated by __processBuffer |
1001 </dd> |
1009 </dd> |
1002 </dl> |
1010 </dl> |
1003 <a NAME="GitLogBrowserDialog.__readStderr" ID="GitLogBrowserDialog.__readStderr"></a> |
1011 <a NAME="GitLogBrowserDialog.__readStderr" ID="GitLogBrowserDialog.__readStderr"></a> |
1004 <h4>GitLogBrowserDialog.__readStderr</h4> |
1012 <h4>GitLogBrowserDialog.__readStderr</h4> |
1005 <b>__readStderr</b>(<i></i>) |
1013 <b>__readStderr</b>(<i></i>) |
1006 |
|
1007 <p> |
1014 <p> |
1008 Private slot to handle the readyReadStandardError signal. |
1015 Private slot to handle the readyReadStandardError signal. |
1009 </p> |
1016 </p> |
1010 <p> |
1017 <p> |
1011 It reads the error output of the process and inserts it into the |
1018 It reads the error output of the process and inserts it into the |
1012 error pane. |
1019 error pane. |
1013 </p> |
1020 </p> |
|
1021 |
1014 <a NAME="GitLogBrowserDialog.__readStdout" ID="GitLogBrowserDialog.__readStdout"></a> |
1022 <a NAME="GitLogBrowserDialog.__readStdout" ID="GitLogBrowserDialog.__readStdout"></a> |
1015 <h4>GitLogBrowserDialog.__readStdout</h4> |
1023 <h4>GitLogBrowserDialog.__readStdout</h4> |
1016 <b>__readStdout</b>(<i></i>) |
1024 <b>__readStdout</b>(<i></i>) |
1017 |
|
1018 <p> |
1025 <p> |
1019 Private slot to handle the readyReadStandardOutput signal. |
1026 Private slot to handle the readyReadStandardOutput signal. |
1020 </p> |
1027 </p> |
1021 <p> |
1028 <p> |
1022 It reads the output of the process and inserts it into a buffer. |
1029 It reads the output of the process and inserts it into a buffer. |
1023 </p> |
1030 </p> |
|
1031 |
1024 <a NAME="GitLogBrowserDialog.__reloadGeometry" ID="GitLogBrowserDialog.__reloadGeometry"></a> |
1032 <a NAME="GitLogBrowserDialog.__reloadGeometry" ID="GitLogBrowserDialog.__reloadGeometry"></a> |
1025 <h4>GitLogBrowserDialog.__reloadGeometry</h4> |
1033 <h4>GitLogBrowserDialog.__reloadGeometry</h4> |
1026 <b>__reloadGeometry</b>(<i></i>) |
1034 <b>__reloadGeometry</b>(<i></i>) |
1027 |
|
1028 <p> |
1035 <p> |
1029 Private method to restore the geometry. |
1036 Private method to restore the geometry. |
1030 </p> |
1037 </p> |
|
1038 |
1031 <a NAME="GitLogBrowserDialog.__resetUI" ID="GitLogBrowserDialog.__resetUI"></a> |
1039 <a NAME="GitLogBrowserDialog.__resetUI" ID="GitLogBrowserDialog.__resetUI"></a> |
1032 <h4>GitLogBrowserDialog.__resetUI</h4> |
1040 <h4>GitLogBrowserDialog.__resetUI</h4> |
1033 <b>__resetUI</b>(<i></i>) |
1041 <b>__resetUI</b>(<i></i>) |
1034 |
|
1035 <p> |
1042 <p> |
1036 Private method to reset the user interface. |
1043 Private method to reset the user interface. |
1037 </p> |
1044 </p> |
|
1045 |
1038 <a NAME="GitLogBrowserDialog.__resizeColumnsFiles" ID="GitLogBrowserDialog.__resizeColumnsFiles"></a> |
1046 <a NAME="GitLogBrowserDialog.__resizeColumnsFiles" ID="GitLogBrowserDialog.__resizeColumnsFiles"></a> |
1039 <h4>GitLogBrowserDialog.__resizeColumnsFiles</h4> |
1047 <h4>GitLogBrowserDialog.__resizeColumnsFiles</h4> |
1040 <b>__resizeColumnsFiles</b>(<i></i>) |
1048 <b>__resizeColumnsFiles</b>(<i></i>) |
1041 |
|
1042 <p> |
1049 <p> |
1043 Private method to resize the changed files tree columns. |
1050 Private method to resize the changed files tree columns. |
1044 </p> |
1051 </p> |
|
1052 |
1045 <a NAME="GitLogBrowserDialog.__resizeColumnsLog" ID="GitLogBrowserDialog.__resizeColumnsLog"></a> |
1053 <a NAME="GitLogBrowserDialog.__resizeColumnsLog" ID="GitLogBrowserDialog.__resizeColumnsLog"></a> |
1046 <h4>GitLogBrowserDialog.__resizeColumnsLog</h4> |
1054 <h4>GitLogBrowserDialog.__resizeColumnsLog</h4> |
1047 <b>__resizeColumnsLog</b>(<i></i>) |
1055 <b>__resizeColumnsLog</b>(<i></i>) |
1048 |
|
1049 <p> |
1056 <p> |
1050 Private method to resize the log tree columns. |
1057 Private method to resize the log tree columns. |
1051 </p> |
1058 </p> |
|
1059 |
1052 <a NAME="GitLogBrowserDialog.__resortFiles" ID="GitLogBrowserDialog.__resortFiles"></a> |
1060 <a NAME="GitLogBrowserDialog.__resortFiles" ID="GitLogBrowserDialog.__resortFiles"></a> |
1053 <h4>GitLogBrowserDialog.__resortFiles</h4> |
1061 <h4>GitLogBrowserDialog.__resortFiles</h4> |
1054 <b>__resortFiles</b>(<i></i>) |
1062 <b>__resortFiles</b>(<i></i>) |
1055 |
|
1056 <p> |
1063 <p> |
1057 Private method to resort the changed files tree. |
1064 Private method to resort the changed files tree. |
1058 </p> |
1065 </p> |
|
1066 |
1059 <a NAME="GitLogBrowserDialog.__restoreSplitterStates" ID="GitLogBrowserDialog.__restoreSplitterStates"></a> |
1067 <a NAME="GitLogBrowserDialog.__restoreSplitterStates" ID="GitLogBrowserDialog.__restoreSplitterStates"></a> |
1060 <h4>GitLogBrowserDialog.__restoreSplitterStates</h4> |
1068 <h4>GitLogBrowserDialog.__restoreSplitterStates</h4> |
1061 <b>__restoreSplitterStates</b>(<i></i>) |
1069 <b>__restoreSplitterStates</b>(<i></i>) |
1062 |
|
1063 <p> |
1070 <p> |
1064 Private method to restore the state of the various splitters. |
1071 Private method to restore the state of the various splitters. |
1065 </p> |
1072 </p> |
|
1073 |
1066 <a NAME="GitLogBrowserDialog.__shortlogActTriggered" ID="GitLogBrowserDialog.__shortlogActTriggered"></a> |
1074 <a NAME="GitLogBrowserDialog.__shortlogActTriggered" ID="GitLogBrowserDialog.__shortlogActTriggered"></a> |
1067 <h4>GitLogBrowserDialog.__shortlogActTriggered</h4> |
1075 <h4>GitLogBrowserDialog.__shortlogActTriggered</h4> |
1068 <b>__shortlogActTriggered</b>(<i></i>) |
1076 <b>__shortlogActTriggered</b>(<i></i>) |
1069 |
|
1070 <p> |
1077 <p> |
1071 Private slot to show a short log suitable for release announcements. |
1078 Private slot to show a short log suitable for release announcements. |
1072 </p> |
1079 </p> |
|
1080 |
1073 <a NAME="GitLogBrowserDialog.__showAuthorColumns" ID="GitLogBrowserDialog.__showAuthorColumns"></a> |
1081 <a NAME="GitLogBrowserDialog.__showAuthorColumns" ID="GitLogBrowserDialog.__showAuthorColumns"></a> |
1074 <h4>GitLogBrowserDialog.__showAuthorColumns</h4> |
1082 <h4>GitLogBrowserDialog.__showAuthorColumns</h4> |
1075 <b>__showAuthorColumns</b>(<i>on</i>) |
1083 <b>__showAuthorColumns</b>(<i>on</i>) |
1076 |
|
1077 <p> |
1084 <p> |
1078 Private slot to show/hide the committer columns. |
1085 Private slot to show/hide the committer columns. |
1079 </p> |
1086 </p> |
|
1087 |
1080 <dl> |
1088 <dl> |
1081 |
1089 |
1082 <dt><i>on</i> (bool)</dt> |
1090 <dt><i>on</i> (bool)</dt> |
1083 <dd> |
1091 <dd> |
1084 flag indicating the selection state |
1092 flag indicating the selection state |
1085 </dd> |
1093 </dd> |
1086 </dl> |
1094 </dl> |
1087 <a NAME="GitLogBrowserDialog.__showBranchesColumn" ID="GitLogBrowserDialog.__showBranchesColumn"></a> |
1095 <a NAME="GitLogBrowserDialog.__showBranchesColumn" ID="GitLogBrowserDialog.__showBranchesColumn"></a> |
1088 <h4>GitLogBrowserDialog.__showBranchesColumn</h4> |
1096 <h4>GitLogBrowserDialog.__showBranchesColumn</h4> |
1089 <b>__showBranchesColumn</b>(<i>on</i>) |
1097 <b>__showBranchesColumn</b>(<i>on</i>) |
1090 |
|
1091 <p> |
1098 <p> |
1092 Private slot to show/hide the branches column. |
1099 Private slot to show/hide the branches column. |
1093 </p> |
1100 </p> |
|
1101 |
1094 <dl> |
1102 <dl> |
1095 |
1103 |
1096 <dt><i>on</i> (bool)</dt> |
1104 <dt><i>on</i> (bool)</dt> |
1097 <dd> |
1105 <dd> |
1098 flag indicating the selection state |
1106 flag indicating the selection state |
1099 </dd> |
1107 </dd> |
1100 </dl> |
1108 </dl> |
1101 <a NAME="GitLogBrowserDialog.__showCommitIdColumn" ID="GitLogBrowserDialog.__showCommitIdColumn"></a> |
1109 <a NAME="GitLogBrowserDialog.__showCommitIdColumn" ID="GitLogBrowserDialog.__showCommitIdColumn"></a> |
1102 <h4>GitLogBrowserDialog.__showCommitIdColumn</h4> |
1110 <h4>GitLogBrowserDialog.__showCommitIdColumn</h4> |
1103 <b>__showCommitIdColumn</b>(<i>on</i>) |
1111 <b>__showCommitIdColumn</b>(<i>on</i>) |
1104 |
|
1105 <p> |
1112 <p> |
1106 Private slot to show/hide the commit ID column. |
1113 Private slot to show/hide the commit ID column. |
1107 </p> |
1114 </p> |
|
1115 |
1108 <dl> |
1116 <dl> |
1109 |
1117 |
1110 <dt><i>on</i> (bool)</dt> |
1118 <dt><i>on</i> (bool)</dt> |
1111 <dd> |
1119 <dd> |
1112 flag indicating the selection state |
1120 flag indicating the selection state |
1113 </dd> |
1121 </dd> |
1114 </dl> |
1122 </dl> |
1115 <a NAME="GitLogBrowserDialog.__showCommitterColumns" ID="GitLogBrowserDialog.__showCommitterColumns"></a> |
1123 <a NAME="GitLogBrowserDialog.__showCommitterColumns" ID="GitLogBrowserDialog.__showCommitterColumns"></a> |
1116 <h4>GitLogBrowserDialog.__showCommitterColumns</h4> |
1124 <h4>GitLogBrowserDialog.__showCommitterColumns</h4> |
1117 <b>__showCommitterColumns</b>(<i>on</i>) |
1125 <b>__showCommitterColumns</b>(<i>on</i>) |
1118 |
|
1119 <p> |
1126 <p> |
1120 Private slot to show/hide the committer columns. |
1127 Private slot to show/hide the committer columns. |
1121 </p> |
1128 </p> |
|
1129 |
1122 <dl> |
1130 <dl> |
1123 |
1131 |
1124 <dt><i>on</i> (bool)</dt> |
1132 <dt><i>on</i> (bool)</dt> |
1125 <dd> |
1133 <dd> |
1126 flag indicating the selection state |
1134 flag indicating the selection state |
1127 </dd> |
1135 </dd> |
1128 </dl> |
1136 </dl> |
1129 <a NAME="GitLogBrowserDialog.__showError" ID="GitLogBrowserDialog.__showError"></a> |
1137 <a NAME="GitLogBrowserDialog.__showError" ID="GitLogBrowserDialog.__showError"></a> |
1130 <h4>GitLogBrowserDialog.__showError</h4> |
1138 <h4>GitLogBrowserDialog.__showError</h4> |
1131 <b>__showError</b>(<i>out</i>) |
1139 <b>__showError</b>(<i>out</i>) |
1132 |
|
1133 <p> |
1140 <p> |
1134 Private slot to show some error. |
1141 Private slot to show some error. |
1135 </p> |
1142 </p> |
|
1143 |
1136 <dl> |
1144 <dl> |
1137 |
1145 |
1138 <dt><i>out</i> (str)</dt> |
1146 <dt><i>out</i> (str)</dt> |
1139 <dd> |
1147 <dd> |
1140 error to be shown |
1148 error to be shown |
1141 </dd> |
1149 </dd> |
1142 </dl> |
1150 </dl> |
1143 <a NAME="GitLogBrowserDialog.__showTagsColumn" ID="GitLogBrowserDialog.__showTagsColumn"></a> |
1151 <a NAME="GitLogBrowserDialog.__showTagsColumn" ID="GitLogBrowserDialog.__showTagsColumn"></a> |
1144 <h4>GitLogBrowserDialog.__showTagsColumn</h4> |
1152 <h4>GitLogBrowserDialog.__showTagsColumn</h4> |
1145 <b>__showTagsColumn</b>(<i>on</i>) |
1153 <b>__showTagsColumn</b>(<i>on</i>) |
1146 |
|
1147 <p> |
1154 <p> |
1148 Private slot to show/hide the tags column. |
1155 Private slot to show/hide the tags column. |
1149 </p> |
1156 </p> |
|
1157 |
1150 <dl> |
1158 <dl> |
1151 |
1159 |
1152 <dt><i>on</i> (bool)</dt> |
1160 <dt><i>on</i> (bool)</dt> |
1153 <dd> |
1161 <dd> |
1154 flag indicating the selection state |
1162 flag indicating the selection state |
1155 </dd> |
1163 </dd> |
1156 </dl> |
1164 </dl> |
1157 <a NAME="GitLogBrowserDialog.__switchActTriggered" ID="GitLogBrowserDialog.__switchActTriggered"></a> |
1165 <a NAME="GitLogBrowserDialog.__switchActTriggered" ID="GitLogBrowserDialog.__switchActTriggered"></a> |
1158 <h4>GitLogBrowserDialog.__switchActTriggered</h4> |
1166 <h4>GitLogBrowserDialog.__switchActTriggered</h4> |
1159 <b>__switchActTriggered</b>(<i></i>) |
1167 <b>__switchActTriggered</b>(<i></i>) |
1160 |
|
1161 <p> |
1168 <p> |
1162 Private slot to switch the working directory to the |
1169 Private slot to switch the working directory to the |
1163 selected commit. |
1170 selected commit. |
1164 </p> |
1171 </p> |
|
1172 |
1165 <a NAME="GitLogBrowserDialog.__tagActTriggered" ID="GitLogBrowserDialog.__tagActTriggered"></a> |
1173 <a NAME="GitLogBrowserDialog.__tagActTriggered" ID="GitLogBrowserDialog.__tagActTriggered"></a> |
1166 <h4>GitLogBrowserDialog.__tagActTriggered</h4> |
1174 <h4>GitLogBrowserDialog.__tagActTriggered</h4> |
1167 <b>__tagActTriggered</b>(<i></i>) |
1175 <b>__tagActTriggered</b>(<i></i>) |
1168 |
|
1169 <p> |
1176 <p> |
1170 Private slot to tag the selected commit. |
1177 Private slot to tag the selected commit. |
1171 </p> |
1178 </p> |
|
1179 |
1172 <a NAME="GitLogBrowserDialog.__updateDetailsAndFiles" ID="GitLogBrowserDialog.__updateDetailsAndFiles"></a> |
1180 <a NAME="GitLogBrowserDialog.__updateDetailsAndFiles" ID="GitLogBrowserDialog.__updateDetailsAndFiles"></a> |
1173 <h4>GitLogBrowserDialog.__updateDetailsAndFiles</h4> |
1181 <h4>GitLogBrowserDialog.__updateDetailsAndFiles</h4> |
1174 <b>__updateDetailsAndFiles</b>(<i></i>) |
1182 <b>__updateDetailsAndFiles</b>(<i></i>) |
1175 |
|
1176 <p> |
1183 <p> |
1177 Private slot to update the details and file changes panes. |
1184 Private slot to update the details and file changes panes. |
1178 </p> |
1185 </p> |
|
1186 |
1179 <a NAME="GitLogBrowserDialog.__updateFilesTree" ID="GitLogBrowserDialog.__updateFilesTree"></a> |
1187 <a NAME="GitLogBrowserDialog.__updateFilesTree" ID="GitLogBrowserDialog.__updateFilesTree"></a> |
1180 <h4>GitLogBrowserDialog.__updateFilesTree</h4> |
1188 <h4>GitLogBrowserDialog.__updateFilesTree</h4> |
1181 <b>__updateFilesTree</b>(<i>itm</i>) |
1189 <b>__updateFilesTree</b>(<i>itm</i>) |
1182 |
|
1183 <p> |
1190 <p> |
1184 Private method to update the files tree with changes of the given item. |
1191 Private method to update the files tree with changes of the given item. |
1185 </p> |
1192 </p> |
|
1193 |
1186 <dl> |
1194 <dl> |
1187 |
1195 |
1188 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
1196 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
1189 <dd> |
1197 <dd> |
1190 reference to the item the update should be based on |
1198 reference to the item the update should be based on |
1191 </dd> |
1199 </dd> |
1192 </dl> |
1200 </dl> |
1193 <a NAME="GitLogBrowserDialog.__updateSbsSelectLabel" ID="GitLogBrowserDialog.__updateSbsSelectLabel"></a> |
1201 <a NAME="GitLogBrowserDialog.__updateSbsSelectLabel" ID="GitLogBrowserDialog.__updateSbsSelectLabel"></a> |
1194 <h4>GitLogBrowserDialog.__updateSbsSelectLabel</h4> |
1202 <h4>GitLogBrowserDialog.__updateSbsSelectLabel</h4> |
1195 <b>__updateSbsSelectLabel</b>(<i></i>) |
1203 <b>__updateSbsSelectLabel</b>(<i></i>) |
1196 |
|
1197 <p> |
1204 <p> |
1198 Private slot to update the enabled status of the diff buttons. |
1205 Private slot to update the enabled status of the diff buttons. |
1199 </p> |
1206 </p> |
|
1207 |
1200 <a NAME="GitLogBrowserDialog.__updateToolMenuActions" ID="GitLogBrowserDialog.__updateToolMenuActions"></a> |
1208 <a NAME="GitLogBrowserDialog.__updateToolMenuActions" ID="GitLogBrowserDialog.__updateToolMenuActions"></a> |
1201 <h4>GitLogBrowserDialog.__updateToolMenuActions</h4> |
1209 <h4>GitLogBrowserDialog.__updateToolMenuActions</h4> |
1202 <b>__updateToolMenuActions</b>(<i></i>) |
1210 <b>__updateToolMenuActions</b>(<i></i>) |
1203 |
|
1204 <p> |
1211 <p> |
1205 Private slot to update the status of the tool menu actions and |
1212 Private slot to update the status of the tool menu actions and |
1206 the tool menu button. |
1213 the tool menu button. |
1207 </p> |
1214 </p> |
|
1215 |
1208 <a NAME="GitLogBrowserDialog.closeEvent" ID="GitLogBrowserDialog.closeEvent"></a> |
1216 <a NAME="GitLogBrowserDialog.closeEvent" ID="GitLogBrowserDialog.closeEvent"></a> |
1209 <h4>GitLogBrowserDialog.closeEvent</h4> |
1217 <h4>GitLogBrowserDialog.closeEvent</h4> |
1210 <b>closeEvent</b>(<i>e</i>) |
1218 <b>closeEvent</b>(<i>e</i>) |
1211 |
|
1212 <p> |
1219 <p> |
1213 Protected slot implementing a close event handler. |
1220 Protected slot implementing a close event handler. |
1214 </p> |
1221 </p> |
|
1222 |
1215 <dl> |
1223 <dl> |
1216 |
1224 |
1217 <dt><i>e</i> (QCloseEvent)</dt> |
1225 <dt><i>e</i> (QCloseEvent)</dt> |
1218 <dd> |
1226 <dd> |
1219 close event |
1227 close event |
1220 </dd> |
1228 </dd> |
1221 </dl> |
1229 </dl> |
1222 <a NAME="GitLogBrowserDialog.col2x" ID="GitLogBrowserDialog.col2x"></a> |
1230 <a NAME="GitLogBrowserDialog.col2x" ID="GitLogBrowserDialog.col2x"></a> |
1223 <h4>GitLogBrowserDialog.col2x</h4> |
1231 <h4>GitLogBrowserDialog.col2x</h4> |
1224 <b>col2x</b>(<i>radius</i>) |
1232 <b>col2x</b>(<i>radius</i>) |
1225 |
|
1226 <p> |
1233 <p> |
1227 Local function to calculate a x-position for a column. |
1234 Local function to calculate a x-position for a column. |
1228 </p> |
1235 </p> |
|
1236 |
1229 <dl> |
1237 <dl> |
1230 |
1238 |
1231 <dt><i>col</i> (int)</dt> |
1239 <dt><i>col</i> (int)</dt> |
1232 <dd> |
1240 <dd> |
1233 column number |
1241 column number |
1238 </dd> |
1246 </dd> |
1239 </dl> |
1247 </dl> |
1240 <a NAME="GitLogBrowserDialog.keyPressEvent" ID="GitLogBrowserDialog.keyPressEvent"></a> |
1248 <a NAME="GitLogBrowserDialog.keyPressEvent" ID="GitLogBrowserDialog.keyPressEvent"></a> |
1241 <h4>GitLogBrowserDialog.keyPressEvent</h4> |
1249 <h4>GitLogBrowserDialog.keyPressEvent</h4> |
1242 <b>keyPressEvent</b>(<i>evt</i>) |
1250 <b>keyPressEvent</b>(<i>evt</i>) |
1243 |
|
1244 <p> |
1251 <p> |
1245 Protected slot to handle a key press event. |
1252 Protected slot to handle a key press event. |
1246 </p> |
1253 </p> |
|
1254 |
1247 <dl> |
1255 <dl> |
1248 |
1256 |
1249 <dt><i>evt</i> (QKeyEvent)</dt> |
1257 <dt><i>evt</i> (QKeyEvent)</dt> |
1250 <dd> |
1258 <dd> |
1251 the key press event |
1259 the key press event |
1252 </dd> |
1260 </dd> |
1253 </dl> |
1261 </dl> |
1254 <a NAME="GitLogBrowserDialog.on_buttonBox_clicked" ID="GitLogBrowserDialog.on_buttonBox_clicked"></a> |
1262 <a NAME="GitLogBrowserDialog.on_buttonBox_clicked" ID="GitLogBrowserDialog.on_buttonBox_clicked"></a> |
1255 <h4>GitLogBrowserDialog.on_buttonBox_clicked</h4> |
1263 <h4>GitLogBrowserDialog.on_buttonBox_clicked</h4> |
1256 <b>on_buttonBox_clicked</b>(<i>button</i>) |
1264 <b>on_buttonBox_clicked</b>(<i>button</i>) |
1257 |
|
1258 <p> |
1265 <p> |
1259 Private slot called by a button of the button box clicked. |
1266 Private slot called by a button of the button box clicked. |
1260 </p> |
1267 </p> |
|
1268 |
1261 <dl> |
1269 <dl> |
1262 |
1270 |
1263 <dt><i>button</i> (QAbstractButton)</dt> |
1271 <dt><i>button</i> (QAbstractButton)</dt> |
1264 <dd> |
1272 <dd> |
1265 button that was clicked |
1273 button that was clicked |
1266 </dd> |
1274 </dd> |
1267 </dl> |
1275 </dl> |
1268 <a NAME="GitLogBrowserDialog.on_diffSelectLabel_linkActivated" ID="GitLogBrowserDialog.on_diffSelectLabel_linkActivated"></a> |
1276 <a NAME="GitLogBrowserDialog.on_diffSelectLabel_linkActivated" ID="GitLogBrowserDialog.on_diffSelectLabel_linkActivated"></a> |
1269 <h4>GitLogBrowserDialog.on_diffSelectLabel_linkActivated</h4> |
1277 <h4>GitLogBrowserDialog.on_diffSelectLabel_linkActivated</h4> |
1270 <b>on_diffSelectLabel_linkActivated</b>(<i>link</i>) |
1278 <b>on_diffSelectLabel_linkActivated</b>(<i>link</i>) |
1271 |
|
1272 <p> |
1279 <p> |
1273 Private slot to handle the selection of a diff target. |
1280 Private slot to handle the selection of a diff target. |
1274 </p> |
1281 </p> |
|
1282 |
1275 <dl> |
1283 <dl> |
1276 |
1284 |
1277 <dt><i>link</i> (str)</dt> |
1285 <dt><i>link</i> (str)</dt> |
1278 <dd> |
1286 <dd> |
1279 activated link |
1287 activated link |
1280 </dd> |
1288 </dd> |
1281 </dl> |
1289 </dl> |
1282 <a NAME="GitLogBrowserDialog.on_downButton_clicked" ID="GitLogBrowserDialog.on_downButton_clicked"></a> |
1290 <a NAME="GitLogBrowserDialog.on_downButton_clicked" ID="GitLogBrowserDialog.on_downButton_clicked"></a> |
1283 <h4>GitLogBrowserDialog.on_downButton_clicked</h4> |
1291 <h4>GitLogBrowserDialog.on_downButton_clicked</h4> |
1284 <b>on_downButton_clicked</b>(<i></i>) |
1292 <b>on_downButton_clicked</b>(<i></i>) |
1285 |
|
1286 <p> |
1293 <p> |
1287 Private slot to move the current item down one entry. |
1294 Private slot to move the current item down one entry. |
1288 </p> |
1295 </p> |
|
1296 |
1289 <a NAME="GitLogBrowserDialog.on_fieldCombo_activated" ID="GitLogBrowserDialog.on_fieldCombo_activated"></a> |
1297 <a NAME="GitLogBrowserDialog.on_fieldCombo_activated" ID="GitLogBrowserDialog.on_fieldCombo_activated"></a> |
1290 <h4>GitLogBrowserDialog.on_fieldCombo_activated</h4> |
1298 <h4>GitLogBrowserDialog.on_fieldCombo_activated</h4> |
1291 <b>on_fieldCombo_activated</b>(<i>index</i>) |
1299 <b>on_fieldCombo_activated</b>(<i>index</i>) |
1292 |
|
1293 <p> |
1300 <p> |
1294 Private slot called, when a new filter field is selected. |
1301 Private slot called, when a new filter field is selected. |
1295 </p> |
1302 </p> |
|
1303 |
1296 <dl> |
1304 <dl> |
1297 |
1305 |
1298 <dt><i>index</i> (int)</dt> |
1306 <dt><i>index</i> (int)</dt> |
1299 <dd> |
1307 <dd> |
1300 index of the selected entry |
1308 index of the selected entry |
1301 </dd> |
1309 </dd> |
1302 </dl> |
1310 </dl> |
1303 <a NAME="GitLogBrowserDialog.on_filesTree_currentItemChanged" ID="GitLogBrowserDialog.on_filesTree_currentItemChanged"></a> |
1311 <a NAME="GitLogBrowserDialog.on_filesTree_currentItemChanged" ID="GitLogBrowserDialog.on_filesTree_currentItemChanged"></a> |
1304 <h4>GitLogBrowserDialog.on_filesTree_currentItemChanged</h4> |
1312 <h4>GitLogBrowserDialog.on_filesTree_currentItemChanged</h4> |
1305 <b>on_filesTree_currentItemChanged</b>(<i>current, previous</i>) |
1313 <b>on_filesTree_currentItemChanged</b>(<i>current, previous</i>) |
1306 |
|
1307 <p> |
1314 <p> |
1308 Private slot called, when the current item of the files tree changes. |
1315 Private slot called, when the current item of the files tree changes. |
1309 </p> |
1316 </p> |
|
1317 |
1310 <dl> |
1318 <dl> |
1311 |
1319 |
1312 <dt><i>current</i> (QTreeWidgetItem)</dt> |
1320 <dt><i>current</i> (QTreeWidgetItem)</dt> |
1313 <dd> |
1321 <dd> |
1314 reference to the new current item |
1322 reference to the new current item |
1319 </dd> |
1327 </dd> |
1320 </dl> |
1328 </dl> |
1321 <a NAME="GitLogBrowserDialog.on_findNextButton_clicked" ID="GitLogBrowserDialog.on_findNextButton_clicked"></a> |
1329 <a NAME="GitLogBrowserDialog.on_findNextButton_clicked" ID="GitLogBrowserDialog.on_findNextButton_clicked"></a> |
1322 <h4>GitLogBrowserDialog.on_findNextButton_clicked</h4> |
1330 <h4>GitLogBrowserDialog.on_findNextButton_clicked</h4> |
1323 <b>on_findNextButton_clicked</b>(<i></i>) |
1331 <b>on_findNextButton_clicked</b>(<i></i>) |
1324 |
|
1325 <p> |
1332 <p> |
1326 Private slot to find the next item matching the entered criteria. |
1333 Private slot to find the next item matching the entered criteria. |
1327 </p> |
1334 </p> |
|
1335 |
1328 <a NAME="GitLogBrowserDialog.on_findPrevButton_clicked" ID="GitLogBrowserDialog.on_findPrevButton_clicked"></a> |
1336 <a NAME="GitLogBrowserDialog.on_findPrevButton_clicked" ID="GitLogBrowserDialog.on_findPrevButton_clicked"></a> |
1329 <h4>GitLogBrowserDialog.on_findPrevButton_clicked</h4> |
1337 <h4>GitLogBrowserDialog.on_findPrevButton_clicked</h4> |
1330 <b>on_findPrevButton_clicked</b>(<i></i>) |
1338 <b>on_findPrevButton_clicked</b>(<i></i>) |
1331 |
|
1332 <p> |
1339 <p> |
1333 Private slot to find the previous item matching the entered criteria. |
1340 Private slot to find the previous item matching the entered criteria. |
1334 </p> |
1341 </p> |
|
1342 |
1335 <a NAME="GitLogBrowserDialog.on_fromDate_dateChanged" ID="GitLogBrowserDialog.on_fromDate_dateChanged"></a> |
1343 <a NAME="GitLogBrowserDialog.on_fromDate_dateChanged" ID="GitLogBrowserDialog.on_fromDate_dateChanged"></a> |
1336 <h4>GitLogBrowserDialog.on_fromDate_dateChanged</h4> |
1344 <h4>GitLogBrowserDialog.on_fromDate_dateChanged</h4> |
1337 <b>on_fromDate_dateChanged</b>(<i>date</i>) |
1345 <b>on_fromDate_dateChanged</b>(<i>date</i>) |
1338 |
|
1339 <p> |
1346 <p> |
1340 Private slot called, when the from date changes. |
1347 Private slot called, when the from date changes. |
1341 </p> |
1348 </p> |
|
1349 |
1342 <dl> |
1350 <dl> |
1343 |
1351 |
1344 <dt><i>date</i> (QDate)</dt> |
1352 <dt><i>date</i> (QDate)</dt> |
1345 <dd> |
1353 <dd> |
1346 new date |
1354 new date |
1347 </dd> |
1355 </dd> |
1348 </dl> |
1356 </dl> |
1349 <a NAME="GitLogBrowserDialog.on_input_returnPressed" ID="GitLogBrowserDialog.on_input_returnPressed"></a> |
1357 <a NAME="GitLogBrowserDialog.on_input_returnPressed" ID="GitLogBrowserDialog.on_input_returnPressed"></a> |
1350 <h4>GitLogBrowserDialog.on_input_returnPressed</h4> |
1358 <h4>GitLogBrowserDialog.on_input_returnPressed</h4> |
1351 <b>on_input_returnPressed</b>(<i></i>) |
1359 <b>on_input_returnPressed</b>(<i></i>) |
1352 |
|
1353 <p> |
1360 <p> |
1354 Private slot to handle the press of the return key in the input field. |
1361 Private slot to handle the press of the return key in the input field. |
1355 </p> |
1362 </p> |
|
1363 |
1356 <a NAME="GitLogBrowserDialog.on_logTree_currentItemChanged" ID="GitLogBrowserDialog.on_logTree_currentItemChanged"></a> |
1364 <a NAME="GitLogBrowserDialog.on_logTree_currentItemChanged" ID="GitLogBrowserDialog.on_logTree_currentItemChanged"></a> |
1357 <h4>GitLogBrowserDialog.on_logTree_currentItemChanged</h4> |
1365 <h4>GitLogBrowserDialog.on_logTree_currentItemChanged</h4> |
1358 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) |
1366 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) |
1359 |
|
1360 <p> |
1367 <p> |
1361 Private slot called, when the current item of the log tree changes. |
1368 Private slot called, when the current item of the log tree changes. |
1362 </p> |
1369 </p> |
|
1370 |
1363 <dl> |
1371 <dl> |
1364 |
1372 |
1365 <dt><i>current</i> (QTreeWidgetItem)</dt> |
1373 <dt><i>current</i> (QTreeWidgetItem)</dt> |
1366 <dd> |
1374 <dd> |
1367 reference to the new current item |
1375 reference to the new current item |
1372 </dd> |
1380 </dd> |
1373 </dl> |
1381 </dl> |
1374 <a NAME="GitLogBrowserDialog.on_logTree_customContextMenuRequested" ID="GitLogBrowserDialog.on_logTree_customContextMenuRequested"></a> |
1382 <a NAME="GitLogBrowserDialog.on_logTree_customContextMenuRequested" ID="GitLogBrowserDialog.on_logTree_customContextMenuRequested"></a> |
1375 <h4>GitLogBrowserDialog.on_logTree_customContextMenuRequested</h4> |
1383 <h4>GitLogBrowserDialog.on_logTree_customContextMenuRequested</h4> |
1376 <b>on_logTree_customContextMenuRequested</b>(<i>pos</i>) |
1384 <b>on_logTree_customContextMenuRequested</b>(<i>pos</i>) |
1377 |
|
1378 <p> |
1385 <p> |
1379 Private slot to show the context menu of the log tree. |
1386 Private slot to show the context menu of the log tree. |
1380 </p> |
1387 </p> |
|
1388 |
1381 <dl> |
1389 <dl> |
1382 |
1390 |
1383 <dt><i>pos</i> (QPoint)</dt> |
1391 <dt><i>pos</i> (QPoint)</dt> |
1384 <dd> |
1392 <dd> |
1385 position of the mouse pointer |
1393 position of the mouse pointer |
1386 </dd> |
1394 </dd> |
1387 </dl> |
1395 </dl> |
1388 <a NAME="GitLogBrowserDialog.on_logTree_itemSelectionChanged" ID="GitLogBrowserDialog.on_logTree_itemSelectionChanged"></a> |
1396 <a NAME="GitLogBrowserDialog.on_logTree_itemSelectionChanged" ID="GitLogBrowserDialog.on_logTree_itemSelectionChanged"></a> |
1389 <h4>GitLogBrowserDialog.on_logTree_itemSelectionChanged</h4> |
1397 <h4>GitLogBrowserDialog.on_logTree_itemSelectionChanged</h4> |
1390 <b>on_logTree_itemSelectionChanged</b>(<i></i>) |
1398 <b>on_logTree_itemSelectionChanged</b>(<i></i>) |
1391 |
|
1392 <p> |
1399 <p> |
1393 Private slot called, when the selection has changed. |
1400 Private slot called, when the selection has changed. |
1394 </p> |
1401 </p> |
|
1402 |
1395 <a NAME="GitLogBrowserDialog.on_modeComboBox_currentIndexChanged" ID="GitLogBrowserDialog.on_modeComboBox_currentIndexChanged"></a> |
1403 <a NAME="GitLogBrowserDialog.on_modeComboBox_currentIndexChanged" ID="GitLogBrowserDialog.on_modeComboBox_currentIndexChanged"></a> |
1396 <h4>GitLogBrowserDialog.on_modeComboBox_currentIndexChanged</h4> |
1404 <h4>GitLogBrowserDialog.on_modeComboBox_currentIndexChanged</h4> |
1397 <b>on_modeComboBox_currentIndexChanged</b>(<i>index</i>) |
1405 <b>on_modeComboBox_currentIndexChanged</b>(<i>index</i>) |
1398 |
|
1399 <p> |
1406 <p> |
1400 Private slot to react on mode changes. |
1407 Private slot to react on mode changes. |
1401 </p> |
1408 </p> |
|
1409 |
1402 <dl> |
1410 <dl> |
1403 |
1411 |
1404 <dt><i>index</i> (int)</dt> |
1412 <dt><i>index</i> (int)</dt> |
1405 <dd> |
1413 <dd> |
1406 index of the selected entry |
1414 index of the selected entry |
1407 </dd> |
1415 </dd> |
1408 </dl> |
1416 </dl> |
1409 <a NAME="GitLogBrowserDialog.on_nextButton_clicked" ID="GitLogBrowserDialog.on_nextButton_clicked"></a> |
1417 <a NAME="GitLogBrowserDialog.on_nextButton_clicked" ID="GitLogBrowserDialog.on_nextButton_clicked"></a> |
1410 <h4>GitLogBrowserDialog.on_nextButton_clicked</h4> |
1418 <h4>GitLogBrowserDialog.on_nextButton_clicked</h4> |
1411 <b>on_nextButton_clicked</b>(<i></i>) |
1419 <b>on_nextButton_clicked</b>(<i></i>) |
1412 |
|
1413 <p> |
1420 <p> |
1414 Private slot to handle the Next button. |
1421 Private slot to handle the Next button. |
1415 </p> |
1422 </p> |
|
1423 |
1416 <a NAME="GitLogBrowserDialog.on_passwordCheckBox_toggled" ID="GitLogBrowserDialog.on_passwordCheckBox_toggled"></a> |
1424 <a NAME="GitLogBrowserDialog.on_passwordCheckBox_toggled" ID="GitLogBrowserDialog.on_passwordCheckBox_toggled"></a> |
1417 <h4>GitLogBrowserDialog.on_passwordCheckBox_toggled</h4> |
1425 <h4>GitLogBrowserDialog.on_passwordCheckBox_toggled</h4> |
1418 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
1426 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
1419 |
|
1420 <p> |
1427 <p> |
1421 Private slot to handle the password checkbox toggled. |
1428 Private slot to handle the password checkbox toggled. |
1422 </p> |
1429 </p> |
|
1430 |
1423 <dl> |
1431 <dl> |
1424 |
1432 |
1425 <dt><i>isOn</i> (bool)</dt> |
1433 <dt><i>isOn</i> (bool)</dt> |
1426 <dd> |
1434 <dd> |
1427 flag indicating the status of the check box |
1435 flag indicating the status of the check box |
1428 </dd> |
1436 </dd> |
1429 </dl> |
1437 </dl> |
1430 <a NAME="GitLogBrowserDialog.on_refreshButton_clicked" ID="GitLogBrowserDialog.on_refreshButton_clicked"></a> |
1438 <a NAME="GitLogBrowserDialog.on_refreshButton_clicked" ID="GitLogBrowserDialog.on_refreshButton_clicked"></a> |
1431 <h4>GitLogBrowserDialog.on_refreshButton_clicked</h4> |
1439 <h4>GitLogBrowserDialog.on_refreshButton_clicked</h4> |
1432 <b>on_refreshButton_clicked</b>(<i></i>) |
1440 <b>on_refreshButton_clicked</b>(<i></i>) |
1433 |
|
1434 <p> |
1441 <p> |
1435 Private slot to refresh the log. |
1442 Private slot to refresh the log. |
1436 </p> |
1443 </p> |
|
1444 |
1437 <a NAME="GitLogBrowserDialog.on_rxEdit_returnPressed" ID="GitLogBrowserDialog.on_rxEdit_returnPressed"></a> |
1445 <a NAME="GitLogBrowserDialog.on_rxEdit_returnPressed" ID="GitLogBrowserDialog.on_rxEdit_returnPressed"></a> |
1438 <h4>GitLogBrowserDialog.on_rxEdit_returnPressed</h4> |
1446 <h4>GitLogBrowserDialog.on_rxEdit_returnPressed</h4> |
1439 <b>on_rxEdit_returnPressed</b>(<i></i>) |
1447 <b>on_rxEdit_returnPressed</b>(<i></i>) |
1440 |
|
1441 <p> |
1448 <p> |
1442 Private slot handling a press of the Return key in the rxEdit input. |
1449 Private slot handling a press of the Return key in the rxEdit input. |
1443 </p> |
1450 </p> |
|
1451 |
1444 <a NAME="GitLogBrowserDialog.on_rxEdit_textChanged" ID="GitLogBrowserDialog.on_rxEdit_textChanged"></a> |
1452 <a NAME="GitLogBrowserDialog.on_rxEdit_textChanged" ID="GitLogBrowserDialog.on_rxEdit_textChanged"></a> |
1445 <h4>GitLogBrowserDialog.on_rxEdit_textChanged</h4> |
1453 <h4>GitLogBrowserDialog.on_rxEdit_textChanged</h4> |
1446 <b>on_rxEdit_textChanged</b>(<i>txt</i>) |
1454 <b>on_rxEdit_textChanged</b>(<i>txt</i>) |
1447 |
|
1448 <p> |
1455 <p> |
1449 Private slot called, when a filter expression is entered. |
1456 Private slot called, when a filter expression is entered. |
1450 </p> |
1457 </p> |
|
1458 |
1451 <dl> |
1459 <dl> |
1452 |
1460 |
1453 <dt><i>txt</i> (str)</dt> |
1461 <dt><i>txt</i> (str)</dt> |
1454 <dd> |
1462 <dd> |
1455 filter expression |
1463 filter expression |
1456 </dd> |
1464 </dd> |
1457 </dl> |
1465 </dl> |
1458 <a NAME="GitLogBrowserDialog.on_saveLabel_linkActivated" ID="GitLogBrowserDialog.on_saveLabel_linkActivated"></a> |
1466 <a NAME="GitLogBrowserDialog.on_saveLabel_linkActivated" ID="GitLogBrowserDialog.on_saveLabel_linkActivated"></a> |
1459 <h4>GitLogBrowserDialog.on_saveLabel_linkActivated</h4> |
1467 <h4>GitLogBrowserDialog.on_saveLabel_linkActivated</h4> |
1460 <b>on_saveLabel_linkActivated</b>(<i>link</i>) |
1468 <b>on_saveLabel_linkActivated</b>(<i>link</i>) |
1461 |
|
1462 <p> |
1469 <p> |
1463 Private slot to handle the selection of the save link. |
1470 Private slot to handle the selection of the save link. |
1464 </p> |
1471 </p> |
|
1472 |
1465 <dl> |
1473 <dl> |
1466 |
1474 |
1467 <dt><i>link</i> (str)</dt> |
1475 <dt><i>link</i> (str)</dt> |
1468 <dd> |
1476 <dd> |
1469 activated link |
1477 activated link |
1470 </dd> |
1478 </dd> |
1471 </dl> |
1479 </dl> |
1472 <a NAME="GitLogBrowserDialog.on_sbsSelectLabel_linkActivated" ID="GitLogBrowserDialog.on_sbsSelectLabel_linkActivated"></a> |
1480 <a NAME="GitLogBrowserDialog.on_sbsSelectLabel_linkActivated" ID="GitLogBrowserDialog.on_sbsSelectLabel_linkActivated"></a> |
1473 <h4>GitLogBrowserDialog.on_sbsSelectLabel_linkActivated</h4> |
1481 <h4>GitLogBrowserDialog.on_sbsSelectLabel_linkActivated</h4> |
1474 <b>on_sbsSelectLabel_linkActivated</b>(<i>link</i>) |
1482 <b>on_sbsSelectLabel_linkActivated</b>(<i>link</i>) |
1475 |
|
1476 <p> |
1483 <p> |
1477 Private slot to handle selection of a side-by-side link. |
1484 Private slot to handle selection of a side-by-side link. |
1478 </p> |
1485 </p> |
|
1486 |
1479 <dl> |
1487 <dl> |
1480 |
1488 |
1481 <dt><i>link</i> (str)</dt> |
1489 <dt><i>link</i> (str)</dt> |
1482 <dd> |
1490 <dd> |
1483 text of the selected link |
1491 text of the selected link |
1484 </dd> |
1492 </dd> |
1485 </dl> |
1493 </dl> |
1486 <a NAME="GitLogBrowserDialog.on_sendButton_clicked" ID="GitLogBrowserDialog.on_sendButton_clicked"></a> |
1494 <a NAME="GitLogBrowserDialog.on_sendButton_clicked" ID="GitLogBrowserDialog.on_sendButton_clicked"></a> |
1487 <h4>GitLogBrowserDialog.on_sendButton_clicked</h4> |
1495 <h4>GitLogBrowserDialog.on_sendButton_clicked</h4> |
1488 <b>on_sendButton_clicked</b>(<i></i>) |
1496 <b>on_sendButton_clicked</b>(<i></i>) |
1489 |
|
1490 <p> |
1497 <p> |
1491 Private slot to send the input to the git process. |
1498 Private slot to send the input to the git process. |
1492 </p> |
1499 </p> |
|
1500 |
1493 <a NAME="GitLogBrowserDialog.on_stopCheckBox_clicked" ID="GitLogBrowserDialog.on_stopCheckBox_clicked"></a> |
1501 <a NAME="GitLogBrowserDialog.on_stopCheckBox_clicked" ID="GitLogBrowserDialog.on_stopCheckBox_clicked"></a> |
1494 <h4>GitLogBrowserDialog.on_stopCheckBox_clicked</h4> |
1502 <h4>GitLogBrowserDialog.on_stopCheckBox_clicked</h4> |
1495 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) |
1503 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) |
1496 |
|
1497 <p> |
1504 <p> |
1498 Private slot called, when the stop on copy/move checkbox is clicked. |
1505 Private slot called, when the stop on copy/move checkbox is clicked. |
1499 </p> |
1506 </p> |
|
1507 |
1500 <dl> |
1508 <dl> |
1501 |
1509 |
1502 <dt><i>checked</i> (bool)</dt> |
1510 <dt><i>checked</i> (bool)</dt> |
1503 <dd> |
1511 <dd> |
1504 flag indicating the state of the check box |
1512 flag indicating the state of the check box |
1505 </dd> |
1513 </dd> |
1506 </dl> |
1514 </dl> |
1507 <a NAME="GitLogBrowserDialog.on_toDate_dateChanged" ID="GitLogBrowserDialog.on_toDate_dateChanged"></a> |
1515 <a NAME="GitLogBrowserDialog.on_toDate_dateChanged" ID="GitLogBrowserDialog.on_toDate_dateChanged"></a> |
1508 <h4>GitLogBrowserDialog.on_toDate_dateChanged</h4> |
1516 <h4>GitLogBrowserDialog.on_toDate_dateChanged</h4> |
1509 <b>on_toDate_dateChanged</b>(<i>date</i>) |
1517 <b>on_toDate_dateChanged</b>(<i>date</i>) |
1510 |
|
1511 <p> |
1518 <p> |
1512 Private slot called, when the from date changes. |
1519 Private slot called, when the from date changes. |
1513 </p> |
1520 </p> |
|
1521 |
1514 <dl> |
1522 <dl> |
1515 |
1523 |
1516 <dt><i>date</i> (QDate)</dt> |
1524 <dt><i>date</i> (QDate)</dt> |
1517 <dd> |
1525 <dd> |
1518 new date |
1526 new date |
1519 </dd> |
1527 </dd> |
1520 </dl> |
1528 </dl> |
1521 <a NAME="GitLogBrowserDialog.on_upButton_clicked" ID="GitLogBrowserDialog.on_upButton_clicked"></a> |
1529 <a NAME="GitLogBrowserDialog.on_upButton_clicked" ID="GitLogBrowserDialog.on_upButton_clicked"></a> |
1522 <h4>GitLogBrowserDialog.on_upButton_clicked</h4> |
1530 <h4>GitLogBrowserDialog.on_upButton_clicked</h4> |
1523 <b>on_upButton_clicked</b>(<i></i>) |
1531 <b>on_upButton_clicked</b>(<i></i>) |
1524 |
|
1525 <p> |
1532 <p> |
1526 Private slot to move the current item up one entry. |
1533 Private slot to move the current item up one entry. |
1527 </p> |
1534 </p> |
|
1535 |
1528 <a NAME="GitLogBrowserDialog.show" ID="GitLogBrowserDialog.show"></a> |
1536 <a NAME="GitLogBrowserDialog.show" ID="GitLogBrowserDialog.show"></a> |
1529 <h4>GitLogBrowserDialog.show</h4> |
1537 <h4>GitLogBrowserDialog.show</h4> |
1530 <b>show</b>(<i></i>) |
1538 <b>show</b>(<i></i>) |
1531 |
|
1532 <p> |
1539 <p> |
1533 Public slot to show the dialog. |
1540 Public slot to show the dialog. |
1534 </p> |
1541 </p> |
|
1542 |
1535 <a NAME="GitLogBrowserDialog.start" ID="GitLogBrowserDialog.start"></a> |
1543 <a NAME="GitLogBrowserDialog.start" ID="GitLogBrowserDialog.start"></a> |
1536 <h4>GitLogBrowserDialog.start</h4> |
1544 <h4>GitLogBrowserDialog.start</h4> |
1537 <b>start</b>(<i>fn, isFile=False, noEntries=0</i>) |
1545 <b>start</b>(<i>fn, isFile=False, noEntries=0</i>) |
1538 |
|
1539 <p> |
1546 <p> |
1540 Public slot to start the git log command. |
1547 Public slot to start the git log command. |
1541 </p> |
1548 </p> |
|
1549 |
1542 <dl> |
1550 <dl> |
1543 |
1551 |
1544 <dt><i>fn</i> (str)</dt> |
1552 <dt><i>fn</i> (str)</dt> |
1545 <dd> |
1553 <dd> |
1546 filename to show the log for |
1554 filename to show the log for |