Skip to content

Commit ce9ed15

Browse files
committed
texts and context help text for pluginmanager
1 parent 10f3cf3 commit ce9ed15

File tree

6 files changed

+153
-6
lines changed

6 files changed

+153
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<h3>Manage and install Plugins</h3>
2+
3+
<p>
4+
Manage and install plugins.
5+
</p>
6+
7+
8+
<a href="#installedtab">Installed tab</a><br/>
9+
<a href="#getmoretab">Get more tab</a><br/>
10+
<a href="#newtab">New tab</a><br/>
11+
<a href="#upgradabletab">Upgradable tab</a><br/>
12+
<a href="#invalidtab">Invalid tab</a><br/>
13+
<a href="#settingstab">Settings tab</a><br/>
14+
15+
<a name="installedtab">
16+
<h4>Installed tab</h4>
17+
</a>
18+
<p>
19+
This tab shows you the list of currently installed plugins on your system. Both
20+
python and cpp plugins are listed.
21+
</p>
22+
<p>
23+
You can enable or disable them by clicking the checkbox in front of the name.<br/>
24+
Selecting an item show the plugin information in the detail pane.
25+
</p>
26+
<p>
27+
There is a context menu (right click) available, to change the sorting on:
28+
name, number of downloads, votes and status.
29+
</p>
30+
31+
32+
<a name="getmoretab">
33+
<h4>Get more tab</h4>
34+
</a>
35+
<p>
36+
This tab shows you the list of available plugins from the remote repositories.
37+
It is downloaded once if you start up. But you can change that in the Settings
38+
</p>
39+
<p>
40+
Selecting an item shows you the plugin information in the detail pane.
41+
</p>
42+
43+
<a name="newtab">
44+
<h4>New tab</h4>
45+
</a>
46+
<p>
47+
This tab will be shown when a new plugin is made available? It will be shown
48+
just once.
49+
</p>
50+
51+
<a name="upgradabletab">
52+
<h4>Upgradable tab</h4>
53+
</a>
54+
<p>
55+
This tab is only available if there one of your installed plugins can be upgraded
56+
from the remote repositories.
57+
</p>
58+
59+
<a name="Invalid tab">
60+
<h4>Invalid tab</h4>
61+
</a>
62+
<p>
63+
This tab is only available if there is a plugin invalid. That is if there was an
64+
error during loading the plugin.
65+
</p>
66+
67+
<a name="settingstab">
68+
<h4>Settings tab</h4>
69+
</a>
70+
<p>
71+
In this tab you can change the Settings for the plugin manager.
72+
</p>
73+
<p>
74+
It is possible to check how often QGIS will download the list and update information
75+
from the available repositories.
76+
</p>
77+
<p>
78+
By checking the 'Show experimental plugins' checkbox, all plugins will be shown
79+
in the lists, even the ones that are considered 'experimental' by the author.
80+
81+
<table border=1 width='95%' align='center'><tr><td>
82+
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.
83+
</td></tr></table>
84+
85+
</p>
+17-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
Here we have <b>not yet installed</b> plugins. You can download whatever you want.
1+
<h3>Get more plugins</h3>
2+
3+
<p>
4+
Here you see the list of all plugins available in the repositories, but which are <b>not yet installed</b>.
5+
</p>
6+
<p>
7+
Click on the name to see details.
8+
</p>
9+
<p>
10+
You can change the sorting via the context menu (right click).
11+
</p>
12+
<p>
13+
A plugin can be downloaded and installed by clicking on it's name, and
14+
then click the 'Install plugin' button.
15+
</p>
16+
17+
+18-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
Here are <b>installed plugins</b>. To <i>enable</i> or <i>disable</i> plugin, click its checkbox or doubleclick its name...
1+
<h3>Installed Plugins</h3>
2+
3+
<p>
4+
On the left you see the list of <b>installed plugins</b> on your system. Both python and cpp
5+
plugins are listed. Some plugins come with your QGIS installation while most of
6+
them are made available via the plugin repositories.
7+
</p>
8+
9+
<p>
10+
You can temporarily enable or disable a plugin.
11+
To <i>enable</i> or <i>disable</i> a plugin,
12+
click its checkbox or doubleclick its name...
13+
</p>
14+
15+
<p>
16+
Plugins showing in <span style="color:red;">red</span> are not loaded because there is a problem. Consult the
17+
'Invalid' tab to see more details, or to reinstall or uninstall this plugin.
18+
</p>
+19-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1-
Plugins here are <b>broken, incompatible or disappointed</b>.<br/><br/>
1+
<h3>Invalid plugins</h3>
22

3-
<font size="2">How a plugin can be disappointed? Ha ha! We promised them plenty Python modules they need to run, but we sold them and now you probably need to install them manually.</font>
3+
<p>
4+
Plugins in this list here are <b>broken or incompatible</b> with your version of QGIS.
5+
</p>
6+
7+
<p>
8+
Click on an individual plugin; if possible QGIS shows you more information.
9+
</p>
10+
11+
<p>
12+
The main reasons to have invalid plugins is either that this plugin is not build
13+
for this version of QGIS. Maybe you can download an other version from <a href="http://plugins.qgis.org">plugins.qgis.org</a>.
14+
</p>
15+
16+
<p>
17+
Another common reason is that a python plugin needs some external python libraries (dependencies).
18+
You can install them yourself, depending on your operating system. After a correct
19+
install the plugin should work.
20+
</p>

resources/plugin_manager/new_plugins

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
Here are hot <b>news</b>. They are not yet installed plugins that are seen for the first time.
1+
<h3>New plugins</h3>
2+
3+
<p>
4+
Here you see hot <b>new</b> plugins which can be installed.
5+
</p>
6+
7+
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
Here are <b>upgradeable plugins</b>. It means more recent versions of installed plugins are available somewhere over the Internet (and I know where!).
1+
<h3>Upgradable plugins</h3>
2+
3+
<p>
4+
Here are <b>upgradeable plugins</b>. It means more recent versions of installed
5+
plugins are available in the repositories.
6+
</p>
7+

0 commit comments

Comments
 (0)