119 <table> |
119 <table> |
120 <tr> |
120 <tr> |
121 <td><a href="#PluginRepositoryWidget.__init__">PluginRepositoryWidget</a></td> |
121 <td><a href="#PluginRepositoryWidget.__init__">PluginRepositoryWidget</a></td> |
122 <td>Constructor</td> |
122 <td>Constructor</td> |
123 </tr><tr> |
123 </tr><tr> |
124 <td><a href="#PluginRepositoryWidget.__dataReadProgress">__dataReadProgress</a></td> |
|
125 <td>Private slot to show the download progress.</td> |
|
126 </tr><tr> |
|
127 <td><a href="#PluginRepositoryWidget.__downloadCancel">__downloadCancel</a></td> |
124 <td><a href="#PluginRepositoryWidget.__downloadCancel">__downloadCancel</a></td> |
128 <td>Private slot to cancel the current download.</td> |
125 <td>Private slot to cancel the current download.</td> |
129 </tr><tr> |
126 </tr><tr> |
130 <td><a href="#PluginRepositoryWidget.__downloadFile">__downloadFile</a></td> |
127 <td><a href="#PluginRepositoryWidget.__downloadFile">__downloadFile</a></td> |
131 <td>Private slot to download the given file.</td> |
128 <td>Private slot to download the given file.</td> |
142 <td><a href="#PluginRepositoryWidget.__downloadPlugins">__downloadPlugins</a></td> |
139 <td><a href="#PluginRepositoryWidget.__downloadPlugins">__downloadPlugins</a></td> |
143 <td>Private slot to download the selected plugins.</td> |
140 <td>Private slot to download the selected plugins.</td> |
144 </tr><tr> |
141 </tr><tr> |
145 <td><a href="#PluginRepositoryWidget.__downloadPluginsDone">__downloadPluginsDone</a></td> |
142 <td><a href="#PluginRepositoryWidget.__downloadPluginsDone">__downloadPluginsDone</a></td> |
146 <td>Private method called, when the download of the plugins is finished.</td> |
143 <td>Private method called, when the download of the plugins is finished.</td> |
|
144 </tr><tr> |
|
145 <td><a href="#PluginRepositoryWidget.__downloadProgress">__downloadProgress</a></td> |
|
146 <td>Private slot to show the download progress.</td> |
147 </tr><tr> |
147 </tr><tr> |
148 <td><a href="#PluginRepositoryWidget.__downloadRepositoryFileDone">__downloadRepositoryFileDone</a></td> |
148 <td><a href="#PluginRepositoryWidget.__downloadRepositoryFileDone">__downloadRepositoryFileDone</a></td> |
149 <td>Private method called after the repository file was downloaded.</td> |
149 <td>Private method called after the repository file was downloaded.</td> |
150 </tr><tr> |
150 </tr><tr> |
151 <td><a href="#PluginRepositoryWidget.__formatDescription">__formatDescription</a></td> |
151 <td><a href="#PluginRepositoryWidget.__formatDescription">__formatDescription</a></td> |
195 Constructor |
195 Constructor |
196 </p><dl> |
196 </p><dl> |
197 <dt><i>parent</i></dt> |
197 <dt><i>parent</i></dt> |
198 <dd> |
198 <dd> |
199 parent of this dialog (QWidget) |
199 parent of this dialog (QWidget) |
200 </dd> |
|
201 </dl><a NAME="PluginRepositoryWidget.__dataReadProgress" ID="PluginRepositoryWidget.__dataReadProgress"></a> |
|
202 <h4>PluginRepositoryWidget.__dataReadProgress</h4> |
|
203 <b>__dataReadProgress</b>(<i>done, total</i>) |
|
204 <p> |
|
205 Private slot to show the download progress. |
|
206 </p><dl> |
|
207 <dt><i>done</i></dt> |
|
208 <dd> |
|
209 number of bytes downloaded so far (integer) |
|
210 </dd><dt><i>total</i></dt> |
|
211 <dd> |
|
212 total bytes to be downloaded (integer) |
|
213 </dd> |
200 </dd> |
214 </dl><a NAME="PluginRepositoryWidget.__downloadCancel" ID="PluginRepositoryWidget.__downloadCancel"></a> |
201 </dl><a NAME="PluginRepositoryWidget.__downloadCancel" ID="PluginRepositoryWidget.__downloadCancel"></a> |
215 <h4>PluginRepositoryWidget.__downloadCancel</h4> |
202 <h4>PluginRepositoryWidget.__downloadCancel</h4> |
216 <b>__downloadCancel</b>(<i></i>) |
203 <b>__downloadCancel</b>(<i></i>) |
217 <p> |
204 <p> |
232 <dd> |
219 <dd> |
233 method to be called when done |
220 method to be called when done |
234 </dd> |
221 </dd> |
235 </dl><a NAME="PluginRepositoryWidget.__downloadFileDone" ID="PluginRepositoryWidget.__downloadFileDone"></a> |
222 </dl><a NAME="PluginRepositoryWidget.__downloadFileDone" ID="PluginRepositoryWidget.__downloadFileDone"></a> |
236 <h4>PluginRepositoryWidget.__downloadFileDone</h4> |
223 <h4>PluginRepositoryWidget.__downloadFileDone</h4> |
237 <b>__downloadFileDone</b>(<i>error</i>) |
224 <b>__downloadFileDone</b>(<i></i>) |
238 <p> |
225 <p> |
239 Private method called, after the file has been downloaded |
226 Private method called, after the file has been downloaded |
240 from the internet. |
227 from the internet. |
241 </p><dl> |
228 </p><a NAME="PluginRepositoryWidget.__downloadPlugin" ID="PluginRepositoryWidget.__downloadPlugin"></a> |
242 <dt><i>error</i></dt> |
|
243 <dd> |
|
244 flag indicating an error condition (boolean) |
|
245 </dd> |
|
246 </dl><a NAME="PluginRepositoryWidget.__downloadPlugin" ID="PluginRepositoryWidget.__downloadPlugin"></a> |
|
247 <h4>PluginRepositoryWidget.__downloadPlugin</h4> |
229 <h4>PluginRepositoryWidget.__downloadPlugin</h4> |
248 <b>__downloadPlugin</b>(<i></i>) |
230 <b>__downloadPlugin</b>(<i></i>) |
249 <p> |
231 <p> |
250 Private method to download the next plugin. |
232 Private method to download the next plugin. |
251 </p><a NAME="PluginRepositoryWidget.__downloadPluginDone" ID="PluginRepositoryWidget.__downloadPluginDone"></a> |
233 </p><a NAME="PluginRepositoryWidget.__downloadPluginDone" ID="PluginRepositoryWidget.__downloadPluginDone"></a> |
269 </p><a NAME="PluginRepositoryWidget.__downloadPluginsDone" ID="PluginRepositoryWidget.__downloadPluginsDone"></a> |
251 </p><a NAME="PluginRepositoryWidget.__downloadPluginsDone" ID="PluginRepositoryWidget.__downloadPluginsDone"></a> |
270 <h4>PluginRepositoryWidget.__downloadPluginsDone</h4> |
252 <h4>PluginRepositoryWidget.__downloadPluginsDone</h4> |
271 <b>__downloadPluginsDone</b>(<i></i>) |
253 <b>__downloadPluginsDone</b>(<i></i>) |
272 <p> |
254 <p> |
273 Private method called, when the download of the plugins is finished. |
255 Private method called, when the download of the plugins is finished. |
274 </p><a NAME="PluginRepositoryWidget.__downloadRepositoryFileDone" ID="PluginRepositoryWidget.__downloadRepositoryFileDone"></a> |
256 </p><a NAME="PluginRepositoryWidget.__downloadProgress" ID="PluginRepositoryWidget.__downloadProgress"></a> |
|
257 <h4>PluginRepositoryWidget.__downloadProgress</h4> |
|
258 <b>__downloadProgress</b>(<i>done, total</i>) |
|
259 <p> |
|
260 Private slot to show the download progress. |
|
261 </p><dl> |
|
262 <dt><i>done</i></dt> |
|
263 <dd> |
|
264 number of bytes downloaded so far (integer) |
|
265 </dd><dt><i>total</i></dt> |
|
266 <dd> |
|
267 total bytes to be downloaded (integer) |
|
268 </dd> |
|
269 </dl><a NAME="PluginRepositoryWidget.__downloadRepositoryFileDone" ID="PluginRepositoryWidget.__downloadRepositoryFileDone"></a> |
275 <h4>PluginRepositoryWidget.__downloadRepositoryFileDone</h4> |
270 <h4>PluginRepositoryWidget.__downloadRepositoryFileDone</h4> |
276 <b>__downloadRepositoryFileDone</b>(<i>status, filename</i>) |
271 <b>__downloadRepositoryFileDone</b>(<i>status, filename</i>) |
277 <p> |
272 <p> |
278 Private method called after the repository file was downloaded. |
273 Private method called after the repository file was downloaded. |
279 </p><dl> |
274 </p><dl> |
350 <dd> |
345 <dd> |
351 list of selected items (list) |
346 list of selected items (list) |
352 </dd> |
347 </dd> |
353 </dl><a NAME="PluginRepositoryWidget.__sslErrors" ID="PluginRepositoryWidget.__sslErrors"></a> |
348 </dl><a NAME="PluginRepositoryWidget.__sslErrors" ID="PluginRepositoryWidget.__sslErrors"></a> |
354 <h4>PluginRepositoryWidget.__sslErrors</h4> |
349 <h4>PluginRepositoryWidget.__sslErrors</h4> |
355 <b>__sslErrors</b>(<i>sslErrors</i>) |
350 <b>__sslErrors</b>(<i>reply, errors</i>) |
356 <p> |
351 <p> |
357 Private slot to handle SSL errors. |
352 Private slot to handle SSL errors. |
358 </p><dl> |
353 </p><dl> |
359 <dt><i>sslErrors</i></dt> |
354 <dt><i>reply</i></dt> |
|
355 <dd> |
|
356 reference to the reply object (QNetworkReply) |
|
357 </dd><dt><i>errors</i></dt> |
360 <dd> |
358 <dd> |
361 list of SSL errors (list of QSslError) |
359 list of SSL errors (list of QSslError) |
362 </dd> |
360 </dd> |
363 </dl><a NAME="PluginRepositoryWidget.__updateList" ID="PluginRepositoryWidget.__updateList"></a> |
361 </dl><a NAME="PluginRepositoryWidget.__updateList" ID="PluginRepositoryWidget.__updateList"></a> |
364 <h4>PluginRepositoryWidget.__updateList</h4> |
362 <h4>PluginRepositoryWidget.__updateList</h4> |