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