Git commit b6981645577842312b06252bae5b8f760da14b29 by Alexander Reinholdt.
Committed on 25/01/2015 at 07:57.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +28   -1    doc/index.docbook
M  +-    --    doc/system_tray_icon.png
M  +-    --    doc/system_tray_icon_popup_menu1.png
M  +-    --    doc/system_tray_icon_popup_menu2.png
A  +-    --    doc/system_tray_icon_popup_menu3.png

http://commits.kde.org/smb4k/b6981645577842312b06252bae5b8f760da14b29

diff --git a/doc/index.docbook b/doc/index.docbook
index 3e2194c..d02c323 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -827,6 +827,8 @@
 <sect1 id="systemtray">
 <title>The System Tray Widget</title>
 
+<!-- Using Smb4K : The System Tray Widget : Location and Usage -->
+
 <sect2 id="systemtray_location_usage">
 <title>Location and Usage</title>
 
@@ -847,6 +849,8 @@
 <para>By left clicking the icon, you can minimize or restore the main window. 
A right click brings up a popup menu that contains several menu items allowing 
you to work with the mounted shares, manage or mount your bookmarks, select the 
profile you want to use and to configure &smb4k; without the need to open the 
main window.</para>
 </sect2>
 
+<!-- Using Smb4K : The System Tray Widget : Menus and Menu Items -->
+
 <sect2 id="systemtray_menus">
 <title>Menus and Menu Items</title>
 
@@ -948,6 +952,22 @@
 
 <para>Its layout is as described <link 
linkend="mainwindow_bookmarks_menu">here</link> except that the 
<guimenuitem>Add Bookmark</guimenuitem> menu item is not present.</para>
 
+<para>In the <guimenuitem>Profiles</guimenuitem> menu, all profiles you <link 
linkend="profiles">defined</link> are listed:</para>
+
+<screenshot>
+  <screeninfo>Screenshot 3 of the popup menu of the system tray 
icon</screeninfo>
+  <mediaobject>
+    <imageobject>
+      <imagedata fileref="system_tray_icon_popup_menu3.png" format="PNG" />
+    </imageobject>
+    <textobject>
+      <phrase>System tray icon's popup menu 3</phrase>
+    </textobject>
+  </mediaobject>
+</screenshot>
+
+<para>You can activate a profile by clicking it. The profiles can be <link 
linkend="profiles">managed</link> via the <link 
linkend="configuration_profiles">configuration dialog</link>.</para>
+
 <para>The other menu entries are:</para>
 
 <variablelist>
@@ -1307,7 +1327,14 @@
   <sect2 id="profiles_activate_profile">
     <title>Activating a Profile</title>
     <para>By default, the first profile in the list is set active when you 
enable the use of profiles. The active profile can be changed in the 
<guimenu>Profiles</guimenu> menu of the main window or the system tray widget 
or on the <guilabel>Profiles</guilabel> page of the plasmoid.</para>
-  </sect2>  
+    <para>When a profile is activated, several things happen:</para>
+    <itemizedlist>
+      <listitem><para>All currently mounted shares are unmounted and are 
scheduled for remount.</para></listitem>
+      <listitem><para>All shares are remounted that were previously mounted 
under the activated profile.</para></listitem>
+      <listitem><para>The bookmarks of this profile are 
loaded.</para></listitem>
+      <listitem><para>The custom options of this profile are 
loaded.</para></listitem>
+    </itemizedlist>
+  </sect2>
 </sect1>
 
 <!-- Using Smb4K : Notifications -->
diff --git a/doc/system_tray_icon.png b/doc/system_tray_icon.png
index 4303833..833355c 100644
Binary files a/doc/system_tray_icon.png and b/doc/system_tray_icon.png differ
diff --git a/doc/system_tray_icon_popup_menu1.png 
b/doc/system_tray_icon_popup_menu1.png
index f456f5e..e88fca8 100644
Binary files a/doc/system_tray_icon_popup_menu1.png and 
b/doc/system_tray_icon_popup_menu1.png differ
diff --git a/doc/system_tray_icon_popup_menu2.png 
b/doc/system_tray_icon_popup_menu2.png
index 1d5b8f4..92a3e3f 100644
Binary files a/doc/system_tray_icon_popup_menu2.png and 
b/doc/system_tray_icon_popup_menu2.png differ
diff --git a/doc/system_tray_icon_popup_menu3.png 
b/doc/system_tray_icon_popup_menu3.png
new file mode 100644
index 0000000..9c11583
Binary files /dev/null and b/doc/system_tray_icon_popup_menu3.png differ

Reply via email to