eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html

changeset 7370
5fb53279f2df
parent 7273
391d6b7b1eff
child 7489
6543bcd150fd
equal deleted inserted replaced
7369:dbeeed55df08 7370:5fb53279f2df
207 <tr> 207 <tr>
208 <td><a href="#HgLogBrowserDialog.__prepareFieldSearch">__prepareFieldSearch</a></td> 208 <td><a href="#HgLogBrowserDialog.__prepareFieldSearch">__prepareFieldSearch</a></td>
209 <td>Private slot to prepare the filed search data.</td> 209 <td>Private slot to prepare the filed search data.</td>
210 </tr> 210 </tr>
211 <tr> 211 <tr>
212 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td>
213 <td>Private slot connected to the finished signal.</td>
214 </tr>
215 <tr>
216 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> 212 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td>
217 <td>Private method to process the buffered output of the hg log command.</td> 213 <td>Private method to process the buffered output of the hg log command.</td>
218 </tr> 214 </tr>
219 <tr> 215 <tr>
220 <td><a href="#HgLogBrowserDialog.__pullActTriggered">__pullActTriggered</a></td> 216 <td><a href="#HgLogBrowserDialog.__pullActTriggered">__pullActTriggered</a></td>
227 <tr> 223 <tr>
228 <td><a href="#HgLogBrowserDialog.__pushAllActTriggered">__pushAllActTriggered</a></td> 224 <td><a href="#HgLogBrowserDialog.__pushAllActTriggered">__pushAllActTriggered</a></td>
229 <td>Private slot to push all changes to a remote repository.</td> 225 <td>Private slot to push all changes to a remote repository.</td>
230 </tr> 226 </tr>
231 <tr> 227 <tr>
232 <td><a href="#HgLogBrowserDialog.__readStderr">__readStderr</a></td>
233 <td>Private slot to handle the readyReadStandardError signal.</td>
234 </tr>
235 <tr>
236 <td><a href="#HgLogBrowserDialog.__readStdout">__readStdout</a></td>
237 <td>Private slot to handle the readyReadStandardOutput signal.</td>
238 </tr>
239 <tr>
240 <td><a href="#HgLogBrowserDialog.__reloadGeometry">__reloadGeometry</a></td> 228 <td><a href="#HgLogBrowserDialog.__reloadGeometry">__reloadGeometry</a></td>
241 <td>Private method to restore the geometry.</td> 229 <td>Private method to restore the geometry.</td>
242 </tr> 230 </tr>
243 <tr> 231 <tr>
244 <td><a href="#HgLogBrowserDialog.__resetUI">__resetUI</a></td> 232 <td><a href="#HgLogBrowserDialog.__resetUI">__resetUI</a></td>
311 <tr> 299 <tr>
312 <td><a href="#HgLogBrowserDialog.col2x">col2x</a></td> 300 <td><a href="#HgLogBrowserDialog.col2x">col2x</a></td>
313 <td>Local function to calculate a x-position for a column.</td> 301 <td>Local function to calculate a x-position for a column.</td>
314 </tr> 302 </tr>
315 <tr> 303 <tr>
316 <td><a href="#HgLogBrowserDialog.keyPressEvent">keyPressEvent</a></td>
317 <td>Protected slot to handle a key press event.</td>
318 </tr>
319 <tr>
320 <td><a href="#HgLogBrowserDialog.on_branchCombo_activated">on_branchCombo_activated</a></td> 304 <td><a href="#HgLogBrowserDialog.on_branchCombo_activated">on_branchCombo_activated</a></td>
321 <td>Private slot called, when a new branch is selected.</td> 305 <td>Private slot called, when a new branch is selected.</td>
322 </tr> 306 </tr>
323 <tr> 307 <tr>
324 <td><a href="#HgLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 308 <td><a href="#HgLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
351 <tr> 335 <tr>
352 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> 336 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td>
353 <td>Private slot called, when the from date changes.</td> 337 <td>Private slot called, when the from date changes.</td>
354 </tr> 338 </tr>
355 <tr> 339 <tr>
356 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td>
357 <td>Private slot to handle the press of the return key in the input field.</td>
358 </tr>
359 <tr>
360 <td><a href="#HgLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td> 340 <td><a href="#HgLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td>
361 <td>Private slot called, when the current item of the log tree changes.</td> 341 <td>Private slot called, when the current item of the log tree changes.</td>
362 </tr> 342 </tr>
363 <tr> 343 <tr>
364 <td><a href="#HgLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td> 344 <td><a href="#HgLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td>
371 <tr> 351 <tr>
372 <td><a href="#HgLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> 352 <td><a href="#HgLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td>
373 <td>Private slot to handle the Next button.</td> 353 <td>Private slot to handle the Next button.</td>
374 </tr> 354 </tr>
375 <tr> 355 <tr>
376 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
377 <td>Private slot to handle the password checkbox toggled.</td>
378 </tr>
379 <tr>
380 <td><a href="#HgLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> 356 <td><a href="#HgLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
381 <td>Private slot to refresh the log.</td> 357 <td>Private slot to refresh the log.</td>
382 </tr> 358 </tr>
383 <tr> 359 <tr>
384 <td><a href="#HgLogBrowserDialog.on_rxEdit_returnPressed">on_rxEdit_returnPressed</a></td> 360 <td><a href="#HgLogBrowserDialog.on_rxEdit_returnPressed">on_rxEdit_returnPressed</a></td>
393 <td>Private slot to handle the selection of the save link.</td> 369 <td>Private slot to handle the selection of the save link.</td>
394 </tr> 370 </tr>
395 <tr> 371 <tr>
396 <td><a href="#HgLogBrowserDialog.on_sbsSelectLabel_linkActivated">on_sbsSelectLabel_linkActivated</a></td> 372 <td><a href="#HgLogBrowserDialog.on_sbsSelectLabel_linkActivated">on_sbsSelectLabel_linkActivated</a></td>
397 <td>Private slot to handle selection of a side-by-side link.</td> 373 <td>Private slot to handle selection of a side-by-side link.</td>
398 </tr>
399 <tr>
400 <td><a href="#HgLogBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
401 <td>Private slot to send the input to the mercurial process.</td>
402 </tr> 374 </tr>
403 <tr> 375 <tr>
404 <td><a href="#HgLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td> 376 <td><a href="#HgLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td>
405 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td> 377 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td>
406 </tr> 378 </tr>
957 <dd> 929 <dd>
958 tuple of field index, search expression and flag indicating 930 tuple of field index, search expression and flag indicating
959 that the field index is a data role (integer, string, boolean) 931 that the field index is a data role (integer, string, boolean)
960 </dd> 932 </dd>
961 </dl> 933 </dl>
962 <a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a>
963 <h4>HgLogBrowserDialog.__procFinished</h4>
964 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
965
966 <p>
967 Private slot connected to the finished signal.
968 </p>
969 <dl>
970
971 <dt><i>exitCode</i></dt>
972 <dd>
973 exit code of the process (integer)
974 </dd>
975 <dt><i>exitStatus</i></dt>
976 <dd>
977 exit status of the process (QProcess.ExitStatus)
978 </dd>
979 </dl>
980 <a NAME="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a> 934 <a NAME="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a>
981 <h4>HgLogBrowserDialog.__processBuffer</h4> 935 <h4>HgLogBrowserDialog.__processBuffer</h4>
982 <b>__processBuffer</b>(<i></i>) 936 <b>__processBuffer</b>(<i></i>)
983 937
984 <p> 938 <p>
1004 <b>__pushAllActTriggered</b>(<i></i>) 958 <b>__pushAllActTriggered</b>(<i></i>)
1005 959
1006 <p> 960 <p>
1007 Private slot to push all changes to a remote repository. 961 Private slot to push all changes to a remote repository.
1008 </p> 962 </p>
1009 <a NAME="HgLogBrowserDialog.__readStderr" ID="HgLogBrowserDialog.__readStderr"></a>
1010 <h4>HgLogBrowserDialog.__readStderr</h4>
1011 <b>__readStderr</b>(<i></i>)
1012
1013 <p>
1014 Private slot to handle the readyReadStandardError signal.
1015 </p>
1016 <p>
1017 It reads the error output of the process and inserts it into the
1018 error pane.
1019 </p>
1020 <a NAME="HgLogBrowserDialog.__readStdout" ID="HgLogBrowserDialog.__readStdout"></a>
1021 <h4>HgLogBrowserDialog.__readStdout</h4>
1022 <b>__readStdout</b>(<i></i>)
1023
1024 <p>
1025 Private slot to handle the readyReadStandardOutput signal.
1026 </p>
1027 <p>
1028 It reads the output of the process and inserts it into a buffer.
1029 </p>
1030 <a NAME="HgLogBrowserDialog.__reloadGeometry" ID="HgLogBrowserDialog.__reloadGeometry"></a> 963 <a NAME="HgLogBrowserDialog.__reloadGeometry" ID="HgLogBrowserDialog.__reloadGeometry"></a>
1031 <h4>HgLogBrowserDialog.__reloadGeometry</h4> 964 <h4>HgLogBrowserDialog.__reloadGeometry</h4>
1032 <b>__reloadGeometry</b>(<i></i>) 965 <b>__reloadGeometry</b>(<i></i>)
1033 966
1034 <p> 967 <p>
1211 <dt><i>radius</i></dt> 1144 <dt><i>radius</i></dt>
1212 <dd> 1145 <dd>
1213 radius of the indicator circle (integer) 1146 radius of the indicator circle (integer)
1214 </dd> 1147 </dd>
1215 </dl> 1148 </dl>
1216 <a NAME="HgLogBrowserDialog.keyPressEvent" ID="HgLogBrowserDialog.keyPressEvent"></a>
1217 <h4>HgLogBrowserDialog.keyPressEvent</h4>
1218 <b>keyPressEvent</b>(<i>evt</i>)
1219
1220 <p>
1221 Protected slot to handle a key press event.
1222 </p>
1223 <dl>
1224
1225 <dt><i>evt</i></dt>
1226 <dd>
1227 the key press event (QKeyEvent)
1228 </dd>
1229 </dl>
1230 <a NAME="HgLogBrowserDialog.on_branchCombo_activated" ID="HgLogBrowserDialog.on_branchCombo_activated"></a> 1149 <a NAME="HgLogBrowserDialog.on_branchCombo_activated" ID="HgLogBrowserDialog.on_branchCombo_activated"></a>
1231 <h4>HgLogBrowserDialog.on_branchCombo_activated</h4> 1150 <h4>HgLogBrowserDialog.on_branchCombo_activated</h4>
1232 <b>on_branchCombo_activated</b>(<i>txt</i>) 1151 <b>on_branchCombo_activated</b>(<i>txt</i>)
1233 1152
1234 <p> 1153 <p>
1334 <dt><i>date</i></dt> 1253 <dt><i>date</i></dt>
1335 <dd> 1254 <dd>
1336 new date (QDate) 1255 new date (QDate)
1337 </dd> 1256 </dd>
1338 </dl> 1257 </dl>
1339 <a NAME="HgLogBrowserDialog.on_input_returnPressed" ID="HgLogBrowserDialog.on_input_returnPressed"></a>
1340 <h4>HgLogBrowserDialog.on_input_returnPressed</h4>
1341 <b>on_input_returnPressed</b>(<i></i>)
1342
1343 <p>
1344 Private slot to handle the press of the return key in the input field.
1345 </p>
1346 <a NAME="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a> 1258 <a NAME="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a>
1347 <h4>HgLogBrowserDialog.on_logTree_currentItemChanged</h4> 1259 <h4>HgLogBrowserDialog.on_logTree_currentItemChanged</h4>
1348 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) 1260 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>)
1349 1261
1350 <p> 1262 <p>
1387 <b>on_nextButton_clicked</b>(<i></i>) 1299 <b>on_nextButton_clicked</b>(<i></i>)
1388 1300
1389 <p> 1301 <p>
1390 Private slot to handle the Next button. 1302 Private slot to handle the Next button.
1391 </p> 1303 </p>
1392 <a NAME="HgLogBrowserDialog.on_passwordCheckBox_toggled" ID="HgLogBrowserDialog.on_passwordCheckBox_toggled"></a>
1393 <h4>HgLogBrowserDialog.on_passwordCheckBox_toggled</h4>
1394 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
1395
1396 <p>
1397 Private slot to handle the password checkbox toggled.
1398 </p>
1399 <dl>
1400
1401 <dt><i>isOn</i></dt>
1402 <dd>
1403 flag indicating the status of the check box (boolean)
1404 </dd>
1405 </dl>
1406 <a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a> 1304 <a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a>
1407 <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4> 1305 <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4>
1408 <b>on_refreshButton_clicked</b>(<i>addNext=False</i>) 1306 <b>on_refreshButton_clicked</b>(<i>addNext=False</i>)
1409 1307
1410 <p> 1308 <p>
1465 <dt><i>link</i> (str)</dt> 1363 <dt><i>link</i> (str)</dt>
1466 <dd> 1364 <dd>
1467 text of the selected link 1365 text of the selected link
1468 </dd> 1366 </dd>
1469 </dl> 1367 </dl>
1470 <a NAME="HgLogBrowserDialog.on_sendButton_clicked" ID="HgLogBrowserDialog.on_sendButton_clicked"></a>
1471 <h4>HgLogBrowserDialog.on_sendButton_clicked</h4>
1472 <b>on_sendButton_clicked</b>(<i></i>)
1473
1474 <p>
1475 Private slot to send the input to the mercurial process.
1476 </p>
1477 <a NAME="HgLogBrowserDialog.on_stopCheckBox_clicked" ID="HgLogBrowserDialog.on_stopCheckBox_clicked"></a> 1368 <a NAME="HgLogBrowserDialog.on_stopCheckBox_clicked" ID="HgLogBrowserDialog.on_stopCheckBox_clicked"></a>
1478 <h4>HgLogBrowserDialog.on_stopCheckBox_clicked</h4> 1369 <h4>HgLogBrowserDialog.on_stopCheckBox_clicked</h4>
1479 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) 1370 <b>on_stopCheckBox_clicked</b>(<i>checked</i>)
1480 1371
1481 <p> 1372 <p>

eric ide

mercurial