File: QgsPluginManager

package info (click to toggle)
qgis 2.18.28%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,007,948 kB
  • sloc: cpp: 671,774; python: 158,539; xml: 35,690; ansic: 8,346; sh: 1,766; perl: 1,669; sql: 999; yacc: 836; lex: 461; makefile: 292
file content (85 lines) | stat: -rw-r--r-- 2,386 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<h3>Manage and install Plugins</h3>

<p>
Manage and install plugins.
</p>


<a href="#installedtab">Installed tab</a><br/>
<a href="#getmoretab">Get more tab</a><br/>
<a href="#newtab">New tab</a><br/>
<a href="#upgradabletab">Upgradable tab</a><br/>
<a href="#invalidtab">Invalid tab</a><br/>
<a href="#settingstab">Settings tab</a><br/>

<a name="installedtab">
<h4>Installed tab</h4>
</a>
<p>
This tab shows you the list of currently installed plugins on your system. Both
python and C++ plugins are listed.
</p>
<p>
You can enable or disable them by clicking the checkbox in front of the name.<br/>
Selecting an item show the plugin information in the detail pane.
</p>
<p>
There is a context menu (right click) available, to change the sorting on:
name, number of downloads, votes and status.
</p>


<a name="getmoretab">
<h4>Get more tab</h4>
</a>
<p>
This tab shows you the list of available plugins from the remote repositories.
It is downloaded once if you start up. But you can change that in the Settings
</p>
<p>
Selecting an item shows you the plugin information in the detail pane.
</p>

<a name="newtab">
<h4>New tab</h4>
</a>
<p>
This tab will be shown when a new plugin is made available! It will be shown
just once.
</p>

<a name="upgradabletab">
<h4>Upgradable tab</h4>
</a>
<p>
This tab is only available if one of your installed plugins can be upgraded
from the remote repositories.
</p>

<a name="Invalid tab">
<h4>Invalid tab</h4>
</a>
<p>
This tab is only available if there is a invalid plugin. Mostly caused by an error 
during loading the plugin.
</p>

<a name="settingstab">
<h4>Settings tab</h4>
</a>
<p>
In this tab you can change the Settings for the plugin manager.
</p>
<p>
It is possible to check how often QGIS will download the list and update information 
from the available repositories.
</p>
<p>
By checking the 'Show experimental plugins' checkbox, all plugins will be shown
in the lists, even the ones that are considered 'experimental' by the author.

<table border=1 width='95%' align='center'><tr><td>
Note: Experimental plugins are generally unsuitable for production use. These plugins are in the early stages of development, and should be considered "incomplete" or "proof of concept" tools. The QGIS development team does not recommend installing these plugins unless you intend to use them for testing purposes.
</td></tr></table>

</p>