|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to browse the log history. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#SvnLogBrowserDialog">SvnLogBrowserDialog</a></td> |
|
34 <td>Class implementing a dialog to browse the log history.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="SvnLogBrowserDialog" ID="SvnLogBrowserDialog"></a> |
|
43 <h2>SvnLogBrowserDialog</h2> |
|
44 <p> |
|
45 Class implementing a dialog to browse the log history. |
|
46 </p> |
|
47 <h3>Derived from</h3> |
|
48 QWidget, Ui_SvnLogBrowserDialog |
|
49 <h3>Class Attributes</h3> |
|
50 <table> |
|
51 <tr><td>None</td></tr> |
|
52 </table> |
|
53 <h3>Class Methods</h3> |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 <table> |
|
59 <tr> |
|
60 <td><a href="#SvnLogBrowserDialog.__init__">SvnLogBrowserDialog</a></td> |
|
61 <td>Constructor</td> |
|
62 </tr><tr> |
|
63 <td><a href="#SvnLogBrowserDialog.__diffRevisions">__diffRevisions</a></td> |
|
64 <td>Private method to do a diff of two revisions.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#SvnLogBrowserDialog.__filterLogs">__filterLogs</a></td> |
|
67 <td>Private method to filter the log entries.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#SvnLogBrowserDialog.__finish">__finish</a></td> |
|
70 <td>Private slot called when the process finished or the user pressed the button.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#SvnLogBrowserDialog.__generateFileItem">__generateFileItem</a></td> |
|
73 <td>Private method to generate a changed files tree entry.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#SvnLogBrowserDialog.__generateLogItem">__generateLogItem</a></td> |
|
76 <td>Private method to generate a log tree entry.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#SvnLogBrowserDialog.__getLogEntries">__getLogEntries</a></td> |
|
79 <td>Private method to retrieve log entries from the repository.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#SvnLogBrowserDialog.__initData">__initData</a></td> |
|
82 <td>Private method to (re-)initialize some data.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#SvnLogBrowserDialog.__procFinished">__procFinished</a></td> |
|
85 <td>Private slot connected to the finished signal.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#SvnLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
|
88 <td>Private method to process the buffered output of the svn log command.</td> |
|
89 </tr><tr> |
|
90 <td><a href="#SvnLogBrowserDialog.__readStderr">__readStderr</a></td> |
|
91 <td>Private slot to handle the readyReadStandardError signal.</td> |
|
92 </tr><tr> |
|
93 <td><a href="#SvnLogBrowserDialog.__readStdout">__readStdout</a></td> |
|
94 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
|
95 </tr><tr> |
|
96 <td><a href="#SvnLogBrowserDialog.__resetUI">__resetUI</a></td> |
|
97 <td>Private method to reset the user interface.</td> |
|
98 </tr><tr> |
|
99 <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> |
|
100 <td>Private method to resize the changed files tree columns.</td> |
|
101 </tr><tr> |
|
102 <td><a href="#SvnLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> |
|
103 <td>Private method to resize the log tree columns.</td> |
|
104 </tr><tr> |
|
105 <td><a href="#SvnLogBrowserDialog.__resortFiles">__resortFiles</a></td> |
|
106 <td>Private method to resort the changed files tree.</td> |
|
107 </tr><tr> |
|
108 <td><a href="#SvnLogBrowserDialog.__resortLog">__resortLog</a></td> |
|
109 <td>Private method to resort the log tree.</td> |
|
110 </tr><tr> |
|
111 <td><a href="#SvnLogBrowserDialog.closeEvent">closeEvent</a></td> |
|
112 <td>Protected slot implementing a close event handler.</td> |
|
113 </tr><tr> |
|
114 <td><a href="#SvnLogBrowserDialog.keyPressEvent">keyPressEvent</a></td> |
|
115 <td>Protected slot to handle a key press event.</td> |
|
116 </tr><tr> |
|
117 <td><a href="#SvnLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
118 <td>Private slot called by a button of the button box clicked.</td> |
|
119 </tr><tr> |
|
120 <td><a href="#SvnLogBrowserDialog.on_diffPreviousButton_clicked">on_diffPreviousButton_clicked</a></td> |
|
121 <td>Private slot to handle the Diff to Previous button.</td> |
|
122 </tr><tr> |
|
123 <td><a href="#SvnLogBrowserDialog.on_diffRevisionsButton_clicked">on_diffRevisionsButton_clicked</a></td> |
|
124 <td>Private slot to handle the Compare Revisions button.</td> |
|
125 </tr><tr> |
|
126 <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> |
|
128 </tr><tr> |
|
129 <td><a href="#SvnLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> |
|
130 <td>Private slot called, when the from date changes.</td> |
|
131 </tr><tr> |
|
132 <td><a href="#SvnLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
|
133 <td>Private slot to handle the press of the return key in the input field.</td> |
|
134 </tr><tr> |
|
135 <td><a href="#SvnLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td> |
|
136 <td>Private slot called, when the current item of the log tree changes.</td> |
|
137 </tr><tr> |
|
138 <td><a href="#SvnLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td> |
|
139 <td>Private slot called, when the selection has changed.</td> |
|
140 </tr><tr> |
|
141 <td><a href="#SvnLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> |
|
142 <td>Private slot to handle the Next button.</td> |
|
143 </tr><tr> |
|
144 <td><a href="#SvnLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
|
145 <td>Private slot to handle the password checkbox toggled.</td> |
|
146 </tr><tr> |
|
147 <td><a href="#SvnLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> |
|
148 <td>Private slot called, when a filter expression is entered.</td> |
|
149 </tr><tr> |
|
150 <td><a href="#SvnLogBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
|
151 <td>Private slot to send the input to the subversion process.</td> |
|
152 </tr><tr> |
|
153 <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> |
|
155 </tr><tr> |
|
156 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> |
|
157 <td>Private slot called, when the from date changes.</td> |
|
158 </tr><tr> |
|
159 <td><a href="#SvnLogBrowserDialog.show">show</a></td> |
|
160 <td>Public slot to show the dialog.</td> |
|
161 </tr><tr> |
|
162 <td><a href="#SvnLogBrowserDialog.start">start</a></td> |
|
163 <td>Public slot to start the svn log command.</td> |
|
164 </tr> |
|
165 </table> |
|
166 <h3>Static Methods</h3> |
|
167 <table> |
|
168 <tr><td>None</td></tr> |
|
169 </table> |
|
170 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> |
|
171 <h4>SvnLogBrowserDialog (Constructor)</h4> |
|
172 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>) |
|
173 <p> |
|
174 Constructor |
|
175 </p><dl> |
|
176 <dt><i>vcs</i></dt> |
|
177 <dd> |
|
178 reference to the vcs object |
|
179 </dd><dt><i>parent</i></dt> |
|
180 <dd> |
|
181 parent widget (QWidget) |
|
182 </dd> |
|
183 </dl><a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a> |
|
184 <h4>SvnLogBrowserDialog.__diffRevisions</h4> |
|
185 <b>__diffRevisions</b>(<i>rev1, rev2</i>) |
|
186 <p> |
|
187 Private method to do a diff of two revisions. |
|
188 </p><dl> |
|
189 <dt><i>rev1</i></dt> |
|
190 <dd> |
|
191 first revision number (integer) |
|
192 </dd><dt><i>rev2</i></dt> |
|
193 <dd> |
|
194 second revision number (integer) |
|
195 </dd> |
|
196 </dl><a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a> |
|
197 <h4>SvnLogBrowserDialog.__filterLogs</h4> |
|
198 <b>__filterLogs</b>(<i></i>) |
|
199 <p> |
|
200 Private method to filter the log entries. |
|
201 </p><a NAME="SvnLogBrowserDialog.__finish" ID="SvnLogBrowserDialog.__finish"></a> |
|
202 <h4>SvnLogBrowserDialog.__finish</h4> |
|
203 <b>__finish</b>(<i></i>) |
|
204 <p> |
|
205 Private slot called when the process finished or the user pressed the |
|
206 button. |
|
207 </p><a NAME="SvnLogBrowserDialog.__generateFileItem" ID="SvnLogBrowserDialog.__generateFileItem"></a> |
|
208 <h4>SvnLogBrowserDialog.__generateFileItem</h4> |
|
209 <b>__generateFileItem</b>(<i>action, path, copyFrom, copyRev</i>) |
|
210 <p> |
|
211 Private method to generate a changed files tree entry. |
|
212 </p><dl> |
|
213 <dt><i>action</i></dt> |
|
214 <dd> |
|
215 indicator for the change action ("A", "D" or "M") |
|
216 </dd><dt><i>path</i></dt> |
|
217 <dd> |
|
218 path of the file in the repository (string) |
|
219 </dd><dt><i>copyFrom</i></dt> |
|
220 <dd> |
|
221 path the file was copied from (None, string) |
|
222 </dd><dt><i>copyRev</i></dt> |
|
223 <dd> |
|
224 revision the file was copied from (None, string) |
|
225 </dd> |
|
226 </dl><dl> |
|
227 <dt>Returns:</dt> |
|
228 <dd> |
|
229 reference to the generated item (QTreeWidgetItem) |
|
230 </dd> |
|
231 </dl><a NAME="SvnLogBrowserDialog.__generateLogItem" ID="SvnLogBrowserDialog.__generateLogItem"></a> |
|
232 <h4>SvnLogBrowserDialog.__generateLogItem</h4> |
|
233 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths</i>) |
|
234 <p> |
|
235 Private method to generate a log tree entry. |
|
236 </p><dl> |
|
237 <dt><i>author</i></dt> |
|
238 <dd> |
|
239 author info (string) |
|
240 </dd><dt><i>date</i></dt> |
|
241 <dd> |
|
242 date info (string) |
|
243 </dd><dt><i>message</i></dt> |
|
244 <dd> |
|
245 text of the log message (list of strings) |
|
246 </dd><dt><i>revision</i></dt> |
|
247 <dd> |
|
248 revision info (string) |
|
249 </dd><dt><i>changedPaths</i></dt> |
|
250 <dd> |
|
251 list of dictionary objects containing |
|
252 info about the changed files/directories |
|
253 </dd> |
|
254 </dl><dl> |
|
255 <dt>Returns:</dt> |
|
256 <dd> |
|
257 reference to the generated item (QTreeWidgetItem) |
|
258 </dd> |
|
259 </dl><a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a> |
|
260 <h4>SvnLogBrowserDialog.__getLogEntries</h4> |
|
261 <b>__getLogEntries</b>(<i>startRev=None</i>) |
|
262 <p> |
|
263 Private method to retrieve log entries from the repository. |
|
264 </p><dl> |
|
265 <dt><i>startRev</i></dt> |
|
266 <dd> |
|
267 revision number to start from (integer, string) |
|
268 </dd> |
|
269 </dl><a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a> |
|
270 <h4>SvnLogBrowserDialog.__initData</h4> |
|
271 <b>__initData</b>(<i></i>) |
|
272 <p> |
|
273 Private method to (re-)initialize some data. |
|
274 </p><a NAME="SvnLogBrowserDialog.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a> |
|
275 <h4>SvnLogBrowserDialog.__procFinished</h4> |
|
276 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
|
277 <p> |
|
278 Private slot connected to the finished signal. |
|
279 </p><dl> |
|
280 <dt><i>exitCode</i></dt> |
|
281 <dd> |
|
282 exit code of the process (integer) |
|
283 </dd><dt><i>exitStatus</i></dt> |
|
284 <dd> |
|
285 exit status of the process (QProcess.ExitStatus) |
|
286 </dd> |
|
287 </dl><a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> |
|
288 <h4>SvnLogBrowserDialog.__processBuffer</h4> |
|
289 <b>__processBuffer</b>(<i></i>) |
|
290 <p> |
|
291 Private method to process the buffered output of the svn log command. |
|
292 </p><a NAME="SvnLogBrowserDialog.__readStderr" ID="SvnLogBrowserDialog.__readStderr"></a> |
|
293 <h4>SvnLogBrowserDialog.__readStderr</h4> |
|
294 <b>__readStderr</b>(<i></i>) |
|
295 <p> |
|
296 Private slot to handle the readyReadStandardError signal. |
|
297 </p><p> |
|
298 It reads the error output of the process and inserts it into the |
|
299 error pane. |
|
300 </p><a NAME="SvnLogBrowserDialog.__readStdout" ID="SvnLogBrowserDialog.__readStdout"></a> |
|
301 <h4>SvnLogBrowserDialog.__readStdout</h4> |
|
302 <b>__readStdout</b>(<i></i>) |
|
303 <p> |
|
304 Private slot to handle the readyReadStandardOutput signal. |
|
305 </p><p> |
|
306 It reads the output of the process and inserts it into a buffer. |
|
307 </p><a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a> |
|
308 <h4>SvnLogBrowserDialog.__resetUI</h4> |
|
309 <b>__resetUI</b>(<i></i>) |
|
310 <p> |
|
311 Private method to reset the user interface. |
|
312 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> |
|
313 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> |
|
314 <b>__resizeColumnsFiles</b>(<i></i>) |
|
315 <p> |
|
316 Private method to resize the changed files tree columns. |
|
317 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a> |
|
318 <h4>SvnLogBrowserDialog.__resizeColumnsLog</h4> |
|
319 <b>__resizeColumnsLog</b>(<i></i>) |
|
320 <p> |
|
321 Private method to resize the log tree columns. |
|
322 </p><a NAME="SvnLogBrowserDialog.__resortFiles" ID="SvnLogBrowserDialog.__resortFiles"></a> |
|
323 <h4>SvnLogBrowserDialog.__resortFiles</h4> |
|
324 <b>__resortFiles</b>(<i></i>) |
|
325 <p> |
|
326 Private method to resort the changed files tree. |
|
327 </p><a NAME="SvnLogBrowserDialog.__resortLog" ID="SvnLogBrowserDialog.__resortLog"></a> |
|
328 <h4>SvnLogBrowserDialog.__resortLog</h4> |
|
329 <b>__resortLog</b>(<i></i>) |
|
330 <p> |
|
331 Private method to resort the log tree. |
|
332 </p><a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a> |
|
333 <h4>SvnLogBrowserDialog.closeEvent</h4> |
|
334 <b>closeEvent</b>(<i>e</i>) |
|
335 <p> |
|
336 Protected slot implementing a close event handler. |
|
337 </p><dl> |
|
338 <dt><i>e</i></dt> |
|
339 <dd> |
|
340 close event (QCloseEvent) |
|
341 </dd> |
|
342 </dl><a NAME="SvnLogBrowserDialog.keyPressEvent" ID="SvnLogBrowserDialog.keyPressEvent"></a> |
|
343 <h4>SvnLogBrowserDialog.keyPressEvent</h4> |
|
344 <b>keyPressEvent</b>(<i>evt</i>) |
|
345 <p> |
|
346 Protected slot to handle a key press event. |
|
347 </p><dl> |
|
348 <dt><i>evt</i></dt> |
|
349 <dd> |
|
350 the key press event (QKeyEvent) |
|
351 </dd> |
|
352 </dl><a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> |
|
353 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4> |
|
354 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
355 <p> |
|
356 Private slot called by a button of the button box clicked. |
|
357 </p><dl> |
|
358 <dt><i>button</i></dt> |
|
359 <dd> |
|
360 button that was clicked (QAbstractButton) |
|
361 </dd> |
|
362 </dl><a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a> |
|
363 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4> |
|
364 <b>on_diffPreviousButton_clicked</b>(<i></i>) |
|
365 <p> |
|
366 Private slot to handle the Diff to Previous button. |
|
367 </p><a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a> |
|
368 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4> |
|
369 <b>on_diffRevisionsButton_clicked</b>(<i></i>) |
|
370 <p> |
|
371 Private slot to handle the Compare Revisions button. |
|
372 </p><a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> |
|
373 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> |
|
374 <b>on_fieldCombo_activated</b>(<i>txt</i>) |
|
375 <p> |
|
376 Private slot called, when a new filter field is selected. |
|
377 </p><dl> |
|
378 <dt><i>txt</i></dt> |
|
379 <dd> |
|
380 text of the selected field (string) |
|
381 </dd> |
|
382 </dl><a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> |
|
383 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> |
|
384 <b>on_fromDate_dateChanged</b>(<i>date</i>) |
|
385 <p> |
|
386 Private slot called, when the from date changes. |
|
387 </p><dl> |
|
388 <dt><i>date</i></dt> |
|
389 <dd> |
|
390 new date (QDate) |
|
391 </dd> |
|
392 </dl><a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a> |
|
393 <h4>SvnLogBrowserDialog.on_input_returnPressed</h4> |
|
394 <b>on_input_returnPressed</b>(<i></i>) |
|
395 <p> |
|
396 Private slot to handle the press of the return key in the input field. |
|
397 </p><a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a> |
|
398 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4> |
|
399 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) |
|
400 <p> |
|
401 Private slot called, when the current item of the log tree changes. |
|
402 </p><dl> |
|
403 <dt><i>current</i></dt> |
|
404 <dd> |
|
405 reference to the new current item (QTreeWidgetItem) |
|
406 </dd><dt><i>previous</i></dt> |
|
407 <dd> |
|
408 reference to the old current item (QTreeWidgetItem) |
|
409 </dd> |
|
410 </dl><a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a> |
|
411 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4> |
|
412 <b>on_logTree_itemSelectionChanged</b>(<i></i>) |
|
413 <p> |
|
414 Private slot called, when the selection has changed. |
|
415 </p><a NAME="SvnLogBrowserDialog.on_nextButton_clicked" ID="SvnLogBrowserDialog.on_nextButton_clicked"></a> |
|
416 <h4>SvnLogBrowserDialog.on_nextButton_clicked</h4> |
|
417 <b>on_nextButton_clicked</b>(<i></i>) |
|
418 <p> |
|
419 Private slot to handle the Next button. |
|
420 </p><a NAME="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ID="SvnLogBrowserDialog.on_passwordCheckBox_toggled"></a> |
|
421 <h4>SvnLogBrowserDialog.on_passwordCheckBox_toggled</h4> |
|
422 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
|
423 <p> |
|
424 Private slot to handle the password checkbox toggled. |
|
425 </p><dl> |
|
426 <dt><i>isOn</i></dt> |
|
427 <dd> |
|
428 flag indicating the status of the check box (boolean) |
|
429 </dd> |
|
430 </dl><a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> |
|
431 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> |
|
432 <b>on_rxEdit_textChanged</b>(<i>txt</i>) |
|
433 <p> |
|
434 Private slot called, when a filter expression is entered. |
|
435 </p><dl> |
|
436 <dt><i>txt</i></dt> |
|
437 <dd> |
|
438 filter expression (string) |
|
439 </dd> |
|
440 </dl><a NAME="SvnLogBrowserDialog.on_sendButton_clicked" ID="SvnLogBrowserDialog.on_sendButton_clicked"></a> |
|
441 <h4>SvnLogBrowserDialog.on_sendButton_clicked</h4> |
|
442 <b>on_sendButton_clicked</b>(<i></i>) |
|
443 <p> |
|
444 Private slot to send the input to the subversion process. |
|
445 </p><a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> |
|
446 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> |
|
447 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) |
|
448 <p> |
|
449 Private slot called, when the stop on copy/move checkbox is clicked. |
|
450 </p><dl> |
|
451 <dt><i>checked</i></dt> |
|
452 <dd> |
|
453 flag indicating the checked state (boolean) |
|
454 </dd> |
|
455 </dl><a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> |
|
456 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> |
|
457 <b>on_toDate_dateChanged</b>(<i>date</i>) |
|
458 <p> |
|
459 Private slot called, when the from date changes. |
|
460 </p><dl> |
|
461 <dt><i>date</i></dt> |
|
462 <dd> |
|
463 new date (QDate) |
|
464 </dd> |
|
465 </dl><a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a> |
|
466 <h4>SvnLogBrowserDialog.show</h4> |
|
467 <b>show</b>(<i></i>) |
|
468 <p> |
|
469 Public slot to show the dialog. |
|
470 </p><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> |
|
471 <h4>SvnLogBrowserDialog.start</h4> |
|
472 <b>start</b>(<i>fn, isFile=False</i>) |
|
473 <p> |
|
474 Public slot to start the svn log command. |
|
475 </p><dl> |
|
476 <dt><i>fn</i></dt> |
|
477 <dd> |
|
478 filename to show the log for (string) |
|
479 </dd><dt><i>isFile=</i></dt> |
|
480 <dd> |
|
481 flag indicating log for a file is to be shown |
|
482 (boolean) |
|
483 </dd> |
|
484 </dl> |
|
485 <div align="right"><a href="#top">Up</a></div> |
|
486 <hr /> |
|
487 </body></html> |