Git commit 976a6072254fecdcd3793bf9ba8893659e0c1b0a by Alexander Reinholdt. Committed on 26/04/2019 at 14:29. Pushed by areinholdt into branch 'master'.
Updated handbook. M +25 -6 doc/index.docbook M +- -- doc/plasmoid.png M +- -- doc/plasmoid_bookmarks_tab.png A +- -- doc/plasmoid_configuration_tab.png M +- -- doc/plasmoid_mounted_shares_tab.png M +- -- doc/plasmoid_network_neighborhood_tab.png M +- -- doc/plasmoid_profiles_tab.png https://commits.kde.org/smb4k/976a6072254fecdcd3793bf9ba8893659e0c1b0a diff --git a/doc/index.docbook b/doc/index.docbook index 56e3bfd..e9a29e7 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -982,12 +982,12 @@ <!-- Using Smb4K : The Plasmoid ---> + --> <sect1 id="plasmoid"> <title>The &plasmoid;</title> - <para>&smb4k; comes with a &plasmoid; that can be added as a widget to the desktop or the panel. It consists of four views that are arranged as tabs: <guilabel>Network Neighborhood</guilabel>, <guilabel>Mounted Shares</guilabel>, <guilabel>Bookmarks</guilabel>, and <guilabel>Profiles</guilabel>.</para> + <para>&smb4k; comes with a &plasmoid; that can be added as a widget to the desktop or the panel. It consists of five tabs: <guilabel>Network Neighborhood</guilabel>, <guilabel>Mounted Shares</guilabel>, <guilabel>Bookmarks</guilabel>, <guilabel>Profiles</guilabel>, and <guilabel>Configuration</guilabel>.</para> <screenshot> <screeninfo>Screenshot of the plasmoid on the desktop</screeninfo> @@ -999,7 +999,7 @@ <!-- Using Smb4K : The Plasmoid : Network Neighborhood Tab ---> + --> <sect2 id="plasmoid_network_neighborhood"> <title>Network Neighborhood Tab</title> @@ -1021,7 +1021,7 @@ <!-- Using Smb4K : The Plasmoid : Mounted Shares Tab ---> + --> <sect2 id="plasmoid_mounted_shares"> <title>Mounted Shares Tab</title> @@ -1041,7 +1041,7 @@ <!-- Using Smb4K : The Plasmoid : Bookmarks Tab ---> + --> <sect2 id="plasmoid_bookmarks"> <title>Bookmarks Tab</title> @@ -1062,7 +1062,7 @@ <!-- Using Smb4K : The Plasmoid : Profiles Tab ---> + --> <sect2 id="plasmoid_profiles"> <title>Profiles Tab</title> @@ -1080,6 +1080,25 @@ <para>You can activate a certain profile by clicking it.</para> <para>Profiles can be <link linkend="profiles">managed</link> via the <link linkend="configuration_page_profiles">configuration dialog</link>.</para> </sect2> + +<!-- + Using Smb4K : The Plasmoid : Configuration Tab + --> + + <sect2 id="plasmoid_configuration"> + <title>Configuration Tab</title> + + <para>To configure the behavior of &smb4k;, you can launch the <link linkend="configuration">configuration dialog</link> on the <guilabel>Configuration</guilabel> page.</para> + + <screenshot> + <screeninfo>Screenshot of the plasmoid's configuration tab</screeninfo> + <mediaobject> + <imageobject><imagedata fileref="plasmoid_configuration_tab.png" format="PNG" /></imageobject> + <textobject><phrase>Configuration tab of the plasmoid</phrase></textobject> + </mediaobject> + </screenshot> + </sect2> + </sect1> <!-- diff --git a/doc/plasmoid.png b/doc/plasmoid.png index 949f06c..c2cd48a 100644 Binary files a/doc/plasmoid.png and b/doc/plasmoid.png differ diff --git a/doc/plasmoid_bookmarks_tab.png b/doc/plasmoid_bookmarks_tab.png index b5b0e63..252a10d 100644 Binary files a/doc/plasmoid_bookmarks_tab.png and b/doc/plasmoid_bookmarks_tab.png differ diff --git a/doc/plasmoid_configuration_tab.png b/doc/plasmoid_configuration_tab.png new file mode 100644 index 0000000..cd09e7d Binary files /dev/null and b/doc/plasmoid_configuration_tab.png differ diff --git a/doc/plasmoid_mounted_shares_tab.png b/doc/plasmoid_mounted_shares_tab.png index 08ebc74..79a331c 100644 Binary files a/doc/plasmoid_mounted_shares_tab.png and b/doc/plasmoid_mounted_shares_tab.png differ diff --git a/doc/plasmoid_network_neighborhood_tab.png b/doc/plasmoid_network_neighborhood_tab.png index 9af8107..bb9a5f5 100644 Binary files a/doc/plasmoid_network_neighborhood_tab.png and b/doc/plasmoid_network_neighborhood_tab.png differ diff --git a/doc/plasmoid_profiles_tab.png b/doc/plasmoid_profiles_tab.png index aa8c3a7..5908e1a 100644 Binary files a/doc/plasmoid_profiles_tab.png and b/doc/plasmoid_profiles_tab.png differ
