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.SvnRepoBrowserDialog</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the subversion repository browser dialog. |
26 Module implementing the subversion repository browser dialog. |
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="#SvnRepoBrowserDialog">SvnRepoBrowserDialog</a></td> |
38 <td><a href="#SvnRepoBrowserDialog">SvnRepoBrowserDialog</a></td> |
34 <td>Class implementing the subversion repository browser dialog.</td> |
39 <td>Class implementing the subversion repository browser dialog.</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="SvnRepoBrowserDialog" ID="SvnRepoBrowserDialog"></a> |
49 <a NAME="SvnRepoBrowserDialog" ID="SvnRepoBrowserDialog"></a> |
43 <h2>SvnRepoBrowserDialog</h2> |
50 <h2>SvnRepoBrowserDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing the subversion repository browser dialog. |
53 Class implementing the subversion repository browser dialog. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QDialog, Ui_SvnRepoBrowserDialog |
56 QDialog, Ui_SvnRepoBrowserDialog |
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="#SvnRepoBrowserDialog.__init__">SvnRepoBrowserDialog</a></td> |
72 <td><a href="#SvnRepoBrowserDialog.__init__">SvnRepoBrowserDialog</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#SvnRepoBrowserDialog.__finish">__finish</a></td> |
76 <td><a href="#SvnRepoBrowserDialog.__finish">__finish</a></td> |
64 <td>Private slot called when the process finished or the user pressed the button.</td> |
77 <td>Private slot called when the process finished or the user pressed the button.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#SvnRepoBrowserDialog.__generateItem">__generateItem</a></td> |
80 <td><a href="#SvnRepoBrowserDialog.__generateItem">__generateItem</a></td> |
67 <td>Private method to generate a tree item in the repository tree.</td> |
81 <td>Private method to generate a tree item in the repository tree.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#SvnRepoBrowserDialog.__listRepo">__listRepo</a></td> |
84 <td><a href="#SvnRepoBrowserDialog.__listRepo">__listRepo</a></td> |
70 <td>Private method to perform the svn list command.</td> |
85 <td>Private method to perform the svn list command.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#SvnRepoBrowserDialog.__normalizeUrl">__normalizeUrl</a></td> |
88 <td><a href="#SvnRepoBrowserDialog.__normalizeUrl">__normalizeUrl</a></td> |
73 <td>Private method to normalite the url.</td> |
89 <td>Private method to normalite the url.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#SvnRepoBrowserDialog.__procFinished">__procFinished</a></td> |
92 <td><a href="#SvnRepoBrowserDialog.__procFinished">__procFinished</a></td> |
76 <td>Private slot connected to the finished signal.</td> |
93 <td>Private slot connected to the finished signal.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#SvnRepoBrowserDialog.__readStderr">__readStderr</a></td> |
96 <td><a href="#SvnRepoBrowserDialog.__readStderr">__readStderr</a></td> |
79 <td>Private slot to handle the readyReadStandardError signal.</td> |
97 <td>Private slot to handle the readyReadStandardError signal.</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#SvnRepoBrowserDialog.__readStdout">__readStdout</a></td> |
100 <td><a href="#SvnRepoBrowserDialog.__readStdout">__readStdout</a></td> |
82 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
101 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
83 </tr><tr> |
102 </tr> |
|
103 <tr> |
84 <td><a href="#SvnRepoBrowserDialog.__repoRoot">__repoRoot</a></td> |
104 <td><a href="#SvnRepoBrowserDialog.__repoRoot">__repoRoot</a></td> |
85 <td>Private method to get the repository root using the svn info command.</td> |
105 <td>Private method to get the repository root using the svn info command.</td> |
86 </tr><tr> |
106 </tr> |
|
107 <tr> |
87 <td><a href="#SvnRepoBrowserDialog.__resizeColumns">__resizeColumns</a></td> |
108 <td><a href="#SvnRepoBrowserDialog.__resizeColumns">__resizeColumns</a></td> |
88 <td>Private method to resize the tree columns.</td> |
109 <td>Private method to resize the tree columns.</td> |
89 </tr><tr> |
110 </tr> |
|
111 <tr> |
90 <td><a href="#SvnRepoBrowserDialog.__resort">__resort</a></td> |
112 <td><a href="#SvnRepoBrowserDialog.__resort">__resort</a></td> |
91 <td>Private method to resort the tree.</td> |
113 <td>Private method to resort the tree.</td> |
92 </tr><tr> |
114 </tr> |
|
115 <tr> |
93 <td><a href="#SvnRepoBrowserDialog.accept">accept</a></td> |
116 <td><a href="#SvnRepoBrowserDialog.accept">accept</a></td> |
94 <td>Public slot called when the dialog is accepted.</td> |
117 <td>Public slot called when the dialog is accepted.</td> |
95 </tr><tr> |
118 </tr> |
|
119 <tr> |
96 <td><a href="#SvnRepoBrowserDialog.closeEvent">closeEvent</a></td> |
120 <td><a href="#SvnRepoBrowserDialog.closeEvent">closeEvent</a></td> |
97 <td>Protected slot implementing a close event handler.</td> |
121 <td>Protected slot implementing a close event handler.</td> |
98 </tr><tr> |
122 </tr> |
|
123 <tr> |
99 <td><a href="#SvnRepoBrowserDialog.getSelectedUrl">getSelectedUrl</a></td> |
124 <td><a href="#SvnRepoBrowserDialog.getSelectedUrl">getSelectedUrl</a></td> |
100 <td>Public method to retrieve the selected repository URL.</td> |
125 <td>Public method to retrieve the selected repository URL.</td> |
101 </tr><tr> |
126 </tr> |
|
127 <tr> |
102 <td><a href="#SvnRepoBrowserDialog.keyPressEvent">keyPressEvent</a></td> |
128 <td><a href="#SvnRepoBrowserDialog.keyPressEvent">keyPressEvent</a></td> |
103 <td>Protected slot to handle a key press event.</td> |
129 <td>Protected slot to handle a key press event.</td> |
104 </tr><tr> |
130 </tr> |
|
131 <tr> |
105 <td><a href="#SvnRepoBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
132 <td><a href="#SvnRepoBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
106 <td>Private slot to handle the press of the return key in the input field.</td> |
133 <td>Private slot to handle the press of the return key in the input field.</td> |
107 </tr><tr> |
134 </tr> |
|
135 <tr> |
108 <td><a href="#SvnRepoBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
136 <td><a href="#SvnRepoBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
109 <td>Private slot to handle the password checkbox toggled.</td> |
137 <td>Private slot to handle the password checkbox toggled.</td> |
110 </tr><tr> |
138 </tr> |
|
139 <tr> |
111 <td><a href="#SvnRepoBrowserDialog.on_repoTree_itemCollapsed">on_repoTree_itemCollapsed</a></td> |
140 <td><a href="#SvnRepoBrowserDialog.on_repoTree_itemCollapsed">on_repoTree_itemCollapsed</a></td> |
112 <td>Private slot called when an item is collapsed.</td> |
141 <td>Private slot called when an item is collapsed.</td> |
113 </tr><tr> |
142 </tr> |
|
143 <tr> |
114 <td><a href="#SvnRepoBrowserDialog.on_repoTree_itemExpanded">on_repoTree_itemExpanded</a></td> |
144 <td><a href="#SvnRepoBrowserDialog.on_repoTree_itemExpanded">on_repoTree_itemExpanded</a></td> |
115 <td>Private slot called when an item is expanded.</td> |
145 <td>Private slot called when an item is expanded.</td> |
116 </tr><tr> |
146 </tr> |
|
147 <tr> |
117 <td><a href="#SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged">on_repoTree_itemSelectionChanged</a></td> |
148 <td><a href="#SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged">on_repoTree_itemSelectionChanged</a></td> |
118 <td>Private slot called when the selection changes.</td> |
149 <td>Private slot called when the selection changes.</td> |
119 </tr><tr> |
150 </tr> |
|
151 <tr> |
120 <td><a href="#SvnRepoBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
152 <td><a href="#SvnRepoBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
121 <td>Private slot to send the input to the subversion process.</td> |
153 <td>Private slot to send the input to the subversion process.</td> |
122 </tr><tr> |
154 </tr> |
|
155 <tr> |
123 <td><a href="#SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged">on_urlCombo_currentIndexChanged</a></td> |
156 <td><a href="#SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged">on_urlCombo_currentIndexChanged</a></td> |
124 <td>Private slot called, when a new repository URL is entered or selected.</td> |
157 <td>Private slot called, when a new repository URL is entered or selected.</td> |
125 </tr><tr> |
158 </tr> |
|
159 <tr> |
126 <td><a href="#SvnRepoBrowserDialog.start">start</a></td> |
160 <td><a href="#SvnRepoBrowserDialog.start">start</a></td> |
127 <td>Public slot to start the svn info command.</td> |
161 <td>Public slot to start the svn info command.</td> |
128 </tr> |
162 </tr> |
129 </table> |
163 </table> |
130 <h3>Static Methods</h3> |
164 <h3>Static Methods</h3> |
|
165 |
131 <table> |
166 <table> |
132 <tr><td>None</td></tr> |
167 <tr><td>None</td></tr> |
133 </table> |
168 </table> |
|
169 |
134 <a NAME="SvnRepoBrowserDialog.__init__" ID="SvnRepoBrowserDialog.__init__"></a> |
170 <a NAME="SvnRepoBrowserDialog.__init__" ID="SvnRepoBrowserDialog.__init__"></a> |
135 <h4>SvnRepoBrowserDialog (Constructor)</h4> |
171 <h4>SvnRepoBrowserDialog (Constructor)</h4> |
136 <b>SvnRepoBrowserDialog</b>(<i>vcs, mode="browse", parent=None</i>) |
172 <b>SvnRepoBrowserDialog</b>(<i>vcs, mode="browse", parent=None</i>) |
|
173 |
137 <p> |
174 <p> |
138 Constructor |
175 Constructor |
139 </p><dl> |
176 </p> |
|
177 <dl> |
|
178 |
140 <dt><i>vcs</i></dt> |
179 <dt><i>vcs</i></dt> |
141 <dd> |
180 <dd> |
142 reference to the vcs object |
181 reference to the vcs object |
143 </dd><dt><i>mode</i></dt> |
182 </dd> |
|
183 <dt><i>mode</i></dt> |
144 <dd> |
184 <dd> |
145 mode of the dialog (string, "browse" or "select") |
185 mode of the dialog (string, "browse" or "select") |
146 </dd><dt><i>parent</i></dt> |
186 </dd> |
|
187 <dt><i>parent</i></dt> |
147 <dd> |
188 <dd> |
148 parent widget (QWidget) |
189 parent widget (QWidget) |
149 </dd> |
190 </dd> |
150 </dl><a NAME="SvnRepoBrowserDialog.__finish" ID="SvnRepoBrowserDialog.__finish"></a> |
191 </dl> |
|
192 <a NAME="SvnRepoBrowserDialog.__finish" ID="SvnRepoBrowserDialog.__finish"></a> |
151 <h4>SvnRepoBrowserDialog.__finish</h4> |
193 <h4>SvnRepoBrowserDialog.__finish</h4> |
152 <b>__finish</b>(<i></i>) |
194 <b>__finish</b>(<i></i>) |
|
195 |
153 <p> |
196 <p> |
154 Private slot called when the process finished or the user pressed the |
197 Private slot called when the process finished or the user pressed the |
155 button. |
198 button. |
156 </p><a NAME="SvnRepoBrowserDialog.__generateItem" ID="SvnRepoBrowserDialog.__generateItem"></a> |
199 </p> |
|
200 <a NAME="SvnRepoBrowserDialog.__generateItem" ID="SvnRepoBrowserDialog.__generateItem"></a> |
157 <h4>SvnRepoBrowserDialog.__generateItem</h4> |
201 <h4>SvnRepoBrowserDialog.__generateItem</h4> |
158 <b>__generateItem</b>(<i>repopath, revision, author, size, date, nodekind, url</i>) |
202 <b>__generateItem</b>(<i>repopath, revision, author, size, date, nodekind, url</i>) |
|
203 |
159 <p> |
204 <p> |
160 Private method to generate a tree item in the repository tree. |
205 Private method to generate a tree item in the repository tree. |
161 </p><dl> |
206 </p> |
|
207 <dl> |
|
208 |
162 <dt><i>repopath</i></dt> |
209 <dt><i>repopath</i></dt> |
163 <dd> |
210 <dd> |
164 path of the item (string) |
211 path of the item (string) |
165 </dd><dt><i>revision</i></dt> |
212 </dd> |
|
213 <dt><i>revision</i></dt> |
166 <dd> |
214 <dd> |
167 revision info (string) |
215 revision info (string) |
168 </dd><dt><i>author</i></dt> |
216 </dd> |
|
217 <dt><i>author</i></dt> |
169 <dd> |
218 <dd> |
170 author info (string) |
219 author info (string) |
171 </dd><dt><i>size</i></dt> |
220 </dd> |
|
221 <dt><i>size</i></dt> |
172 <dd> |
222 <dd> |
173 size info (string) |
223 size info (string) |
174 </dd><dt><i>date</i></dt> |
224 </dd> |
|
225 <dt><i>date</i></dt> |
175 <dd> |
226 <dd> |
176 date info (string) |
227 date info (string) |
177 </dd><dt><i>nodekind</i></dt> |
228 </dd> |
|
229 <dt><i>nodekind</i></dt> |
178 <dd> |
230 <dd> |
179 node kind info (string, "dir" or "file") |
231 node kind info (string, "dir" or "file") |
180 </dd><dt><i>url</i></dt> |
232 </dd> |
|
233 <dt><i>url</i></dt> |
181 <dd> |
234 <dd> |
182 url of the entry (string) |
235 url of the entry (string) |
183 </dd> |
236 </dd> |
184 </dl><dl> |
237 </dl> |
|
238 <dl> |
185 <dt>Returns:</dt> |
239 <dt>Returns:</dt> |
186 <dd> |
240 <dd> |
187 reference to the generated item (QTreeWidgetItem) |
241 reference to the generated item (QTreeWidgetItem) |
188 </dd> |
242 </dd> |
189 </dl><a NAME="SvnRepoBrowserDialog.__listRepo" ID="SvnRepoBrowserDialog.__listRepo"></a> |
243 </dl> |
|
244 <a NAME="SvnRepoBrowserDialog.__listRepo" ID="SvnRepoBrowserDialog.__listRepo"></a> |
190 <h4>SvnRepoBrowserDialog.__listRepo</h4> |
245 <h4>SvnRepoBrowserDialog.__listRepo</h4> |
191 <b>__listRepo</b>(<i>url, parent=None</i>) |
246 <b>__listRepo</b>(<i>url, parent=None</i>) |
|
247 |
192 <p> |
248 <p> |
193 Private method to perform the svn list command. |
249 Private method to perform the svn list command. |
194 </p><dl> |
250 </p> |
|
251 <dl> |
|
252 |
195 <dt><i>url</i></dt> |
253 <dt><i>url</i></dt> |
196 <dd> |
254 <dd> |
197 the repository URL to browse (string) |
255 the repository URL to browse (string) |
198 </dd><dt><i>parent</i></dt> |
256 </dd> |
|
257 <dt><i>parent</i></dt> |
199 <dd> |
258 <dd> |
200 reference to the item, the data should be appended to |
259 reference to the item, the data should be appended to |
201 (QTreeWidget or QTreeWidgetItem) |
260 (QTreeWidget or QTreeWidgetItem) |
202 </dd> |
261 </dd> |
203 </dl><a NAME="SvnRepoBrowserDialog.__normalizeUrl" ID="SvnRepoBrowserDialog.__normalizeUrl"></a> |
262 </dl> |
|
263 <a NAME="SvnRepoBrowserDialog.__normalizeUrl" ID="SvnRepoBrowserDialog.__normalizeUrl"></a> |
204 <h4>SvnRepoBrowserDialog.__normalizeUrl</h4> |
264 <h4>SvnRepoBrowserDialog.__normalizeUrl</h4> |
205 <b>__normalizeUrl</b>(<i>url</i>) |
265 <b>__normalizeUrl</b>(<i>url</i>) |
|
266 |
206 <p> |
267 <p> |
207 Private method to normalite the url. |
268 Private method to normalite the url. |
208 </p><dl> |
269 </p> |
|
270 <dl> |
|
271 |
209 <dt><i>url</i></dt> |
272 <dt><i>url</i></dt> |
210 <dd> |
273 <dd> |
211 the url to normalize (string) |
274 the url to normalize (string) |
212 </dd> |
275 </dd> |
213 </dl><dl> |
276 </dl> |
|
277 <dl> |
214 <dt>Returns:</dt> |
278 <dt>Returns:</dt> |
215 <dd> |
279 <dd> |
216 normalized URL (string) |
280 normalized URL (string) |
217 </dd> |
281 </dd> |
218 </dl><a NAME="SvnRepoBrowserDialog.__procFinished" ID="SvnRepoBrowserDialog.__procFinished"></a> |
282 </dl> |
|
283 <a NAME="SvnRepoBrowserDialog.__procFinished" ID="SvnRepoBrowserDialog.__procFinished"></a> |
219 <h4>SvnRepoBrowserDialog.__procFinished</h4> |
284 <h4>SvnRepoBrowserDialog.__procFinished</h4> |
220 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
285 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
|
286 |
221 <p> |
287 <p> |
222 Private slot connected to the finished signal. |
288 Private slot connected to the finished signal. |
223 </p><dl> |
289 </p> |
|
290 <dl> |
|
291 |
224 <dt><i>exitCode</i></dt> |
292 <dt><i>exitCode</i></dt> |
225 <dd> |
293 <dd> |
226 exit code of the process (integer) |
294 exit code of the process (integer) |
227 </dd><dt><i>exitStatus</i></dt> |
295 </dd> |
|
296 <dt><i>exitStatus</i></dt> |
228 <dd> |
297 <dd> |
229 exit status of the process (QProcess.ExitStatus) |
298 exit status of the process (QProcess.ExitStatus) |
230 </dd> |
299 </dd> |
231 </dl><a NAME="SvnRepoBrowserDialog.__readStderr" ID="SvnRepoBrowserDialog.__readStderr"></a> |
300 </dl> |
|
301 <a NAME="SvnRepoBrowserDialog.__readStderr" ID="SvnRepoBrowserDialog.__readStderr"></a> |
232 <h4>SvnRepoBrowserDialog.__readStderr</h4> |
302 <h4>SvnRepoBrowserDialog.__readStderr</h4> |
233 <b>__readStderr</b>(<i></i>) |
303 <b>__readStderr</b>(<i></i>) |
|
304 |
234 <p> |
305 <p> |
235 Private slot to handle the readyReadStandardError signal. |
306 Private slot to handle the readyReadStandardError signal. |
236 </p><p> |
307 </p> |
|
308 <p> |
237 It reads the error output of the process and inserts it into the |
309 It reads the error output of the process and inserts it into the |
238 error pane. |
310 error pane. |
239 </p><a NAME="SvnRepoBrowserDialog.__readStdout" ID="SvnRepoBrowserDialog.__readStdout"></a> |
311 </p> |
|
312 <a NAME="SvnRepoBrowserDialog.__readStdout" ID="SvnRepoBrowserDialog.__readStdout"></a> |
240 <h4>SvnRepoBrowserDialog.__readStdout</h4> |
313 <h4>SvnRepoBrowserDialog.__readStdout</h4> |
241 <b>__readStdout</b>(<i></i>) |
314 <b>__readStdout</b>(<i></i>) |
|
315 |
242 <p> |
316 <p> |
243 Private slot to handle the readyReadStandardOutput signal. |
317 Private slot to handle the readyReadStandardOutput signal. |
244 </p><p> |
318 </p> |
|
319 <p> |
245 It reads the output of the process, formats it and inserts it into |
320 It reads the output of the process, formats it and inserts it into |
246 the contents pane. |
321 the contents pane. |
247 </p><a NAME="SvnRepoBrowserDialog.__repoRoot" ID="SvnRepoBrowserDialog.__repoRoot"></a> |
322 </p> |
|
323 <a NAME="SvnRepoBrowserDialog.__repoRoot" ID="SvnRepoBrowserDialog.__repoRoot"></a> |
248 <h4>SvnRepoBrowserDialog.__repoRoot</h4> |
324 <h4>SvnRepoBrowserDialog.__repoRoot</h4> |
249 <b>__repoRoot</b>(<i>url</i>) |
325 <b>__repoRoot</b>(<i>url</i>) |
|
326 |
250 <p> |
327 <p> |
251 Private method to get the repository root using the svn info command. |
328 Private method to get the repository root using the svn info command. |
252 </p><dl> |
329 </p> |
|
330 <dl> |
|
331 |
253 <dt><i>url</i></dt> |
332 <dt><i>url</i></dt> |
254 <dd> |
333 <dd> |
255 the repository URL to browser (string) |
334 the repository URL to browser (string) |
256 </dd> |
335 </dd> |
257 </dl><dl> |
336 </dl> |
|
337 <dl> |
258 <dt>Returns:</dt> |
338 <dt>Returns:</dt> |
259 <dd> |
339 <dd> |
260 repository root (string) |
340 repository root (string) |
261 </dd> |
341 </dd> |
262 </dl><a NAME="SvnRepoBrowserDialog.__resizeColumns" ID="SvnRepoBrowserDialog.__resizeColumns"></a> |
342 </dl> |
|
343 <a NAME="SvnRepoBrowserDialog.__resizeColumns" ID="SvnRepoBrowserDialog.__resizeColumns"></a> |
263 <h4>SvnRepoBrowserDialog.__resizeColumns</h4> |
344 <h4>SvnRepoBrowserDialog.__resizeColumns</h4> |
264 <b>__resizeColumns</b>(<i></i>) |
345 <b>__resizeColumns</b>(<i></i>) |
|
346 |
265 <p> |
347 <p> |
266 Private method to resize the tree columns. |
348 Private method to resize the tree columns. |
267 </p><a NAME="SvnRepoBrowserDialog.__resort" ID="SvnRepoBrowserDialog.__resort"></a> |
349 </p> |
|
350 <a NAME="SvnRepoBrowserDialog.__resort" ID="SvnRepoBrowserDialog.__resort"></a> |
268 <h4>SvnRepoBrowserDialog.__resort</h4> |
351 <h4>SvnRepoBrowserDialog.__resort</h4> |
269 <b>__resort</b>(<i></i>) |
352 <b>__resort</b>(<i></i>) |
|
353 |
270 <p> |
354 <p> |
271 Private method to resort the tree. |
355 Private method to resort the tree. |
272 </p><a NAME="SvnRepoBrowserDialog.accept" ID="SvnRepoBrowserDialog.accept"></a> |
356 </p> |
|
357 <a NAME="SvnRepoBrowserDialog.accept" ID="SvnRepoBrowserDialog.accept"></a> |
273 <h4>SvnRepoBrowserDialog.accept</h4> |
358 <h4>SvnRepoBrowserDialog.accept</h4> |
274 <b>accept</b>(<i></i>) |
359 <b>accept</b>(<i></i>) |
|
360 |
275 <p> |
361 <p> |
276 Public slot called when the dialog is accepted. |
362 Public slot called when the dialog is accepted. |
277 </p><a NAME="SvnRepoBrowserDialog.closeEvent" ID="SvnRepoBrowserDialog.closeEvent"></a> |
363 </p> |
|
364 <a NAME="SvnRepoBrowserDialog.closeEvent" ID="SvnRepoBrowserDialog.closeEvent"></a> |
278 <h4>SvnRepoBrowserDialog.closeEvent</h4> |
365 <h4>SvnRepoBrowserDialog.closeEvent</h4> |
279 <b>closeEvent</b>(<i>e</i>) |
366 <b>closeEvent</b>(<i>e</i>) |
|
367 |
280 <p> |
368 <p> |
281 Protected slot implementing a close event handler. |
369 Protected slot implementing a close event handler. |
282 </p><dl> |
370 </p> |
|
371 <dl> |
|
372 |
283 <dt><i>e</i></dt> |
373 <dt><i>e</i></dt> |
284 <dd> |
374 <dd> |
285 close event (QCloseEvent) |
375 close event (QCloseEvent) |
286 </dd> |
376 </dd> |
287 </dl><a NAME="SvnRepoBrowserDialog.getSelectedUrl" ID="SvnRepoBrowserDialog.getSelectedUrl"></a> |
377 </dl> |
|
378 <a NAME="SvnRepoBrowserDialog.getSelectedUrl" ID="SvnRepoBrowserDialog.getSelectedUrl"></a> |
288 <h4>SvnRepoBrowserDialog.getSelectedUrl</h4> |
379 <h4>SvnRepoBrowserDialog.getSelectedUrl</h4> |
289 <b>getSelectedUrl</b>(<i></i>) |
380 <b>getSelectedUrl</b>(<i></i>) |
|
381 |
290 <p> |
382 <p> |
291 Public method to retrieve the selected repository URL. |
383 Public method to retrieve the selected repository URL. |
292 </p><dl> |
384 </p> |
|
385 <dl> |
293 <dt>Returns:</dt> |
386 <dt>Returns:</dt> |
294 <dd> |
387 <dd> |
295 the selected repository URL (string) |
388 the selected repository URL (string) |
296 </dd> |
389 </dd> |
297 </dl><a NAME="SvnRepoBrowserDialog.keyPressEvent" ID="SvnRepoBrowserDialog.keyPressEvent"></a> |
390 </dl> |
|
391 <a NAME="SvnRepoBrowserDialog.keyPressEvent" ID="SvnRepoBrowserDialog.keyPressEvent"></a> |
298 <h4>SvnRepoBrowserDialog.keyPressEvent</h4> |
392 <h4>SvnRepoBrowserDialog.keyPressEvent</h4> |
299 <b>keyPressEvent</b>(<i>evt</i>) |
393 <b>keyPressEvent</b>(<i>evt</i>) |
|
394 |
300 <p> |
395 <p> |
301 Protected slot to handle a key press event. |
396 Protected slot to handle a key press event. |
302 </p><dl> |
397 </p> |
|
398 <dl> |
|
399 |
303 <dt><i>evt</i></dt> |
400 <dt><i>evt</i></dt> |
304 <dd> |
401 <dd> |
305 the key press event (QKeyEvent) |
402 the key press event (QKeyEvent) |
306 </dd> |
403 </dd> |
307 </dl><a NAME="SvnRepoBrowserDialog.on_input_returnPressed" ID="SvnRepoBrowserDialog.on_input_returnPressed"></a> |
404 </dl> |
|
405 <a NAME="SvnRepoBrowserDialog.on_input_returnPressed" ID="SvnRepoBrowserDialog.on_input_returnPressed"></a> |
308 <h4>SvnRepoBrowserDialog.on_input_returnPressed</h4> |
406 <h4>SvnRepoBrowserDialog.on_input_returnPressed</h4> |
309 <b>on_input_returnPressed</b>(<i></i>) |
407 <b>on_input_returnPressed</b>(<i></i>) |
|
408 |
310 <p> |
409 <p> |
311 Private slot to handle the press of the return key in the input field. |
410 Private slot to handle the press of the return key in the input field. |
312 </p><a NAME="SvnRepoBrowserDialog.on_passwordCheckBox_toggled" ID="SvnRepoBrowserDialog.on_passwordCheckBox_toggled"></a> |
411 </p> |
|
412 <a NAME="SvnRepoBrowserDialog.on_passwordCheckBox_toggled" ID="SvnRepoBrowserDialog.on_passwordCheckBox_toggled"></a> |
313 <h4>SvnRepoBrowserDialog.on_passwordCheckBox_toggled</h4> |
413 <h4>SvnRepoBrowserDialog.on_passwordCheckBox_toggled</h4> |
314 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
414 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
|
415 |
315 <p> |
416 <p> |
316 Private slot to handle the password checkbox toggled. |
417 Private slot to handle the password checkbox toggled. |
317 </p><dl> |
418 </p> |
|
419 <dl> |
|
420 |
318 <dt><i>isOn</i></dt> |
421 <dt><i>isOn</i></dt> |
319 <dd> |
422 <dd> |
320 flag indicating the status of the check box (boolean) |
423 flag indicating the status of the check box (boolean) |
321 </dd> |
424 </dd> |
322 </dl><a NAME="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ID="SvnRepoBrowserDialog.on_repoTree_itemCollapsed"></a> |
425 </dl> |
|
426 <a NAME="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ID="SvnRepoBrowserDialog.on_repoTree_itemCollapsed"></a> |
323 <h4>SvnRepoBrowserDialog.on_repoTree_itemCollapsed</h4> |
427 <h4>SvnRepoBrowserDialog.on_repoTree_itemCollapsed</h4> |
324 <b>on_repoTree_itemCollapsed</b>(<i>item</i>) |
428 <b>on_repoTree_itemCollapsed</b>(<i>item</i>) |
|
429 |
325 <p> |
430 <p> |
326 Private slot called when an item is collapsed. |
431 Private slot called when an item is collapsed. |
327 </p><dl> |
432 </p> |
|
433 <dl> |
|
434 |
328 <dt><i>item</i></dt> |
435 <dt><i>item</i></dt> |
329 <dd> |
436 <dd> |
330 reference to the item to be collapsed (QTreeWidgetItem) |
437 reference to the item to be collapsed (QTreeWidgetItem) |
331 </dd> |
438 </dd> |
332 </dl><a NAME="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ID="SvnRepoBrowserDialog.on_repoTree_itemExpanded"></a> |
439 </dl> |
|
440 <a NAME="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ID="SvnRepoBrowserDialog.on_repoTree_itemExpanded"></a> |
333 <h4>SvnRepoBrowserDialog.on_repoTree_itemExpanded</h4> |
441 <h4>SvnRepoBrowserDialog.on_repoTree_itemExpanded</h4> |
334 <b>on_repoTree_itemExpanded</b>(<i>item</i>) |
442 <b>on_repoTree_itemExpanded</b>(<i>item</i>) |
|
443 |
335 <p> |
444 <p> |
336 Private slot called when an item is expanded. |
445 Private slot called when an item is expanded. |
337 </p><dl> |
446 </p> |
|
447 <dl> |
|
448 |
338 <dt><i>item</i></dt> |
449 <dt><i>item</i></dt> |
339 <dd> |
450 <dd> |
340 reference to the item to be expanded (QTreeWidgetItem) |
451 reference to the item to be expanded (QTreeWidgetItem) |
341 </dd> |
452 </dd> |
342 </dl><a NAME="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ID="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged"></a> |
453 </dl> |
|
454 <a NAME="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ID="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged"></a> |
343 <h4>SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged</h4> |
455 <h4>SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged</h4> |
344 <b>on_repoTree_itemSelectionChanged</b>(<i></i>) |
456 <b>on_repoTree_itemSelectionChanged</b>(<i></i>) |
|
457 |
345 <p> |
458 <p> |
346 Private slot called when the selection changes. |
459 Private slot called when the selection changes. |
347 </p><a NAME="SvnRepoBrowserDialog.on_sendButton_clicked" ID="SvnRepoBrowserDialog.on_sendButton_clicked"></a> |
460 </p> |
|
461 <a NAME="SvnRepoBrowserDialog.on_sendButton_clicked" ID="SvnRepoBrowserDialog.on_sendButton_clicked"></a> |
348 <h4>SvnRepoBrowserDialog.on_sendButton_clicked</h4> |
462 <h4>SvnRepoBrowserDialog.on_sendButton_clicked</h4> |
349 <b>on_sendButton_clicked</b>(<i></i>) |
463 <b>on_sendButton_clicked</b>(<i></i>) |
|
464 |
350 <p> |
465 <p> |
351 Private slot to send the input to the subversion process. |
466 Private slot to send the input to the subversion process. |
352 </p><a NAME="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ID="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged"></a> |
467 </p> |
|
468 <a NAME="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ID="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged"></a> |
353 <h4>SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged</h4> |
469 <h4>SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged</h4> |
354 <b>on_urlCombo_currentIndexChanged</b>(<i>text</i>) |
470 <b>on_urlCombo_currentIndexChanged</b>(<i>text</i>) |
|
471 |
355 <p> |
472 <p> |
356 Private slot called, when a new repository URL is entered or selected. |
473 Private slot called, when a new repository URL is entered or selected. |
357 </p><dl> |
474 </p> |
|
475 <dl> |
|
476 |
358 <dt><i>text</i></dt> |
477 <dt><i>text</i></dt> |
359 <dd> |
478 <dd> |
360 the text of the current item (string) |
479 the text of the current item (string) |
361 </dd> |
480 </dd> |
362 </dl><a NAME="SvnRepoBrowserDialog.start" ID="SvnRepoBrowserDialog.start"></a> |
481 </dl> |
|
482 <a NAME="SvnRepoBrowserDialog.start" ID="SvnRepoBrowserDialog.start"></a> |
363 <h4>SvnRepoBrowserDialog.start</h4> |
483 <h4>SvnRepoBrowserDialog.start</h4> |
364 <b>start</b>(<i>url</i>) |
484 <b>start</b>(<i>url</i>) |
|
485 |
365 <p> |
486 <p> |
366 Public slot to start the svn info command. |
487 Public slot to start the svn info command. |
367 </p><dl> |
488 </p> |
|
489 <dl> |
|
490 |
368 <dt><i>url</i></dt> |
491 <dt><i>url</i></dt> |
369 <dd> |
492 <dd> |
370 the repository URL to browser (string) |
493 the repository URL to browser (string) |
371 </dd> |
494 </dd> |
372 </dl> |
495 </dl> |