5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to show the output of the svn blame command. |
11 Module implementing a dialog to show the output of the svn blame command. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
15 <table> |
16 <table> |
16 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
17 </table> |
18 </table> |
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
20 <table> |
21 <table> |
|
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#SvnBlameDialog">SvnBlameDialog</a></td> |
22 <td><a href="#SvnBlameDialog">SvnBlameDialog</a></td> |
25 <td>Class implementing a dialog to show the output of the svn blame command.</td> |
23 <td>Class implementing a dialog to show the output of the svn blame command.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
28 <table> |
30 <table> |
29 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
30 </table> |
32 </table> |
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="SvnBlameDialog" ID="SvnBlameDialog"></a> |
34 <a NAME="SvnBlameDialog" ID="SvnBlameDialog"></a> |
36 <h2>SvnBlameDialog</h2> |
35 <h2>SvnBlameDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a dialog to show the output of the svn blame command. |
37 Class implementing a dialog to show the output of the svn blame command. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
42 QDialog, Ui_SvnBlameDialog |
41 QDialog, Ui_SvnBlameDialog |
43 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
44 |
43 <table> |
45 <table> |
44 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
45 </table> |
47 </table> |
46 |
48 <h3>Class Methods</h3> |
47 <h3>Class Methods</h3> |
49 |
48 <table> |
50 <table> |
49 <tr><td>None</td></tr> |
51 <tr><td>None</td></tr> |
50 </table> |
52 </table> |
51 |
53 <h3>Methods</h3> |
52 <h3>Methods</h3> |
54 |
53 <table> |
55 <table> |
|
56 |
|
57 <tr> |
54 <tr> |
58 <td><a href="#SvnBlameDialog.__init__">SvnBlameDialog</a></td> |
55 <td><a href="#SvnBlameDialog.__init__">SvnBlameDialog</a></td> |
59 <td>Constructor</td> |
56 <td>Constructor</td> |
60 </tr> |
57 </tr> |
61 <tr> |
58 <tr> |
184 </dd> |
182 </dd> |
185 </dl> |
183 </dl> |
186 <a NAME="SvnBlameDialog.__readStderr" ID="SvnBlameDialog.__readStderr"></a> |
184 <a NAME="SvnBlameDialog.__readStderr" ID="SvnBlameDialog.__readStderr"></a> |
187 <h4>SvnBlameDialog.__readStderr</h4> |
185 <h4>SvnBlameDialog.__readStderr</h4> |
188 <b>__readStderr</b>(<i></i>) |
186 <b>__readStderr</b>(<i></i>) |
189 |
|
190 <p> |
187 <p> |
191 Private slot to handle the readyReadStderr signal. |
188 Private slot to handle the readyReadStderr signal. |
192 </p> |
189 </p> |
193 <p> |
190 <p> |
194 It reads the error output of the process and inserts it into the |
191 It reads the error output of the process and inserts it into the |
195 error pane. |
192 error pane. |
196 </p> |
193 </p> |
|
194 |
197 <a NAME="SvnBlameDialog.__readStdout" ID="SvnBlameDialog.__readStdout"></a> |
195 <a NAME="SvnBlameDialog.__readStdout" ID="SvnBlameDialog.__readStdout"></a> |
198 <h4>SvnBlameDialog.__readStdout</h4> |
196 <h4>SvnBlameDialog.__readStdout</h4> |
199 <b>__readStdout</b>(<i></i>) |
197 <b>__readStdout</b>(<i></i>) |
200 |
|
201 <p> |
198 <p> |
202 Private slot to handle the readyReadStdout signal. |
199 Private slot to handle the readyReadStdout signal. |
203 </p> |
200 </p> |
204 <p> |
201 <p> |
205 It reads the output of the process, formats it and inserts it into |
202 It reads the output of the process, formats it and inserts it into |
206 the contents pane. |
203 the contents pane. |
207 </p> |
204 </p> |
|
205 |
208 <a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> |
206 <a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> |
209 <h4>SvnBlameDialog.__resizeColumns</h4> |
207 <h4>SvnBlameDialog.__resizeColumns</h4> |
210 <b>__resizeColumns</b>(<i></i>) |
208 <b>__resizeColumns</b>(<i></i>) |
211 |
|
212 <p> |
209 <p> |
213 Private method to resize the list columns. |
210 Private method to resize the list columns. |
214 </p> |
211 </p> |
|
212 |
215 <a NAME="SvnBlameDialog.closeEvent" ID="SvnBlameDialog.closeEvent"></a> |
213 <a NAME="SvnBlameDialog.closeEvent" ID="SvnBlameDialog.closeEvent"></a> |
216 <h4>SvnBlameDialog.closeEvent</h4> |
214 <h4>SvnBlameDialog.closeEvent</h4> |
217 <b>closeEvent</b>(<i>e</i>) |
215 <b>closeEvent</b>(<i>e</i>) |
218 |
|
219 <p> |
216 <p> |
220 Protected slot implementing a close event handler. |
217 Protected slot implementing a close event handler. |
221 </p> |
218 </p> |
|
219 |
222 <dl> |
220 <dl> |
223 |
221 |
224 <dt><i>e</i> (QCloseEvent)</dt> |
222 <dt><i>e</i> (QCloseEvent)</dt> |
225 <dd> |
223 <dd> |
226 close event |
224 close event |
227 </dd> |
225 </dd> |
228 </dl> |
226 </dl> |
229 <a NAME="SvnBlameDialog.keyPressEvent" ID="SvnBlameDialog.keyPressEvent"></a> |
227 <a NAME="SvnBlameDialog.keyPressEvent" ID="SvnBlameDialog.keyPressEvent"></a> |
230 <h4>SvnBlameDialog.keyPressEvent</h4> |
228 <h4>SvnBlameDialog.keyPressEvent</h4> |
231 <b>keyPressEvent</b>(<i>evt</i>) |
229 <b>keyPressEvent</b>(<i>evt</i>) |
232 |
|
233 <p> |
230 <p> |
234 Protected slot to handle a key press event. |
231 Protected slot to handle a key press event. |
235 </p> |
232 </p> |
|
233 |
236 <dl> |
234 <dl> |
237 |
235 |
238 <dt><i>evt</i> (QKeyEvent)</dt> |
236 <dt><i>evt</i> (QKeyEvent)</dt> |
239 <dd> |
237 <dd> |
240 the key press event |
238 the key press event |
241 </dd> |
239 </dd> |
242 </dl> |
240 </dl> |
243 <a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> |
241 <a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> |
244 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> |
242 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> |
245 <b>on_buttonBox_clicked</b>(<i>button</i>) |
243 <b>on_buttonBox_clicked</b>(<i>button</i>) |
246 |
|
247 <p> |
244 <p> |
248 Private slot called by a button of the button box clicked. |
245 Private slot called by a button of the button box clicked. |
249 </p> |
246 </p> |
|
247 |
250 <dl> |
248 <dl> |
251 |
249 |
252 <dt><i>button</i> (QAbstractButton)</dt> |
250 <dt><i>button</i> (QAbstractButton)</dt> |
253 <dd> |
251 <dd> |
254 button that was clicked |
252 button that was clicked |
255 </dd> |
253 </dd> |
256 </dl> |
254 </dl> |
257 <a NAME="SvnBlameDialog.on_input_returnPressed" ID="SvnBlameDialog.on_input_returnPressed"></a> |
255 <a NAME="SvnBlameDialog.on_input_returnPressed" ID="SvnBlameDialog.on_input_returnPressed"></a> |
258 <h4>SvnBlameDialog.on_input_returnPressed</h4> |
256 <h4>SvnBlameDialog.on_input_returnPressed</h4> |
259 <b>on_input_returnPressed</b>(<i></i>) |
257 <b>on_input_returnPressed</b>(<i></i>) |
260 |
|
261 <p> |
258 <p> |
262 Private slot to handle the press of the return key in the input field. |
259 Private slot to handle the press of the return key in the input field. |
263 </p> |
260 </p> |
|
261 |
264 <a NAME="SvnBlameDialog.on_passwordCheckBox_toggled" ID="SvnBlameDialog.on_passwordCheckBox_toggled"></a> |
262 <a NAME="SvnBlameDialog.on_passwordCheckBox_toggled" ID="SvnBlameDialog.on_passwordCheckBox_toggled"></a> |
265 <h4>SvnBlameDialog.on_passwordCheckBox_toggled</h4> |
263 <h4>SvnBlameDialog.on_passwordCheckBox_toggled</h4> |
266 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
264 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
267 |
|
268 <p> |
265 <p> |
269 Private slot to handle the password checkbox toggled. |
266 Private slot to handle the password checkbox toggled. |
270 </p> |
267 </p> |
|
268 |
271 <dl> |
269 <dl> |
272 |
270 |
273 <dt><i>isOn</i> (bool)</dt> |
271 <dt><i>isOn</i> (bool)</dt> |
274 <dd> |
272 <dd> |
275 flag indicating the status of the check box |
273 flag indicating the status of the check box |
276 </dd> |
274 </dd> |
277 </dl> |
275 </dl> |
278 <a NAME="SvnBlameDialog.on_sendButton_clicked" ID="SvnBlameDialog.on_sendButton_clicked"></a> |
276 <a NAME="SvnBlameDialog.on_sendButton_clicked" ID="SvnBlameDialog.on_sendButton_clicked"></a> |
279 <h4>SvnBlameDialog.on_sendButton_clicked</h4> |
277 <h4>SvnBlameDialog.on_sendButton_clicked</h4> |
280 <b>on_sendButton_clicked</b>(<i></i>) |
278 <b>on_sendButton_clicked</b>(<i></i>) |
281 |
|
282 <p> |
279 <p> |
283 Private slot to send the input to the subversion process. |
280 Private slot to send the input to the subversion process. |
284 </p> |
281 </p> |
|
282 |
285 <a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> |
283 <a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> |
286 <h4>SvnBlameDialog.start</h4> |
284 <h4>SvnBlameDialog.start</h4> |
287 <b>start</b>(<i>fn</i>) |
285 <b>start</b>(<i>fn</i>) |
288 |
|
289 <p> |
286 <p> |
290 Public slot to start the svn blame command. |
287 Public slot to start the svn blame command. |
291 </p> |
288 </p> |
|
289 |
292 <dl> |
290 <dl> |
293 |
291 |
294 <dt><i>fn</i> (str)</dt> |
292 <dt><i>fn</i> (str)</dt> |
295 <dd> |
293 <dd> |
296 filename to show the blame for |
294 filename to show the blame for |