7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
134 | 134 |
135 <p> | 135 <p> |
136 Public method to get the list of recently downloaded plugin files. | 136 Public method to get the list of recently downloaded plugin files. |
137 </p> | 137 </p> |
138 <dl> | 138 <dl> |
139 <dt>Returns:</dt> | 139 <dt>Return:</dt> |
140 <dd> | 140 <dd> |
141 list of plugin filenames (list of strings) | 141 list of plugin filenames (list of strings) |
142 </dd> | 142 </dd> |
143 </dl> | 143 </dl> |
144 <div align="right"><a href="#top">Up</a></div> | 144 <div align="right"><a href="#top">Up</a></div> |
242 <tr> | 242 <tr> |
243 <td><a href="#PluginRepositoryWidget.__hideSelectedPlugins">__hideSelectedPlugins</a></td> | 243 <td><a href="#PluginRepositoryWidget.__hideSelectedPlugins">__hideSelectedPlugins</a></td> |
244 <td>Private slot to hide all selected plug-ins.</td> | 244 <td>Private slot to hide all selected plug-ins.</td> |
245 </tr> | 245 </tr> |
246 <tr> | 246 <tr> |
247 <td><a href="#PluginRepositoryWidget.__isOnline">__isOnline</a></td> | |
248 <td>Private method to check the online status.</td> | |
249 </tr> | |
250 <tr> | |
251 <td><a href="#PluginRepositoryWidget.__onlineStateChanged">__onlineStateChanged</a></td> | |
252 <td>Private slot handling online state changes.</td> | |
253 </tr> | |
254 <tr> | |
255 <td><a href="#PluginRepositoryWidget.__populateList">__populateList</a></td> | 247 <td><a href="#PluginRepositoryWidget.__populateList">__populateList</a></td> |
256 <td>Private method to populate the list of available plugins.</td> | 248 <td>Private method to populate the list of available plugins.</td> |
257 </tr> | 249 </tr> |
258 <tr> | 250 <tr> |
259 <td><a href="#PluginRepositoryWidget.__resortRepositoryList">__resortRepositoryList</a></td> | 251 <td><a href="#PluginRepositoryWidget.__resortRepositoryList">__resortRepositoryList</a></td> |
353 <dd> | 345 <dd> |
354 scheme to be set for the given URL | 346 scheme to be set for the given URL |
355 </dd> | 347 </dd> |
356 </dl> | 348 </dl> |
357 <dl> | 349 <dl> |
358 <dt>Returns:</dt> | 350 <dt>Return:</dt> |
359 <dd> | 351 <dd> |
360 modified URL | 352 modified URL |
361 </dd> | 353 </dd> |
362 </dl> | 354 </dl> |
363 <dl> | 355 <dl> |
527 <dd> | 519 <dd> |
528 lines of the description (list of strings) | 520 lines of the description (list of strings) |
529 </dd> | 521 </dd> |
530 </dl> | 522 </dl> |
531 <dl> | 523 <dl> |
532 <dt>Returns:</dt> | 524 <dt>Return:</dt> |
533 <dd> | 525 <dd> |
534 formatted description (string) | 526 formatted description (string) |
535 </dd> | 527 </dd> |
536 </dl> | 528 </dl> |
537 <a NAME="PluginRepositoryWidget.__hasHiddenPlugins" ID="PluginRepositoryWidget.__hasHiddenPlugins"></a> | 529 <a NAME="PluginRepositoryWidget.__hasHiddenPlugins" ID="PluginRepositoryWidget.__hasHiddenPlugins"></a> |
540 | 532 |
541 <p> | 533 <p> |
542 Private method to check, if there are any hidden plug-ins. | 534 Private method to check, if there are any hidden plug-ins. |
543 </p> | 535 </p> |
544 <dl> | 536 <dl> |
545 <dt>Returns:</dt> | 537 <dt>Return:</dt> |
546 <dd> | 538 <dd> |
547 flag indicating the presence of hidden plug-ins (boolean) | 539 flag indicating the presence of hidden plug-ins (boolean) |
548 </dd> | 540 </dd> |
549 </dl> | 541 </dl> |
550 <a NAME="PluginRepositoryWidget.__hidePlugin" ID="PluginRepositoryWidget.__hidePlugin"></a> | 542 <a NAME="PluginRepositoryWidget.__hidePlugin" ID="PluginRepositoryWidget.__hidePlugin"></a> |
559 <b>__hideSelectedPlugins</b>(<i></i>) | 551 <b>__hideSelectedPlugins</b>(<i></i>) |
560 | 552 |
561 <p> | 553 <p> |
562 Private slot to hide all selected plug-ins. | 554 Private slot to hide all selected plug-ins. |
563 </p> | 555 </p> |
564 <a NAME="PluginRepositoryWidget.__isOnline" ID="PluginRepositoryWidget.__isOnline"></a> | |
565 <h4>PluginRepositoryWidget.__isOnline</h4> | |
566 <b>__isOnline</b>(<i></i>) | |
567 | |
568 <p> | |
569 Private method to check the online status. | |
570 </p> | |
571 <dl> | |
572 <dt>Returns:</dt> | |
573 <dd> | |
574 flag indicating the online status | |
575 </dd> | |
576 </dl> | |
577 <dl> | |
578 <dt>Return Type:</dt> | |
579 <dd> | |
580 bool | |
581 </dd> | |
582 </dl> | |
583 <a NAME="PluginRepositoryWidget.__onlineStateChanged" ID="PluginRepositoryWidget.__onlineStateChanged"></a> | |
584 <h4>PluginRepositoryWidget.__onlineStateChanged</h4> | |
585 <b>__onlineStateChanged</b>(<i>online</i>) | |
586 | |
587 <p> | |
588 Private slot handling online state changes. | |
589 </p> | |
590 <dl> | |
591 | |
592 <dt><i>online</i> (bool)</dt> | |
593 <dd> | |
594 flag indicating the online status | |
595 </dd> | |
596 </dl> | |
597 <a NAME="PluginRepositoryWidget.__populateList" ID="PluginRepositoryWidget.__populateList"></a> | 556 <a NAME="PluginRepositoryWidget.__populateList" ID="PluginRepositoryWidget.__populateList"></a> |
598 <h4>PluginRepositoryWidget.__populateList</h4> | 557 <h4>PluginRepositoryWidget.__populateList</h4> |
599 <b>__populateList</b>(<i></i>) | 558 <b>__populateList</b>(<i></i>) |
600 | 559 |
601 <p> | 560 <p> |
614 | 573 |
615 <p> | 574 <p> |
616 Private method to get all selected items without the toplevel ones. | 575 Private method to get all selected items without the toplevel ones. |
617 </p> | 576 </p> |
618 <dl> | 577 <dl> |
619 <dt>Returns:</dt> | 578 <dt>Return:</dt> |
620 <dd> | 579 <dd> |
621 list of selected items (list) | 580 list of selected items (list) |
622 </dd> | 581 </dd> |
623 </dl> | 582 </dl> |
624 <a NAME="PluginRepositoryWidget.__showAllPlugins" ID="PluginRepositoryWidget.__showAllPlugins"></a> | 583 <a NAME="PluginRepositoryWidget.__showAllPlugins" ID="PluginRepositoryWidget.__showAllPlugins"></a> |
685 <dd> | 644 <dd> |
686 data for the version field (string) | 645 data for the version field (string) |
687 </dd> | 646 </dd> |
688 </dl> | 647 </dl> |
689 <dl> | 648 <dl> |
690 <dt>Returns:</dt> | 649 <dt>Return:</dt> |
691 <dd> | 650 <dd> |
692 plug-in update status (integer, one of PluginStatusNew, | 651 plug-in update status (integer, one of PluginStatusNew, |
693 PluginStatusUpToDate, PluginStatusLocalUpdate, | 652 PluginStatusUpToDate, PluginStatusLocalUpdate, |
694 PluginStatusRemoteUpdate) | 653 PluginStatusRemoteUpdate) |
695 </dd> | 654 </dd> |
742 | 701 |
743 <p> | 702 <p> |
744 Public method to get the list of recently downloaded plugin files. | 703 Public method to get the list of recently downloaded plugin files. |
745 </p> | 704 </p> |
746 <dl> | 705 <dl> |
747 <dt>Returns:</dt> | 706 <dt>Return:</dt> |
748 <dd> | 707 <dd> |
749 list of plugin filenames (list of strings) | 708 list of plugin filenames (list of strings) |
750 </dd> | 709 </dd> |
751 </dl> | 710 </dl> |
752 <a NAME="PluginRepositoryWidget.on_buttonBox_clicked" ID="PluginRepositoryWidget.on_buttonBox_clicked"></a> | 711 <a NAME="PluginRepositoryWidget.on_buttonBox_clicked" ID="PluginRepositoryWidget.on_buttonBox_clicked"></a> |
846 <td><a href="#PluginRepositoryWindow.__init__">PluginRepositoryWindow</a></td> | 805 <td><a href="#PluginRepositoryWindow.__init__">PluginRepositoryWindow</a></td> |
847 <td>Constructor</td> | 806 <td>Constructor</td> |
848 </tr> | 807 </tr> |
849 <tr> | 808 <tr> |
850 <td><a href="#PluginRepositoryWindow.__startPluginInstall">__startPluginInstall</a></td> | 809 <td><a href="#PluginRepositoryWindow.__startPluginInstall">__startPluginInstall</a></td> |
851 <td>Private slot to start the eric6 plugin installation dialog.</td> | 810 <td>Private slot to start the eric plugin installation dialog.</td> |
852 </tr> | 811 </tr> |
853 </table> | 812 </table> |
854 <h3>Static Methods</h3> | 813 <h3>Static Methods</h3> |
855 | 814 |
856 <table> | 815 <table> |
874 <a NAME="PluginRepositoryWindow.__startPluginInstall" ID="PluginRepositoryWindow.__startPluginInstall"></a> | 833 <a NAME="PluginRepositoryWindow.__startPluginInstall" ID="PluginRepositoryWindow.__startPluginInstall"></a> |
875 <h4>PluginRepositoryWindow.__startPluginInstall</h4> | 834 <h4>PluginRepositoryWindow.__startPluginInstall</h4> |
876 <b>__startPluginInstall</b>(<i></i>) | 835 <b>__startPluginInstall</b>(<i></i>) |
877 | 836 |
878 <p> | 837 <p> |
879 Private slot to start the eric6 plugin installation dialog. | 838 Private slot to start the eric plugin installation dialog. |
880 </p> | 839 </p> |
881 <div align="right"><a href="#top">Up</a></div> | 840 <div align="right"><a href="#top">Up</a></div> |
882 <hr /> | 841 <hr /> |
883 <hr /> | 842 <hr /> |
884 <a NAME="PluginRepositoryDownloadCleanup" ID="PluginRepositoryDownloadCleanup"></a> | 843 <a NAME="PluginRepositoryDownloadCleanup" ID="PluginRepositoryDownloadCleanup"></a> |