Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
43 <a NAME="HgLogDialog" ID="HgLogDialog"></a> 43 <a NAME="HgLogDialog" ID="HgLogDialog"></a>
44 <h2>HgLogDialog</h2> 44 <h2>HgLogDialog</h2>
45 <p> 45 <p>
46 Class implementing a dialog to show the output of the hg log command process. 46 Class implementing a dialog to show the output of the hg log command process.
47 </p><p> 47 </p><p>
48 The dialog is nonmodal. Clicking a link in the upper text pane shows 48 The dialog is nonmodal. Clicking a link in the upper text pane shows
49 a diff of the revisions. 49 a diff of the revisions.
50 </p> 50 </p>
51 <h3>Derived from</h3> 51 <h3>Derived from</h3>
52 QWidget, Ui_HgLogDialog 52 QWidget, Ui_HgLogDialog
53 <h3>Class Attributes</h3> 53 <h3>Class Attributes</h3>
94 <td>Public slot to start the hg log command.</td> 94 <td>Public slot to start the hg log command.</td>
95 </tr> 95 </tr>
96 </table> 96 </table>
97 <a NAME="HgLogDialog.__init__" ID="HgLogDialog.__init__"></a> 97 <a NAME="HgLogDialog.__init__" ID="HgLogDialog.__init__"></a>
98 <h4>HgLogDialog (Constructor)</h4> 98 <h4>HgLogDialog (Constructor)</h4>
99 <b>HgLogDialog</b>(<i>vcs, mode = "log", bundle = None, parent = None</i>) 99 <b>HgLogDialog</b>(<i>vcs, mode="log", bundle=None, parent=None</i>)
100 <p> 100 <p>
101 Constructor 101 Constructor
102 </p><dl> 102 </p><dl>
103 <dt><i>vcs</i></dt> 103 <dt><i>vcs</i></dt>
104 <dd> 104 <dd>
151 error pane. 151 error pane.
152 </p><a NAME="HgLogDialog.__readStdout" ID="HgLogDialog.__readStdout"></a> 152 </p><a NAME="HgLogDialog.__readStdout" ID="HgLogDialog.__readStdout"></a>
153 <h4>HgLogDialog.__readStdout</h4> 153 <h4>HgLogDialog.__readStdout</h4>
154 <b>__readStdout</b>(<i></i>) 154 <b>__readStdout</b>(<i></i>)
155 <p> 155 <p>
156 Private slot to handle the readyReadStandardOutput signal. 156 Private slot to handle the readyReadStandardOutput signal.
157 </p><p> 157 </p><p>
158 It reads the output of the process and inserts it into a buffer. 158 It reads the output of the process and inserts it into a buffer.
159 </p><a NAME="HgLogDialog.__sourceChanged" ID="HgLogDialog.__sourceChanged"></a> 159 </p><a NAME="HgLogDialog.__sourceChanged" ID="HgLogDialog.__sourceChanged"></a>
160 <h4>HgLogDialog.__sourceChanged</h4> 160 <h4>HgLogDialog.__sourceChanged</h4>
161 <b>__sourceChanged</b>(<i>url</i>) 161 <b>__sourceChanged</b>(<i>url</i>)
206 <b>on_sendButton_clicked</b>(<i></i>) 206 <b>on_sendButton_clicked</b>(<i></i>)
207 <p> 207 <p>
208 Private slot to send the input to the hg process. 208 Private slot to send the input to the hg process.
209 </p><a NAME="HgLogDialog.start" ID="HgLogDialog.start"></a> 209 </p><a NAME="HgLogDialog.start" ID="HgLogDialog.start"></a>
210 <h4>HgLogDialog.start</h4> 210 <h4>HgLogDialog.start</h4>
211 <b>start</b>(<i>fn, noEntries = 0</i>) 211 <b>start</b>(<i>fn, noEntries=0</i>)
212 <p> 212 <p>
213 Public slot to start the hg log command. 213 Public slot to start the hg log command.
214 </p><dl> 214 </p><dl>
215 <dt><i>fn</i></dt> 215 <dt><i>fn</i></dt>
216 <dd> 216 <dd>

eric ide

mercurial