969 tuple of (int, str, bool) |
969 tuple of (int, str, bool) |
970 </dd> |
970 </dd> |
971 </dl> |
971 </dl> |
972 <a NAME="GitLogBrowserDialog.__procFinished" ID="GitLogBrowserDialog.__procFinished"></a> |
972 <a NAME="GitLogBrowserDialog.__procFinished" ID="GitLogBrowserDialog.__procFinished"></a> |
973 <h4>GitLogBrowserDialog.__procFinished</h4> |
973 <h4>GitLogBrowserDialog.__procFinished</h4> |
974 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
974 <b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) |
975 <p> |
975 <p> |
976 Private slot connected to the finished signal. |
976 Private slot connected to the finished signal. |
977 </p> |
977 </p> |
978 |
978 |
979 <dl> |
979 <dl> |
980 |
980 |
981 <dt><i>exitCode</i> (int)</dt> |
981 <dt><i>_exitCode</i> (int)</dt> |
982 <dd> |
982 <dd> |
983 exit code of the process |
983 exit code of the process (unused) |
984 </dd> |
984 </dd> |
985 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
985 <dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> |
986 <dd> |
986 <dd> |
987 exit status of the process |
987 exit status of the process (unused) |
988 </dd> |
988 </dd> |
989 </dl> |
989 </dl> |
990 <a NAME="GitLogBrowserDialog.__processBuffer" ID="GitLogBrowserDialog.__processBuffer"></a> |
990 <a NAME="GitLogBrowserDialog.__processBuffer" ID="GitLogBrowserDialog.__processBuffer"></a> |
991 <h4>GitLogBrowserDialog.__processBuffer</h4> |
991 <h4>GitLogBrowserDialog.__processBuffer</h4> |
992 <b>__processBuffer</b>(<i></i>) |
992 <b>__processBuffer</b>(<i></i>) |
1498 Private slot to send the input to the git process. |
1498 Private slot to send the input to the git process. |
1499 </p> |
1499 </p> |
1500 |
1500 |
1501 <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> |
1502 <h4>GitLogBrowserDialog.on_stopCheckBox_clicked</h4> |
1502 <h4>GitLogBrowserDialog.on_stopCheckBox_clicked</h4> |
1503 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) |
1503 <b>on_stopCheckBox_clicked</b>(<i>_checked</i>) |
1504 <p> |
1504 <p> |
1505 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. |
1506 </p> |
1506 </p> |
1507 |
1507 |
1508 <dl> |
1508 <dl> |
1509 |
1509 |
1510 <dt><i>checked</i> (bool)</dt> |
1510 <dt><i>_checked</i> (bool)</dt> |
1511 <dd> |
1511 <dd> |
1512 flag indicating the state of the check box |
1512 flag indicating the state of the check box (unused) |
1513 </dd> |
1513 </dd> |
1514 </dl> |
1514 </dl> |
1515 <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> |
1516 <h4>GitLogBrowserDialog.on_toDate_dateChanged</h4> |
1516 <h4>GitLogBrowserDialog.on_toDate_dateChanged</h4> |
1517 <b>on_toDate_dateChanged</b>(<i>date</i>) |
1517 <b>on_toDate_dateChanged</b>(<i>date</i>) |