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