~mcfletch/eric/update-to-4.5.13

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