16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to browse the log history. |
26 Module implementing a dialog to browse the log history. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
|
34 |
31 <table> |
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#SvnLogBrowserDialog">SvnLogBrowserDialog</a></td> |
38 <td><a href="#SvnLogBrowserDialog">SvnLogBrowserDialog</a></td> |
34 <td>Class implementing a dialog to browse the log history.</td> |
39 <td>Class implementing a dialog to browse the log history.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
39 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
40 </table> |
46 </table> |
41 <hr /><hr /> |
47 <hr /> |
|
48 <hr /> |
42 <a NAME="SvnLogBrowserDialog" ID="SvnLogBrowserDialog"></a> |
49 <a NAME="SvnLogBrowserDialog" ID="SvnLogBrowserDialog"></a> |
43 <h2>SvnLogBrowserDialog</h2> |
50 <h2>SvnLogBrowserDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a dialog to browse the log history. |
53 Class implementing a dialog to browse the log history. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QWidget, Ui_SvnLogBrowserDialog |
56 QWidget, Ui_SvnLogBrowserDialog |
49 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 |
50 <table> |
59 <table> |
51 <tr><td>None</td></tr> |
60 <tr><td>None</td></tr> |
52 </table> |
61 </table> |
53 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Methods</h3> |
67 <h3>Methods</h3> |
|
68 |
58 <table> |
69 <table> |
|
70 |
59 <tr> |
71 <tr> |
60 <td><a href="#SvnLogBrowserDialog.__init__">SvnLogBrowserDialog</a></td> |
72 <td><a href="#SvnLogBrowserDialog.__init__">SvnLogBrowserDialog</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#SvnLogBrowserDialog.__addFinishCallback">__addFinishCallback</a></td> |
76 <td><a href="#SvnLogBrowserDialog.__addFinishCallback">__addFinishCallback</a></td> |
64 <td>Private method to add a method to be called once the process finished.</td> |
77 <td>Private method to add a method to be called once the process finished.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#SvnLogBrowserDialog.__diffRevisions">__diffRevisions</a></td> |
80 <td><a href="#SvnLogBrowserDialog.__diffRevisions">__diffRevisions</a></td> |
67 <td>Private method to do a diff of two revisions.</td> |
81 <td>Private method to do a diff of two revisions.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#SvnLogBrowserDialog.__filterLogs">__filterLogs</a></td> |
84 <td><a href="#SvnLogBrowserDialog.__filterLogs">__filterLogs</a></td> |
70 <td>Private method to filter the log entries.</td> |
85 <td>Private method to filter the log entries.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#SvnLogBrowserDialog.__finish">__finish</a></td> |
88 <td><a href="#SvnLogBrowserDialog.__finish">__finish</a></td> |
73 <td>Private slot called when the process finished or the user pressed the button.</td> |
89 <td>Private slot called when the process finished or the user pressed the button.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#SvnLogBrowserDialog.__generateFileItem">__generateFileItem</a></td> |
92 <td><a href="#SvnLogBrowserDialog.__generateFileItem">__generateFileItem</a></td> |
76 <td>Private method to generate a changed files tree entry.</td> |
93 <td>Private method to generate a changed files tree entry.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#SvnLogBrowserDialog.__generateLogItem">__generateLogItem</a></td> |
96 <td><a href="#SvnLogBrowserDialog.__generateLogItem">__generateLogItem</a></td> |
79 <td>Private method to generate a log tree entry.</td> |
97 <td>Private method to generate a log tree entry.</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#SvnLogBrowserDialog.__getLogEntries">__getLogEntries</a></td> |
100 <td><a href="#SvnLogBrowserDialog.__getLogEntries">__getLogEntries</a></td> |
82 <td>Private method to retrieve log entries from the repository.</td> |
101 <td>Private method to retrieve log entries from the repository.</td> |
83 </tr><tr> |
102 </tr> |
|
103 <tr> |
84 <td><a href="#SvnLogBrowserDialog.__initData">__initData</a></td> |
104 <td><a href="#SvnLogBrowserDialog.__initData">__initData</a></td> |
85 <td>Private method to (re-)initialize some data.</td> |
105 <td>Private method to (re-)initialize some data.</td> |
86 </tr><tr> |
106 </tr> |
|
107 <tr> |
87 <td><a href="#SvnLogBrowserDialog.__procFinished">__procFinished</a></td> |
108 <td><a href="#SvnLogBrowserDialog.__procFinished">__procFinished</a></td> |
88 <td>Private slot connected to the finished signal.</td> |
109 <td>Private slot connected to the finished signal.</td> |
89 </tr><tr> |
110 </tr> |
|
111 <tr> |
90 <td><a href="#SvnLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
112 <td><a href="#SvnLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
91 <td>Private method to process the buffered output of the svn log command.</td> |
113 <td>Private method to process the buffered output of the svn log command.</td> |
92 </tr><tr> |
114 </tr> |
|
115 <tr> |
93 <td><a href="#SvnLogBrowserDialog.__readStderr">__readStderr</a></td> |
116 <td><a href="#SvnLogBrowserDialog.__readStderr">__readStderr</a></td> |
94 <td>Private slot to handle the readyReadStandardError signal.</td> |
117 <td>Private slot to handle the readyReadStandardError signal.</td> |
95 </tr><tr> |
118 </tr> |
|
119 <tr> |
96 <td><a href="#SvnLogBrowserDialog.__readStdout">__readStdout</a></td> |
120 <td><a href="#SvnLogBrowserDialog.__readStdout">__readStdout</a></td> |
97 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
121 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
98 </tr><tr> |
122 </tr> |
|
123 <tr> |
99 <td><a href="#SvnLogBrowserDialog.__resetUI">__resetUI</a></td> |
124 <td><a href="#SvnLogBrowserDialog.__resetUI">__resetUI</a></td> |
100 <td>Private method to reset the user interface.</td> |
125 <td>Private method to reset the user interface.</td> |
101 </tr><tr> |
126 </tr> |
|
127 <tr> |
102 <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> |
128 <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> |
103 <td>Private method to resize the changed files tree columns.</td> |
129 <td>Private method to resize the changed files tree columns.</td> |
104 </tr><tr> |
130 </tr> |
|
131 <tr> |
105 <td><a href="#SvnLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> |
132 <td><a href="#SvnLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> |
106 <td>Private method to resize the log tree columns.</td> |
133 <td>Private method to resize the log tree columns.</td> |
107 </tr><tr> |
134 </tr> |
|
135 <tr> |
108 <td><a href="#SvnLogBrowserDialog.__resortFiles">__resortFiles</a></td> |
136 <td><a href="#SvnLogBrowserDialog.__resortFiles">__resortFiles</a></td> |
109 <td>Private method to resort the changed files tree.</td> |
137 <td>Private method to resort the changed files tree.</td> |
110 </tr><tr> |
138 </tr> |
|
139 <tr> |
111 <td><a href="#SvnLogBrowserDialog.__resortLog">__resortLog</a></td> |
140 <td><a href="#SvnLogBrowserDialog.__resortLog">__resortLog</a></td> |
112 <td>Private method to resort the log tree.</td> |
141 <td>Private method to resort the log tree.</td> |
113 </tr><tr> |
142 </tr> |
|
143 <tr> |
114 <td><a href="#SvnLogBrowserDialog.closeEvent">closeEvent</a></td> |
144 <td><a href="#SvnLogBrowserDialog.closeEvent">closeEvent</a></td> |
115 <td>Protected slot implementing a close event handler.</td> |
145 <td>Protected slot implementing a close event handler.</td> |
116 </tr><tr> |
146 </tr> |
|
147 <tr> |
117 <td><a href="#SvnLogBrowserDialog.keyPressEvent">keyPressEvent</a></td> |
148 <td><a href="#SvnLogBrowserDialog.keyPressEvent">keyPressEvent</a></td> |
118 <td>Protected slot to handle a key press event.</td> |
149 <td>Protected slot to handle a key press event.</td> |
119 </tr><tr> |
150 </tr> |
|
151 <tr> |
120 <td><a href="#SvnLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
152 <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> |
153 <td>Private slot called by a button of the button box clicked.</td> |
122 </tr><tr> |
154 </tr> |
|
155 <tr> |
123 <td><a href="#SvnLogBrowserDialog.on_diffPreviousButton_clicked">on_diffPreviousButton_clicked</a></td> |
156 <td><a href="#SvnLogBrowserDialog.on_diffPreviousButton_clicked">on_diffPreviousButton_clicked</a></td> |
124 <td>Private slot to handle the Diff to Previous button.</td> |
157 <td>Private slot to handle the Diff to Previous button.</td> |
125 </tr><tr> |
158 </tr> |
|
159 <tr> |
126 <td><a href="#SvnLogBrowserDialog.on_diffRevisionsButton_clicked">on_diffRevisionsButton_clicked</a></td> |
160 <td><a href="#SvnLogBrowserDialog.on_diffRevisionsButton_clicked">on_diffRevisionsButton_clicked</a></td> |
127 <td>Private slot to handle the Compare Revisions button.</td> |
161 <td>Private slot to handle the Compare Revisions button.</td> |
128 </tr><tr> |
162 </tr> |
|
163 <tr> |
129 <td><a href="#SvnLogBrowserDialog.on_downButton_clicked">on_downButton_clicked</a></td> |
164 <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> |
165 <td>Private slot to move the current item down one entry.</td> |
131 </tr><tr> |
166 </tr> |
|
167 <tr> |
132 <td><a href="#SvnLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td> |
168 <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> |
169 <td>Private slot called, when a new filter field is selected.</td> |
134 </tr><tr> |
170 </tr> |
|
171 <tr> |
135 <td><a href="#SvnLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> |
172 <td><a href="#SvnLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> |
136 <td>Private slot called, when the from date changes.</td> |
173 <td>Private slot called, when the from date changes.</td> |
137 </tr><tr> |
174 </tr> |
|
175 <tr> |
138 <td><a href="#SvnLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
176 <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> |
177 <td>Private slot to handle the press of the return key in the input field.</td> |
140 </tr><tr> |
178 </tr> |
|
179 <tr> |
141 <td><a href="#SvnLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td> |
180 <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> |
181 <td>Private slot called, when the current item of the log tree changes.</td> |
143 </tr><tr> |
182 </tr> |
|
183 <tr> |
144 <td><a href="#SvnLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td> |
184 <td><a href="#SvnLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td> |
145 <td>Private slot called, when the selection has changed.</td> |
185 <td>Private slot called, when the selection has changed.</td> |
146 </tr><tr> |
186 </tr> |
|
187 <tr> |
147 <td><a href="#SvnLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> |
188 <td><a href="#SvnLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> |
148 <td>Private slot to handle the Next button.</td> |
189 <td>Private slot to handle the Next button.</td> |
149 </tr><tr> |
190 </tr> |
|
191 <tr> |
150 <td><a href="#SvnLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
192 <td><a href="#SvnLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
151 <td>Private slot to handle the password checkbox toggled.</td> |
193 <td>Private slot to handle the password checkbox toggled.</td> |
152 </tr><tr> |
194 </tr> |
|
195 <tr> |
153 <td><a href="#SvnLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> |
196 <td><a href="#SvnLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> |
154 <td>Private slot called, when a filter expression is entered.</td> |
197 <td>Private slot called, when a filter expression is entered.</td> |
155 </tr><tr> |
198 </tr> |
|
199 <tr> |
156 <td><a href="#SvnLogBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
200 <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> |
201 <td>Private slot to send the input to the subversion process.</td> |
158 </tr><tr> |
202 </tr> |
|
203 <tr> |
159 <td><a href="#SvnLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td> |
204 <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> |
205 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td> |
161 </tr><tr> |
206 </tr> |
|
207 <tr> |
162 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> |
208 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> |
163 <td>Private slot called, when the from date changes.</td> |
209 <td>Private slot called, when the from date changes.</td> |
164 </tr><tr> |
210 </tr> |
|
211 <tr> |
165 <td><a href="#SvnLogBrowserDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
212 <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> |
213 <td>Private slot to move the current item up one entry.</td> |
167 </tr><tr> |
214 </tr> |
|
215 <tr> |
168 <td><a href="#SvnLogBrowserDialog.show">show</a></td> |
216 <td><a href="#SvnLogBrowserDialog.show">show</a></td> |
169 <td>Public slot to show the dialog.</td> |
217 <td>Public slot to show the dialog.</td> |
170 </tr><tr> |
218 </tr> |
|
219 <tr> |
171 <td><a href="#SvnLogBrowserDialog.start">start</a></td> |
220 <td><a href="#SvnLogBrowserDialog.start">start</a></td> |
172 <td>Public slot to start the svn log command.</td> |
221 <td>Public slot to start the svn log command.</td> |
173 </tr> |
222 </tr> |
174 </table> |
223 </table> |
175 <h3>Static Methods</h3> |
224 <h3>Static Methods</h3> |
|
225 |
176 <table> |
226 <table> |
177 <tr><td>None</td></tr> |
227 <tr><td>None</td></tr> |
178 </table> |
228 </table> |
|
229 |
179 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> |
230 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> |
180 <h4>SvnLogBrowserDialog (Constructor)</h4> |
231 <h4>SvnLogBrowserDialog (Constructor)</h4> |
181 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>) |
232 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>) |
|
233 |
182 <p> |
234 <p> |
183 Constructor |
235 Constructor |
184 </p><dl> |
236 </p> |
|
237 <dl> |
|
238 |
185 <dt><i>vcs</i></dt> |
239 <dt><i>vcs</i></dt> |
186 <dd> |
240 <dd> |
187 reference to the vcs object |
241 reference to the vcs object |
188 </dd><dt><i>parent</i></dt> |
242 </dd> |
|
243 <dt><i>parent</i></dt> |
189 <dd> |
244 <dd> |
190 parent widget (QWidget) |
245 parent widget (QWidget) |
191 </dd> |
246 </dd> |
192 </dl><a NAME="SvnLogBrowserDialog.__addFinishCallback" ID="SvnLogBrowserDialog.__addFinishCallback"></a> |
247 </dl> |
|
248 <a NAME="SvnLogBrowserDialog.__addFinishCallback" ID="SvnLogBrowserDialog.__addFinishCallback"></a> |
193 <h4>SvnLogBrowserDialog.__addFinishCallback</h4> |
249 <h4>SvnLogBrowserDialog.__addFinishCallback</h4> |
194 <b>__addFinishCallback</b>(<i>callback</i>) |
250 <b>__addFinishCallback</b>(<i>callback</i>) |
|
251 |
195 <p> |
252 <p> |
196 Private method to add a method to be called once the process finished. |
253 Private method to add a method to be called once the process finished. |
197 </p><p> |
254 </p> |
|
255 <p> |
198 The callback methods are invoke in a FIFO style and are consumed. If |
256 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. |
257 a callback method needs to be called again, it must be added again. |
200 </p><dl> |
258 </p> |
|
259 <dl> |
|
260 |
201 <dt><i>callback</i> (function)</dt> |
261 <dt><i>callback</i> (function)</dt> |
202 <dd> |
262 <dd> |
203 callback method |
263 callback method |
204 </dd> |
264 </dd> |
205 </dl><a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a> |
265 </dl> |
|
266 <a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a> |
206 <h4>SvnLogBrowserDialog.__diffRevisions</h4> |
267 <h4>SvnLogBrowserDialog.__diffRevisions</h4> |
207 <b>__diffRevisions</b>(<i>rev1, rev2</i>) |
268 <b>__diffRevisions</b>(<i>rev1, rev2</i>) |
|
269 |
208 <p> |
270 <p> |
209 Private method to do a diff of two revisions. |
271 Private method to do a diff of two revisions. |
210 </p><dl> |
272 </p> |
|
273 <dl> |
|
274 |
211 <dt><i>rev1</i></dt> |
275 <dt><i>rev1</i></dt> |
212 <dd> |
276 <dd> |
213 first revision number (integer) |
277 first revision number (integer) |
214 </dd><dt><i>rev2</i></dt> |
278 </dd> |
|
279 <dt><i>rev2</i></dt> |
215 <dd> |
280 <dd> |
216 second revision number (integer) |
281 second revision number (integer) |
217 </dd> |
282 </dd> |
218 </dl><a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a> |
283 </dl> |
|
284 <a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a> |
219 <h4>SvnLogBrowserDialog.__filterLogs</h4> |
285 <h4>SvnLogBrowserDialog.__filterLogs</h4> |
220 <b>__filterLogs</b>(<i></i>) |
286 <b>__filterLogs</b>(<i></i>) |
|
287 |
221 <p> |
288 <p> |
222 Private method to filter the log entries. |
289 Private method to filter the log entries. |
223 </p><a NAME="SvnLogBrowserDialog.__finish" ID="SvnLogBrowserDialog.__finish"></a> |
290 </p> |
|
291 <a NAME="SvnLogBrowserDialog.__finish" ID="SvnLogBrowserDialog.__finish"></a> |
224 <h4>SvnLogBrowserDialog.__finish</h4> |
292 <h4>SvnLogBrowserDialog.__finish</h4> |
225 <b>__finish</b>(<i></i>) |
293 <b>__finish</b>(<i></i>) |
|
294 |
226 <p> |
295 <p> |
227 Private slot called when the process finished or the user pressed the |
296 Private slot called when the process finished or the user pressed the |
228 button. |
297 button. |
229 </p><a NAME="SvnLogBrowserDialog.__generateFileItem" ID="SvnLogBrowserDialog.__generateFileItem"></a> |
298 </p> |
|
299 <a NAME="SvnLogBrowserDialog.__generateFileItem" ID="SvnLogBrowserDialog.__generateFileItem"></a> |
230 <h4>SvnLogBrowserDialog.__generateFileItem</h4> |
300 <h4>SvnLogBrowserDialog.__generateFileItem</h4> |
231 <b>__generateFileItem</b>(<i>action, path, copyFrom, copyRev</i>) |
301 <b>__generateFileItem</b>(<i>action, path, copyFrom, copyRev</i>) |
|
302 |
232 <p> |
303 <p> |
233 Private method to generate a changed files tree entry. |
304 Private method to generate a changed files tree entry. |
234 </p><dl> |
305 </p> |
|
306 <dl> |
|
307 |
235 <dt><i>action</i></dt> |
308 <dt><i>action</i></dt> |
236 <dd> |
309 <dd> |
237 indicator for the change action ("A", "D" or "M") |
310 indicator for the change action ("A", "D" or "M") |
238 </dd><dt><i>path</i></dt> |
311 </dd> |
|
312 <dt><i>path</i></dt> |
239 <dd> |
313 <dd> |
240 path of the file in the repository (string) |
314 path of the file in the repository (string) |
241 </dd><dt><i>copyFrom</i></dt> |
315 </dd> |
|
316 <dt><i>copyFrom</i></dt> |
242 <dd> |
317 <dd> |
243 path the file was copied from (None, string) |
318 path the file was copied from (None, string) |
244 </dd><dt><i>copyRev</i></dt> |
319 </dd> |
|
320 <dt><i>copyRev</i></dt> |
245 <dd> |
321 <dd> |
246 revision the file was copied from (None, string) |
322 revision the file was copied from (None, string) |
247 </dd> |
323 </dd> |
248 </dl><dl> |
324 </dl> |
|
325 <dl> |
249 <dt>Returns:</dt> |
326 <dt>Returns:</dt> |
250 <dd> |
327 <dd> |
251 reference to the generated item (QTreeWidgetItem) |
328 reference to the generated item (QTreeWidgetItem) |
252 </dd> |
329 </dd> |
253 </dl><a NAME="SvnLogBrowserDialog.__generateLogItem" ID="SvnLogBrowserDialog.__generateLogItem"></a> |
330 </dl> |
|
331 <a NAME="SvnLogBrowserDialog.__generateLogItem" ID="SvnLogBrowserDialog.__generateLogItem"></a> |
254 <h4>SvnLogBrowserDialog.__generateLogItem</h4> |
332 <h4>SvnLogBrowserDialog.__generateLogItem</h4> |
255 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths</i>) |
333 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths</i>) |
|
334 |
256 <p> |
335 <p> |
257 Private method to generate a log tree entry. |
336 Private method to generate a log tree entry. |
258 </p><dl> |
337 </p> |
|
338 <dl> |
|
339 |
259 <dt><i>author</i></dt> |
340 <dt><i>author</i></dt> |
260 <dd> |
341 <dd> |
261 author info (string) |
342 author info (string) |
262 </dd><dt><i>date</i></dt> |
343 </dd> |
|
344 <dt><i>date</i></dt> |
263 <dd> |
345 <dd> |
264 date info (string) |
346 date info (string) |
265 </dd><dt><i>message</i></dt> |
347 </dd> |
|
348 <dt><i>message</i></dt> |
266 <dd> |
349 <dd> |
267 text of the log message (list of strings) |
350 text of the log message (list of strings) |
268 </dd><dt><i>revision</i></dt> |
351 </dd> |
|
352 <dt><i>revision</i></dt> |
269 <dd> |
353 <dd> |
270 revision info (string) |
354 revision info (string) |
271 </dd><dt><i>changedPaths</i></dt> |
355 </dd> |
|
356 <dt><i>changedPaths</i></dt> |
272 <dd> |
357 <dd> |
273 list of dictionary objects containing |
358 list of dictionary objects containing |
274 info about the changed files/directories |
359 info about the changed files/directories |
275 </dd> |
360 </dd> |
276 </dl><dl> |
361 </dl> |
|
362 <dl> |
277 <dt>Returns:</dt> |
363 <dt>Returns:</dt> |
278 <dd> |
364 <dd> |
279 reference to the generated item (QTreeWidgetItem) |
365 reference to the generated item (QTreeWidgetItem) |
280 </dd> |
366 </dd> |
281 </dl><a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a> |
367 </dl> |
|
368 <a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a> |
282 <h4>SvnLogBrowserDialog.__getLogEntries</h4> |
369 <h4>SvnLogBrowserDialog.__getLogEntries</h4> |
283 <b>__getLogEntries</b>(<i>startRev=None</i>) |
370 <b>__getLogEntries</b>(<i>startRev=None</i>) |
|
371 |
284 <p> |
372 <p> |
285 Private method to retrieve log entries from the repository. |
373 Private method to retrieve log entries from the repository. |
286 </p><dl> |
374 </p> |
|
375 <dl> |
|
376 |
287 <dt><i>startRev</i></dt> |
377 <dt><i>startRev</i></dt> |
288 <dd> |
378 <dd> |
289 revision number to start from (integer, string) |
379 revision number to start from (integer, string) |
290 </dd> |
380 </dd> |
291 </dl><a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a> |
381 </dl> |
|
382 <a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a> |
292 <h4>SvnLogBrowserDialog.__initData</h4> |
383 <h4>SvnLogBrowserDialog.__initData</h4> |
293 <b>__initData</b>(<i></i>) |
384 <b>__initData</b>(<i></i>) |
|
385 |
294 <p> |
386 <p> |
295 Private method to (re-)initialize some data. |
387 Private method to (re-)initialize some data. |
296 </p><a NAME="SvnLogBrowserDialog.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a> |
388 </p> |
|
389 <a NAME="SvnLogBrowserDialog.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a> |
297 <h4>SvnLogBrowserDialog.__procFinished</h4> |
390 <h4>SvnLogBrowserDialog.__procFinished</h4> |
298 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
391 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
|
392 |
299 <p> |
393 <p> |
300 Private slot connected to the finished signal. |
394 Private slot connected to the finished signal. |
301 </p><dl> |
395 </p> |
|
396 <dl> |
|
397 |
302 <dt><i>exitCode</i></dt> |
398 <dt><i>exitCode</i></dt> |
303 <dd> |
399 <dd> |
304 exit code of the process (integer) |
400 exit code of the process (integer) |
305 </dd><dt><i>exitStatus</i></dt> |
401 </dd> |
|
402 <dt><i>exitStatus</i></dt> |
306 <dd> |
403 <dd> |
307 exit status of the process (QProcess.ExitStatus) |
404 exit status of the process (QProcess.ExitStatus) |
308 </dd> |
405 </dd> |
309 </dl><a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> |
406 </dl> |
|
407 <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> |
310 <h4>SvnLogBrowserDialog.__processBuffer</h4> |
408 <h4>SvnLogBrowserDialog.__processBuffer</h4> |
311 <b>__processBuffer</b>(<i></i>) |
409 <b>__processBuffer</b>(<i></i>) |
|
410 |
312 <p> |
411 <p> |
313 Private method to process the buffered output of the svn log command. |
412 Private method to process the buffered output of the svn log command. |
314 </p><a NAME="SvnLogBrowserDialog.__readStderr" ID="SvnLogBrowserDialog.__readStderr"></a> |
413 </p> |
|
414 <a NAME="SvnLogBrowserDialog.__readStderr" ID="SvnLogBrowserDialog.__readStderr"></a> |
315 <h4>SvnLogBrowserDialog.__readStderr</h4> |
415 <h4>SvnLogBrowserDialog.__readStderr</h4> |
316 <b>__readStderr</b>(<i></i>) |
416 <b>__readStderr</b>(<i></i>) |
|
417 |
317 <p> |
418 <p> |
318 Private slot to handle the readyReadStandardError signal. |
419 Private slot to handle the readyReadStandardError signal. |
319 </p><p> |
420 </p> |
|
421 <p> |
320 It reads the error output of the process and inserts it into the |
422 It reads the error output of the process and inserts it into the |
321 error pane. |
423 error pane. |
322 </p><a NAME="SvnLogBrowserDialog.__readStdout" ID="SvnLogBrowserDialog.__readStdout"></a> |
424 </p> |
|
425 <a NAME="SvnLogBrowserDialog.__readStdout" ID="SvnLogBrowserDialog.__readStdout"></a> |
323 <h4>SvnLogBrowserDialog.__readStdout</h4> |
426 <h4>SvnLogBrowserDialog.__readStdout</h4> |
324 <b>__readStdout</b>(<i></i>) |
427 <b>__readStdout</b>(<i></i>) |
|
428 |
325 <p> |
429 <p> |
326 Private slot to handle the readyReadStandardOutput signal. |
430 Private slot to handle the readyReadStandardOutput signal. |
327 </p><p> |
431 </p> |
|
432 <p> |
328 It reads the output of the process and inserts it into a buffer. |
433 It reads the output of the process and inserts it into a buffer. |
329 </p><a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a> |
434 </p> |
|
435 <a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a> |
330 <h4>SvnLogBrowserDialog.__resetUI</h4> |
436 <h4>SvnLogBrowserDialog.__resetUI</h4> |
331 <b>__resetUI</b>(<i></i>) |
437 <b>__resetUI</b>(<i></i>) |
|
438 |
332 <p> |
439 <p> |
333 Private method to reset the user interface. |
440 Private method to reset the user interface. |
334 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> |
441 </p> |
|
442 <a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> |
335 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> |
443 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> |
336 <b>__resizeColumnsFiles</b>(<i></i>) |
444 <b>__resizeColumnsFiles</b>(<i></i>) |
|
445 |
337 <p> |
446 <p> |
338 Private method to resize the changed files tree columns. |
447 Private method to resize the changed files tree columns. |
339 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a> |
448 </p> |
|
449 <a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a> |
340 <h4>SvnLogBrowserDialog.__resizeColumnsLog</h4> |
450 <h4>SvnLogBrowserDialog.__resizeColumnsLog</h4> |
341 <b>__resizeColumnsLog</b>(<i></i>) |
451 <b>__resizeColumnsLog</b>(<i></i>) |
|
452 |
342 <p> |
453 <p> |
343 Private method to resize the log tree columns. |
454 Private method to resize the log tree columns. |
344 </p><a NAME="SvnLogBrowserDialog.__resortFiles" ID="SvnLogBrowserDialog.__resortFiles"></a> |
455 </p> |
|
456 <a NAME="SvnLogBrowserDialog.__resortFiles" ID="SvnLogBrowserDialog.__resortFiles"></a> |
345 <h4>SvnLogBrowserDialog.__resortFiles</h4> |
457 <h4>SvnLogBrowserDialog.__resortFiles</h4> |
346 <b>__resortFiles</b>(<i></i>) |
458 <b>__resortFiles</b>(<i></i>) |
|
459 |
347 <p> |
460 <p> |
348 Private method to resort the changed files tree. |
461 Private method to resort the changed files tree. |
349 </p><a NAME="SvnLogBrowserDialog.__resortLog" ID="SvnLogBrowserDialog.__resortLog"></a> |
462 </p> |
|
463 <a NAME="SvnLogBrowserDialog.__resortLog" ID="SvnLogBrowserDialog.__resortLog"></a> |
350 <h4>SvnLogBrowserDialog.__resortLog</h4> |
464 <h4>SvnLogBrowserDialog.__resortLog</h4> |
351 <b>__resortLog</b>(<i></i>) |
465 <b>__resortLog</b>(<i></i>) |
|
466 |
352 <p> |
467 <p> |
353 Private method to resort the log tree. |
468 Private method to resort the log tree. |
354 </p><a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a> |
469 </p> |
|
470 <a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a> |
355 <h4>SvnLogBrowserDialog.closeEvent</h4> |
471 <h4>SvnLogBrowserDialog.closeEvent</h4> |
356 <b>closeEvent</b>(<i>e</i>) |
472 <b>closeEvent</b>(<i>e</i>) |
|
473 |
357 <p> |
474 <p> |
358 Protected slot implementing a close event handler. |
475 Protected slot implementing a close event handler. |
359 </p><dl> |
476 </p> |
|
477 <dl> |
|
478 |
360 <dt><i>e</i></dt> |
479 <dt><i>e</i></dt> |
361 <dd> |
480 <dd> |
362 close event (QCloseEvent) |
481 close event (QCloseEvent) |
363 </dd> |
482 </dd> |
364 </dl><a NAME="SvnLogBrowserDialog.keyPressEvent" ID="SvnLogBrowserDialog.keyPressEvent"></a> |
483 </dl> |
|
484 <a NAME="SvnLogBrowserDialog.keyPressEvent" ID="SvnLogBrowserDialog.keyPressEvent"></a> |
365 <h4>SvnLogBrowserDialog.keyPressEvent</h4> |
485 <h4>SvnLogBrowserDialog.keyPressEvent</h4> |
366 <b>keyPressEvent</b>(<i>evt</i>) |
486 <b>keyPressEvent</b>(<i>evt</i>) |
|
487 |
367 <p> |
488 <p> |
368 Protected slot to handle a key press event. |
489 Protected slot to handle a key press event. |
369 </p><dl> |
490 </p> |
|
491 <dl> |
|
492 |
370 <dt><i>evt</i></dt> |
493 <dt><i>evt</i></dt> |
371 <dd> |
494 <dd> |
372 the key press event (QKeyEvent) |
495 the key press event (QKeyEvent) |
373 </dd> |
496 </dd> |
374 </dl><a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> |
497 </dl> |
|
498 <a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> |
375 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4> |
499 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4> |
376 <b>on_buttonBox_clicked</b>(<i>button</i>) |
500 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
501 |
377 <p> |
502 <p> |
378 Private slot called by a button of the button box clicked. |
503 Private slot called by a button of the button box clicked. |
379 </p><dl> |
504 </p> |
|
505 <dl> |
|
506 |
380 <dt><i>button</i></dt> |
507 <dt><i>button</i></dt> |
381 <dd> |
508 <dd> |
382 button that was clicked (QAbstractButton) |
509 button that was clicked (QAbstractButton) |
383 </dd> |
510 </dd> |
384 </dl><a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a> |
511 </dl> |
|
512 <a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a> |
385 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4> |
513 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4> |
386 <b>on_diffPreviousButton_clicked</b>(<i></i>) |
514 <b>on_diffPreviousButton_clicked</b>(<i></i>) |
|
515 |
387 <p> |
516 <p> |
388 Private slot to handle the Diff to Previous button. |
517 Private slot to handle the Diff to Previous button. |
389 </p><a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a> |
518 </p> |
|
519 <a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a> |
390 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4> |
520 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4> |
391 <b>on_diffRevisionsButton_clicked</b>(<i></i>) |
521 <b>on_diffRevisionsButton_clicked</b>(<i></i>) |
|
522 |
392 <p> |
523 <p> |
393 Private slot to handle the Compare Revisions button. |
524 Private slot to handle the Compare Revisions button. |
394 </p><a NAME="SvnLogBrowserDialog.on_downButton_clicked" ID="SvnLogBrowserDialog.on_downButton_clicked"></a> |
525 </p> |
|
526 <a NAME="SvnLogBrowserDialog.on_downButton_clicked" ID="SvnLogBrowserDialog.on_downButton_clicked"></a> |
395 <h4>SvnLogBrowserDialog.on_downButton_clicked</h4> |
527 <h4>SvnLogBrowserDialog.on_downButton_clicked</h4> |
396 <b>on_downButton_clicked</b>(<i></i>) |
528 <b>on_downButton_clicked</b>(<i></i>) |
|
529 |
397 <p> |
530 <p> |
398 Private slot to move the current item down one entry. |
531 Private slot to move the current item down one entry. |
399 </p><a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> |
532 </p> |
|
533 <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> |
400 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> |
534 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> |
401 <b>on_fieldCombo_activated</b>(<i>txt</i>) |
535 <b>on_fieldCombo_activated</b>(<i>txt</i>) |
|
536 |
402 <p> |
537 <p> |
403 Private slot called, when a new filter field is selected. |
538 Private slot called, when a new filter field is selected. |
404 </p><dl> |
539 </p> |
|
540 <dl> |
|
541 |
405 <dt><i>txt</i></dt> |
542 <dt><i>txt</i></dt> |
406 <dd> |
543 <dd> |
407 text of the selected field (string) |
544 text of the selected field (string) |
408 </dd> |
545 </dd> |
409 </dl><a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> |
546 </dl> |
|
547 <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> |
410 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> |
548 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> |
411 <b>on_fromDate_dateChanged</b>(<i>date</i>) |
549 <b>on_fromDate_dateChanged</b>(<i>date</i>) |
|
550 |
412 <p> |
551 <p> |
413 Private slot called, when the from date changes. |
552 Private slot called, when the from date changes. |
414 </p><dl> |
553 </p> |
|
554 <dl> |
|
555 |
415 <dt><i>date</i></dt> |
556 <dt><i>date</i></dt> |
416 <dd> |
557 <dd> |
417 new date (QDate) |
558 new date (QDate) |
418 </dd> |
559 </dd> |
419 </dl><a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a> |
560 </dl> |
|
561 <a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a> |
420 <h4>SvnLogBrowserDialog.on_input_returnPressed</h4> |
562 <h4>SvnLogBrowserDialog.on_input_returnPressed</h4> |
421 <b>on_input_returnPressed</b>(<i></i>) |
563 <b>on_input_returnPressed</b>(<i></i>) |
|
564 |
422 <p> |
565 <p> |
423 Private slot to handle the press of the return key in the input field. |
566 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> |
567 </p> |
|
568 <a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a> |
425 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4> |
569 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4> |
426 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) |
570 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) |
|
571 |
427 <p> |
572 <p> |
428 Private slot called, when the current item of the log tree changes. |
573 Private slot called, when the current item of the log tree changes. |
429 </p><dl> |
574 </p> |
|
575 <dl> |
|
576 |
430 <dt><i>current</i></dt> |
577 <dt><i>current</i></dt> |
431 <dd> |
578 <dd> |
432 reference to the new current item (QTreeWidgetItem) |
579 reference to the new current item (QTreeWidgetItem) |
433 </dd><dt><i>previous</i></dt> |
580 </dd> |
|
581 <dt><i>previous</i></dt> |
434 <dd> |
582 <dd> |
435 reference to the old current item (QTreeWidgetItem) |
583 reference to the old current item (QTreeWidgetItem) |
436 </dd> |
584 </dd> |
437 </dl><a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a> |
585 </dl> |
|
586 <a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a> |
438 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4> |
587 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4> |
439 <b>on_logTree_itemSelectionChanged</b>(<i></i>) |
588 <b>on_logTree_itemSelectionChanged</b>(<i></i>) |
|
589 |
440 <p> |
590 <p> |
441 Private slot called, when the selection has changed. |
591 Private slot called, when the selection has changed. |
442 </p><a NAME="SvnLogBrowserDialog.on_nextButton_clicked" ID="SvnLogBrowserDialog.on_nextButton_clicked"></a> |
592 </p> |
|
593 <a NAME="SvnLogBrowserDialog.on_nextButton_clicked" ID="SvnLogBrowserDialog.on_nextButton_clicked"></a> |
443 <h4>SvnLogBrowserDialog.on_nextButton_clicked</h4> |
594 <h4>SvnLogBrowserDialog.on_nextButton_clicked</h4> |
444 <b>on_nextButton_clicked</b>(<i></i>) |
595 <b>on_nextButton_clicked</b>(<i></i>) |
|
596 |
445 <p> |
597 <p> |
446 Private slot to handle the Next button. |
598 Private slot to handle the Next button. |
447 </p><a NAME="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ID="SvnLogBrowserDialog.on_passwordCheckBox_toggled"></a> |
599 </p> |
|
600 <a NAME="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ID="SvnLogBrowserDialog.on_passwordCheckBox_toggled"></a> |
448 <h4>SvnLogBrowserDialog.on_passwordCheckBox_toggled</h4> |
601 <h4>SvnLogBrowserDialog.on_passwordCheckBox_toggled</h4> |
449 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
602 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
|
603 |
450 <p> |
604 <p> |
451 Private slot to handle the password checkbox toggled. |
605 Private slot to handle the password checkbox toggled. |
452 </p><dl> |
606 </p> |
|
607 <dl> |
|
608 |
453 <dt><i>isOn</i></dt> |
609 <dt><i>isOn</i></dt> |
454 <dd> |
610 <dd> |
455 flag indicating the status of the check box (boolean) |
611 flag indicating the status of the check box (boolean) |
456 </dd> |
612 </dd> |
457 </dl><a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> |
613 </dl> |
|
614 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> |
458 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> |
615 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> |
459 <b>on_rxEdit_textChanged</b>(<i>txt</i>) |
616 <b>on_rxEdit_textChanged</b>(<i>txt</i>) |
|
617 |
460 <p> |
618 <p> |
461 Private slot called, when a filter expression is entered. |
619 Private slot called, when a filter expression is entered. |
462 </p><dl> |
620 </p> |
|
621 <dl> |
|
622 |
463 <dt><i>txt</i></dt> |
623 <dt><i>txt</i></dt> |
464 <dd> |
624 <dd> |
465 filter expression (string) |
625 filter expression (string) |
466 </dd> |
626 </dd> |
467 </dl><a NAME="SvnLogBrowserDialog.on_sendButton_clicked" ID="SvnLogBrowserDialog.on_sendButton_clicked"></a> |
627 </dl> |
|
628 <a NAME="SvnLogBrowserDialog.on_sendButton_clicked" ID="SvnLogBrowserDialog.on_sendButton_clicked"></a> |
468 <h4>SvnLogBrowserDialog.on_sendButton_clicked</h4> |
629 <h4>SvnLogBrowserDialog.on_sendButton_clicked</h4> |
469 <b>on_sendButton_clicked</b>(<i></i>) |
630 <b>on_sendButton_clicked</b>(<i></i>) |
|
631 |
470 <p> |
632 <p> |
471 Private slot to send the input to the subversion process. |
633 Private slot to send the input to the subversion process. |
472 </p><a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> |
634 </p> |
|
635 <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> |
473 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> |
636 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> |
474 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) |
637 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) |
|
638 |
475 <p> |
639 <p> |
476 Private slot called, when the stop on copy/move checkbox is clicked. |
640 Private slot called, when the stop on copy/move checkbox is clicked. |
477 </p><dl> |
641 </p> |
|
642 <dl> |
|
643 |
478 <dt><i>checked</i></dt> |
644 <dt><i>checked</i></dt> |
479 <dd> |
645 <dd> |
480 flag indicating the checked state (boolean) |
646 flag indicating the checked state (boolean) |
481 </dd> |
647 </dd> |
482 </dl><a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> |
648 </dl> |
|
649 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> |
483 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> |
650 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> |
484 <b>on_toDate_dateChanged</b>(<i>date</i>) |
651 <b>on_toDate_dateChanged</b>(<i>date</i>) |
|
652 |
485 <p> |
653 <p> |
486 Private slot called, when the from date changes. |
654 Private slot called, when the from date changes. |
487 </p><dl> |
655 </p> |
|
656 <dl> |
|
657 |
488 <dt><i>date</i></dt> |
658 <dt><i>date</i></dt> |
489 <dd> |
659 <dd> |
490 new date (QDate) |
660 new date (QDate) |
491 </dd> |
661 </dd> |
492 </dl><a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a> |
662 </dl> |
|
663 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a> |
493 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4> |
664 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4> |
494 <b>on_upButton_clicked</b>(<i></i>) |
665 <b>on_upButton_clicked</b>(<i></i>) |
|
666 |
495 <p> |
667 <p> |
496 Private slot to move the current item up one entry. |
668 Private slot to move the current item up one entry. |
497 </p><a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a> |
669 </p> |
|
670 <a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a> |
498 <h4>SvnLogBrowserDialog.show</h4> |
671 <h4>SvnLogBrowserDialog.show</h4> |
499 <b>show</b>(<i></i>) |
672 <b>show</b>(<i></i>) |
|
673 |
500 <p> |
674 <p> |
501 Public slot to show the dialog. |
675 Public slot to show the dialog. |
502 </p><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> |
676 </p> |
|
677 <a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> |
503 <h4>SvnLogBrowserDialog.start</h4> |
678 <h4>SvnLogBrowserDialog.start</h4> |
504 <b>start</b>(<i>fn, isFile=False</i>) |
679 <b>start</b>(<i>fn, isFile=False</i>) |
|
680 |
505 <p> |
681 <p> |
506 Public slot to start the svn log command. |
682 Public slot to start the svn log command. |
507 </p><dl> |
683 </p> |
|
684 <dl> |
|
685 |
508 <dt><i>fn</i></dt> |
686 <dt><i>fn</i></dt> |
509 <dd> |
687 <dd> |
510 filename to show the log for (string) |
688 filename to show the log for (string) |
511 </dd><dt><i>isFile=</i></dt> |
689 </dd> |
|
690 <dt><i>isFile=</i></dt> |
512 <dd> |
691 <dd> |
513 flag indicating log for a file is to be shown |
692 flag indicating log for a file is to be shown |
514 (boolean) |
693 (boolean) |
515 </dd> |
694 </dd> |
516 </dl> |
695 </dl> |