Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html

changeset 5449
7679d1d3671a
parent 3673
e26d7d0c1088
child 5450
a5d5e757efcf
equal deleted inserted replaced
5448:1a86766ed19a 5449:7679d1d3671a
121 <td>Private slot to handle the Diff to Previous button.</td> 121 <td>Private slot to handle the Diff to Previous button.</td>
122 </tr><tr> 122 </tr><tr>
123 <td><a href="#SvnLogBrowserDialog.on_diffRevisionsButton_clicked">on_diffRevisionsButton_clicked</a></td> 123 <td><a href="#SvnLogBrowserDialog.on_diffRevisionsButton_clicked">on_diffRevisionsButton_clicked</a></td>
124 <td>Private slot to handle the Compare Revisions button.</td> 124 <td>Private slot to handle the Compare Revisions button.</td>
125 </tr><tr> 125 </tr><tr>
126 <td><a href="#SvnLogBrowserDialog.on_downButton_clicked">on_downButton_clicked</a></td>
127 <td>Private slot to move the current item down one entry.</td>
128 </tr><tr>
126 <td><a href="#SvnLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td> 129 <td><a href="#SvnLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td>
127 <td>Private slot called, when a new filter field is selected.</td> 130 <td>Private slot called, when a new filter field is selected.</td>
128 </tr><tr> 131 </tr><tr>
129 <td><a href="#SvnLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> 132 <td><a href="#SvnLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td>
130 <td>Private slot called, when the from date changes.</td> 133 <td>Private slot called, when the from date changes.</td>
153 <td><a href="#SvnLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td> 156 <td><a href="#SvnLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td>
154 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td> 157 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td>
155 </tr><tr> 158 </tr><tr>
156 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> 159 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td>
157 <td>Private slot called, when the from date changes.</td> 160 <td>Private slot called, when the from date changes.</td>
161 </tr><tr>
162 <td><a href="#SvnLogBrowserDialog.on_upButton_clicked">on_upButton_clicked</a></td>
163 <td>Private slot to move the current item up one entry.</td>
158 </tr><tr> 164 </tr><tr>
159 <td><a href="#SvnLogBrowserDialog.show">show</a></td> 165 <td><a href="#SvnLogBrowserDialog.show">show</a></td>
160 <td>Public slot to show the dialog.</td> 166 <td>Public slot to show the dialog.</td>
161 </tr><tr> 167 </tr><tr>
162 <td><a href="#SvnLogBrowserDialog.start">start</a></td> 168 <td><a href="#SvnLogBrowserDialog.start">start</a></td>
367 </p><a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a> 373 </p><a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a>
368 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4> 374 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4>
369 <b>on_diffRevisionsButton_clicked</b>(<i></i>) 375 <b>on_diffRevisionsButton_clicked</b>(<i></i>)
370 <p> 376 <p>
371 Private slot to handle the Compare Revisions button. 377 Private slot to handle the Compare Revisions button.
378 </p><a NAME="SvnLogBrowserDialog.on_downButton_clicked" ID="SvnLogBrowserDialog.on_downButton_clicked"></a>
379 <h4>SvnLogBrowserDialog.on_downButton_clicked</h4>
380 <b>on_downButton_clicked</b>(<i></i>)
381 <p>
382 Private slot to move the current item down one entry.
372 </p><a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> 383 </p><a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a>
373 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> 384 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4>
374 <b>on_fieldCombo_activated</b>(<i>txt</i>) 385 <b>on_fieldCombo_activated</b>(<i>txt</i>)
375 <p> 386 <p>
376 Private slot called, when a new filter field is selected. 387 Private slot called, when a new filter field is selected.
460 </p><dl> 471 </p><dl>
461 <dt><i>date</i></dt> 472 <dt><i>date</i></dt>
462 <dd> 473 <dd>
463 new date (QDate) 474 new date (QDate)
464 </dd> 475 </dd>
465 </dl><a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a> 476 </dl><a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a>
477 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4>
478 <b>on_upButton_clicked</b>(<i></i>)
479 <p>
480 Private slot to move the current item up one entry.
481 </p><a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a>
466 <h4>SvnLogBrowserDialog.show</h4> 482 <h4>SvnLogBrowserDialog.show</h4>
467 <b>show</b>(<i></i>) 483 <b>show</b>(<i></i>)
468 <p> 484 <p>
469 Public slot to show the dialog. 485 Public slot to show the dialog.
470 </p><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> 486 </p><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a>

eric ide

mercurial