eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7900
72b88fb20261
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
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.vcsPySvn.SvnLogBrowserDialog</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.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>
31 <table> 34
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, SvnDialogMixin, Ui_SvnLogBrowserDialog 56 QWidget, SvnDialogMixin, 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>
58 <table> 68
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.__diffRevisions">__diffRevisions</a></td> 76 <td><a href="#SvnLogBrowserDialog.__diffRevisions">__diffRevisions</a></td>
64 <td>Private method to do a diff of two revisions.</td> 77 <td>Private method to do a diff of two revisions.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#SvnLogBrowserDialog.__filterLogs">__filterLogs</a></td> 80 <td><a href="#SvnLogBrowserDialog.__filterLogs">__filterLogs</a></td>
67 <td>Private method to filter the log entries.</td> 81 <td>Private method to filter the log entries.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#SvnLogBrowserDialog.__finish">__finish</a></td> 84 <td><a href="#SvnLogBrowserDialog.__finish">__finish</a></td>
70 <td>Private slot called when the user pressed the button.</td> 85 <td>Private slot called when the user pressed the button.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#SvnLogBrowserDialog.__generateFileItem">__generateFileItem</a></td> 88 <td><a href="#SvnLogBrowserDialog.__generateFileItem">__generateFileItem</a></td>
73 <td>Private method to generate a changed files tree entry.</td> 89 <td>Private method to generate a changed files tree entry.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#SvnLogBrowserDialog.__generateLogItem">__generateLogItem</a></td> 92 <td><a href="#SvnLogBrowserDialog.__generateLogItem">__generateLogItem</a></td>
76 <td>Private method to generate a log tree entry.</td> 93 <td>Private method to generate a log tree entry.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#SvnLogBrowserDialog.__getLogEntries">__getLogEntries</a></td> 96 <td><a href="#SvnLogBrowserDialog.__getLogEntries">__getLogEntries</a></td>
79 <td>Private method to retrieve log entries from the repository.</td> 97 <td>Private method to retrieve log entries from the repository.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#SvnLogBrowserDialog.__initData">__initData</a></td> 100 <td><a href="#SvnLogBrowserDialog.__initData">__initData</a></td>
82 <td>Private method to (re-)initialize some data.</td> 101 <td>Private method to (re-)initialize some data.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#SvnLogBrowserDialog.__resetUI">__resetUI</a></td> 104 <td><a href="#SvnLogBrowserDialog.__resetUI">__resetUI</a></td>
85 <td>Private method to reset the user interface.</td> 105 <td>Private method to reset the user interface.</td>
86 </tr><tr> 106 </tr>
107 <tr>
87 <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> 108 <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td>
88 <td>Private method to resize the changed files tree columns.</td> 109 <td>Private method to resize the changed files tree columns.</td>
89 </tr><tr> 110 </tr>
111 <tr>
90 <td><a href="#SvnLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> 112 <td><a href="#SvnLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td>
91 <td>Private method to resize the log tree columns.</td> 113 <td>Private method to resize the log tree columns.</td>
92 </tr><tr> 114 </tr>
115 <tr>
93 <td><a href="#SvnLogBrowserDialog.__resortFiles">__resortFiles</a></td> 116 <td><a href="#SvnLogBrowserDialog.__resortFiles">__resortFiles</a></td>
94 <td>Private method to resort the changed files tree.</td> 117 <td>Private method to resort the changed files tree.</td>
95 </tr><tr> 118 </tr>
119 <tr>
96 <td><a href="#SvnLogBrowserDialog.__resortLog">__resortLog</a></td> 120 <td><a href="#SvnLogBrowserDialog.__resortLog">__resortLog</a></td>
97 <td>Private method to resort the log tree.</td> 121 <td>Private method to resort the log tree.</td>
98 </tr><tr> 122 </tr>
123 <tr>
99 <td><a href="#SvnLogBrowserDialog.__showError">__showError</a></td> 124 <td><a href="#SvnLogBrowserDialog.__showError">__showError</a></td>
100 <td>Private slot to show an error message.</td> 125 <td>Private slot to show an error message.</td>
101 </tr><tr> 126 </tr>
127 <tr>
102 <td><a href="#SvnLogBrowserDialog._reset">_reset</a></td> 128 <td><a href="#SvnLogBrowserDialog._reset">_reset</a></td>
103 <td>Protected method to reset the internal state of the dialog.</td> 129 <td>Protected method to reset the internal state of the dialog.</td>
104 </tr><tr> 130 </tr>
131 <tr>
105 <td><a href="#SvnLogBrowserDialog.closeEvent">closeEvent</a></td> 132 <td><a href="#SvnLogBrowserDialog.closeEvent">closeEvent</a></td>
106 <td>Protected slot implementing a close event handler.</td> 133 <td>Protected slot implementing a close event handler.</td>
107 </tr><tr> 134 </tr>
135 <tr>
108 <td><a href="#SvnLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 136 <td><a href="#SvnLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
109 <td>Private slot called by a button of the button box clicked.</td> 137 <td>Private slot called by a button of the button box clicked.</td>
110 </tr><tr> 138 </tr>
139 <tr>
111 <td><a href="#SvnLogBrowserDialog.on_diffPreviousButton_clicked">on_diffPreviousButton_clicked</a></td> 140 <td><a href="#SvnLogBrowserDialog.on_diffPreviousButton_clicked">on_diffPreviousButton_clicked</a></td>
112 <td>Private slot to handle the Diff to Previous button.</td> 141 <td>Private slot to handle the Diff to Previous button.</td>
113 </tr><tr> 142 </tr>
143 <tr>
114 <td><a href="#SvnLogBrowserDialog.on_diffRevisionsButton_clicked">on_diffRevisionsButton_clicked</a></td> 144 <td><a href="#SvnLogBrowserDialog.on_diffRevisionsButton_clicked">on_diffRevisionsButton_clicked</a></td>
115 <td>Private slot to handle the Compare Revisions button.</td> 145 <td>Private slot to handle the Compare Revisions button.</td>
116 </tr><tr> 146 </tr>
147 <tr>
117 <td><a href="#SvnLogBrowserDialog.on_downButton_clicked">on_downButton_clicked</a></td> 148 <td><a href="#SvnLogBrowserDialog.on_downButton_clicked">on_downButton_clicked</a></td>
118 <td>Private slot to move the current item down one entry.</td> 149 <td>Private slot to move the current item down one entry.</td>
119 </tr><tr> 150 </tr>
151 <tr>
120 <td><a href="#SvnLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td> 152 <td><a href="#SvnLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td>
121 <td>Private slot called, when a new filter field is selected.</td> 153 <td>Private slot called, when a new filter field is selected.</td>
122 </tr><tr> 154 </tr>
155 <tr>
123 <td><a href="#SvnLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> 156 <td><a href="#SvnLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td>
124 <td>Private slot called, when the from date changes.</td> 157 <td>Private slot called, when the from date changes.</td>
125 </tr><tr> 158 </tr>
159 <tr>
126 <td><a href="#SvnLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td> 160 <td><a href="#SvnLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td>
127 <td>Private slot called, when the current item of the log tree changes.</td> 161 <td>Private slot called, when the current item of the log tree changes.</td>
128 </tr><tr> 162 </tr>
163 <tr>
129 <td><a href="#SvnLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td> 164 <td><a href="#SvnLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td>
130 <td>Private slot called, when the selection has changed.</td> 165 <td>Private slot called, when the selection has changed.</td>
131 </tr><tr> 166 </tr>
167 <tr>
132 <td><a href="#SvnLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> 168 <td><a href="#SvnLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td>
133 <td>Private slot to handle the Next button.</td> 169 <td>Private slot to handle the Next button.</td>
134 </tr><tr> 170 </tr>
171 <tr>
135 <td><a href="#SvnLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> 172 <td><a href="#SvnLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td>
136 <td>Private slot called, when a filter expression is entered.</td> 173 <td>Private slot called, when a filter expression is entered.</td>
137 </tr><tr> 174 </tr>
175 <tr>
138 <td><a href="#SvnLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td> 176 <td><a href="#SvnLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td>
139 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td> 177 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td>
140 </tr><tr> 178 </tr>
179 <tr>
141 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> 180 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td>
142 <td>Private slot called, when the from date changes.</td> 181 <td>Private slot called, when the from date changes.</td>
143 </tr><tr> 182 </tr>
183 <tr>
144 <td><a href="#SvnLogBrowserDialog.on_upButton_clicked">on_upButton_clicked</a></td> 184 <td><a href="#SvnLogBrowserDialog.on_upButton_clicked">on_upButton_clicked</a></td>
145 <td>Private slot to move the current item up one entry.</td> 185 <td>Private slot to move the current item up one entry.</td>
146 </tr><tr> 186 </tr>
187 <tr>
147 <td><a href="#SvnLogBrowserDialog.show">show</a></td> 188 <td><a href="#SvnLogBrowserDialog.show">show</a></td>
148 <td>Public slot to show the dialog.</td> 189 <td>Public slot to show the dialog.</td>
149 </tr><tr> 190 </tr>
191 <tr>
150 <td><a href="#SvnLogBrowserDialog.start">start</a></td> 192 <td><a href="#SvnLogBrowserDialog.start">start</a></td>
151 <td>Public slot to start the svn log command.</td> 193 <td>Public slot to start the svn log command.</td>
152 </tr> 194 </tr>
153 </table> 195 </table>
154 <h3>Static Methods</h3> 196 <h3>Static Methods</h3>
197
155 <table> 198 <table>
156 <tr><td>None</td></tr> 199 <tr><td>None</td></tr>
157 </table> 200 </table>
201
158 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> 202 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a>
159 <h4>SvnLogBrowserDialog (Constructor)</h4> 203 <h4>SvnLogBrowserDialog (Constructor)</h4>
160 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>) 204 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>)
205
161 <p> 206 <p>
162 Constructor 207 Constructor
163 </p><dl> 208 </p>
209 <dl>
210
164 <dt><i>vcs</i></dt> 211 <dt><i>vcs</i></dt>
165 <dd> 212 <dd>
166 reference to the vcs object 213 reference to the vcs object
167 </dd><dt><i>parent</i></dt> 214 </dd>
215 <dt><i>parent</i></dt>
168 <dd> 216 <dd>
169 parent widget (QWidget) 217 parent widget (QWidget)
170 </dd> 218 </dd>
171 </dl><a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a> 219 </dl>
220 <a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a>
172 <h4>SvnLogBrowserDialog.__diffRevisions</h4> 221 <h4>SvnLogBrowserDialog.__diffRevisions</h4>
173 <b>__diffRevisions</b>(<i>rev1, rev2, peg_rev</i>) 222 <b>__diffRevisions</b>(<i>rev1, rev2, peg_rev</i>)
223
174 <p> 224 <p>
175 Private method to do a diff of two revisions. 225 Private method to do a diff of two revisions.
176 </p><dl> 226 </p>
227 <dl>
228
177 <dt><i>rev1</i></dt> 229 <dt><i>rev1</i></dt>
178 <dd> 230 <dd>
179 first revision number (integer) 231 first revision number (integer)
180 </dd><dt><i>rev2</i></dt> 232 </dd>
233 <dt><i>rev2</i></dt>
181 <dd> 234 <dd>
182 second revision number (integer) 235 second revision number (integer)
183 </dd><dt><i>peg_rev</i></dt> 236 </dd>
237 <dt><i>peg_rev</i></dt>
184 <dd> 238 <dd>
185 revision number to use as a reference (integer) 239 revision number to use as a reference (integer)
186 </dd> 240 </dd>
187 </dl><a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a> 241 </dl>
242 <a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a>
188 <h4>SvnLogBrowserDialog.__filterLogs</h4> 243 <h4>SvnLogBrowserDialog.__filterLogs</h4>
189 <b>__filterLogs</b>(<i></i>) 244 <b>__filterLogs</b>(<i></i>)
245
190 <p> 246 <p>
191 Private method to filter the log entries. 247 Private method to filter the log entries.
192 </p><a NAME="SvnLogBrowserDialog.__finish" ID="SvnLogBrowserDialog.__finish"></a> 248 </p>
249 <a NAME="SvnLogBrowserDialog.__finish" ID="SvnLogBrowserDialog.__finish"></a>
193 <h4>SvnLogBrowserDialog.__finish</h4> 250 <h4>SvnLogBrowserDialog.__finish</h4>
194 <b>__finish</b>(<i></i>) 251 <b>__finish</b>(<i></i>)
252
195 <p> 253 <p>
196 Private slot called when the user pressed the button. 254 Private slot called when the user pressed the button.
197 </p><a NAME="SvnLogBrowserDialog.__generateFileItem" ID="SvnLogBrowserDialog.__generateFileItem"></a> 255 </p>
256 <a NAME="SvnLogBrowserDialog.__generateFileItem" ID="SvnLogBrowserDialog.__generateFileItem"></a>
198 <h4>SvnLogBrowserDialog.__generateFileItem</h4> 257 <h4>SvnLogBrowserDialog.__generateFileItem</h4>
199 <b>__generateFileItem</b>(<i>action, path, copyFrom, copyRev</i>) 258 <b>__generateFileItem</b>(<i>action, path, copyFrom, copyRev</i>)
259
200 <p> 260 <p>
201 Private method to generate a changed files tree entry. 261 Private method to generate a changed files tree entry.
202 </p><dl> 262 </p>
263 <dl>
264
203 <dt><i>action</i></dt> 265 <dt><i>action</i></dt>
204 <dd> 266 <dd>
205 indicator for the change action ("A", "D" or "M") 267 indicator for the change action ("A", "D" or "M")
206 </dd><dt><i>path</i></dt> 268 </dd>
269 <dt><i>path</i></dt>
207 <dd> 270 <dd>
208 path of the file in the repository (string) 271 path of the file in the repository (string)
209 </dd><dt><i>copyFrom</i></dt> 272 </dd>
273 <dt><i>copyFrom</i></dt>
210 <dd> 274 <dd>
211 path the file was copied from (None, string) 275 path the file was copied from (None, string)
212 </dd><dt><i>copyRev</i></dt> 276 </dd>
277 <dt><i>copyRev</i></dt>
213 <dd> 278 <dd>
214 revision the file was copied from (None, string) 279 revision the file was copied from (None, string)
215 </dd> 280 </dd>
216 </dl><dl> 281 </dl>
282 <dl>
217 <dt>Returns:</dt> 283 <dt>Returns:</dt>
218 <dd> 284 <dd>
219 reference to the generated item (QTreeWidgetItem) 285 reference to the generated item (QTreeWidgetItem)
220 </dd> 286 </dd>
221 </dl><a NAME="SvnLogBrowserDialog.__generateLogItem" ID="SvnLogBrowserDialog.__generateLogItem"></a> 287 </dl>
288 <a NAME="SvnLogBrowserDialog.__generateLogItem" ID="SvnLogBrowserDialog.__generateLogItem"></a>
222 <h4>SvnLogBrowserDialog.__generateLogItem</h4> 289 <h4>SvnLogBrowserDialog.__generateLogItem</h4>
223 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths</i>) 290 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths</i>)
291
224 <p> 292 <p>
225 Private method to generate a log tree entry. 293 Private method to generate a log tree entry.
226 </p><dl> 294 </p>
295 <dl>
296
227 <dt><i>author</i></dt> 297 <dt><i>author</i></dt>
228 <dd> 298 <dd>
229 author info (string) 299 author info (string)
230 </dd><dt><i>date</i></dt> 300 </dd>
301 <dt><i>date</i></dt>
231 <dd> 302 <dd>
232 date info (integer) 303 date info (integer)
233 </dd><dt><i>message</i></dt> 304 </dd>
305 <dt><i>message</i></dt>
234 <dd> 306 <dd>
235 text of the log message (string) 307 text of the log message (string)
236 </dd><dt><i>revision</i></dt> 308 </dd>
309 <dt><i>revision</i></dt>
237 <dd> 310 <dd>
238 revision info (string or pysvn.opt_revision_kind) 311 revision info (string or pysvn.opt_revision_kind)
239 </dd><dt><i>changedPaths</i></dt> 312 </dd>
313 <dt><i>changedPaths</i></dt>
240 <dd> 314 <dd>
241 list of pysvn dictionary like objects containing 315 list of pysvn dictionary like objects containing
242 info about the changed files/directories 316 info about the changed files/directories
243 </dd> 317 </dd>
244 </dl><dl> 318 </dl>
319 <dl>
245 <dt>Returns:</dt> 320 <dt>Returns:</dt>
246 <dd> 321 <dd>
247 reference to the generated item (QTreeWidgetItem) 322 reference to the generated item (QTreeWidgetItem)
248 </dd> 323 </dd>
249 </dl><a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a> 324 </dl>
325 <a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a>
250 <h4>SvnLogBrowserDialog.__getLogEntries</h4> 326 <h4>SvnLogBrowserDialog.__getLogEntries</h4>
251 <b>__getLogEntries</b>(<i>startRev=None</i>) 327 <b>__getLogEntries</b>(<i>startRev=None</i>)
328
252 <p> 329 <p>
253 Private method to retrieve log entries from the repository. 330 Private method to retrieve log entries from the repository.
254 </p><dl> 331 </p>
332 <dl>
333
255 <dt><i>startRev</i></dt> 334 <dt><i>startRev</i></dt>
256 <dd> 335 <dd>
257 revision number to start from (integer, string) 336 revision number to start from (integer, string)
258 </dd> 337 </dd>
259 </dl><a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a> 338 </dl>
339 <a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a>
260 <h4>SvnLogBrowserDialog.__initData</h4> 340 <h4>SvnLogBrowserDialog.__initData</h4>
261 <b>__initData</b>(<i></i>) 341 <b>__initData</b>(<i></i>)
342
262 <p> 343 <p>
263 Private method to (re-)initialize some data. 344 Private method to (re-)initialize some data.
264 </p><a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a> 345 </p>
346 <a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a>
265 <h4>SvnLogBrowserDialog.__resetUI</h4> 347 <h4>SvnLogBrowserDialog.__resetUI</h4>
266 <b>__resetUI</b>(<i></i>) 348 <b>__resetUI</b>(<i></i>)
349
267 <p> 350 <p>
268 Private method to reset the user interface. 351 Private method to reset the user interface.
269 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> 352 </p>
353 <a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a>
270 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> 354 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4>
271 <b>__resizeColumnsFiles</b>(<i></i>) 355 <b>__resizeColumnsFiles</b>(<i></i>)
356
272 <p> 357 <p>
273 Private method to resize the changed files tree columns. 358 Private method to resize the changed files tree columns.
274 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a> 359 </p>
360 <a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a>
275 <h4>SvnLogBrowserDialog.__resizeColumnsLog</h4> 361 <h4>SvnLogBrowserDialog.__resizeColumnsLog</h4>
276 <b>__resizeColumnsLog</b>(<i></i>) 362 <b>__resizeColumnsLog</b>(<i></i>)
363
277 <p> 364 <p>
278 Private method to resize the log tree columns. 365 Private method to resize the log tree columns.
279 </p><a NAME="SvnLogBrowserDialog.__resortFiles" ID="SvnLogBrowserDialog.__resortFiles"></a> 366 </p>
367 <a NAME="SvnLogBrowserDialog.__resortFiles" ID="SvnLogBrowserDialog.__resortFiles"></a>
280 <h4>SvnLogBrowserDialog.__resortFiles</h4> 368 <h4>SvnLogBrowserDialog.__resortFiles</h4>
281 <b>__resortFiles</b>(<i></i>) 369 <b>__resortFiles</b>(<i></i>)
370
282 <p> 371 <p>
283 Private method to resort the changed files tree. 372 Private method to resort the changed files tree.
284 </p><a NAME="SvnLogBrowserDialog.__resortLog" ID="SvnLogBrowserDialog.__resortLog"></a> 373 </p>
374 <a NAME="SvnLogBrowserDialog.__resortLog" ID="SvnLogBrowserDialog.__resortLog"></a>
285 <h4>SvnLogBrowserDialog.__resortLog</h4> 375 <h4>SvnLogBrowserDialog.__resortLog</h4>
286 <b>__resortLog</b>(<i></i>) 376 <b>__resortLog</b>(<i></i>)
377
287 <p> 378 <p>
288 Private method to resort the log tree. 379 Private method to resort the log tree.
289 </p><a NAME="SvnLogBrowserDialog.__showError" ID="SvnLogBrowserDialog.__showError"></a> 380 </p>
381 <a NAME="SvnLogBrowserDialog.__showError" ID="SvnLogBrowserDialog.__showError"></a>
290 <h4>SvnLogBrowserDialog.__showError</h4> 382 <h4>SvnLogBrowserDialog.__showError</h4>
291 <b>__showError</b>(<i>msg</i>) 383 <b>__showError</b>(<i>msg</i>)
384
292 <p> 385 <p>
293 Private slot to show an error message. 386 Private slot to show an error message.
294 </p><dl> 387 </p>
388 <dl>
389
295 <dt><i>msg</i></dt> 390 <dt><i>msg</i></dt>
296 <dd> 391 <dd>
297 error message to show (string) 392 error message to show (string)
298 </dd> 393 </dd>
299 </dl><a NAME="SvnLogBrowserDialog._reset" ID="SvnLogBrowserDialog._reset"></a> 394 </dl>
395 <a NAME="SvnLogBrowserDialog._reset" ID="SvnLogBrowserDialog._reset"></a>
300 <h4>SvnLogBrowserDialog._reset</h4> 396 <h4>SvnLogBrowserDialog._reset</h4>
301 <b>_reset</b>(<i></i>) 397 <b>_reset</b>(<i></i>)
398
302 <p> 399 <p>
303 Protected method to reset the internal state of the dialog. 400 Protected method to reset the internal state of the dialog.
304 </p><a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a> 401 </p>
402 <a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a>
305 <h4>SvnLogBrowserDialog.closeEvent</h4> 403 <h4>SvnLogBrowserDialog.closeEvent</h4>
306 <b>closeEvent</b>(<i>e</i>) 404 <b>closeEvent</b>(<i>e</i>)
405
307 <p> 406 <p>
308 Protected slot implementing a close event handler. 407 Protected slot implementing a close event handler.
309 </p><dl> 408 </p>
409 <dl>
410
310 <dt><i>e</i></dt> 411 <dt><i>e</i></dt>
311 <dd> 412 <dd>
312 close event (QCloseEvent) 413 close event (QCloseEvent)
313 </dd> 414 </dd>
314 </dl><a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> 415 </dl>
416 <a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a>
315 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4> 417 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4>
316 <b>on_buttonBox_clicked</b>(<i>button</i>) 418 <b>on_buttonBox_clicked</b>(<i>button</i>)
419
317 <p> 420 <p>
318 Private slot called by a button of the button box clicked. 421 Private slot called by a button of the button box clicked.
319 </p><dl> 422 </p>
423 <dl>
424
320 <dt><i>button</i></dt> 425 <dt><i>button</i></dt>
321 <dd> 426 <dd>
322 button that was clicked (QAbstractButton) 427 button that was clicked (QAbstractButton)
323 </dd> 428 </dd>
324 </dl><a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a> 429 </dl>
430 <a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a>
325 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4> 431 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4>
326 <b>on_diffPreviousButton_clicked</b>(<i></i>) 432 <b>on_diffPreviousButton_clicked</b>(<i></i>)
433
327 <p> 434 <p>
328 Private slot to handle the Diff to Previous button. 435 Private slot to handle the Diff to Previous button.
329 </p><a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a> 436 </p>
437 <a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a>
330 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4> 438 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4>
331 <b>on_diffRevisionsButton_clicked</b>(<i></i>) 439 <b>on_diffRevisionsButton_clicked</b>(<i></i>)
440
332 <p> 441 <p>
333 Private slot to handle the Compare Revisions button. 442 Private slot to handle the Compare Revisions button.
334 </p><a NAME="SvnLogBrowserDialog.on_downButton_clicked" ID="SvnLogBrowserDialog.on_downButton_clicked"></a> 443 </p>
444 <a NAME="SvnLogBrowserDialog.on_downButton_clicked" ID="SvnLogBrowserDialog.on_downButton_clicked"></a>
335 <h4>SvnLogBrowserDialog.on_downButton_clicked</h4> 445 <h4>SvnLogBrowserDialog.on_downButton_clicked</h4>
336 <b>on_downButton_clicked</b>(<i></i>) 446 <b>on_downButton_clicked</b>(<i></i>)
447
337 <p> 448 <p>
338 Private slot to move the current item down one entry. 449 Private slot to move the current item down one entry.
339 </p><a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> 450 </p>
451 <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a>
340 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> 452 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4>
341 <b>on_fieldCombo_activated</b>(<i>txt</i>) 453 <b>on_fieldCombo_activated</b>(<i>txt</i>)
454
342 <p> 455 <p>
343 Private slot called, when a new filter field is selected. 456 Private slot called, when a new filter field is selected.
344 </p><dl> 457 </p>
458 <dl>
459
345 <dt><i>txt</i></dt> 460 <dt><i>txt</i></dt>
346 <dd> 461 <dd>
347 text of the selected field (string) 462 text of the selected field (string)
348 </dd> 463 </dd>
349 </dl><a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> 464 </dl>
465 <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a>
350 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> 466 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4>
351 <b>on_fromDate_dateChanged</b>(<i>date</i>) 467 <b>on_fromDate_dateChanged</b>(<i>date</i>)
468
352 <p> 469 <p>
353 Private slot called, when the from date changes. 470 Private slot called, when the from date changes.
354 </p><dl> 471 </p>
472 <dl>
473
355 <dt><i>date</i></dt> 474 <dt><i>date</i></dt>
356 <dd> 475 <dd>
357 new date (QDate) 476 new date (QDate)
358 </dd> 477 </dd>
359 </dl><a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a> 478 </dl>
479 <a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a>
360 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4> 480 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4>
361 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) 481 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>)
482
362 <p> 483 <p>
363 Private slot called, when the current item of the log tree changes. 484 Private slot called, when the current item of the log tree changes.
364 </p><dl> 485 </p>
486 <dl>
487
365 <dt><i>current</i></dt> 488 <dt><i>current</i></dt>
366 <dd> 489 <dd>
367 reference to the new current item (QTreeWidgetItem) 490 reference to the new current item (QTreeWidgetItem)
368 </dd><dt><i>previous</i></dt> 491 </dd>
492 <dt><i>previous</i></dt>
369 <dd> 493 <dd>
370 reference to the old current item (QTreeWidgetItem) 494 reference to the old current item (QTreeWidgetItem)
371 </dd> 495 </dd>
372 </dl><a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a> 496 </dl>
497 <a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a>
373 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4> 498 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4>
374 <b>on_logTree_itemSelectionChanged</b>(<i></i>) 499 <b>on_logTree_itemSelectionChanged</b>(<i></i>)
500
375 <p> 501 <p>
376 Private slot called, when the selection has changed. 502 Private slot called, when the selection has changed.
377 </p><a NAME="SvnLogBrowserDialog.on_nextButton_clicked" ID="SvnLogBrowserDialog.on_nextButton_clicked"></a> 503 </p>
504 <a NAME="SvnLogBrowserDialog.on_nextButton_clicked" ID="SvnLogBrowserDialog.on_nextButton_clicked"></a>
378 <h4>SvnLogBrowserDialog.on_nextButton_clicked</h4> 505 <h4>SvnLogBrowserDialog.on_nextButton_clicked</h4>
379 <b>on_nextButton_clicked</b>(<i></i>) 506 <b>on_nextButton_clicked</b>(<i></i>)
507
380 <p> 508 <p>
381 Private slot to handle the Next button. 509 Private slot to handle the Next button.
382 </p><a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> 510 </p>
511 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a>
383 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> 512 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4>
384 <b>on_rxEdit_textChanged</b>(<i>txt</i>) 513 <b>on_rxEdit_textChanged</b>(<i>txt</i>)
514
385 <p> 515 <p>
386 Private slot called, when a filter expression is entered. 516 Private slot called, when a filter expression is entered.
387 </p><dl> 517 </p>
518 <dl>
519
388 <dt><i>txt</i></dt> 520 <dt><i>txt</i></dt>
389 <dd> 521 <dd>
390 filter expression (string) 522 filter expression (string)
391 </dd> 523 </dd>
392 </dl><a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> 524 </dl>
525 <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a>
393 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> 526 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4>
394 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) 527 <b>on_stopCheckBox_clicked</b>(<i>checked</i>)
528
395 <p> 529 <p>
396 Private slot called, when the stop on copy/move checkbox is clicked. 530 Private slot called, when the stop on copy/move checkbox is clicked.
397 </p><dl> 531 </p>
532 <dl>
533
398 <dt><i>checked</i></dt> 534 <dt><i>checked</i></dt>
399 <dd> 535 <dd>
400 flag indicating the check box state (boolean) 536 flag indicating the check box state (boolean)
401 </dd> 537 </dd>
402 </dl><a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> 538 </dl>
539 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a>
403 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> 540 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4>
404 <b>on_toDate_dateChanged</b>(<i>date</i>) 541 <b>on_toDate_dateChanged</b>(<i>date</i>)
542
405 <p> 543 <p>
406 Private slot called, when the from date changes. 544 Private slot called, when the from date changes.
407 </p><dl> 545 </p>
546 <dl>
547
408 <dt><i>date</i></dt> 548 <dt><i>date</i></dt>
409 <dd> 549 <dd>
410 new date (QDate) 550 new date (QDate)
411 </dd> 551 </dd>
412 </dl><a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a> 552 </dl>
553 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a>
413 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4> 554 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4>
414 <b>on_upButton_clicked</b>(<i></i>) 555 <b>on_upButton_clicked</b>(<i></i>)
556
415 <p> 557 <p>
416 Private slot to move the current item up one entry. 558 Private slot to move the current item up one entry.
417 </p><a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a> 559 </p>
560 <a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a>
418 <h4>SvnLogBrowserDialog.show</h4> 561 <h4>SvnLogBrowserDialog.show</h4>
419 <b>show</b>(<i></i>) 562 <b>show</b>(<i></i>)
563
420 <p> 564 <p>
421 Public slot to show the dialog. 565 Public slot to show the dialog.
422 </p><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> 566 </p>
567 <a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a>
423 <h4>SvnLogBrowserDialog.start</h4> 568 <h4>SvnLogBrowserDialog.start</h4>
424 <b>start</b>(<i>fn, isFile=False</i>) 569 <b>start</b>(<i>fn, isFile=False</i>)
570
425 <p> 571 <p>
426 Public slot to start the svn log command. 572 Public slot to start the svn log command.
427 </p><dl> 573 </p>
574 <dl>
575
428 <dt><i>fn</i></dt> 576 <dt><i>fn</i></dt>
429 <dd> 577 <dd>
430 filename to show the log for (string) 578 filename to show the log for (string)
431 </dd><dt><i>isFile=</i></dt> 579 </dd>
580 <dt><i>isFile=</i></dt>
432 <dd> 581 <dd>
433 flag indicating log for a file is to be shown 582 flag indicating log for a file is to be shown
434 (boolean) 583 (boolean)
435 </dd> 584 </dd>
436 </dl> 585 </dl>

eric ide

mercurial